llvm-6502/tools/opt
Chandler Carruth 7372d445af [PM] Give slightly less horrible names to the utility pass templates for
requiring and invalidating specific analyses. Also make their printed
names match their class names. Writing these out as prose really doesn't
make sense to me any more.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225346 91177308-0d34-0410-b5e6-96231b3b80d8
2015-01-07 11:14:51 +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
opt.cpp Use make_unique instead of reset() and 'new' 2014-12-12 07:52:14 +00:00
Passes.cpp [PM] Give slightly less horrible names to the utility pass templates for 2015-01-07 11:14:51 +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] Introduce a utility pass that preserves no analyses. 2015-01-06 09:06:35 +00:00
PrintSCC.cpp