1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00
llvm-mirror/lib/Transforms/Scalar
Chris Lattner 7a9eb848cd * 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

llvm-svn: 3113
2002-07-26 21:12:46 +00:00
..
ADCE.cpp * Add support for different "PassType's" 2002-07-26 21:12:46 +00:00
ConstantProp.cpp * Add support for different "PassType's" 2002-07-26 21:12:46 +00:00
DCE.cpp * Add support for different "PassType's" 2002-07-26 21:12:46 +00:00
DecomposeMultiDimRefs.cpp * Add support for different "PassType's" 2002-07-26 21:12:46 +00:00
GCSE.cpp * Add support for different "PassType's" 2002-07-26 21:12:46 +00:00
IndVarSimplify.cpp * Add support for different "PassType's" 2002-07-26 21:12:46 +00:00
InstructionCombining.cpp * Add support for different "PassType's" 2002-07-26 21:12:46 +00:00
LICM.cpp * Add support for different "PassType's" 2002-07-26 21:12:46 +00:00
LowerAllocations.cpp * Add support for different "PassType's" 2002-07-26 21:12:46 +00:00
Makefile *** empty log message *** 2002-07-23 17:52:38 +00:00
PiNodeInsertion.cpp * Add support for different "PassType's" 2002-07-26 21:12:46 +00:00
Reassociate.cpp * Add support for different "PassType's" 2002-07-26 21:12:46 +00:00
SCCP.cpp * Add support for different "PassType's" 2002-07-26 21:12:46 +00:00
SimplifyCFG.cpp * Add support for different "PassType's" 2002-07-26 21:12:46 +00:00
SymbolStripping.cpp * Add support for different "PassType's" 2002-07-26 21:12:46 +00:00