1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-28 14:32:51 +01:00
llvm-mirror/lib
Chris Lattner 14fe793707 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.

llvm-svn: 1929
2002-03-21 06:22:23 +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
Support 64 bit clean now 2002-02-24 23:02:12 +00:00
Target Add support for code generation for array references. 2002-03-18 03:15:35 +00:00
Transforms Fix the: test/Regression/Other/2002-03-20-LevelRaiseCrash.ll bug. It turned 2002-03-21 06:22:23 +00:00
VMCore Add an assertion to catch a misuse of replaceAllUsesWith 2002-03-21 05:38:15 +00:00
Makefile Move stuff out of the Optimizations directories into the appropriate Transforms 2002-01-21 23:17:48 +00:00