llvm-6502/test/Transforms
2010-08-31 18:05:08 +00:00
..
ADCE
ArgumentPromotion
BlockPlacement
BranchFolding
CodeExtractor
CodeGenPrepare
ConstantMerge
ConstProp
CorrelatedValuePropagation Rename test directory to reflect new pass name. 2010-08-31 07:50:31 +00:00
DeadArgElim
DeadStoreElimination
FunctionAttrs
GlobalDCE
GlobalOpt
GVN Correct bogus module triple specifications. 2010-08-30 10:48:29 +00:00
IndVarSimplify Correct bogus module triple specifications. 2010-08-30 10:48:29 +00:00
Inline
InstCombine Remove r111665, which implemented store-narrowing in InstCombine. Chris discovered a miscompilation in it, and it's not easily 2010-08-31 04:41:06 +00:00
Internalize
IPConstantProp
JumpThreading Add a micro-test for the transforms I added to JumpThreading. 2010-08-31 17:59:07 +00:00
LCSSA
LICM LICM does get dead instructions input to it. Instead of sinking them 2010-08-29 18:22:25 +00:00
LoopDeletion
LoopIndexSplit
LoopRotate When rotating loops, put the original header at the bottom of the 2010-08-17 17:39:21 +00:00
LoopSimplify
LoopStrengthReduce Correct bogus module triple specifications. 2010-08-30 10:48:29 +00:00
LoopUnroll
LoopUnswitch
LowerAtomic
LowerInvoke
LowerSetJmp
LowerSwitch
Mem2Reg
MemCpyOpt
MergeFunc
PartialSpecialize Fixed and reactivated a partial specialization test 2010-08-19 12:42:38 +00:00
PruneEH
Reassociate
ScalarRepl
SCCP
SimplifyCFG Correct bogus module triple specifications. 2010-08-30 10:48:29 +00:00
SimplifyLibCalls
Sink
SRETPromotion
StripSymbols DIGlobalVariable can be used to encode debug info for globals that are directly folded into a constant by FE. 2010-08-25 18:52:02 +00:00
TailCallElim merge two tests and convert to filecheck. 2010-08-31 18:05:08 +00:00
TailDup