llvm-6502/test/Transforms
Dan Gohman b1576f56c8 Change the x86 assembly output to use tab characters to separate the
mnemonics from their operands instead of single spaces. This makes the
assembly output a little more consistent with various other compilers
(f.e. GCC), and slightly easier to read. Also, update the regression
tests accordingly.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40648 91177308-0d34-0410-b5e6-96231b3b80d8
2007-07-31 20:11:57 +00:00
..
ADCE Unreachable block is not a root node in post dominator tree. 2007-07-24 01:02:25 +00:00
ArgumentPromotion Convert .cvsignore files 2007-06-29 16:35:07 +00:00
BlockPlacement Convert .cvsignore files 2007-06-29 16:35:07 +00:00
CodeExtractor Convert .cvsignore files 2007-06-29 16:35:07 +00:00
CondProp Convert .cvsignore files 2007-06-29 16:35:07 +00:00
ConstantMerge Convert .cvsignore files 2007-06-29 16:35:07 +00:00
ConstProp Convert .cvsignore files 2007-06-29 16:35:07 +00:00
CorrelatedExprs Convert .cvsignore files 2007-06-29 16:35:07 +00:00
DeadArgElim Convert .cvsignore files 2007-06-29 16:35:07 +00:00
DeadStoreElimination Move these tests to use FastDSE instead of old DSE. 2007-07-23 20:49:13 +00:00
DecomposeMultiDimRefs Convert .cvsignore files 2007-06-29 16:35:07 +00:00
GCSE Convert .cvsignore files 2007-06-29 16:35:07 +00:00
GlobalDCE Convert .cvsignore files 2007-06-29 16:35:07 +00:00
GlobalOpt For PR1553: 2007-07-19 23:13:04 +00:00
GVN Fix a misoptimization in aha. 2007-07-31 17:43:14 +00:00
GVNPRE For PR1553: 2007-07-19 23:13:04 +00:00
IndVarsSimplify For PR1553: 2007-07-19 23:13:04 +00:00
Inline Convert .cvsignore files 2007-06-29 16:35:07 +00:00
InstCombine This xform isn't safe, removing it. 2007-07-21 21:27:27 +00:00
IPConstantProp Convert .cvsignore files 2007-06-29 16:35:07 +00:00
LCSSA Bunch of tests to check loop passes. 2007-07-31 08:04:17 +00:00
LICM Bunch of tests to check loop passes. 2007-07-31 08:04:17 +00:00
LoopRotate Bunch of tests to check loop passes. 2007-07-31 08:04:17 +00:00
LoopSimplify Convert .cvsignore files 2007-06-29 16:35:07 +00:00
LoopStrengthReduce Convert .cvsignore files 2007-06-29 16:35:07 +00:00
LoopUnroll Convert .cvsignore files 2007-06-29 16:35:07 +00:00
LoopUnswitch Bunch of tests to check loop passes. 2007-07-31 08:04:17 +00:00
LowerInvoke Convert .cvsignore files 2007-06-29 16:35:07 +00:00
LowerSetJmp Convert .cvsignore files 2007-06-29 16:35:07 +00:00
LowerSwitch Convert .cvsignore files 2007-06-29 16:35:07 +00:00
Mem2Reg Convert .cvsignore files 2007-06-29 16:35:07 +00:00
PredicateSimplifier Convert .cvsignore files 2007-06-29 16:35:07 +00:00
PruneEH Convert .cvsignore files 2007-06-29 16:35:07 +00:00
RaiseAllocations Convert .cvsignore files 2007-06-29 16:35:07 +00:00
Reassociate Convert .cvsignore files 2007-06-29 16:35:07 +00:00
RedundantLoadElimination Rename a lot of things to change FastDLE to RedundantLoadElimination. 2007-07-24 00:17:04 +00:00
ScalarRepl Convert .cvsignore files 2007-06-29 16:35:07 +00:00
SCCP Convert .cvsignore files 2007-06-29 16:35:07 +00:00
SimplifyCFG Convert .cvsignore files 2007-06-29 16:35:07 +00:00
SimplifyLibCalls Convert .cvsignore files 2007-06-29 16:35:07 +00:00
TailCallElim Convert .cvsignore files 2007-06-29 16:35:07 +00:00
TailDup Change the x86 assembly output to use tab characters to separate the 2007-07-31 20:11:57 +00:00