llvm-6502/lib/Transforms/Scalar
Benjamin Kramer af81235ef9 Eliminate some calls to Value::getNameStr.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116670 91177308-0d34-0410-b5e6-96231b3b80d8
2010-10-16 11:28: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 Begin adding static dependence information to passes, which will allow us to 2010-10-12 19:48:12 +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 Begin adding static dependence information to passes, which will allow us to 2010-10-12 19:48:12 +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 Generalize MemCpyOpt's handling of call slot forwarding to function properly when the call slot 2010-10-15 22:52:12 +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
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 Now with fewer extraneous semicolons! 2010-10-07 22:25:06 +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