summaryrefslogtreecommitdiff
path: root/test/CodeGen/Thumb2/thumb2-cbnz.ll
Commit message (Expand)AuthorAge
* ARM & AArch64: make use of common cmpxchg idioms after expansionTim Northover2014-05-30
* Allow machine-cse to look across MBB boundary when cse'ing instructions thatEvan Cheng2012-01-10
* Teach SelectionDAG to match more calls to libm functions onto existing SDNode...Owen Anderson2011-12-08
* Since I can't reproduce the failures from 131261, re-trying with aStuart Hastings2011-05-13
* Revert 131266 and 131261 due to buildbot complaints.Stuart Hastings2011-05-13
* Tweak 131261 (thumb2-cbnz.ll) to generate the intended cbnz.Stuart Hastings2011-05-13
* Non-fast-isel followup to 129634; correctly handle branches controlledStuart Hastings2011-05-12
* Re-revert r130877; it's apparently causing a regression on 197.parser,Eli Friedman2011-05-06
* Re-commit r130862 with a minor change to avoid an iterator running off the ed...Eli Friedman2011-05-04
* Back out r130862; it appears to be breaking bootstrap.Eli Friedman2011-05-04
* Teach MachineCSE how to do simple cross-block CSE involving physregs. This a...Eli Friedman2011-05-04
* Allow ARM if-converter to be run after post allocation scheduling.Evan Cheng2010-06-18
* Remove arm_apcscc from the test files. It is the default and doing thisRafael Espindola2010-06-17
* Add support for tail duplication to BranchFolding, and extendDan Gohman2009-11-11
* Fix tests.Evan Cheng2009-11-01
* Use cbz and cbnz instructions.Evan Cheng2009-10-31