aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/divmod.ll
AgeCommit message (Expand)Author
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