summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/divmod.ll
Commit message (Expand)AuthorAge
* Change objectsize intrinsic to accept different address spaces.Matt Arsenault2013-10-07
* Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-14
* Legalizer optimize a pair of div / mod to a call to divrem libcall if they areEvan Cheng2012-10-12
* Emit a single _udivmodsi4 libcall instead of two separate _udivsi3 andEvan Cheng2012-06-21
* revert my previous patches that introduced an additional parameter to the obj...Nuno Lopes2012-05-22
* change the objectsize intrinsic signature: add a 3rd parameter to denote the ...Nuno Lopes2012-05-09
* Reenable use of divmod compiler_rt functions for iOS 5.0 and later.Bob Wilson2011-10-07
* Remove test for iOS divmod function, since that is disabled for now.Bob Wilson2011-05-03
* Remove -use-divmod-libcall. Let targets opt in when they are available.Evan Cheng2011-04-20
* Fix divmod libcall lowering. Convert to {S|U}DIVREM first and then expand the...Evan Cheng2011-04-16
* Change -arm-divmod-libcall to a target neutral option.Evan Cheng2011-04-07
* Add test case.Evan Cheng2011-04-01