llvm-6502/lib
Chris Lattner 7c95debb49 Fix a bug compiling PR1978 (perhaps not the only one though) which
was incorrectly simplifying "x == (gep x, 1, i)" into false, even 
though i could be negative.  As it turns out, all the code to 
handle this already existed, we just need to disable the incorrect
optimization case and let the general case handle it.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46739 91177308-0d34-0410-b5e6-96231b3b80d8
2008-02-05 04:45:32 +00:00
..
Analysis Fix an obscure read-after-free bug that Duncan found. 2008-02-05 04:34:03 +00:00
Archive
AsmParser Back out mods to llvmAsmParser, incorrectly committed 2008-01-30 03:10:00 +00:00
Bitcode
CodeGen Typo. 2008-02-04 23:10:38 +00:00
Debugger
ExecutionEngine
Linker
Support Added "bucket_iterators" to FoldingSet. Bucket iterators allow iteration 2008-02-04 21:11:17 +00:00
System Set error message. 2008-02-04 20:57:54 +00:00
Target Dwarf requires variable entries to be in the source order. Right now, since we are recording variable information at isel time this means parameters would appear in the reverse order. The short term fix is to issue recordVariable() at asm printing time instead. 2008-02-04 23:06:48 +00:00
Transforms Fix a bug compiling PR1978 (perhaps not the only one though) which 2008-02-05 04:45:32 +00:00
VMCore Add comment explaining what is lower level analysis pass. 2008-02-02 01:43:30 +00:00
Makefile