llvm-6502/lib/Transforms/Scalar
2010-10-19 17:06:23 +00:00
..
ADCE.cpp
BasicBlockPlacement.cpp Begin adding static dependence information to passes, which will allow us to 2010-10-12 19:48:12 +00:00
CMakeLists.txt Update CMake. 2010-10-08 02:30:03 +00:00
CodeGenPrepare.cpp
ConstantProp.cpp
CorrelatedValuePropagation.cpp Begin adding static dependence information to passes, which will allow us to 2010-10-12 19:48:12 +00:00
DCE.cpp
DeadStoreElimination.cpp Consistently use AliasAnalysis::UnknownSize instead of hardcoding ~0u. 2010-10-19 17:06:23 +00:00
GEPSplitter.cpp
GVN.cpp Begin adding static dependence information to passes, which will allow us to 2010-10-12 19:48:12 +00:00
IndVarSimplify.cpp Begin adding static dependence information to passes, which will allow us to 2010-10-12 19:48:12 +00:00
JumpThreading.cpp Begin adding static dependence information to passes, which will allow us to 2010-10-12 19:48:12 +00:00
LICM.cpp Make AliasSetTracker TBAA-aware, enabling TBAA-enabled LICM. 2010-10-18 20:44:50 +00:00
LoopDeletion.cpp Begin adding static dependence information to passes, which will allow us to 2010-10-12 19:48:12 +00:00
LoopRotation.cpp Begin adding static dependence information to passes, which will allow us to 2010-10-12 19:48:12 +00:00
LoopStrengthReduce.cpp Begin adding static dependence information to passes, which will allow us to 2010-10-12 19:48:12 +00:00
LoopUnrollPass.cpp Begin adding static dependence information to passes, which will allow us to 2010-10-12 19:48:12 +00:00
LoopUnswitch.cpp Be more consistent in using ValueToValueMapTy. 2010-10-13 01:36:30 +00:00
LowerAtomic.cpp
Makefile
MemCpyOptimizer.cpp Consistently use AliasAnalysis::UnknownSize instead of hardcoding ~0u. 2010-10-19 17:06:23 +00:00
Reassociate.cpp
Reg2Mem.cpp Begin adding static dependence information to passes, which will allow us to 2010-10-12 19:48:12 +00:00
Scalar.cpp Remove LoopIndexSplit pass. It is neither maintained nor used by anyone. 2010-10-07 23:29:37 +00:00
ScalarReplAggregates.cpp Eliminate some calls to Value::getNameStr. 2010-10-16 11:28:23 +00:00
SCCP.cpp
SimplifyCFGPass.cpp
SimplifyHalfPowrLibCalls.cpp
SimplifyLibCalls.cpp
Sink.cpp Begin adding static dependence information to passes, which will allow us to 2010-10-12 19:48:12 +00:00
TailDuplication.cpp
TailRecursionElimination.cpp