summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/select-imm.ll
AgeCommit message (Expand)Author
2017-12-15[ARM] Add tests for D34515Roger Ferrer Ibanez
2014-04-03ARM: fixup more tests to specify the target more explicitlySaleem Abdulrasool
2013-12-13Enabling thumb2 mode used to force support for armv6t2. Replace thisJoerg Sonnenberger
2013-08-22ARM: use TableGen patterns to select CMOV operations.Tim Northover
2013-07-25Allocate local registers in order for optimal coloring.Andrew Trick
2013-07-14Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin
2012-04-04Implement ARMBaseInstrInfo::commuteInstruction() for MOVCCr.Jakob Stoklund Olesen
2011-10-26Thumb2 remove redundant ".w" suffix from t2MVNCCi pattern.Jim Grosbach
2011-07-13Improve codegen for select's:Evan Cheng
2011-07-11Simplify printing of ARM shifted immediates.Jim Grosbach
2011-05-03Fix a bunch of ARM tests to be register allocation independent.Jakob Stoklund Olesen
2011-04-05Fix test-llvm failures.Johnny Chen
2010-11-13Add conditional move of large immediate.Evan Cheng
2010-11-13Fix an obvious typo which inverted an immediate.Evan Cheng
2010-10-07Allow use of the 16-bit literal move instruction in CMOVs for ARM mode.Jim Grosbach
2010-06-17Remove arm_apcscc from the test files. It is the default and doing thisRafael Espindola
2009-11-20Fix codegen of conditional move of immediates. We were not making use of the ...Evan Cheng