llvm-project/llvm/lib/Transforms/Scalar
Dan Gohman 14fe8cf238 Consistently use AliasAnalysis::UnknownSize instead of hardcoding ~0u.
llvm-svn: 116815
2010-10-19 17:06:23 +00:00
..
ADCE.cpp Now with fewer extraneous semicolons! 2010-10-07 22:25:06 +00:00
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 Now with fewer extraneous semicolons! 2010-10-07 22:25:06 +00:00
ConstantProp.cpp Now with fewer extraneous semicolons! 2010-10-07 22:25:06 +00:00
CorrelatedValuePropagation.cpp Begin adding static dependence information to passes, which will allow us to 2010-10-12 19:48:12 +00:00
DCE.cpp Now with fewer extraneous semicolons! 2010-10-07 22:25:06 +00:00
DeadStoreElimination.cpp Consistently use AliasAnalysis::UnknownSize instead of hardcoding ~0u. 2010-10-19 17:06:23 +00:00
GEPSplitter.cpp Now with fewer extraneous semicolons! 2010-10-07 22:25:06 +00:00
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 Now with fewer extraneous semicolons! 2010-10-07 22:25:06 +00:00
Makefile make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. 2010-01-24 20:43:08 +00:00
MemCpyOptimizer.cpp Consistently use AliasAnalysis::UnknownSize instead of hardcoding ~0u. 2010-10-19 17:06:23 +00:00
Reassociate.cpp Now with fewer extraneous semicolons! 2010-10-07 22:25:06 +00:00
Reg2Mem.cpp Begin adding static dependence information to passes, which will allow us to 2010-10-12 19:48:12 +00:00
SCCP.cpp Now with fewer extraneous semicolons! 2010-10-07 22:25:06 +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
SimplifyCFGPass.cpp Now with fewer extraneous semicolons! 2010-10-07 22:25:06 +00:00
SimplifyHalfPowrLibCalls.cpp Now with fewer extraneous semicolons! 2010-10-07 22:25:06 +00:00
SimplifyLibCalls.cpp Now with fewer extraneous semicolons! 2010-10-07 22:25:06 +00:00
Sink.cpp Begin adding static dependence information to passes, which will allow us to 2010-10-12 19:48:12 +00:00
TailDuplication.cpp Now with fewer extraneous semicolons! 2010-10-07 22:25:06 +00:00
TailRecursionElimination.cpp Now with fewer extraneous semicolons! 2010-10-07 22:25:06 +00:00