aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Scalar/SimplifyHalfPowrLibCalls.cpp
Commit message (Expand)AuthorAgeFilesLines
* Zap the last two -Wself-assign warnings in llvm.Jakob Stoklund Olesen2011-01-061-1/+2
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-191-1/+3
* Now with fewer extraneous semicolons!Owen Anderson2010-10-071-1/+1
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-061-1/+1
* Revert r110396 to fix buildbots.Owen Anderson2010-08-061-1/+1
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-051-1/+1
* Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson2010-07-211-2/+2
* 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