aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/InitializePasses.h
Commit message (Expand)AuthorAgeFilesLines
...
* introduce a new TargetLibraryInfo pass, which transformations can use toChris Lattner2011-02-181-0/+1
* Implementation of path profiling.Andrew Trick2011-01-291-4/+9
* Remove outdated references to dominance frontiers.Cameron Zwarich2011-01-181-1/+1
* remove the partial specialization pass. It is unmaintained and has bugs.Chris Lattner2011-01-161-1/+0
* split SROA into two passes: one that uses DomFrontiers (-scalarrepl) Chris Lattner2011-01-141-1/+2
* Add the SpillPlacement analysis pass.Jakob Stoklund Olesen2011-01-061-0/+1
* Turn the EdgeBundles class into a stand-alone machine CFG analysis pass.Jakob Stoklund Olesen2011-01-041-0/+1
* Add a new loop-instsimplify pass, with the intention of replacing the instanceCameron Zwarich2011-01-031-0/+1
* sketch out a new early cse pass. No functionality yet.Chris Lattner2011-01-021-0/+1
* Start of a pass for recognizing memset and memcpy idioms.Chris Lattner2010-12-261-0/+1
* Add a new convenience pass for testing InstructionSimplify. PreviouslyDuncan Sands2010-12-201-0/+1
* Add MachineLoopRanges analysis.Jakob Stoklund Olesen2010-12-151-0/+1
* Stub out a new LiveDebugVariables pass.Jakob Stoklund Olesen2010-11-301-0/+1
* Rename ExpandPseudos to ExpandISelPseudos to help clarify its role.Dan Gohman2010-11-181-1/+1
* Split pseudo-instruction expansion into a separate pass, to make itDan Gohman2010-11-161-0/+1
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-191-0/+1
* Remove LoopIndexSplit pass. It is neither maintained nor used by anyone.Devang Patel2010-10-071-1/+0
* Add initialization routines for Instrumentation.Owen Anderson2010-10-071-0/+4
* Add initialization routines to InstCombine.Owen Anderson2010-10-071-0/+4
* Add initialization routines for VMCore.Owen Anderson2010-10-071-0/+4
* Add initialization routines for Target.Owen Anderson2010-10-071-0/+3
* Add initialization routines for CodeGen.Owen Anderson2010-10-071-0/+3
* Add initialization routines for Analysis and IPA.Owen Anderson2010-10-071-0/+6
* Add an initialization routine for libLLVMipo.aOwen Anderson2010-10-071-2/+5
* Next step on the getting-rid-of-static-ctors train: begin adding per-libraryOwen Anderson2010-10-071-0/+8
* Add the header that I accidentally forgot from r115900.Owen Anderson2010-10-071-0/+185