summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/select-imm.ll
Commit message (Expand)AuthorAge
* ARM: use TableGen patterns to select CMOV operations.Tim Northover2013-08-22
* Allocate local registers in order for optimal coloring.Andrew Trick2013-07-25
* Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-14
* Implement ARMBaseInstrInfo::commuteInstruction() for MOVCCr.Jakob Stoklund Olesen2012-04-04
* Thumb2 remove redundant ".w" suffix from t2MVNCCi pattern.Jim Grosbach2011-10-26
* Improve codegen for select's:Evan Cheng2011-07-13
* Simplify printing of ARM shifted immediates.Jim Grosbach2011-07-11
* Fix a bunch of ARM tests to be register allocation independent.Jakob Stoklund Olesen2011-05-03
* Fix test-llvm failures.Johnny Chen2011-04-05
* Add conditional move of large immediate.Evan Cheng2010-11-13
* Fix an obvious typo which inverted an immediate.Evan Cheng2010-11-13
* Allow use of the 16-bit literal move instruction in CMOVs for ARM mode.Jim Grosbach2010-10-07
* Remove arm_apcscc from the test files. It is the default and doing thisRafael Espindola2010-06-17
* Fix codegen of conditional move of immediates. We were not making use of the ...Evan Cheng2009-11-20