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
...
*
Add new optional getPassName() virtual function that a Pass can override
Chris Lattner
2002-04-29
1
-0
/
+2
*
s/Method/Function
Chris Lattner
2002-04-27
1
-3
/
+3
*
* Rename MethodPass class to FunctionPass
Chris Lattner
2002-04-27
1
-12
/
+7
*
No need to reserve space, erasing does not change the size of the container.
Chris Lattner
2002-04-09
1
-1
/
+0
*
* Add a file header with some information
Chris Lattner
2002-04-09
1
-35
/
+25
*
s/Method/Function
Chris Lattner
2002-04-08
1
-2
/
+2
*
Add option to disable scheduling.
Vikram S. Adve
2002-03-24
1
-39
/
+53
*
* Silence signed/unsigned warnings
Chris Lattner
2002-02-24
1
-2
/
+2
*
* Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and into
Chris Lattner
2002-02-12
1
-4
/
+2
*
* Eliminate the LiveVarSet class, making applyTranferFuncForMInst a static
Chris Lattner
2002-02-05
1
-1
/
+0
*
* The itf exposed by InstrScheduling is now a single function to create the r...
Chris Lattner
2002-02-04
1
-36
/
+51
*
Remove dependence on BBLiveVar from InstrScheduling
Chris Lattner
2002-02-04
1
-2
/
+1
*
* Get machine instrs from Instructin's by using MachineCodeForInstruction::get
Chris Lattner
2002-02-03
1
-10
/
+10
*
Changes to build successfully with GCC 3.02
Chris Lattner
2002-01-20
1
-22
/
+21
*
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
[prev]