summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/machine-cp.ll
Commit message (Expand)AuthorAgeFilesLines
* [CodeGen] Add a new pass for PostRA sinkJun Bum Lim2018-03-221-8/+10
* Re-enable "[MachineCopyPropagation] Extend pass to do COPY source forwarding"Geoff Berry2018-02-271-2/+2
* Revert "[MachineCopyPropagation] Extend pass to do COPY source forwarding"Quentin Colombet2018-02-171-2/+2
* [x86] preserve test intent by removing undefSanjay Patel2018-02-101-83/+52
* [MachineCopyPropagation] Extend pass to do COPY source forwardingGeoff Berry2018-02-011-2/+2
* [CodeGen] Use MachineOperand::print in the MIRPrinter for MO_Register.Francis Visoiu Mistrih2017-12-071-1/+1
* [CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih2017-12-041-6/+6
* [SelectionDAG] Support 'bit preserving' floating points bitcasts on computeKn...Simon Pilgrim2017-10-281-56/+41
* Revert "Re-enable "[MachineCopyPropagation] Extend pass to do COPY source for...Geoff Berry2017-10-031-2/+2
* Re-enable "[MachineCopyPropagation] Extend pass to do COPY source forwarding"Geoff Berry2017-10-021-2/+2
* [SelectionDAG] Add BITCAST handling to ComputeNumSignBits for splatted sign b...Simon Pilgrim2017-09-181-82/+63
* [X86] Regenerate test. NFCI.Simon Pilgrim2017-09-141-35/+164
* [X86] Replace -mcpu with -mattr in several testsMitch Bodart2016-04-261-1/+1
* [X86][SSE] Match zero/any extension shuffles that don't start from the first ...Simon Pilgrim2015-09-221-17/+15
* [x86] enable machine combiner reassociations for 128-bit vector logical integ...Sanjay Patel2015-09-121-11/+7
* Fix a bunch of trivial cases of 'CHECK[^:]*$' in the tests. NFCIJonathan Roelofs2015-08-101-2/+2
* Add a test for the MachineCopyPropagation change landed in r238518.Quentin Colombet2015-05-291-0/+55
* MachineCopyPropagation has special logic for removing COPY instructions. It w...James Molloy2014-01-221-1/+25
* Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-141-2/+2
* Flip the new block-placement pass to be on by default.Chandler Carruth2012-04-161-2/+2
* Fix machine-cp by having it to check sub-register indicies. e.g.Evan Cheng2012-02-201-1/+1
* Disable machine copy propagation for now. It's known to be buggy (PR11940) an...Benjamin Kramer2012-02-161-1/+1
* Added a late machine instruction copy propagation pass. This catchesEvan Cheng2012-01-071-0/+36
OpenPOWER on IntegriCloud