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
/
InstrScheduling.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Create a new #include "Support/..." directory structure to move things
Chris Lattner
2001-11-27
1
-6
/
+2
*
Major improvement to how nodes are built for a BB.
Vikram S. Adve
2001-11-12
1
-15
/
+9
*
Use node->getOpCode() instead of node->getMachineInstr()->getOpCode().
Vikram S. Adve
2001-11-09
1
-36
/
+38
*
MachineCodeForMethod is now an annotation on class Method.
Vikram S. Adve
2001-11-08
1
-1
/
+1
*
Modify code that processes delay slots so that it preserves any
Vikram S. Adve
2001-10-22
1
-11
/
+36
*
Don't insert useful instructions in delay slot of a RETURN.
Vikram S. Adve
2001-10-10
1
-26
/
+31
*
Bug fixes:
Vikram S. Adve
2001-09-30
1
-378
/
+429
*
Add new entry/exit edges when removing delay slot nodes from the graph.
Vikram S. Adve
2001-09-18
1
-20
/
+36
*
Chris seems fond of #include <vector>. Fix these. Also convert use list in
Chris Lattner
2001-09-14
1
-1
/
+1
*
Split Target/Machine.h into three files:
Chris Lattner
2001-09-14
1
-4
/
+0
*
Make a new llvm/Target #include directory.
Chris Lattner
2001-09-14
1
-1
/
+1
*
Checkin changes to:
Chris Lattner
2001-09-14
1
-8
/
+8
*
I really don't like it when people break the build.
Chris Lattner
2001-09-09
1
-1
/
+1
*
* Remove lots of #includes
Chris Lattner
2001-09-07
1
-52
/
+41
*
Implementation of instruction scheduling for LLVM.
Vikram S. Adve
2001-08-28
1
-0
/
+1464