llvm-6502/lib/Transforms/Scalar
Owen Anderson b397d81f03 Revert my previous patch. Since there are some major changes that went in today,
I'm going to wait to put this in HEAD until tomorrow, so as not to clutter the nightly
tester.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29868 91177308-0d34-0410-b5e6-96231b3b80d8
2006-08-25 03:45:57 +00:00
..
ADCE.cpp Remove unneeded hook. Patch by Anton K. Thanks! 2006-06-02 19:11:46 +00:00
BasicBlockPlacement.cpp
CondPropagate.cpp Handle single-entry PHI nodes correctly. This fixes PR877 and 2006-08-14 21:38:05 +00:00
ConstantProp.cpp
CorrelatedExprs.cpp
DCE.cpp
DeadStoreElimination.cpp
GCSE.cpp
IndVarSimplify.cpp Revert my previous patch. Since there are some major changes that went in today, 2006-08-25 03:45:57 +00:00
InstructionCombining.cpp Silence a warning produced in assertions-disabled mode 2006-07-11 18:31:26 +00:00
LICM.cpp random code cleanups, no functionality change 2006-06-26 19:10:05 +00:00
LoopStrengthReduce.cpp Changes: 2006-08-03 06:34:50 +00:00
LoopUnroll.cpp Implement unrolling of multiblock loops. This significantly improves the 2006-08-24 21:28:19 +00:00
LoopUnswitch.cpp Fix a error that hadn't yet cause any problems, but I'm sure it would have 2006-07-19 03:51:48 +00:00
LowerGC.cpp Shrink libllvmgcc.dylib by another 23K 2006-06-28 22:08:15 +00:00
LowerPacked.cpp
Makefile
Reassociate.cpp Fix Transforms/Reassociate/2006-04-27-ReassociateVector.ll 2006-04-28 04:14:49 +00:00
Reg2Mem.cpp
ScalarReplAggregates.cpp Use hidden visibility to make symbols in an anonymous namespace get 2006-06-28 23:17:24 +00:00
SCCP.cpp
SimplifyCFG.cpp
TailDuplication.cpp
TailRecursionElimination.cpp