llvm-6502/lib/Transforms/Scalar
2010-09-18 11:55:34 +00:00
..
ADCE.cpp
BasicBlockPlacement.cpp
CMakeLists.txt Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally." 2010-09-13 23:59:48 +00:00
CodeGenPrepare.cpp When substituting sunkaddrs into indirect arguments an asm, we were 2010-09-16 18:30:55 +00:00
ConstantProp.cpp
CorrelatedValuePropagation.cpp Use a depth-first iteratation in CorrelatedValuePropagation to avoid wasting time trying 2010-09-16 18:35:07 +00:00
DCE.cpp
DeadStoreElimination.cpp
GEPSplitter.cpp
GVN.cpp
IndVarSimplify.cpp do not rely on the implicit-dereference semantics of dyn_cast_or_null 2010-09-18 11:53:39 +00:00
JumpThreading.cpp Remove the option to disable LazyValueInfo in JumpThreading, as it is now 2010-09-14 20:57:41 +00:00
LICM.cpp fix PR8102, a case where we'd copyValue from a value that we already 2010-09-14 00:19:00 +00:00
LoopDeletion.cpp
LoopIndexSplit.cpp typoes 2010-09-10 22:25:58 +00:00
LoopRotation.cpp
LoopStrengthReduce.cpp do not rely on the implicit-dereference semantics of dyn_cast_or_null 2010-09-18 11:55:34 +00:00
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