summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Scalar/SimplifyHalfPowrLibCalls.cpp
Commit message (Expand)AuthorAgeFilesLines
* refactor the interface to InlineFunction so that most of the in/outChris Lattner2010-04-221-1/+2
* Fix "the the" and similar typos.Dan Gohman2010-02-101-1/+1
* improve portability to avoid conflicting with std::next in c++'0x.Chris Lattner2009-12-031-1/+1
* eliminate VISIBILITY_HIDDEN from Transforms/Scalar. PR4861Chris Lattner2009-09-021-5/+4
* Remove Value::getName{Start,End}, the last of the old Name APIs.Daniel Dunbar2009-07-261-2/+1
* Convert several more passes to use getAnalysisIfAvailable<TargetData>()Dan Gohman2009-07-241-2/+1
* eliminate warning when asserts disabled.Chris Lattner2008-12-141-1/+1
* Add a new pass to simplify specific half_powr function calls. This isDan Gohman2008-11-041-0/+159
OpenPOWER on IntegriCloud