llvm-6502/lib/Transforms/Scalar
Chris Lattner e418ac832c licm preserves the cfg, it doesn't have to explicitly say it
preserves domfrontier.  It does preserve AA though.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112419 91177308-0d34-0410-b5e6-96231b3b80d8
2010-08-29 07:02:56 +00:00
..
ADCE.cpp
BasicBlockPlacement.cpp
CMakeLists.txt remove the ABCD and SSI passes. They don't have any clients that 2010-08-28 03:51:24 +00:00
CodeGenPrepare.cpp remove some llvmcontext arguments that are now dead post-refactoring. 2010-08-25 23:00:45 +00:00
ConstantProp.cpp
DCE.cpp
DeadStoreElimination.cpp
GEPSplitter.cpp
GVN.cpp remove dead proto 2010-08-29 04:53:24 +00:00
IndVarSimplify.cpp
JumpThreading.cpp Fix typos in comments. 2010-08-27 20:32:56 +00:00
LICM.cpp licm preserves the cfg, it doesn't have to explicitly say it 2010-08-29 07:02:56 +00:00
LoopDeletion.cpp
LoopIndexSplit.cpp
LoopRotation.cpp
LoopStrengthReduce.cpp
LoopUnrollPass.cpp
LoopUnswitch.cpp
LowerAtomic.cpp
Makefile
MemCpyOptimizer.cpp
Reassociate.cpp
Reg2Mem.cpp
Scalar.cpp
ScalarReplAggregates.cpp
SCCP.cpp
SimplifyCFGPass.cpp
SimplifyHalfPowrLibCalls.cpp
SimplifyLibCalls.cpp
Sink.cpp
TailDuplication.cpp
TailRecursionElimination.cpp
ValuePropagation.cpp Update CMake build. Add newline at end of file. 2010-08-28 00:11:12 +00:00