Legalizer optimize a pair of div / mod to a call to divrem libcall if they are
[oota-llvm.git] / test / CodeGen / ARM / divmod.ll
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.