summaryrefslogtreecommitdiff
path: root/lib/Transforms/Scalar/SimplifyLibCalls.cpp
Commit message (Expand)AuthorAge
* Add intrinsic forms of pow and exp2. The non-intrinsicDale Johannesen2008-09-04
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-04
* Have IRBuilder take a template argument on whether or not to preserveEric Christopher2008-08-08
* - Re-apply 52748 and friends with fix. GetConstantStringInfo() returns an emp...Evan Cheng2008-06-30
* Revert (52748 and friends):Anton Korobeynikov2008-06-29
* Remove unused function.Eric Christopher2008-06-26
* Fix the crash on SimplifyLibCalls/2005-05-20-sprintf-crash.llChris Lattner2008-06-16
* lower calls to abs to inline code, PR2337Chris Lattner2008-06-09
* Fix PR2341 - when the length is 4 use an i32 notDuncan Sands2008-05-19
* Fix: Some classes were derived from a class in an anonymous namespace, but theyBill Wendling2008-05-05
* strength reduce exp2 into ldexp, rdar://5852514Chris Lattner2008-05-02
* 1) add '-debug' outputChris Lattner2008-05-01
* Delete the IPO simplify-libcalls and completely reimplement it asChris Lattner2008-05-01