llvm/test/Transforms
David Blaikie 850b74d392 Upgrading debug info test cases to be (more) compatible with the current debug info format.
These cases were found by further work to remove support for debug info
versioning. Common cleanups (other than changing the version info in the tag
field) included adding the last parameter to compile_units (recently added for
fission support) and other cases of trailing fields in lexical blocks, compile
units, and subprograms.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176834 91177308-0d34-0410-b5e6-96231b3b80d8
2013-03-11 22:37:40 +00:00
..
ADCE
ArgumentPromotion Use references to attribute groups on the call/invoke instructions. 2013-02-22 09:09:42 +00:00
BBVectorize
BlockPlacement
BranchFolding
CodeExtractor
CodeGenPrepare
ConstantMerge
ConstProp
CorrelatedValuePropagation CVP: If we have a PHI with an incoming select, try to skip the select. 2013-02-24 15:34:43 +00:00
DeadArgElim Use references to attribute groups on the call/invoke instructions. 2013-02-22 09:09:42 +00:00
DeadStoreElimination
EarlyCSE
FunctionAttrs
GlobalDCE
GlobalOpt Fix test case. 2013-03-09 18:34:27 +00:00
GVN Disable statistics on Release builds and move tests that depend on -stats. 2013-03-08 22:56:31 +00:00
IndVarSimplify Disable statistics on Release builds and move tests that depend on -stats. 2013-03-08 22:56:31 +00:00
Inline Disable statistics on Release builds and move tests that depend on -stats. 2013-03-08 22:56:31 +00:00
InstCombine Upgrading debug info test cases to be (more) compatible with the current debug info format. 2013-03-11 22:37:40 +00:00
InstSimplify
Internalize
IPConstantProp Use references to attribute groups on the call/invoke instructions. 2013-02-22 09:09:42 +00:00
JumpThreading Use references to attribute groups on the call/invoke instructions. 2013-02-22 09:09:42 +00:00
LCSSA
LICM Disable statistics on Release builds and move tests that depend on -stats. 2013-03-08 22:56:31 +00:00
LoopDeletion
LoopIdiom
LoopRotate
LoopSimplify
LoopStrengthReduce
LoopUnroll Disable statistics on Release builds and move tests that depend on -stats. 2013-03-08 22:56:31 +00:00
LoopUnswitch Disable statistics on Release builds and move tests that depend on -stats. 2013-03-08 22:56:31 +00:00
LoopVectorize Test case hygiene. 2013-03-09 18:25:40 +00:00
LowerAtomic
LowerExpectIntrinsic
LowerInvoke
LowerSwitch
Mem2Reg Upgrading debug info test cases to be (more) compatible with the current debug info format. 2013-03-11 22:37:40 +00:00
MemCpyOpt Use references to attribute groups on the call/invoke instructions. 2013-02-22 09:09:42 +00:00
MergeFunc Disable statistics on Release builds and move tests that depend on -stats. 2013-03-08 22:56:31 +00:00
MetaRenamer
ObjCARC Use references to attribute groups on the call/invoke instructions. 2013-02-22 09:09:42 +00:00
PhaseOrdering
PruneEH
Reassociate
Reg2Mem
ScalarRepl Upgrading debug info test cases to be (more) compatible with the current debug info format. 2013-03-11 22:37:40 +00:00
SCCP
SimplifyCFG Don't remove a landing pad if the invoke requires a table entry. 2013-03-11 20:53:00 +00:00
SimplifyLibCalls
Sink
SROA
StripSymbols
TailCallElim Disable statistics on Release builds and move tests that depend on -stats. 2013-03-08 22:56:31 +00:00
TailDup Disable statistics on Release builds and move tests that depend on -stats. 2013-03-08 22:56:31 +00:00