index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
SparcV9
/
ModuloScheduling
/
ModuloScheduling.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
When writing kernel, save the branches til the end. They are still put in the...
Tanya Lattner
2004-12-03
1
-5
/
+17
*
Reworked branch adding in prologue. Added check for infinite loops which are ...
Tanya Lattner
2004-12-02
1
-24
/
+43
*
Reworked branching so we don't handle BAs specially. It just updates the bran...
Tanya Lattner
2004-11-29
1
-139
/
+95
*
Forced branches to be first to be scheduled.
Tanya Lattner
2004-11-24
1
-18
/
+51
*
Fixed a bug where I was trying to ModuloSchedule a loop with no instructions ...
Tanya Lattner
2004-11-22
1
-7
/
+22
*
Added my own defMap. Only saving values that are not loop invariant. Fixed a ...
Tanya Lattner
2004-11-16
1
-44
/
+62
*
Added gross hacks such as creating my own def-use map, and picking on Instruc...
Tanya Lattner
2004-11-02
1
-70
/
+67
*
Fixed bug with infinite epilogues.
Tanya Lattner
2004-10-30
1
-91
/
+167
*
Checking in code that works on my simple test case. However, there is still a...
Tanya Lattner
2004-10-14
1
-104
/
+205
*
Adjust header file inclusion due to move
Misha Brukman
2004-10-10
1
-4
/
+4
*
ModuloScheduling moved to lib/Target/SparcV9 as it is SparcV9-specific
Misha Brukman
2004-10-10
1
-0
/
+1967