llvm-6502/lib/Transforms
Chris Lattner b9a6634466 * Finish the implementation of isEdgeFeasible this fixes bug:
test/Regression/Transforms/SCCP/2002-05-02-EdgeFailure.ll
* SCCP now preserves the CFG:  It leaves conditional branches the way they
  are in the program, not simplifying them.  A seperate pass should eliminate
  the potentially dead basic blocks and edges in the CFG.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2446 91177308-0d34-0410-b5e6-96231b3b80d8
2002-05-02 21:44:00 +00:00
..
Instrumentation Eliminate duplicate or unneccesary #include's 2002-04-29 17:42:12 +00:00
IPO Be a little more efficient, do not generate loads and stores with indices in them. 2002-05-02 17:38:14 +00:00
Scalar * Finish the implementation of isEdgeFeasible this fixes bug: 2002-05-02 21:44:00 +00:00
Utils Fixed bug: test/Regression/Transforms/Mem2Reg/2002-05-01-ShouldNotPromoteThisAlloca.ll 2002-05-01 15:38:23 +00:00
ExprTypeConvert.cpp Fix bug: test/Regression/Transforms/LevelRaise/2002-05-02-BadCastElimination.ll 2002-05-02 17:37:34 +00:00
LevelRaise.cpp ExprTypeConvert will already do this transformation, no need to specialize 2002-05-02 17:38:55 +00:00
Makefile Compile the scalar directory 2001-12-03 17:28:15 +00:00
TransformInternals.cpp Split ConstantVals.h into Constant.h and Constants.h 2002-04-28 19:55:58 +00:00
TransformInternals.h Split ConstantVals.h into Constant.h and Constants.h 2002-04-28 19:55:58 +00:00