Fix BasicAA's recursion detection so that it doesn't pessimize
[oota-llvm.git] / include / llvm / InitializePasses.h
2011-04-16 Nick LewyckyRename LineProfiling to GCOVProfiling to more accuratel...
2011-04-12 Nick LewyckyAdd support for line profiling. Very work-in-progress.
2011-04-11 Chris Lattnerremove the StructRetPromotion pass. It is unused,...
2011-04-05 Chris Lattnerremove postdom frontiers, because it is dead. Forward...
2011-02-28 Dan GohmanDelete the GEPSplitter experiment.
2011-02-28 Dan GohmanDelete the SimplifyHalfPowrLibCalls pass, which was...
2011-02-28 Dan GohmanDelete the LiveValues pass. I won't get get back to...
2011-02-18 Chris Lattnerintroduce a new TargetLibraryInfo pass, which transform...
2011-01-29 Andrew TrickImplementation of path profiling.
2011-01-18 Cameron ZwarichRemove outdated references to dominance frontiers.
2011-01-16 Chris Lattnerremove the partial specialization pass. It is unmainta...
2011-01-14 Chris Lattnersplit SROA into two passes: one that uses DomFrontiers...
2011-01-06 Jakob Stoklund OlesenAdd the SpillPlacement analysis pass.
2011-01-04 Jakob Stoklund OlesenTurn the EdgeBundles class into a stand-alone machine...
2011-01-03 Cameron ZwarichAdd a new loop-instsimplify pass, with the intention...
2011-01-02 Chris Lattnersketch out a new early cse pass. No functionality...
2010-12-26 Chris LattnerStart of a pass for recognizing memset and memcpy idioms.
2010-12-20 Duncan SandsAdd a new convenience pass for testing InstructionSimpl...
2010-12-15 Jakob Stoklund OlesenAdd MachineLoopRanges analysis.
2010-11-30 Jakob Stoklund OlesenStub out a new LiveDebugVariables pass.
2010-11-18 Dan GohmanRename ExpandPseudos to ExpandISelPseudos to help clari...
2010-11-16 Dan GohmanSplit pseudo-instruction expansion into a separate...
2010-10-19 Owen AndersonGet rid of static constructors for pass registration...
2010-10-07 Devang PatelRemove LoopIndexSplit pass. It is neither maintained...
2010-10-07 Owen AndersonAdd initialization routines for Instrumentation.
2010-10-07 Owen AndersonAdd initialization routines to InstCombine.
2010-10-07 Owen AndersonAdd initialization routines for VMCore.
2010-10-07 Owen AndersonAdd initialization routines for Target.
2010-10-07 Owen AndersonAdd initialization routines for CodeGen.
2010-10-07 Owen AndersonAdd initialization routines for Analysis and IPA.
2010-10-07 Owen AndersonAdd an initialization routine for libLLVMipo.a
2010-10-07 Owen AndersonNext step on the getting-rid-of-static-ctors train...
2010-10-07 Owen AndersonAdd the header that I accidentally forgot from r115900.