llvm-6502/lib/Target/SparcV9/ModuloScheduling
Tanya Lattner e1df212fb3 Fixed a bug where I was trying to ModuloSchedule a loop with no instructions but a terminator.
Fixed a bug in the schedule generation that was always using the start cycle.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18123 91177308-0d34-0410-b5e6-96231b3b80d8
2004-11-22 20:41:24 +00:00
..
Makefile Change Library Names Not To Conflict With Others When Installed 2004-10-27 23:18:45 +00:00
ModuloScheduling.cpp Fixed a bug where I was trying to ModuloSchedule a loop with no instructions but a terminator. 2004-11-22 20:41:24 +00:00
ModuloScheduling.h Fixed a bug where I was trying to ModuloSchedule a loop with no instructions but a terminator. 2004-11-22 20:41:24 +00:00
MSchedGraph.cpp Adjust header file inclusion due to move 2004-10-10 23:34:50 +00:00
MSchedGraph.h Fixed bug with infinite epilogues. 2004-10-30 00:39:07 +00:00
MSSchedule.cpp Fixed a bug where I was trying to ModuloSchedule a loop with no instructions but a terminator. 2004-11-22 20:41:24 +00:00
MSSchedule.h