aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/divmod.ll
AgeCommit message (Expand)Author
2012-10-12Legalizer optimize a pair of div / mod to a call to divrem libcall if they areEvan Cheng
2012-06-21Emit a single _udivmodsi4 libcall instead of two separate _udivsi3 andEvan Cheng
2012-05-22revert my previous patches that introduced an additional parameter to the obj...Nuno Lopes
2012-05-09change the objectsize intrinsic signature: add a 3rd parameter to denote the ...Nuno Lopes
2011-10-07Reenable use of divmod compiler_rt functions for iOS 5.0 and later.Bob Wilson
2011-05-03Remove test for iOS divmod function, since that is disabled for now.Bob Wilson
2011-04-20Remove -use-divmod-libcall. Let targets opt in when they are available.Evan Cheng
2011-04-16Fix divmod libcall lowering. Convert to {S|U}DIVREM first and then expand the...Evan Cheng
2011-04-07Change -arm-divmod-libcall to a target neutral option.Evan Cheng
2011-04-01Add test case.Evan Cheng