llvm-6502/test/Transforms
Michael Gottesman e1b6b52903 Add code to GlobalVariable.h so that global variables marked as
externally_initialized return false for hasDefiniteInitializer and
hasUniqueInitializer.

rdar://12580965.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174345 91177308-0d34-0410-b5e6-96231b3b80d8
2013-02-05 06:53:26 +00:00
..
ADCE
ArgumentPromotion
BBVectorize
BlockPlacement
BranchFolding
CodeExtractor
CodeGenPrepare
ConstantMerge
ConstProp ConstantFolding: Add a missing folding that leads to a miscompile. 2013-01-24 16:28:28 +00:00
CorrelatedValuePropagation
DeadArgElim Remove the (apparently) unnecessary debug info metadata indirection. 2013-02-02 05:56:24 +00:00
DeadStoreElimination
EarlyCSE
FunctionAttrs Convert getAttributes() to return an AttributeSetNode. 2013-01-29 03:20:31 +00:00
GlobalDCE
GlobalOpt Add code to GlobalVariable.h so that global variables marked as 2013-02-05 06:53:26 +00:00
GVN
IndVarSimplify
Inline Remove the AttrBuilder form of the Attribute::get creators. 2013-01-31 23:16:25 +00:00
InstCombine Revert r174152. The shift amount may overflow and in that case this transformation is illegal. 2013-02-01 07:59:33 +00:00
InstSimplify Add a testcase for some past-the-end address subtleties. 2013-02-01 19:37:52 +00:00
Internalize
IPConstantProp
JumpThreading
LCSSA
LICM
LoopDeletion
LoopIdiom
LoopRotate
LoopSimplify
LoopStrengthReduce Remove target triple from an LSR test. 2013-01-22 00:57:16 +00:00
LoopUnroll
LoopUnswitch
LoopVectorize Made the min-trip-count-switch test X86-specific to avoid 2013-01-31 10:33:22 +00:00
LowerAtomic
LowerExpectIntrinsic
LowerInvoke
LowerSwitch
Mem2Reg
MemCpyOpt Remove the AttrBuilder form of the Attribute::get creators. 2013-01-31 23:16:25 +00:00
MergeFunc
MetaRenamer
ObjCARC Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a ModuleID 2013-01-22 14:39:21 +00:00
PhaseOrdering
PruneEH
Reassociate
Reg2Mem
ScalarRepl FileCheck-ify some grep tests 2013-01-25 22:11:46 +00:00
SCCP
SimplifyCFG Filecheckized 2x tests in SimplifyCFG and removed their date prefix to fit with current llvm style for test names. 2013-01-31 01:04:23 +00:00
SimplifyLibCalls
Sink
SROA
StripSymbols
TailCallElim Converted test dont-tce-tail-marked-call.ll to use FileCheck. 2013-01-11 04:16:35 +00:00
TailDup