summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/machine-cse-cmp.ll
Commit message (Expand)AuthorAgeFilesLines
* [DAGCombiner] Teach DAG combiner that A-(B-C) can be folded to A+(C-B)Craig Topper2018-07-281-2/+2
* Remove alignment argument from memcpy/memmove/memset in favour of alignment a...Daniel Neilson2018-01-191-2/+2
* Revert "CodeGen: Allow small copyable blocks to "break" the CFG."Kyle Butt2017-01-111-1/+1
* CodeGen: Allow small copyable blocks to "break" the CFG.Kyle Butt2017-01-101-1/+1
* Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper2015-11-191-2/+2
* Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper2015-11-181-2/+2
* [ARM] Enable shrink-wrapping by default.Quentin Colombet2015-11-181-1/+1
* Revert "[ARM] Enable shrink-wrapping by default."Renato Golin2015-11-121-1/+1
* [ARM] Enable shrink-wrapping by default.Quentin Colombet2015-11-111-1/+1
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-03-131-1/+1
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-271-2/+2
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-02-271-1/+1
* Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-141-3/+3
* CSE: allow PerformTrivialCoalescing to check copies across basic blockManman Ren2012-11-271-0/+32
* Implement ARMBaseInstrInfo::commuteInstruction() for MOVCCr.Jakob Stoklund Olesen2012-04-041-1/+1
* Allow machine-cse to look across MBB boundary when cse'ing instructions thatEvan Cheng2012-01-101-1/+30
* Re-apply 105308 with fix.Evan Cheng2010-06-041-0/+18
* Revert 105308.Bob Wilson2010-06-031-18/+0
* Enable machine cse of instructions which define physical registers.Evan Cheng2010-06-021-0/+18
OpenPOWER on IntegriCloud