llvm-6502/test/Transforms
Chris Lattner f8c39a78de another random update
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81531 91177308-0d34-0410-b5e6-96231b3b80d8
2009-09-11 17:07:01 +00:00
..
ADCE
ArgumentPromotion
BlockPlacement
BranchFolding
CodeExtractor
CodeGenPrepare Change these tests to feed the assembly files to opt directly, instead 2009-09-08 16:50:01 +00:00
CondProp Use opt -S instead of piping bitcode output through llvm-dis. 2009-09-08 22:34:10 +00:00
ConstantMerge
ConstProp
DeadArgElim Use opt -S instead of piping bitcode output through llvm-dis. 2009-09-08 22:34:10 +00:00
DeadStoreElimination
FunctionAttrs
GlobalDCE
GlobalOpt
GVN Use opt -S instead of piping bitcode output through llvm-dis. 2009-09-08 22:34:10 +00:00
GVNPRE
IndMemRem
IndVarSimplify Use "opt < %s" instead of "opt %s" so that opt doesn't print the test 2009-09-08 22:57:49 +00:00
Inline Eliminate more uses of llvm-as and llvm-dis. 2009-09-09 00:09:15 +00:00
InstCombine Teach lib/VMCore/ConstantFold.cpp how to set the inbounds keyword and 2009-09-11 00:04:14 +00:00
Internalize
IPConstantProp
JumpThreading
LCSSA Use opt -S instead of piping bitcode output through llvm-dis. 2009-09-08 22:34:10 +00:00
LICM
LoopDeletion another random update 2009-09-11 17:07:01 +00:00
LoopIndexSplit
LoopRotate Use opt -S instead of piping bitcode output through llvm-dis. 2009-09-08 22:34:10 +00:00
LoopSimplify
LoopStrengthReduce
LoopUnroll
LoopUnswitch Fix SplitCriticalEdge to properly update LCSSA form when splitting a 2009-09-09 18:18:18 +00:00
LowerInvoke
LowerSetJmp
LowerSwitch Eliminate more uses of llvm-as and llvm-dis. 2009-09-09 00:09:15 +00:00
Mem2Reg
MemCpyOpt Use opt -S instead of piping bitcode output through llvm-dis. 2009-09-08 22:34:10 +00:00
MergeFunc Use opt -S instead of piping bitcode output through llvm-dis. 2009-09-08 22:34:10 +00:00
PredicateSimplifier
PruneEH
RaiseAllocations
Reassociate
ScalarRepl Use opt -S instead of piping bitcode output through llvm-dis. 2009-09-08 22:34:10 +00:00
SCCP fix a bunch of spurious failures for people whose home directory 2009-09-11 17:02:12 +00:00
SimplifyCFG fix a bunch of spurious failures for people whose home directory 2009-09-11 17:02:12 +00:00
SimplifyLibCalls
SRETPromotion
SSI
StripSymbols Update test. 2009-09-09 02:41:50 +00:00
TailCallElim
TailDup