llvm/lib/Target
Vikram S. Adve c5b4632c27 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).


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@678 91177308-0d34-0410-b5e6-96231b3b80d8
2001-09-30 23:43:34 +00:00
..
SparcV9 Bug fixes: 2001-09-30 23:43:34 +00:00
Makefile Make a new llvm/Target #include directory. 2001-09-14 05:34:53 +00:00
TargetData.cpp Renamed files to match the main classes they provide. 2001-09-18 12:58:33 +00:00
TargetMachine.cpp Renamed files to match the main classes they provide. 2001-09-18 12:58:33 +00:00
TargetSchedInfo.cpp Renamed files to match the main classes they provide. 2001-09-18 12:58:33 +00:00