llvm-6502/lib/CodeGen/SelectionDAG
Chris Lattner 228a18e0f2 switch the SUnit pred/succ sets from being std::sets to being smallvectors.
This reduces selectiondag time on kc++ from 5.43s to 4.98s (9%).  More
significantly, this speeds up the default ppc scheduler from ~1571ms to 1063ms,
a 33% speedup.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29743 91177308-0d34-0410-b5e6-96231b3b80d8
2006-08-17 00:09:56 +00:00
..
DAGCombiner.cpp change internal impl of dag combiner so that calls to CombineTo never have to 2006-08-11 17:56:38 +00:00
LegalizeDAG.cpp eliminate use of getNode that takes vector of valuetypes. 2006-08-14 23:53:35 +00:00
Makefile For PR780: 2006-07-26 16:18:00 +00:00
ScheduleDAG.cpp switch the SUnit pred/succ sets from being std::sets to being smallvectors. 2006-08-17 00:09:56 +00:00
ScheduleDAGList.cpp switch the SUnit pred/succ sets from being std::sets to being smallvectors. 2006-08-17 00:09:56 +00:00
ScheduleDAGRRList.cpp switch the SUnit pred/succ sets from being std::sets to being smallvectors. 2006-08-17 00:09:56 +00:00
ScheduleDAGSimple.cpp Copy the liveins for the first block. PR859 2006-08-03 20:51:06 +00:00
SelectionDAG.cpp minor changes. 2006-08-16 22:57:46 +00:00
SelectionDAGCSEMap.cpp Start using SDVTList more consistently 2006-08-15 19:11:05 +00:00
SelectionDAGISel.cpp minor changes. 2006-08-16 22:57:46 +00:00
SelectionDAGPrinter.cpp For PR801: 2006-06-27 16:49:46 +00:00
TargetLowering.cpp Fix a typo that causes 2006-07-07-ComputeMaskedBits.ll to fail. 2006-07-07 21:37:21 +00:00