index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
CodeGen
/
ARM
/
divmod.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
Legalizer optimize a pair of div / mod to a call to divrem libcall if they are
Evan Cheng
2012-10-12
1
-12
/
+34
*
Emit a single _udivmodsi4 libcall instead of two separate _udivsi3 and
Evan Cheng
2012-06-21
1
-1
/
+15
*
revert my previous patches that introduced an additional parameter to the obj...
Nuno Lopes
2012-05-22
1
-2
/
+2
*
change the objectsize intrinsic signature: add a 3rd parameter to denote the ...
Nuno Lopes
2012-05-09
1
-2
/
+2
*
Reenable use of divmod compiler_rt functions for iOS 5.0 and later.
Bob Wilson
2011-10-07
1
-0
/
+58
*
Remove test for iOS divmod function, since that is disabled for now.
Bob Wilson
2011-05-03
1
-58
/
+0
*
Remove -use-divmod-libcall. Let targets opt in when they are available.
Evan Cheng
2011-04-20
1
-1
/
+1
*
Fix divmod libcall lowering. Convert to {S|U}DIVREM first and then expand the...
Evan Cheng
2011-04-16
1
-0
/
+31
*
Change -arm-divmod-libcall to a target neutral option.
Evan Cheng
2011-04-07
1
-1
/
+1
*
Add test case.
Evan Cheng
2011-04-01
1
-0
/
+27