llvm-6502/test/Transforms
Chris Lattner a7e6f74631 remove autoupgrade support for really old-style debug info intrinsics.
I think this is the last of autoupgrade that can be removed in 3.1.
Can the atomic upgrade stuff also go?


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145169 91177308-0d34-0410-b5e6-96231b3b80d8
2011-11-27 06:18:33 +00:00
..
ADCE
ArgumentPromotion
BlockPlacement
BranchFolding
CodeExtractor
CodeGenPrepare
ConstantMerge
ConstProp Correctly byte-swap APInts with bit-widths greater than 64. 2011-11-23 21:33:37 +00:00
CorrelatedValuePropagation
DeadArgElim
DeadStoreElimination Fix typo in test. 2011-11-16 03:56:38 +00:00
EarlyCSE
FunctionAttrs
GlobalDCE
GlobalOpt
GVN Fix crasher in GVN due to my recent capture tracking changes. 2011-11-21 19:42:56 +00:00
IndVarSimplify XFAIL this test until I figure out what indvars is doing here (or find someone who does) 2011-11-20 11:10:03 +00:00
Inline
InstCombine Convert to the new EH model. 2011-11-08 00:23:01 +00:00
InstSimplify Fix a crash in which a multiplication was being reported as being both negative 2011-11-23 16:26:47 +00:00
Internalize
IPConstantProp
JumpThreading
LCSSA
LICM LICM pass now understands invariant load metadata. Nothing generates this yet so it will currently never get used in real tests 2011-11-08 19:30:00 +00:00
LoopDeletion
LoopIdiom
LoopRotate
LoopSimplify
LoopStrengthReduce
LoopUnroll Fix a corner case in updating LoopInfo after fully unrolling an outer loop. 2011-11-18 03:42:41 +00:00
LoopUnswitch
LowerAtomic
LowerExpectIntrinsic
LowerInvoke
LowerSwitch
Mem2Reg
MemCpyOpt
MergeFunc Convert to the new EH model. 2011-11-08 00:23:01 +00:00
ObjCARC
PhaseOrdering
PruneEH
Reassociate
ScalarRepl remove autoupgrade support for really old-style debug info intrinsics. 2011-11-27 06:18:33 +00:00
SCCP Get rid of an optimization in SCCP which appears to have many issues. Specifically, it doesn't handle many cases involving undef correctly, and it is missing other checks which 2011-11-11 01:16:15 +00:00
SimplifyCFG remove autoupgrade support for really old-style debug info intrinsics. 2011-11-27 06:18:33 +00:00
SimplifyLibCalls Add support for custom names for library functions in TargetLibraryInfo. Add a custom name for fwrite and fputs on x86-32 OSX. Make SimplifyLibCalls honor the custom 2011-11-17 01:27:36 +00:00
Sink
StripSymbols
TailCallElim
TailDup