llvm-6502/lib/Transforms/Scalar
Chris Lattner eb0456c8fd - Do not expose Critical Edge breaking mechanics outside the BCE pass, thus
removing it from Transforms/Local.h and from Transforms/Utils/*


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3910 91177308-0d34-0410-b5e6-96231b3b80d8
2002-09-24 15:51:56 +00:00
..
ADCE.cpp Fix the last of the silly bugs I just introduced. :( 2002-09-10 23:46:10 +00:00
BreakCriticalEdges.cpp - Do not expose Critical Edge breaking mechanics outside the BCE pass, thus 2002-09-24 15:51:56 +00:00
ConstantProp.cpp * Add support for different "PassType's" 2002-07-26 21:12:46 +00:00
CorrelatedExprs.cpp Correlated Exprs pass now requires BCE pass instead of doing it manually 2002-09-24 15:43:56 +00:00
DCE.cpp * Add support for different "PassType's" 2002-07-26 21:12:46 +00:00
DecomposeMultiDimRefs.cpp Extract most of the transformation into an externally accessible 2002-09-16 16:40:07 +00:00
GCSE.cpp Really minor cleanups 2002-08-30 22:53:30 +00:00
IndVarSimplify.cpp Simplify code (somtimes dramatically), by using the new "auto-insert" feature 2002-09-10 17:04:02 +00:00
InstructionCombining.cpp Optimize away cases like: 2002-09-23 23:39:43 +00:00
LICM.cpp Clean up code due to auto-insert constructors 2002-09-10 22:38:47 +00:00
Makefile *** empty log message *** 2002-07-23 17:52:38 +00:00
PiNodeInsertion.cpp Clean up code due to auto-insert constructors 2002-09-10 22:38:47 +00:00
Reassociate.cpp Simplify code (somtimes dramatically), by using the new "auto-insert" feature 2002-09-10 17:04:02 +00:00
SCCP.cpp - Implement SCCP of getelementptr instructions 2002-08-30 23:39:00 +00:00
SimplifyCFG.cpp * Add support for different "PassType's" 2002-07-26 21:12:46 +00:00
SymbolStripping.cpp Function.h is unnecessary when Module.h is included. 2002-09-14 03:04:02 +00:00