llvm-6502/lib/Transforms/Scalar
Dan Gohman 441a38993e Fix whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96179 91177308-0d34-0410-b5e6-96231b3b80d8
2010-02-14 18:51:39 +00:00
..
ABCD.cpp
ADCE.cpp
BasicBlockPlacement.cpp
CMakeLists.txt
CodeGenPrepare.cpp remove dead code. 2010-02-13 19:07:06 +00:00
ConstantProp.cpp
DCE.cpp
DeadStoreElimination.cpp Make DSE only scan blocks that are reachable from the entry 2010-02-11 05:11:54 +00:00
GEPSplitter.cpp
GVN.cpp Ignore dbg info intrinsics. 2010-02-11 00:20:49 +00:00
IndVarSimplify.cpp Reapply the new LoopStrengthReduction code, with compile time and 2010-02-12 10:34:29 +00:00
JumpThreading.cpp Make jump threading honor x|undef -> true and x&undef -> false, 2010-02-11 04:40:44 +00:00
LICM.cpp
LoopDeletion.cpp
LoopIndexSplit.cpp
LoopRotation.cpp
LoopStrengthReduce.cpp Fix whitespace. 2010-02-14 18:51:39 +00:00
LoopUnrollPass.cpp
LoopUnswitch.cpp
Makefile
MemCpyOptimizer.cpp
Reassociate.cpp Fix "the the" and similar typos. 2010-02-10 16:03:48 +00:00
Reg2Mem.cpp
Scalar.cpp
ScalarReplAggregates.cpp
SCCP.cpp
SCCVN.cpp
SimplifyCFGPass.cpp
SimplifyHalfPowrLibCalls.cpp Fix "the the" and similar typos. 2010-02-10 16:03:48 +00:00
SimplifyLibCalls.cpp
TailDuplication.cpp
TailRecursionElimination.cpp