llvm-6502/lib/Transforms/Scalar
Jeff Cohen 2f3c9b7562 Add support for not strength reducing GEPs where the element size is a small
power of two.  This emphatically includes the zeroeth power of two.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20429 91177308-0d34-0410-b5e6-96231b3b80d8
2005-03-04 04:04:26 +00:00
..
ADCE.cpp Remove use of bind_obj 2005-02-22 23:22:58 +00:00
BasicBlockPlacement.cpp Add more missing createXxxPass functions. 2005-01-08 17:21:40 +00:00
ConstantProp.cpp
CorrelatedExprs.cpp API change. 2005-02-01 01:23:49 +00:00
DCE.cpp
DeadStoreElimination.cpp Adjust to changes in instruction interfaces. 2005-01-29 00:39:08 +00:00
GCSE.cpp
IndVarSimplify.cpp Fix the second bug attached to PR504. 2005-02-14 20:11:45 +00:00
InstructionCombining.cpp Implement InstCombine/cast.ll:test25, a case that occurs many times 2005-01-31 05:51:45 +00:00
LICM.cpp
LoopStrengthReduce.cpp Add support for not strength reducing GEPs where the element size is a small 2005-03-04 04:04:26 +00:00
LoopUnroll.cpp Silence VS warnings. 2005-01-08 19:37:20 +00:00
LoopUnswitch.cpp
LowerConstantExprs.cpp
LowerGC.cpp
LowerPacked.cpp
Makefile
PRE.cpp Add more missing createXxxPass functions. 2005-01-08 17:21:40 +00:00
Reassociate.cpp
ScalarReplAggregates.cpp Silence warnings 2005-01-08 19:34:41 +00:00
SCCP.cpp Silence warnings 2005-01-08 19:34:41 +00:00
SimplifyCFG.cpp
TailDuplication.cpp
TailRecursionElimination.cpp