llvm-6502/lib/Transforms/Scalar
Owen Anderson b97819852a Move some sets and maps to SmallPtrSet and DenseMap respectively. This
reduces the time to optimize 403.gcc from 17.6s to 16.4s.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40036 91177308-0d34-0410-b5e6-96231b3b80d8
2007-07-19 03:32:44 +00:00
..
ADCE.cpp
BasicBlockPlacement.cpp
CodeGenPrepare.cpp
CondPropagate.cpp
ConstantProp.cpp
CorrelatedExprs.cpp
DCE.cpp
DeadStoreElimination.cpp
FastDSE.cpp Take advantage of undefined behavior if the source program tries to GEP 2007-07-16 23:34:39 +00:00
GCSE.cpp
GVNPRE.cpp Move some sets and maps to SmallPtrSet and DenseMap respectively. This 2007-07-19 03:32:44 +00:00
IndVarSimplify.cpp Fix a bug. 2007-06-27 09:50:26 +00:00
InstructionCombining.cpp Fix comments about vectors to use the current wording. 2007-07-16 14:29:03 +00:00
LICM.cpp
LoopRotation.cpp Disable claims to preserve analysis until open issues are resolved. 2007-07-13 21:53:42 +00:00
LoopStrengthReduce.cpp
LoopUnroll.cpp
LoopUnswitch.cpp Fix typo. 2007-07-18 23:50:19 +00:00
LowerGC.cpp
LowerPacked.cpp
Makefile
PredicateSimplifier.cpp Start adding and cleaning up comments. 2007-07-16 02:58:37 +00:00
Reassociate.cpp
Reg2Mem.cpp
ScalarReplAggregates.cpp Fix comments about vectors to use the current wording. 2007-07-16 14:29:03 +00:00
SCCP.cpp
SimplifyCFG.cpp
TailDuplication.cpp
TailRecursionElimination.cpp