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
/
SchedPriorities.h
Age
Commit message (
Expand
)
Author
2004-10-08
InstrSched is SparcV9-specific and so has been moved to lib/Target/SparcV9/
Misha Brukman
2004-09-01
Changes For Bug 352
Reid Spencer
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-21
Added LLVM copyright header.
John Criswell
2003-06-02
Remove usage of noncopyable classes to clean up doxygen output.
Chris Lattner
2002-12-29
More renamings of Target/Machine*Info to Target/Target*Info
Chris Lattner
2002-11-02
Move function to cpp file from header
Chris Lattner
2002-11-01
New iostream definitions
Chris Lattner
2002-10-28
Don't #include <Support/*>, #include "Support/*"
Chris Lattner
2002-08-09
* Removed extraneous #includes
Chris Lattner
2002-07-24
*** empty log message ***
Chris Lattner
2002-07-24
*** empty log message ***
Chris Lattner
2002-07-08
A single MachineInstr operand may now be both a def and a use,
Vikram S. Adve
2002-05-22
Move debug options out of header files so that the header does not have
Chris Lattner
2002-04-27
s/Method/Function
Chris Lattner
2002-03-24
Add option to disable scheduling.
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-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-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-09-28
Pull iterators out of CFG.h and CFGdecls and put them in Support directory
Chris Lattner
2001-09-18
Renamed some header files.
Vikram S. Adve
2001-09-14
Chris seems fond of #include <vector>. Fix these. Also convert use list in
Chris Lattner