Get rid of static constructors for pass registration. Instead, every pass exposes...
[oota-llvm.git] / lib / Transforms / Scalar / SimplifyHalfPowrLibCalls.cpp
2010-10-19 Owen AndersonGet rid of static constructors for pass registration...
2010-10-07 Owen AndersonNow with fewer extraneous semicolons!
2010-08-06 Owen AndersonReapply r110396, with fixes to appease the Linux buildb...
2010-08-06 Owen AndersonRevert r110396 to fix buildbots.
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2010-07-21 Owen AndersonFix batch of converting RegisterPass<> to INTIALIZE_PASS().
2010-04-22 Chris Lattnerrefactor the interface to InlineFunction so that most...
2010-02-10 Dan GohmanFix "the the" and similar typos.
2009-12-03 Chris Lattnerimprove portability to avoid conflicting with std:...
2009-09-02 Chris Lattnereliminate VISIBILITY_HIDDEN from Transforms/Scalar...
2009-07-26 Daniel DunbarRemove Value::getName{Start,End}, the last of the old...
2009-07-24 Dan GohmanConvert several more passes to use getAnalysisIfAvailab...
2008-12-14 Chris Lattnereliminate warning when asserts disabled.
2008-11-04 Dan GohmanAdd a new pass to simplify specific half_powr function...