llvm-6502/test/Transforms
Chris Lattner 43b85273ee fix PR6761, a miscompilation due to the fp->int IV conversion
stuff.  More bugs remain though.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100282 91177308-0d34-0410-b5e6-96231b3b80d8
2010-04-03 06:30:03 +00:00
..
ABCD
ADCE
ArgumentPromotion
BlockPlacement
BranchFolding
CodeExtractor
CodeGenPrepare
ConstantMerge
ConstProp
DeadArgElim
DeadStoreElimination
FunctionAttrs
GlobalDCE
GlobalOpt Revert the recent alignment changes. They're broken for -Os because, 2010-04-02 03:04:37 +00:00
GVN Revert all my SSAUpdater patches. The PHI placement algorithm is not correct 2010-04-03 03:50:38 +00:00
IndVarSimplify fix PR6761, a miscompilation due to the fp->int IV conversion 2010-04-03 06:30:03 +00:00
Inline Reapply r99451 with a fix to move the NoInline check to the cost functions 2010-03-25 04:49:10 +00:00
InstCombine Revert r100191 since it breaks objc in clang 2010-04-02 18:43:02 +00:00
Internalize
IPConstantProp
JumpThreading
LCSSA Make isLCSSA ignore uses in blocks not reachable from the entry block, 2010-03-09 01:53:33 +00:00
LICM
LoopDeletion
LoopIndexSplit Remove tests that checks @llvm.dbg.stoppoint handling. 2010-03-01 20:33:48 +00:00
LoopRotate
LoopSimplify
LoopStrengthReduce Non-affine post-inc SCEV expansions have more code which must be 2010-03-02 01:59:21 +00:00
LoopUnroll
LoopUnswitch
LowerInvoke
LowerSetJmp
LowerSwitch
Mem2Reg
MemCpyOpt Revert r100191 since it breaks objc in clang 2010-04-02 18:43:02 +00:00
MergeFunc
PruneEH
Reassociate fix a nice subtle reassociate bug which would only occur 2010-03-05 07:18:54 +00:00
ScalarRepl Remove tests that checks @llvm.dbg.stoppoint handling. 2010-03-01 20:33:48 +00:00
SCCP
SimplifyCFG testcase for r99914, provided by baldrick! 2010-03-31 20:37:13 +00:00
SimplifyLibCalls Revert r100191 since it breaks objc in clang 2010-04-02 18:43:02 +00:00
SRETPromotion
SSI
StripSymbols
TailCallElim
TailDup