llvm-6502/test/Transforms
Chris Lattner 5638dc618a Use the libanalysis 'ConstantFoldLoadFromConstPtr' function
instead of reinventing SCCP-specific logic.  This gives us
new powers.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85789 91177308-0d34-0410-b5e6-96231b3b80d8
2009-11-02 06:06:14 +00:00
..
ADCE
ArgumentPromotion
BlockPlacement
BranchFolding
CodeExtractor
CodeGenPrepare
CondProp
ConstantMerge
ConstProp Convert a few tests to FileCheck for PR5307. 2009-10-26 22:52:03 +00:00
DeadArgElim
DeadStoreElimination Treat lifetime begin/end markers as allocations/frees respectively for the 2009-10-28 07:05:35 +00:00
FunctionAttrs
GlobalDCE
GlobalOpt Extend getMallocArraySize() to determine the array size if the malloc argument is: 2009-10-28 20:18:55 +00:00
GVN Treat lifetime begin/end markers as allocations/frees respectively for the 2009-10-28 07:05:35 +00:00
IndVarSimplify
Inline Fix a pretty serious misfeature of the inliner: if it inlines a function 2009-10-27 05:39:41 +00:00
InstCombine fix instcombine to only do store sinking when the alignments 2009-11-02 02:06:37 +00:00
Internalize
IPConstantProp
JumpThreading Make these tests more interesting by using 2009-10-24 23:23:04 +00:00
LCSSA
LICM Convert a few tests to FileCheck for PR5307. 2009-10-26 22:52:03 +00:00
LoopDeletion Make LoopDeletion check the maximum backedge taken count, rather than the 2009-10-23 17:10:01 +00:00
LoopIndexSplit
LoopRotate Make these tests more interesting by using 2009-10-24 23:23:04 +00:00
LoopSimplify Make these tests more interesting by using 2009-10-24 23:23:04 +00:00
LoopStrengthReduce
LoopUnroll
LoopUnswitch
LowerInvoke
LowerSetJmp
LowerSwitch
Mem2Reg fix a bug exposed by moving SRoA earlier which caused a crash building kc++ 2009-11-02 04:37:17 +00:00
MemCpyOpt
MergeFunc
PruneEH
Reassociate
ScalarRepl
SCCP Use the libanalysis 'ConstantFoldLoadFromConstPtr' function 2009-11-02 06:06:14 +00:00
SimplifyCFG Revert r85667. LoopUnroll currently can't call utility functions which 2009-10-31 17:33:01 +00:00
SimplifyLibCalls
SRETPromotion
SSI
StripSymbols
TailCallElim
TailDup