llvm-6502/lib/Target/SparcV9/ModuloScheduling
2004-12-03 05:25:22 +00:00
..
Makefile Change Library Names Not To Conflict With Others When Installed 2004-10-27 23:18:45 +00:00
ModuloScheduling.cpp When writing kernel, save the branches til the end. They are still put in the "right place" in the schedule, but sometimes when folding to make a kernel instructions are added between branches. This is wrong. To avoid this, we handle branches special. 2004-12-03 05:25:22 +00:00
ModuloScheduling.h Reworked branch adding in prologue. Added check for infinite loops which are not modulo scheduled. 2004-12-02 07:22:15 +00:00
MSchedGraph.cpp Fixed bug where instructions in the kernel were not ordered right to preserve dependencies in a cycle. 2004-11-28 23:36:15 +00:00
MSchedGraph.h Fixed bug where instructions in the kernel were not ordered right to preserve dependencies in a cycle. 2004-11-28 23:36:15 +00:00
MSSchedule.cpp Reworked branch adding in prologue. Added check for infinite loops which are not modulo scheduled. 2004-12-02 07:22:15 +00:00
MSSchedule.h Fixed bug where instructions in the kernel were not ordered right to preserve dependencies in a cycle. 2004-11-28 23:36:15 +00:00