aboutsummaryrefslogtreecommitdiff
path: root/lib/Support/StandardPasses.cpp
AgeCommit message (Collapse)Author
2011-05-18Shuffle StandardPasses.cpp into VMCore; add it to CMake.Eli Friedman
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131600 91177308-0d34-0410-b5e6-96231b3b80d8
2011-05-18Third pass at allowing plugins to modify default passes. This time with a ↵Eli Friedman
tweak so that we don't depend on an uninitialized argument. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131581 91177308-0d34-0410-b5e6-96231b3b80d8
2011-05-18Revert r131556; it's breaking buildbots/clang tests.Eli Friedman
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131567 91177308-0d34-0410-b5e6-96231b3b80d8
2011-05-18Second pass at allowing plugins to modify default passes. This time without ↵David Chisnall
bonus inter-library dependencies. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131556 91177308-0d34-0410-b5e6-96231b3b80d8