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
/
InstrSched
/
SchedPriorities.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
s/Method/Function
Chris Lattner
2002-04-08
1
-1
/
+1
*
Bug fix: nextToTry was not being initialized in one case.
Vikram S. Adve
2002-03-24
1
-3
/
+5
*
Method.h no longer includes BasicBlock.h
Chris Lattner
2002-02-12
1
-0
/
+1
*
Convert operand iterator over to work like an STL iterator
Chris Lattner
2002-02-05
1
-7
/
+7
*
Minor change: Methods that return ValueSet's that are guaranteed to be valid
Chris Lattner
2002-02-05
1
-7
/
+5
*
* Eliminate the LiveVarSet class, making applyTranferFuncForMInst a static
Chris Lattner
2002-02-05
1
-9
/
+7
*
* Add a #include not indirectly included any more
Chris Lattner
2002-02-05
1
-0
/
+1
*
* The itf exposed by InstrScheduling is now a single function to create the r...
Chris Lattner
2002-02-04
1
-10
/
+7
*
Changes to build successfully with GCC 3.02
Chris Lattner
2002-01-20
1
-24
/
+38
*
Renamed inst_const_iterator -> const_inst_iterator
Chris Lattner
2001-12-04
1
-1
/
+1
*
Create a new #include "Support/..." directory structure to move things
Chris Lattner
2001-11-27
1
-1
/
+1
*
Major improvement to how nodes are built for a BB.
Vikram S. Adve
2001-11-12
1
-1
/
+1
*
Pull iterators out of CFG.h and CFGdecls and put them in Support directory
Chris Lattner
2001-09-28
1
-2
/
+2
*
Format file header.
Vikram S. Adve
2001-09-18
1
-19
/
+19
*
Chris seems fond of #include <vector>. Fix these. Also convert use list in
Chris Lattner
2001-09-14
1
-1
/
+1
*
Remove unneeded #includes
Chris Lattner
2001-09-07
1
-18
/
+2
*
Class that encapsulates priority heuristics for instruction scheduling.
Vikram S. Adve
2001-08-28
1
-0
/
+297