1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-29 06:52:55 +01:00
llvm-mirror/lib/Target/SparcV9/ModuloScheduling
Tanya Lattner da8a6fc7d4 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.

llvm-svn: 18123
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 ModuloScheduling moved to lib/Target/SparcV9 as it is SparcV9-specific 2004-10-10 23:33:20 +00:00