aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Scalar/SimplifyHalfPowrLibCalls.cpp
AgeCommit message (Expand)Author
2009-12-03improve portability to avoid conflicting with std::next in c++'0x.Chris Lattner
2009-09-02eliminate VISIBILITY_HIDDEN from Transforms/Scalar. PR4861Chris Lattner
2009-07-26Remove Value::getName{Start,End}, the last of the old Name APIs.Daniel Dunbar
2009-07-24Convert several more passes to use getAnalysisIfAvailable<TargetData>()Dan Gohman
2008-12-14eliminate warning when asserts disabled.Chris Lattner
2008-11-04Add a new pass to simplify specific half_powr function calls. This isDan Gohman