summaryrefslogtreecommitdiff
path: root/include/llvm/InitializePasses.h
AgeCommit message (Expand)AuthorFilesLines
2010-11-18Rename ExpandPseudos to ExpandISelPseudos to help clarify its role.Dan Gohman1-1/+1
2010-11-16Split pseudo-instruction expansion into a separate pass, to make itDan Gohman1-0/+1
2010-10-19Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson1-0/+1
2010-10-07Remove LoopIndexSplit pass. It is neither maintained nor used by anyone.Devang Patel1-1/+0
2010-10-07Add initialization routines for Instrumentation.Owen Anderson1-0/+4
2010-10-07Add initialization routines to InstCombine.Owen Anderson1-0/+4
2010-10-07Add initialization routines for VMCore.Owen Anderson1-0/+4
2010-10-07Add initialization routines for Target.Owen Anderson1-0/+3
2010-10-07Add initialization routines for CodeGen.Owen Anderson1-0/+3
2010-10-07Add initialization routines for Analysis and IPA.Owen Anderson1-0/+6
2010-10-07Add an initialization routine for libLLVMipo.aOwen Anderson1-2/+5
2010-10-07Next step on the getting-rid-of-static-ctors train: begin adding per-libraryOwen Anderson1-0/+8
2010-10-07Add the header that I accidentally forgot from r115900.Owen Anderson1-0/+185