llvm-6502/lib/Target/SparcV9/InstrSched
Chris Lattner af50d00829 * Add a file header with some information
* Delete the DelaySlotInfo objects created by the SchedulingManager class.
  These leaked objects were accounting for 3/4 of the memory leaked by the
  backend, so this is a relatively major win.
* Reorganize SchedulingManager::getDelaySlotInfoForInstr so that it has
  better code locality (making it easier to read).


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2197 91177308-0d34-0410-b5e6-96231b3b80d8
2002-04-09 05:45:58 +00:00
..
InstrScheduling.cpp * Add a file header with some information 2002-04-09 05:45:58 +00:00
Makefile Makefile for InstrSched/ 2001-08-28 23:17:22 +00:00
SchedGraph.cpp Clean up the ownership model a bit so that nodes actually get deleted more 2002-04-09 05:15:33 +00:00
SchedGraph.h Use deterministic iterator for SchedGraphs. This is actually not 2002-03-24 03:53:03 +00:00
SchedPriorities.cpp s/Method/Function 2002-04-08 22:03:57 +00:00
SchedPriorities.h Add option to disable scheduling. 2002-03-24 03:45:35 +00:00