index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
Scalar
/
SimplifyLibCalls.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert r59802. It was breaking the build of llvm-gcc:
Bill Wendling
2008-11-21
1
-4
/
+3
*
Make mem[cpy,move,set] intrinsics overloaded.
Sanjiv Gupta
2008-11-21
1
-3
/
+4
*
Add intrinsic forms of pow and exp2. The non-intrinsic
Dale Johannesen
2008-09-04
1
-0
/
+10
*
Tidy up several unbeseeming casts from pointer to intptr_t.
Dan Gohman
2008-09-04
1
-1
/
+1
*
Have IRBuilder take a template argument on whether or not to preserve
Eric Christopher
2008-08-08
1
-45
/
+46
*
- Re-apply 52748 and friends with fix. GetConstantStringInfo() returns an emp...
Evan Cheng
2008-06-30
1
-82
/
+1
*
Revert (52748 and friends):
Anton Korobeynikov
2008-06-29
1
-1
/
+82
*
Remove unused function.
Eric Christopher
2008-06-26
1
-82
/
+1
*
Fix the crash on SimplifyLibCalls/2005-05-20-sprintf-crash.ll
Chris Lattner
2008-06-16
1
-1
/
+1
*
lower calls to abs to inline code, PR2337
Chris Lattner
2008-06-09
1
-1
/
+26
*
Fix PR2341 - when the length is 4 use an i32 not
Duncan Sands
2008-05-19
1
-8
/
+10
*
Fix: Some classes were derived from a class in an anonymous namespace, but they
Bill Wendling
2008-05-05
1
-0
/
+2
*
strength reduce exp2 into ldexp, rdar://5852514
Chris Lattner
2008-05-02
1
-1
/
+52
*
1) add '-debug' output
Chris Lattner
2008-05-01
1
-11
/
+19
*
Delete the IPO simplify-libcalls and completely reimplement it as
Chris Lattner
2008-05-01
1
-0
/
+1437