aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/select-imm.ll
AgeCommit message (Expand)Author
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