llvm-6502/lib/Target/SparcV9/InstrSched
Chris Lattner 9adb7ad457 * The itf exposed by InstrScheduling is now a single function to create the right pass
* InstructionScheduling is now a real pass
* InstrSched _uses_ LiveVar analysis, instead of creating it's own copy many times
  through a loop.  In this was LiveVarAnalysis is actually even SHARED by Register
  allocation.
* SchedPriorities is now passed the live var information in


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1700 91177308-0d34-0410-b5e6-96231b3b80d8
2002-02-04 20:02:16 +00:00
..
InstrScheduling.cpp * The itf exposed by InstrScheduling is now a single function to create the right pass 2002-02-04 20:02:16 +00:00
Makefile
SchedGraph.cpp * Straighten out #includes 2002-02-03 07:29:45 +00:00
SchedGraph.h Remove extraneous #includes 2002-02-03 07:30:08 +00:00
SchedPriorities.cpp * The itf exposed by InstrScheduling is now a single function to create the right pass 2002-02-04 20:02:16 +00:00
SchedPriorities.h * The itf exposed by InstrScheduling is now a single function to create the right pass 2002-02-04 20:02:16 +00:00