aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/IR/PassManager.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-09-19Revert "Encapsulate PassManager debug flags to avoid static init and cxa_exit."Andrew Trick1-97/+74
2013-09-18Encapsulate PassManager debug flags to avoid static init and cxa_exit.Andrew Trick1-74/+97
2013-09-18whitespaceAndrew Trick1-3/+3
2013-07-03Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...Craig Topper1-6/+6
2013-05-05Add ArrayRef constructor from None, and do the cleanups that this constructor...Dmitri Gribenko1-2/+2
2013-04-03Measure time that IR parsing took as part of the -time-passes measurement.Eli Bendersky1-4/+2
2013-02-26Use a DenseMap instead of a std::map for AnalysisID -> Pass* maps. This reduc...Michael Ilseman1-6/+6
2013-02-06Remove extra blank line between closing curly brace and 'else'Craig Topper1-6/+3
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth1-1/+1
2013-01-02Rename VMCore directory to IR.Chandler Carruth1-0/+1917