llvm-6502/test/Transforms
David Blaikie bcb81360a2 PR14606: debug info imported_module support
Adding another CU-wide list, in this case of imported_modules (since they
should be relatively rare, it seemed better to add a list where each element
had a "context" value, rather than add a (usually empty) list to every scope).
This takes care of DW_TAG_imported_module, but to fully address PR14606 we'll
need to expand this to cover DW_TAG_imported_declaration too.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179836 91177308-0d34-0410-b5e6-96231b3b80d8
2013-04-19 06:57:04 +00:00
..
ADCE
ArgumentPromotion
BBVectorize CostModel: increase the default cost of supported floating point operations from 1 to two. Fixed a few tests that changes because now the cost of one insert + a vector operation on two doubles is lower than two scalar operations on doubles. 2013-04-12 21:15:03 +00:00
BlockPlacement
BranchFolding
CodeExtractor
CodeGenPrepare
ConstantMerge
ConstProp
CorrelatedValuePropagation
DeadArgElim PR14606: debug info imported_module support 2013-04-19 06:57:04 +00:00
DeadStoreElimination
EarlyCSE
FunctionAttrs
GCOVProfiling PR14606: debug info imported_module support 2013-04-19 06:57:04 +00:00
GlobalDCE Don't run expensive -O2 and -O3 in tests. 2013-04-19 01:10:45 +00:00
GlobalOpt
GVN
IndVarSimplify
Inline
InstCombine In the function InstCombiner::visitExtractElementInst() removed the limitation that extract is promoted over a cast only if the cast has only one use. 2013-04-18 19:56:44 +00:00
InstSimplify
Internalize
IPConstantProp
JumpThreading
LCSSA
LICM
LoopDeletion
LoopIdiom
LoopRotate
LoopSimplify
LoopStrengthReduce
LoopUnroll
LoopUnswitch
LoopVectorize LoopVectorizer: Recognize min/max reductions 2013-04-18 17:22:34 +00:00
LowerAtomic
LowerExpectIntrinsic
LowerInvoke
LowerSwitch
Mem2Reg
MemCpyOpt
MergeFunc We are not able to bitcast a pointer to an integral value. 2013-04-15 22:33:50 +00:00
MetaRenamer
ObjCARC [objc-arc] Do not mismatch up retains inside a for loop with releases outside said for loop in the presense of differing provenance caused by escaping blocks. 2013-04-18 05:39:45 +00:00
PhaseOrdering Don't run expensive -O2 and -O3 in tests. 2013-04-19 01:10:45 +00:00
PruneEH
Reassociate
Reg2Mem
ScalarRepl
SCCP
SimplifyCFG simplifycfg: Fix integer overflow converting switch into icmp. 2013-04-16 08:35:36 +00:00
SimplifyLibCalls
Sink
SLPVectorizer SLPVectorizer: Make it a function pass and add code for hoisting the vector-gather sequence out of loops. 2013-04-15 22:00:26 +00:00
SROA
StripSymbols
TailCallElim
TailDup