aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/select-imm.ll
Commit message (Expand)AuthorAgeFilesLines
* Update to LLVM 3.5a.Stephen Hines2014-04-241-3/+7
* ARM: use TableGen patterns to select CMOV operations.Tim Northover2013-08-221-5/+5
* Allocate local registers in order for optimal coloring.Andrew Trick2013-07-251-18/+18
* Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-141-16/+16
* Implement ARMBaseInstrInfo::commuteInstruction() for MOVCCr.Jakob Stoklund Olesen2012-04-041-1/+1
* Thumb2 remove redundant ".w" suffix from t2MVNCCi pattern.Jim Grosbach2011-10-261-1/+1
* Improve codegen for select's:Evan Cheng2011-07-131-0/+36
* Simplify printing of ARM shifted immediates.Jim Grosbach2011-07-111-2/+2
* Fix a bunch of ARM tests to be register allocation independent.Jakob Stoklund Olesen2011-05-031-7/+7
* Fix test-llvm failures.Johnny Chen2011-04-051-2/+2
* Add conditional move of large immediate.Evan Cheng2010-11-131-15/+32
* Fix an obvious typo which inverted an immediate.Evan Cheng2010-11-131-4/+17
* Allow use of the 16-bit literal move instruction in CMOVs for ARM mode.Jim Grosbach2010-10-071-2/+2
* Remove arm_apcscc from the test files. It is the default and doing thisRafael Espindola2010-06-171-3/+3
* Fix codegen of conditional move of immediates. We were not making use of the ...Evan Cheng2009-11-201-0/+48