llvm-6502/lib/Transforms/Scalar
Owen Anderson c809d90bca Remove the option to disable LazyValueInfo in JumpThreading, as it is now
on by default and has received significant testing.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113852 91177308-0d34-0410-b5e6-96231b3b80d8
2010-09-14 20:57:41 +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 Remove unused variable. 2010-09-13 18:27:59 +00:00
ConstantProp.cpp
CorrelatedValuePropagation.cpp
DCE.cpp
DeadStoreElimination.cpp
GEPSplitter.cpp
GVN.cpp
IndVarSimplify.cpp
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 Teach loop rotate to hoist trivially invariant instructions 2010-09-06 01:10:22 +00:00
LoopStrengthReduce.cpp
LoopUnrollPass.cpp Lower the unrolling theshold to 150. Empirical tests indicate that this is a sweet spot in the performance per 2010-09-10 17:57:00 +00:00
LoopUnswitch.cpp
LowerAtomic.cpp more cleanups 2010-09-05 20:13:07 +00:00
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