llvm-6502/lib/Transforms/Scalar
Chris Lattner 3cac88ac9e - Change getelementptr instruction to use long indexes instead of uint
indexes for sequential types.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3682 91177308-0d34-0410-b5e6-96231b3b80d8
2002-09-11 01:21:33 +00:00
..
ADCE.cpp Fix the last of the silly bugs I just introduced. :( 2002-09-10 23:46:10 +00:00
ConstantProp.cpp
CorrelatedExprs.cpp Minor simplification 2002-09-08 18:55:04 +00:00
DCE.cpp
DecomposeMultiDimRefs.cpp - Change getelementptr instruction to use long indexes instead of uint 2002-09-11 01:21:33 +00:00
GCSE.cpp Really minor cleanups 2002-08-30 22:53:30 +00:00
IndVarSimplify.cpp Simplify code (somtimes dramatically), by using the new "auto-insert" feature 2002-09-10 17:04:02 +00:00
InstructionCombining.cpp - Change getelementptr instruction to use long indexes instead of uint 2002-09-11 01:21:33 +00:00
LICM.cpp Clean up code due to auto-insert constructors 2002-09-10 22:38:47 +00:00
Makefile
PiNodeInsertion.cpp Clean up code due to auto-insert constructors 2002-09-10 22:38:47 +00:00
Reassociate.cpp Simplify code (somtimes dramatically), by using the new "auto-insert" feature 2002-09-10 17:04:02 +00:00
SCCP.cpp - Implement SCCP of getelementptr instructions 2002-08-30 23:39:00 +00:00
SimplifyCFG.cpp
SymbolStripping.cpp