llvm-6502/test/Transforms
2010-11-21 07:34:32 +00:00
..
ADCE
ArgumentPromotion
BlockPlacement
BranchFolding
CodeExtractor
CodeGenPrepare Add a test for CodeGenPrepare's ability to look through PHI nodes when performing 2010-11-19 22:34:53 +00:00
ConstantMerge
ConstProp rename test. 2010-11-14 07:03:49 +00:00
CorrelatedValuePropagation Update testcase since we're no longer doing the constant forwarding inline with correlated value propagation. 2010-10-29 21:18:23 +00:00
DeadArgElim
DeadStoreElimination implement PR8576, deleting dead stores with intervening may-alias stores. 2010-11-21 07:34:32 +00:00
FunctionAttrs Make ModRefBehavior a lattice. Use this to clean up AliasAnalysis 2010-11-10 01:02:18 +00:00
GlobalDCE
GlobalOpt
GVN Completely rework the datastructure GVN uses to represent the value number to leader mapping. Previously, 2010-11-18 18:32:40 +00:00
IndVarSimplify
Inline
InstCombine optimize: 2010-11-21 06:44:42 +00:00
Internalize
IPConstantProp
JumpThreading
LCSSA
LICM
LoopDeletion
LoopRotate
LoopSimplify
LoopStrengthReduce
LoopUnroll
LoopUnswitch Factor code for testing whether replacing one value with another 2010-11-18 19:59:41 +00:00
LowerAtomic
LowerInvoke
LowerSetJmp
LowerSwitch
Mem2Reg
MemCpyOpt Implement PR8644: forwarding a memcpy value to a byval, 2010-11-21 00:28:59 +00:00
MergeFunc
PartialSpecialize
PruneEH
Reassociate
ScalarRepl allow eliminating an alloca that is just copied from an constant global 2010-11-18 06:41:51 +00:00
SCCP
SimplifyCFG Factor out Instruction::isSafeToSpeculativelyExecute's code for 2010-11-11 21:23:25 +00:00
SimplifyLibCalls test/Transforms/SimplifyLibCalls/floor.ll: Mark as XFAIL:win32 due to lack of nearbyintf on MSVC. [PR8466] 2010-10-28 06:46:04 +00:00
Sink
SRETPromotion
StripSymbols
TailCallElim
TailDup