Get rid of static constructors for pass registration. Instead, every pass exposes...
[oota-llvm.git] / lib / Transforms / IPO / PartialInlining.cpp
2010-10-19 Owen AndersonGet rid of static constructors for pass registration...
2010-10-13 Rafael EspindolaBe more consistent in using ValueToValueMapTy.
2010-10-07 Owen AndersonNow with fewer extraneous semicolons!
2010-08-26 Dan GohmanReapply r112091 and r111922, support for metadata linki...
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-22 Gabor Greifpass dereferenced iterator to dyn_cast
2010-07-21 Owen AndersonFix batch of converting RegisterPass<> to INTIALIZE_PASS().
2010-06-24 Devang PatelUse ValueMap instead of DenseMap.
2010-04-22 Chris Lattnerrefactor the interface to InlineFunction so that most...
2010-02-10 Dan GohmanFix "the the" and similar typos.
2010-01-05 Dan GohmanFix indentation.
2009-10-25 Nick LewyckyRemove includes of Support/Compiler.h that are no longe...
2009-10-25 Nick LewyckyRemove VISIBILITY_HIDDEN from class/struct found inside...
2009-09-08 Owen AndersonFix PR4909, patch by Jakub Staszak.
2009-07-22 Owen AndersonGet rid of the Pass+Context magic.
2009-07-16 Owen AndersonMove the ConstantInt uniquing table into LLVMContextImp...
2009-07-03 Duncan SandsAdd newline at end of file.
2009-06-15 Owen AndersonMerge PartialInliner changes.
2009-06-14 Owen AndersonAdd an early implementation of a partial inlining pass...