summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/machine-cp.ll
AgeCommit message (Expand)AuthorFilesLines
2015-09-22[X86][SSE] Match zero/any extension shuffles that don't start from the first ...Simon Pilgrim1-17/+15
2015-09-12[x86] enable machine combiner reassociations for 128-bit vector logical integ...Sanjay Patel1-11/+7
2015-08-10Fix a bunch of trivial cases of 'CHECK[^:]*$' in the tests. NFCIJonathan Roelofs1-2/+2
2015-05-29Add a test for the MachineCopyPropagation change landed in r238518.Quentin Colombet1-0/+55
2014-01-22MachineCopyPropagation has special logic for removing COPY instructions. It w...James Molloy1-1/+25
2013-07-14Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin1-2/+2
2012-04-16Flip the new block-placement pass to be on by default.Chandler Carruth1-2/+2
2012-02-20Fix machine-cp by having it to check sub-register indicies. e.g.Evan Cheng1-1/+1
2012-02-16Disable machine copy propagation for now. It's known to be buggy (PR11940) an...Benjamin Kramer1-1/+1
2012-01-07Added a late machine instruction copy propagation pass. This catchesEvan Cheng1-0/+36