llvm-6502/lib
Chris Lattner 99fb91cc2f 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.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1922 91177308-0d34-0410-b5e6-96231b3b80d8
2002-03-21 03:04:38 +00:00
..
Analysis Fixed several problems with handling arguments to Phis. 2002-03-18 03:47:26 +00:00
AsmParser Implement TODO for better diagnostic output 2002-03-11 22:12:39 +00:00
Bytecode Method.h no longer includes BasicBlock.h 2002-02-12 21:07:25 +00:00
CodeGen Big bug fix: getUsableUniRegAtMI needed to return values in arguments 2002-03-18 03:37:19 +00:00
ExecutionEngine Remove runtime library in favor of users linking against real libraries. 2002-03-11 17:57:13 +00:00
Linker Cleanup error message output a bit 2002-03-15 20:21:29 +00:00
Support 64 bit clean now 2002-02-24 23:02:12 +00:00
Target Fixed several problems with handling arguments to Phis. 2002-03-18 03:47:26 +00:00
Transforms 1. Fix bug test/Regression/Other/2002-03-20-LevelRaiseBadCodegen.ll 2002-03-21 03:04:38 +00:00
VMCore Make an assertion provide a more helpful error message 2002-03-17 21:16:01 +00:00
Makefile