1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-28 22:42:52 +01:00
llvm-mirror/lib/Transforms
Chris Lattner 72367834b0 1. Fix bug test/Regression/Other/2002-03-20-LevelRaiseBadCodegen.ll
2. Allow negative scales in ConvertableToGEP, so that this loop from
   alloc_tree in the Olden health benchmark is correctly raised:

       for (i = 3; i >= 0; i--)
         fval[i] = alloc_tree(level - 1, label*4 + i + 1, new);

   Stepping through the array backwards caused a negative scale.

llvm-svn: 1922
2002-03-21 03:04:38 +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 Namespace qualify debugging code 2002-03-21 03:02:07 +00:00
Makefile Compile the scalar directory 2001-12-03 17:28:15 +00:00
TransformInternals.cpp 1. Fix bug test/Regression/Other/2002-03-20-LevelRaiseBadCodegen.ll 2002-03-21 03:04:38 +00:00
TransformInternals.h Changes to build successfully with GCC 3.02 2002-01-20 22:54:45 +00:00