llvm-project/llvm/lib/CodeGen
Vikram S. Adve 819635eb7c Bug fixes:
(1) Ensure that delay slot instructions are not moved out of place (this
    was happening for some CALL instructions).  Basically, we need to
    move all delay slot instructions out of the graph and handle them
    along with the delayed control transfer instruction.
(2) Mark scheduled instructions correctly when instructions are scheduled
    in more than one cycle in a single step (due to delay slots).

llvm-svn: 678
2001-09-30 23:43:34 +00:00
..
InstrSched Bug fixes: 2001-09-30 23:43:34 +00:00
InstrSelection Don't check for null on delete 2001-09-18 17:02:42 +00:00
RegAlloc added suggesting color support 2001-09-30 23:19:57 +00:00
MachineInstr.cpp Minor changes. 2001-09-18 12:56:28 +00:00
Makefile added RegAlloc Directory to DIRS 2001-09-14 21:28:17 +00:00