llvm-6502/lib/Transforms
Chris Lattner f51825e3fb * Use simplified interface to constant propogation stuff.
* Remove dead PHI case (which could not work due to getNumOperands rather than
  getNumIncomingValues.  This really belongs in InstCombine, anyway so we'll
  move it there.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2497 91177308-0d34-0410-b5e6-96231b3b80d8
2002-05-06 17:54:10 +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 * Use simplified interface to constant propogation stuff. 2002-05-06 17:54:10 +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