[WebAssembly] Don't perform the returned-argument optimization on constants.
[oota-llvm.git] / test / CodeGen / ARM / carry.ll
2014-09-02 Renato GolinOnly emit movw on ARMv6T2+
2014-04-03 Saleem AbdulrasoolARM: fixup more tests to specify the target more explicitly
2013-07-14 Stephen LinMass update to CodeGen tests to use CHECK-LABEL for...
2012-10-24 Evan ChengFix a miscompilation caused by a typo. When turning...
2011-09-06 Evan ChengFix fall outs from my recent change on how carry bit...
2011-06-29 Benjamin KramerDon't depend on the optimization reverted in r134067.
2011-04-23 Andrew TrickThumb2 and ARM add/subtract with carry fixes.
2009-10-27 Bob WilsonFix some more failures by converting to FileCheck.
2009-09-09 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2009-06-25 Evan ChengSelect ADC, SBC, and RSC instead of the ADCS, SBCS...
2009-06-25 Evan ChengISD::ADDE / ISD::SUBE updates the carry bit so they...