llvm/lib/Transforms/Scalar
Chris Lattner 89df1b58a9 * Eliminate dead code that should have been removed in last revision
* Convert main constant propogation pass to be worklist driven instead of
  iterative.
* -constprop pass no longer "constant propogates" terminator instructions
   - CFG is now preserved!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2502 91177308-0d34-0410-b5e6-96231b3b80d8
2002-05-06 18:21:31 +00:00
..
ADCE.cpp Clean up ADCE by removing extraneous wrapper class 2002-05-06 17:27:57 +00:00
ConstantProp.cpp * Eliminate dead code that should have been removed in last revision 2002-05-06 18:21:31 +00:00
DCE.cpp Merge blocks like this: 2002-05-06 03:02:02 +00:00
DecomposeMultiDimRefs.cpp Range insertion now returns an iterator 2002-04-29 21:25:34 +00:00
GCSE.cpp Eliminate duplicate or unneccesary #include's 2002-04-29 17:42:12 +00:00
IndVarSimplify.cpp Eliminate duplicate or unneccesary #include's 2002-04-29 17:42:12 +00:00
InstructionCombining.cpp Handle X = phi Y --> X = Y 2002-05-06 18:06:38 +00:00
Makefile Initial checkin of indvar stuff 2001-12-03 17:28:42 +00:00
SCCP.cpp Implement constant propogation of shift instructions 2002-05-06 03:01:37 +00:00
SymbolStripping.cpp Add new optional getPassName() virtual function that a Pass can override 2002-04-29 14:57:45 +00:00