llvm-6502/lib
Duncan Sands a63395a30f If a GEP index simply advances by multiples of a type of zero size,
then replace the index with zero.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119974 91177308-0d34-0410-b5e6-96231b3b80d8
2010-11-22 16:32:50 +00:00
..
Analysis If a GEP index simply advances by multiples of a type of zero size, 2010-11-22 16:32:50 +00:00
Archive
AsmParser
Bitcode
CodeGen Implement the "if (X == 6 || X == 4)" -> "if ((X|2) == 6)" optimization. 2010-11-22 09:45:38 +00:00
CompilerDriver
ExecutionEngine
Linker
MC Add basic CFI methods to the streamer interface. 2010-11-22 14:27:24 +00:00
Object
Support Fix a use after free. Patch by Frits van Bommel. 2010-11-19 21:14:29 +00:00
System
Target Fix a bug with extractelement on SPU. 2010-11-22 16:28:26 +00:00
Transforms If a GEP index simply advances by multiples of a type of zero size, 2010-11-22 16:32:50 +00:00
VMCore Simplify code. No change in functionality. 2010-11-20 18:43:35 +00:00
Makefile