llvm-6502/lib/Analysis/DataStructure
Chris Lattner 1e43516dcf * Add support for different "PassType's"
* Add new RegisterOpt/RegisterAnalysis templates for registering passes that
  are to show up in opt or analyze
* Register Analyses now
* Change optimizations to use RegisterOpt instead of RegisterPass
* Add support for different "PassType's"
* Add new RegisterOpt/RegisterAnalysis templates for registering passes that
  are to show up in opt or analyze
* Register Analyses now
* Change optimizations to use RegisterOpt instead of RegisterPass
* Remove getPassName implementations from various subclasses


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3112 91177308-0d34-0410-b5e6-96231b3b80d8
2002-07-26 21:12:44 +00:00
..
BottomUpClosure.cpp * Add support for different "PassType's" 2002-07-26 21:12:44 +00:00
DataStructure.cpp * Add support for different "PassType's" 2002-07-26 21:12:44 +00:00
Local.cpp Always create a shadow node for a store instruction, even if it's storing 2002-07-22 16:35:53 +00:00
Makefile *** empty log message *** 2002-07-23 17:52:38 +00:00
Printer.cpp