Introduce a pointertracking pass.
[oota-llvm.git] / include / llvm / LinkAllPasses.h
2009-07-14 Torok EdwinIntroduce a pointertracking pass.
2009-07-09 Nick LewyckyForgot a couple files when adding the -ssi-everything...
2009-07-03 Nick LewyckyAdd Static Single Information construction pass writte...
2009-06-24 Andreas BolkaScaffolding for LDA pass.
2009-06-14 Owen AndersonAdd an early implementation of a partial inlining pass...
2009-03-19 Dan GohmanAdd a liveness analysis pass for LLVM IR values. This...
2009-01-28 Duncan SandsFix PR3415 (infinite loop in EscapeAnalysis) by
2008-12-31 Duncan SandsRename AddReadAttrs to FunctionAttrs, and teach it how
2008-12-16 Torok EdwinAdd -print-dbginfo pass that prints LLVM IR with commen...
2008-11-18 Devang PatelAdd new helper pass that strips all symbol names except...
2008-11-11 Devang PatelUndo previous check-in.
2008-11-11 Devang PatelAdd utility pass to remove dbg info.
2008-11-04 Dan GohmanAdd a new pass to simplify specific half_powr function...
2008-11-02 Nick LewyckyAdd a new MergeFunctions pass. It finds identical funct...
2008-10-21 Daniel DunbarPrivatize PrintModulePass and PrintFunctionPass and add
2008-10-12 Owen AndersonAdd EscapeAnalysis.
2008-09-19 Duncan SandsRemove the MarkModRef pass (use AddReadAttrs instead).
2008-09-19 Duncan SandsAdd a new pass AddReadAttrs which works out which functions
2008-09-03 Andrew LenharthInitial version of a Partial Specialization IPO pass...
2008-09-03 Devang PatelAdd missing decls.
2008-09-01 Duncan SandsAdd a small pass that sets the readnone/readonly
2008-08-23 Chris LattnerAdd a new trivial -inst-namer pass which makes it possi...
2008-08-15 Owen AndersonRemove GCSE, ValueNumbering, and LoadValueNumbering...
2008-06-30 Nick LewyckyAdd a value range analysis that lazily computes ranges...
2008-05-29 Owen AndersonForce postdom to be linked into opt and bugpoint, even...
2008-05-07 Chris LattnerAdd a new LibCallAliasAnalysis pass, which is parameterized
2008-04-29 Owen AndersonRename DeadLoopElimination to LoopDeletion, part 2.
2008-04-29 Owen AndersonAdd dead loop elimination, which removes dead loops...
2008-04-20 Chris LattnerAdd a new Jump Threading pass, which will handle cases
2008-04-09 Owen AndersonFactor a bunch of functionality related to memcpy and...
2008-03-07 Devang PatelAdd new sretpromotion pass.
2008-02-22 Devang PatelAdd StripDeadPrototypes pass.
2008-02-19 Chris Lattnerremove the LowerSelect pass. The last client was the...
2008-02-19 Chris Lattnerremove the lower packed pass. It can never work and...
2008-01-27 Bill WendlingThe CorrelatedExpressionElimination pass is known to...
2008-01-07 Gordon HenriksenWith this patch, the LowerGC transformation becomes the
2008-01-06 Chris Lattnerfix an accidental commit that broke all the testers :(
2008-01-06 Chris Lattnerrename isStore -> mayStore to more accurately reflect...
2008-01-05 Owen AndersonDidn't mean to commit this.
2008-01-04 Owen AndersonMove some more functionality from MRegisterInfo to...
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-09-14 Owen AndersonRemove RLE from the headers, since the pass itself...
2007-08-07 Devang PatelBegin loop index split pass.
2007-08-01 Owen AndersonRename FastDSE to just DSE.
2007-07-24 Owen AndersonAdd a GVN pass, using the value numbering code I develo...
2007-07-24 Owen AndersonRename a lot of things to change FastDLE to RedundantLo...
2007-07-23 Owen AndersonForgot to commit this file.
2007-07-11 Owen AndersonAdd FastDSE, a new algorithm for doing dead store elimi...
2007-05-29 Owen AndersonPut GVN-PRE in all the right places.
2007-04-15 Owen AndersonRemove ImmediateDominator analysis. The same informati...
2007-04-07 Owen AndersonCompletely purge DomSet. This is the (hopefully) final...
2007-04-07 Chris Lattneradd loop rot
2007-03-31 Chris LattnerSplit the sdisel code munging stuff out into its own...
2007-02-20 Chris Lattnerremove some passes
2007-02-05 Reid SpencerFor PR411:
2007-02-03 Reid SpencerFor PR1072:
2007-01-07 Chris Lattnerremove an old instrumentation pass that is not used...
2006-12-13 John CriswellRemove DSA header files.
2006-12-13 John CriswellRemove DSA.
2006-11-14 Andrew LenharthA shim over other AA impls to catch incorrect uses
2006-08-28 Nick LewyckyAdd PredicateSimplifier pass. Collapses equal variables...
2006-08-21 Reid SpencerFix the documentation for this file.
2006-08-21 Reid SpencerFor PR885: