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
/
ScheduleDAGSimple.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Shave another 27K off libllvmgcc.dylib with visibility hidden
Chris Lattner
2006-06-28
1
-1
/
+2
*
Refactor a bunch of includes so that TargetMachine.h doesn't have to include
Owen Anderson
2006-05-12
1
-0
/
+1
*
Move simple-selector-specific types to the simple selector.
Chris Lattner
2006-03-10
1
-0
/
+202
*
Simplify the interface to the schedulers, to not pass the selected heuristicin.
Chris Lattner
2006-03-10
1
-8
/
+13
*
Move some simple-sched-specific instance vars to the simple scheduler.
Chris Lattner
2006-03-10
1
-2
/
+29
*
move some simple scheduler methods into the simple scheduler
Chris Lattner
2006-03-10
1
-0
/
+266
*
Push PrepareNodeInfo/IdentifyGroups down the inheritance hierarchy
Chris Lattner
2006-03-10
1
-0
/
+5
*
don't copy all itinerary data
Chris Lattner
2006-03-09
1
-1
/
+1
*
Fix VC++ compilation error.
Jeff Cohen
2006-01-24
1
-0
/
+1
*
Minor clean up.
Evan Cheng
2006-01-23
1
-1
/
+2
*
Remove a couple of unnecessary #include's
Evan Cheng
2006-01-23
1
-2
/
+0
*
Factor out more instruction scheduler code to the base class.
Evan Cheng
2006-01-23
1
-326
/
+43
*
Do some code refactoring on Jim's scheduler in preparation of the new list
Evan Cheng
2006-01-21
1
-0
/
+891