llvm-6502/lib/CodeGen/InstrSched
Vikram S. Adve e64574ce71 Major change to how defs are found when adding dependences (they
are now found as part of the initial walk of the machine code).
Also memory load/store instructions can be generated for non-memory
LLVM instructions, which wasn't handled before.  It is now.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1199 91177308-0d34-0410-b5e6-96231b3b80d8
2001-11-08 05:20:23 +00:00
..
InstrScheduling.cpp MachineCodeForMethod is now an annotation on class Method. 2001-11-08 05:18:18 +00:00
Makefile Makefile for InstrSched/ 2001-08-28 23:17:22 +00:00
SchedGraph.cpp Major change to how defs are found when adding dependences (they 2001-11-08 05:20:23 +00:00
SchedGraph.h Major change to how defs are found when adding dependences (they 2001-11-08 05:20:23 +00:00
SchedPriorities.cpp Pull iterators out of CFG.h and CFGdecls and put them in Support directory 2001-09-28 22:56:31 +00:00
SchedPriorities.h Pull iterators out of CFG.h and CFGdecls and put them in Support directory 2001-09-28 22:56:31 +00:00