[WebAssembly] Don't perform the returned-argument optimization on constants.
[oota-llvm.git] / test / CodeGen / ARM / divmod.ll
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2013-10-07 Matt ArsenaultChange objectsize intrinsic to accept different address...
2013-07-14 Stephen LinMass update to CodeGen tests to use CHECK-LABEL for...
2012-10-12 Evan ChengLegalizer optimize a pair of div / mod to a call to...
2012-06-21 Evan ChengEmit a single _udivmodsi4 libcall instead of two separa...
2012-05-22 Nuno Lopesrevert my previous patches that introduced an additiona...
2012-05-09 Nuno Lopeschange the objectsize intrinsic signature: add a 3rd...
2011-10-07 Bob WilsonReenable use of divmod compiler_rt functions for iOS...
2011-05-03 Bob WilsonRemove test for iOS divmod function, since that is...
2011-04-20 Evan ChengRemove -use-divmod-libcall. Let targets opt in when...
2011-04-16 Evan ChengFix divmod libcall lowering. Convert to {S|U}DIVREM...
2011-04-07 Evan ChengChange -arm-divmod-libcall to a target neutral option.
2011-04-01 Evan ChengAdd test case.