aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Scalar/SimplifyHalfPowrLibCalls.cpp
AgeCommit message (Expand)Author
2011-01-06Zap the last two -Wself-assign warnings in llvm.Jakob Stoklund Olesen
2010-10-19Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson
2010-10-07Now with fewer extraneous semicolons!Owen Anderson
2010-08-06Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson
2010-08-06Revert r110396 to fix buildbots.Owen Anderson
2010-08-05Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson
2010-07-21Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson
2010-04-22refactor the interface to InlineFunction so that most of the in/outChris Lattner
2010-02-10Fix "the the" and similar typos.Dan Gohman
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