llvm-6502/lib/Transforms/Scalar
Vikram S. Adve dfbbf7a631 New pass to decompose multi-dimensional array references into
a sequence of 1-D references, using a sequence of getElementPtrs.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1948 91177308-0d34-0410-b5e6-96231b3b80d8
2002-03-23 20:43:39 +00:00
..
ADCE.cpp Change over to use new style pass mechanism, now passes only expose small 2002-02-26 21:46:54 +00:00
ConstantProp.cpp Fix bug: test/Regression/Other/2002-03-11-ConstPropCrash.ll 2002-03-11 22:11:07 +00:00
DCE.cpp Change over to use new style pass mechanism, now passes only expose small 2002-02-26 21:46:54 +00:00
DecomposeMultiDimRefs.cpp New pass to decompose multi-dimensional array references into 2002-03-23 20:43:39 +00:00
InductionVars.cpp * Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and into 2002-02-12 22:39:50 +00:00
IndVarSimplify.cpp Change over to use new style pass mechanism, now passes only expose small 2002-02-26 21:46:54 +00:00
InstructionCombining.cpp Fix bug: test/Regression/Other/2002-03-11-InstCombineHang.ll 2002-03-11 23:28:45 +00:00
Makefile Initial checkin of indvar stuff 2001-12-03 17:28:42 +00:00
SCCP.cpp Fix bug: test/Regression/Other/2002-03-11-ConstPropCrash.ll 2002-03-11 22:11:07 +00:00
SymbolStripping.cpp Change over to use new style pass mechanism, now passes only expose small 2002-02-26 21:46:54 +00:00