llvm-6502/tools/opt
Chandler Carruth 2bbc5ab5eb [PM] Move the analysis registry into the Passes.cpp file and provide
a normal interface for it in Passes.h.

This gives us essentially a single interface for running pass managers
which are provided from the bottom of the LLVM stack through interfaces
at the top of the LLVM stack that populate them with all of the
different analyses available throughout. It also means there is a single
blob of code that needs to include all of the pass headers and needs to
deal with the registry of passes and parsing names.

No functionality changed intended, should just be cleanup.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225237 91177308-0d34-0410-b5e6-96231b3b80d8
2015-01-06 02:21:37 +00:00
..
AnalysisWrappers.cpp
BreakpointPrinter.cpp Make StringSet::insert return pair<iterator, bool> like other self-associative containers 2014-11-19 02:56:00 +00:00
BreakpointPrinter.h
CMakeLists.txt
GraphPrinters.cpp
LLVMBuild.txt
Makefile
NewPMDriver.cpp [PM] Move the analysis registry into the Passes.cpp file and provide 2015-01-06 02:21:37 +00:00
NewPMDriver.h Canonicalize header guards into a common format. 2014-08-13 16:26:38 +00:00
opt.cpp Use make_unique instead of reset() and 'new' 2014-12-12 07:52:14 +00:00
Passes.cpp [PM] Move the analysis registry into the Passes.cpp file and provide 2015-01-06 02:21:37 +00:00
Passes.h [PM] Move the analysis registry into the Passes.cpp file and provide 2015-01-06 02:21:37 +00:00
PassPrinters.cpp
PassPrinters.h
PassRegistry.def [PM] Wire up support for explicitly running the verifier pass. 2015-01-05 00:08:53 +00:00
PrintSCC.cpp