llvm-6502/lib/Transforms
Chris Lattner 45ef5c26d4 Fix the: test/Regression/Other/2002-03-20-LevelRaiseCrash.ll bug. It turned
out that almost always the result of the add was the same as the GEP that
would be generated.  In this case, however, it wasn't, so bad things happened.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1929 91177308-0d34-0410-b5e6-96231b3b80d8
2002-03-21 06:22:23 +00:00
..
Instrumentation Just a comment. 2002-03-18 03:40:25 +00:00
IPO Remove code designed to compensate for a bug in GCC. The bug has since 2002-03-15 20:35:21 +00:00
Scalar Fix bug: test/Regression/Other/2002-03-11-InstCombineHang.ll 2002-03-11 23:28:45 +00:00
Utils Cleanup error message output a bit 2002-03-15 20:21:29 +00:00
DecomposeArrayRefs.cpp New pass to decompose multi-dimensional array references into 2002-03-18 03:39:09 +00:00
ExprTypeConvert.cpp Fix bug: test/Regression/Other/2002-03-11-LevelRaiseCalls.ll 2002-03-11 17:27:34 +00:00
HoistPHIConstants.cpp Change over to use new style pass mechanism, now passes only expose small 2002-02-26 21:46:54 +00:00
LevelRaise.cpp Fix the: test/Regression/Other/2002-03-20-LevelRaiseCrash.ll bug. It turned 2002-03-21 06:22:23 +00:00
Makefile
TransformInternals.cpp 1. Fix bug test/Regression/Other/2002-03-20-LevelRaiseBadCodegen.ll 2002-03-21 03:04:38 +00:00
TransformInternals.h Declare the new InsertInstBeforeInst function 2002-03-21 06:15:53 +00:00