llvm-6502/lib/Transforms/Scalar
Chris Lattner 09713794c1 pull the predMap densemap out of the inner loop of performPRE, so
that it isn't reallocated all the time.  This is a tiny speedup for
GVN: 3.90->3.88s


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60338 91177308-0d34-0410-b5e6-96231b3b80d8
2008-12-01 07:29:03 +00:00
..
ADCE.cpp
BasicBlockPlacement.cpp
CMakeLists.txt
CodeGenPrepare.cpp don't call MergeBasicBlockIntoOnlyPred on a block whose only 2008-11-28 19:54:49 +00:00
CondPropagate.cpp
ConstantProp.cpp
DCE.cpp simplify this logic. 2008-11-27 22:46:09 +00:00
DeadStoreElimination.cpp Fix a thinko that manifested as a crash on clamav last night. 2008-11-29 20:29:04 +00:00
GVN.cpp pull the predMap densemap out of the inner loop of performPRE, so 2008-12-01 07:29:03 +00:00
GVNPRE.cpp
IndVarSimplify.cpp Revert r60042. IndVarSimplify should check if APFloat is PPCDoubleDouble first before trying to convert it to an integer. 2008-11-26 01:11:57 +00:00
InstructionCombining.cpp simplify these patterns using m_Specific. No need to grep for 2008-12-01 05:16:26 +00:00
JumpThreading.cpp switch a couple more calls to use array_pod_sort. 2008-12-01 06:52:57 +00:00
LICM.cpp
LoopDeletion.cpp
LoopIndexSplit.cpp
LoopRotation.cpp
LoopStrengthReduce.cpp Introduce a new array_pod_sort function and switch LSR to use it 2008-12-01 06:49:59 +00:00
LoopUnroll.cpp
LoopUnswitch.cpp switch a couple more calls to use array_pod_sort. 2008-12-01 06:52:57 +00:00
Makefile
MemCpyOptimizer.cpp Eliminate the dropInstruction method, which is not needed any more. 2008-11-29 23:30:39 +00:00
PredicateSimplifier.cpp Silence unused variable warnings. 2008-11-21 20:00:59 +00:00
Reassociate.cpp Fix build failure. 2008-11-21 21:00:20 +00:00
Reg2Mem.cpp
Scalar.cpp
ScalarReplAggregates.cpp
SCCP.cpp Fix unused variable warnings. 2008-11-21 01:52:59 +00:00
SimplifyCFGPass.cpp
SimplifyHalfPowrLibCalls.cpp
SimplifyLibCalls.cpp Optimize memmove and memset into the LLVM builtins. Note that these 2008-11-30 08:32:11 +00:00
TailDuplication.cpp simplify code. 2008-11-27 22:56:14 +00:00
TailRecursionElimination.cpp