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
Age
Commit message (
Expand
)
Author
2002-03-24
Minor changes.
Vikram S. Adve
2002-03-23
Rename Method to Function
Chris Lattner
2002-02-26
Change to make it build with GCC 2.95.3
Anand Shukla
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-12
Method.h no longer includes BasicBlock.h
Chris Lattner
2002-02-05
Convert operand iterator over to work like an STL iterator
Chris Lattner
2002-02-05
Minor change: Methods that return ValueSet's that are guaranteed to be valid
Chris Lattner
2002-02-05
* Eliminate the LiveVarSet class, making applyTranferFuncForMInst a static
Chris Lattner
2002-02-05
* Add a #include not indirectly included any more
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-04
Move instrIsFeasible from InstrScheduling.h
Chris Lattner
2002-02-04
* Move command line parsing debug stuff to InstrScheduling internal header file
Chris Lattner
2002-02-03
Remove extraneous #includes
Chris Lattner
2002-02-03
* Straighten out #includes
Chris Lattner
2002-02-03
* Get machine instrs from Instructin's by using MachineCodeForInstruction::get
Chris Lattner
2002-01-23
Make it build with 2.95.3
Chris Lattner
2002-01-20
Changes to build successfully with GCC 3.02
Chris Lattner
2001-12-04
Renamed inst_const_iterator -> const_inst_iterator
Chris Lattner
2001-11-27
Create a new #include "Support/..." directory structure to move things
Chris Lattner
2001-11-26
Stuff after a #endif is not valid CPP input and breaks some compilers
Chris Lattner
2001-11-12
Eliminate most uses of the machine instruction vector for each LLVM instr,
Vikram S. Adve
2001-11-12
Major improvement to how nodes are built for a BB.
Vikram S. Adve
2001-11-11
Only add true dep. edges from an earlier to a later instruction.
Vikram S. Adve
2001-11-09
Use node->getOpCode() instead of node->getMachineInstr()->getOpCode().
Vikram S. Adve
2001-11-08
Major change to how defs are found when adding dependences (they
Vikram S. Adve
2001-11-08
MachineCodeForMethod is now an annotation on class Method.
Vikram S. Adve
2001-11-05
Modified graph construction to use one pass to find all defs.
Vikram S. Adve
2001-10-28
Allow combinations of True/Anti/Output flags for each edge to
Vikram S. Adve
2001-10-28
Add edges between call instructions and (a) load/store instructions, and
Vikram S. Adve
2001-10-22
Modify code that processes delay slots so that it preserves any
Vikram S. Adve
2001-10-17
Separate VM instruction that generates the instructions that compute a value
Vikram S. Adve
2001-10-17
*** empty log message ***
Vikram S. Adve
2001-10-13
* Fix privacy issues on RegToRefVecMap
Chris Lattner
2001-10-11
Add graph edges due to implicit refs in each machine instruction.
Vikram S. Adve
2001-10-10
Don't insert useful instructions in delay slot of a RETURN.
Vikram S. Adve
2001-10-02
Commit more code over to new cast style
Chris Lattner
2001-10-01
Convert more code to use new style casts
Chris Lattner
2001-10-01
Add support for new style casts
Chris Lattner
2001-09-30
Bug fixes:
Vikram S. Adve
2001-09-30
Minor changes for bug fixes in SchedGraph.cpp.
Vikram S. Adve
2001-09-30
Two bug fixes:
Vikram S. Adve
2001-09-28
Pull iterators out of CFG.h and CFGdecls and put them in Support directory
Chris Lattner
2001-09-18
Format file header.
Vikram S. Adve
2001-09-18
Add new entry/exit edges when removing delay slot nodes from the graph.
Vikram S. Adve
2001-09-18
Moved erase edge functions to class SchedGraph.
Vikram S. Adve
2001-09-18
Renamed some header files.
Vikram S. Adve
2001-09-18
Moved erase-edge functions from SchedGraphNode to SchedGraph.
Vikram S. Adve
2001-09-14
Add a forward decl, oops.
Chris Lattner
[prev]
[next]