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
/
CodeGen
/
SelectionDAG
/
ScheduleDAGList.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
yes yes, enabled debug output is bad
Chris Lattner
2006-03-09
1
-3
/
+0
*
switch the t-d scheduler to use a really dumb and trivial critical path
Chris Lattner
2006-03-09
1
-1
/
+104
*
Pull latency information for target instructions out of the latency tables. :)
Chris Lattner
2006-03-09
1
-46
/
+80
*
PriorityQueue is an instance var, use it.
Chris Lattner
2006-03-09
1
-39
/
+33
*
add some comments
Chris Lattner
2006-03-09
1
-8
/
+13
*
Refactor the priority mechanism one step further: now that it is a separate
Chris Lattner
2006-03-09
1
-136
/
+185
*
Split the priority function computation and priority queue management out
Chris Lattner
2006-03-08
1
-113
/
+150
*
switch from an explicitly managed list of SUnits to a simple vector of sunits
Chris Lattner
2006-03-08
1
-35
/
+28
*
Shrinkify some fields, fit to 80 columns
Chris Lattner
2006-03-08
1
-11
/
+11
*
remove "Slot", it is dead
Chris Lattner
2006-03-08
1
-32
/
+31
*
Change the interface for getting a target HazardRecognizer to be more clean.
Chris Lattner
2006-03-08
1
-12
/
+11
*
Fix some formatting, when looking for hazards, prefer target nodes over
Chris Lattner
2006-03-07
1
-7
/
+15
*
update file comment
Chris Lattner
2006-03-06
1
-3
/
+8
*
Remove some code that doesn't make sense
Evan Cheng
2006-03-06
1
-12
/
+5
*
Remove SUnit::Priority1: it is re-calculated on demand as number of live
Evan Cheng
2006-03-06
1
-35
/
+25
*
Hoist the HazardRecognizer out of the ScheduleDAGList.cpp file to where
Chris Lattner
2006-03-06
1
-108
/
+22
*
Comment fixes
Chris Lattner
2006-03-05
1
-2
/
+2
*
When a hazard recognizer needs noops to be inserted, do so. This represents
Chris Lattner
2006-03-05
1
-10
/
+15
*
Implement G5HazardRecognizer as a trivial thing that wants 5 cycles between
Chris Lattner
2006-03-05
1
-2
/
+42
*
Add basic hazard recognizer support. noop insertion isn't complete yet though.
Chris Lattner
2006-03-05
1
-15
/
+104
*
Split the list scheduler into top-down and bottom-up pieces. The priority
Chris Lattner
2006-03-05
1
-43
/
+179
*
Move the available queue to being inside the ListSchedule method, since it
Chris Lattner
2006-03-05
1
-10
/
+15
*
A bit more tweaking
Evan Cheng
2006-03-03
1
-6
/
+24
*
Fix VC++ compilation errors.
Jeff Cohen
2006-03-03
1
-4
/
+4
*
- Fixed some priority calculation bugs that were causing bug 478. Among them:
Evan Cheng
2006-03-02
1
-64
/
+98
*
make -debug output less newliney
Chris Lattner
2006-02-02
1
-2
/
+1
*
Clean up some code; improve efficiency; and fixed a potential bug involving
Evan Cheng
2006-01-26
1
-150
/
+127
*
Don't break the optimized build (by incorrect placement of #endif)
Reid Spencer
2006-01-25
1
-1
/
+1
*
Fix VC++ compilation error.
Jeff Cohen
2006-01-25
1
-1
/
+1
*
Bottom up register usage reducing list scheduler.
Evan Cheng
2006-01-25
1
-21
/
+451
*
Skeleton of the list schedule.
Evan Cheng
2006-01-23
1
-0
/
+61
[prev]