llvm-6502/include
Dan Gohman 4c8c83022b Change ScheduleDAG's SUnitMap from DenseMap<SDNode*, vector<SUnit*> >
to DenseMap<SDNode*, SUnit*>, and adjust the way cloned SUnit nodes are
handled so that only the original node needs to be in the map.
This speeds up llc on 447.dealII.llvm.bc by about 2%.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52576 91177308-0d34-0410-b5e6-96231b3b80d8
2008-06-21 15:52:51 +00:00
..
llvm Change ScheduleDAG's SUnitMap from DenseMap<SDNode*, vector<SUnit*> > 2008-06-21 15:52:51 +00:00
llvm-c Add C binding for ExecutionEngine::addGlobalMapping. 2008-06-20 02:16:11 +00:00