aboutsummaryrefslogtreecommitdiff
path: root/lib/IR/PassManager.cpp
AgeCommit message (Expand)Author
2013-02-26Use a DenseMap instead of a std::map for AnalysisID -> Pass* maps. This reduc...Michael Ilseman
2013-02-06Remove extra blank line between closing curly brace and 'else'Craig Topper
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2013-01-02Rename VMCore directory to IR.Chandler Carruth