llvm-6502/lib/Transforms/Scalar
Owen Anderson 7e05714a10 Don't indent the entire function.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29093 91177308-0d34-0410-b5e6-96231b3b80d8
2006-07-10 22:03:18 +00:00
..
ADCE.cpp Remove unneeded hook. Patch by Anton K. Thanks! 2006-06-02 19:11:46 +00:00
BasicBlockPlacement.cpp
CondPropagate.cpp
ConstantProp.cpp
CorrelatedExprs.cpp Teach cee to propagate through switch statements. This implements 2006-03-19 19:37:24 +00:00
DCE.cpp
DeadStoreElimination.cpp
GCSE.cpp
IndVarSimplify.cpp De-pessimize the handling of LCSSA Phi nodes in IndVarSimplify. Hopefully this 2006-06-27 02:17:08 +00:00
InstructionCombining.cpp Don't indent the entire function. 2006-07-10 22:03:18 +00:00
LICM.cpp random code cleanups, no functionality change 2006-06-26 19:10:05 +00:00
LoopStrengthReduce.cpp Use hidden visibility to make symbols in an anonymous namespace get 2006-06-28 23:17:24 +00:00
LoopUnroll.cpp Fix a spello in a comment. 2006-06-07 21:24:10 +00:00
LoopUnswitch.cpp Switch to a very conservative heuristic for determining when loop-unswitching 2006-06-28 17:47:50 +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 Add supprot for shufflevector 2006-04-08 01:19:12 +00:00
SimplifyCFG.cpp
TailDuplication.cpp
TailRecursionElimination.cpp