llvm-6502/lib/Transforms/Scalar
Duncan Sands 5d0392c6b3 Factorize code: remove variants of "strip off
pointer bitcasts and GEP's", and centralize the
logic in Value::getUnderlyingObject.  The
difference with stripPointerCasts is that
stripPointerCasts only strips GEPs if all
indices are zero, while getUnderlyingObject
strips GEPs no matter what the indices are.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56922 91177308-0d34-0410-b5e6-96231b3b80d8
2008-10-01 15:25:41 +00:00
..
ADCE.cpp
BasicBlockPlacement.cpp
CMakeLists.txt
CodeGenPrepare.cpp Commit CodeGenPrepare.cpp changes which was accidentially left out of 56526. 2008-09-24 06:48:55 +00:00
CondPropagate.cpp
ConstantProp.cpp
DCE.cpp
DeadStoreElimination.cpp Factorize code: remove variants of "strip off 2008-10-01 15:25:41 +00:00
GVN.cpp Factorize code: remove variants of "strip off 2008-10-01 15:25:41 +00:00
GVNPRE.cpp
IndVarSimplify.cpp
InstructionCombining.cpp Factorize code: remove variants of "strip off 2008-10-01 15:25:41 +00:00
JumpThreading.cpp
LICM.cpp
LoopDeletion.cpp
LoopIndexSplit.cpp
LoopRotation.cpp
LoopStrengthReduce.cpp Call ScalarEvolution's deleteValueFromRecords before deleting an 2008-10-01 02:02:03 +00:00
LoopUnroll.cpp
LoopUnswitch.cpp Implement function notes as function attributes. 2008-09-26 23:51:19 +00:00
Makefile
MemCpyOptimizer.cpp s/ParameterAttributes/Attributes/g 2008-09-23 23:03:40 +00:00
PredicateSimplifier.cpp
Reassociate.cpp
Reg2Mem.cpp
Scalar.cpp
ScalarReplAggregates.cpp
SCCP.cpp
SimplifyCFGPass.cpp Large mechanical patch. 2008-09-25 21:00:45 +00:00
SimplifyLibCalls.cpp
TailDuplication.cpp
TailRecursionElimination.cpp