index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
InstrSched
/
InstrScheduling.cpp
Age
Commit message (
Expand
)
Author
2002-04-29
Add new optional getPassName() virtual function that a Pass can override
Chris Lattner
2002-04-27
s/Method/Function
Chris Lattner
2002-04-27
* Rename MethodPass class to FunctionPass
Chris Lattner
2002-04-09
No need to reserve space, erasing does not change the size of the container.
Chris Lattner
2002-04-09
* Add a file header with some information
Chris Lattner
2002-04-08
s/Method/Function
Chris Lattner
2002-03-24
Add option to disable scheduling.
Vikram S. Adve
2002-02-24
* Silence signed/unsigned warnings
Chris Lattner
2002-02-12
* Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and into
Chris Lattner
2002-02-05
* Eliminate the LiveVarSet class, making applyTranferFuncForMInst a static
Chris Lattner
2002-02-04
* The itf exposed by InstrScheduling is now a single function to create the r...
Chris Lattner
2002-02-04
Remove dependence on BBLiveVar from InstrScheduling
Chris Lattner
2002-02-03
* Get machine instrs from Instructin's by using MachineCodeForInstruction::get
Chris Lattner
2002-01-20
Changes to build successfully with GCC 3.02
Chris Lattner
2001-11-27
Create a new #include "Support/..." directory structure to move things
Chris Lattner
2001-11-12
Major improvement to how nodes are built for a BB.
Vikram S. Adve
2001-11-09
Use node->getOpCode() instead of node->getMachineInstr()->getOpCode().
Vikram S. Adve
2001-11-08
MachineCodeForMethod is now an annotation on class Method.
Vikram S. Adve
2001-10-22
Modify code that processes delay slots so that it preserves any
Vikram S. Adve
2001-10-10
Don't insert useful instructions in delay slot of a RETURN.
Vikram S. Adve
2001-09-30
Bug fixes:
Vikram S. Adve
2001-09-18
Add new entry/exit edges when removing delay slot nodes from the graph.
Vikram S. Adve
2001-09-14
Chris seems fond of #include <vector>. Fix these. Also convert use list in
Chris Lattner
2001-09-14
Split Target/Machine.h into three files:
Chris Lattner
2001-09-14
Make a new llvm/Target #include directory.
Chris Lattner
2001-09-14
Checkin changes to:
Chris Lattner
2001-09-09
I really don't like it when people break the build.
Chris Lattner
2001-09-07
* Remove lots of #includes
Chris Lattner
2001-08-28
Implementation of instruction scheduling for LLVM.
Vikram S. Adve
[prev]