index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
Scalar
/
SimplifyLibCalls.cpp
Age
Commit message (
Expand
)
Author
2008-09-04
Add intrinsic forms of pow and exp2. The non-intrinsic
Dale Johannesen
2008-09-04
Tidy up several unbeseeming casts from pointer to intptr_t.
Dan Gohman
2008-08-08
Have IRBuilder take a template argument on whether or not to preserve
Eric Christopher
2008-06-30
- Re-apply 52748 and friends with fix. GetConstantStringInfo() returns an emp...
Evan Cheng
2008-06-29
Revert (52748 and friends):
Anton Korobeynikov
2008-06-26
Remove unused function.
Eric Christopher
2008-06-16
Fix the crash on SimplifyLibCalls/2005-05-20-sprintf-crash.ll
Chris Lattner
2008-06-09
lower calls to abs to inline code, PR2337
Chris Lattner
2008-05-19
Fix PR2341 - when the length is 4 use an i32 not
Duncan Sands
2008-05-05
Fix: Some classes were derived from a class in an anonymous namespace, but they
Bill Wendling
2008-05-02
strength reduce exp2 into ldexp, rdar://5852514
Chris Lattner
2008-05-01
1) add '-debug' output
Chris Lattner
2008-05-01
Delete the IPO simplify-libcalls and completely reimplement it as
Chris Lattner