1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00
llvm-mirror/lib/Transforms/Scalar
Vikram S. Adve bbe47f2e7d Eliminate cast instructions: use only GEPs in decomposed sequence.
Don't decompose if there are 2 indices with 0 as first index.
Compute Changed flag correctly in runOnBasicBlock().

llvm-svn: 3233
2002-08-03 13:21:15 +00:00
..
ADCE.cpp * Fix bug: test/Regression/Transforms/ADCE/2002-07-17-AssertionFailure.ll 2002-07-30 00:22:34 +00:00
ConstantProp.cpp * Add support for different "PassType's" 2002-07-26 21:12:46 +00:00
DCE.cpp * Add support for different "PassType's" 2002-07-26 21:12:46 +00:00
DecomposeMultiDimRefs.cpp Eliminate cast instructions: use only GEPs in decomposed sequence. 2002-08-03 13:21:15 +00:00
GCSE.cpp Fix bug: test/Regression/Transforms/GCSE/2002-05-21-NoSharedDominator.ll 2002-08-02 18:06:01 +00:00
IndVarSimplify.cpp * Standardize how analysis results/passes as printed with the print() virtual 2002-07-27 01:12:17 +00:00
InstructionCombining.cpp Fix bug: test/Regression/Transforms/InstCombine/2002-08-02-CastTest.ll 2002-08-02 20:00:25 +00:00
LICM.cpp * Add support for different "PassType's" 2002-07-26 21:12:46 +00:00
LowerAllocations.cpp * Add support for different "PassType's" 2002-07-26 21:12:46 +00:00
Makefile
PiNodeInsertion.cpp * Add support for different "PassType's" 2002-07-26 21:12:46 +00:00
Reassociate.cpp * Add support for different "PassType's" 2002-07-26 21:12:46 +00:00
SCCP.cpp * Add support for different "PassType's" 2002-07-26 21:12:46 +00:00
SimplifyCFG.cpp * Add support for different "PassType's" 2002-07-26 21:12:46 +00:00
SymbolStripping.cpp * Add support for different "PassType's" 2002-07-26 21:12:46 +00:00