summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/InstrSched/SchedPriorities.cpp
Commit message (Expand)AuthorAgeFilesLines
* InstrSched is SparcV9-specific and so has been moved to lib/Target/SparcV9/Misha Brukman2004-10-081-284/+0
* Changes For Bug 352Reid Spencer2004-09-011-1/+1
* Add #include <iostream> since Value.h does not #include it any more.Reid Spencer2004-07-041-0/+1
* Great sparc renaming fallout IV: Sparc --> SparcV9.Brian Gaeke2004-02-251-1/+1
* FunctionLiveVarInfo.h moved: include/llvm/CodeGen -> lib/Target/Sparc/LiveVarBrian Gaeke2004-02-241-1/+1
* getOpCode() --> getOpcode().Brian Gaeke2004-02-121-1/+1
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+3
* * Eliminate `using' directiveMisha Brukman2003-10-231-106/+88
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* First version of SchedGraph common class and refactoring of SchedGraph.Tanya Lattner2003-08-251-3/+3
* Rename llvm/Analysis/LiveVar/FunctionLiveVarInfo.h -> llvm/CodeGen/FunctionLi...Chris Lattner2003-01-141-1/+1
* Move function to cpp file from headerChris Lattner2002-11-021-0/+6
* Remove usage of MachineBasicBlock::getChris Lattner2002-10-281-1/+2
* * Removed extraneous #includesChris Lattner2002-08-091-11/+3
* *** empty log message ***Chris Lattner2002-07-241-1/+1
* A single MachineInstr operand may now be both a def and a use,Vikram S. Adve2002-07-081-11/+12
* Eliminate duplicate or unneccesary #include'sChris Lattner2002-04-291-1/+0
* s/Method/FunctionChris Lattner2002-04-271-4/+4
* s/Method/FunctionChris Lattner2002-04-081-1/+1
* Bug fix: nextToTry was not being initialized in one case.Vikram S. Adve2002-03-241-3/+5
* Method.h no longer includes BasicBlock.hChris Lattner2002-02-121-0/+1
* Convert operand iterator over to work like an STL iteratorChris Lattner2002-02-051-7/+7
* Minor change: Methods that return ValueSet's that are guaranteed to be validChris Lattner2002-02-051-7/+5
* * Eliminate the LiveVarSet class, making applyTranferFuncForMInst a staticChris Lattner2002-02-051-9/+7
* * Add a #include not indirectly included any moreChris Lattner2002-02-051-0/+1
* * The itf exposed by InstrScheduling is now a single function to create the r...Chris Lattner2002-02-041-10/+7
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-24/+38
* Renamed inst_const_iterator -> const_inst_iteratorChris Lattner2001-12-041-1/+1
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-271-1/+1
* Major improvement to how nodes are built for a BB.Vikram S. Adve2001-11-121-1/+1
* Pull iterators out of CFG.h and CFGdecls and put them in Support directoryChris Lattner2001-09-281-2/+2
* Format file header.Vikram S. Adve2001-09-181-19/+19
* Chris seems fond of #include <vector>. Fix these. Also convert use list inChris Lattner2001-09-141-1/+1
* Remove unneeded #includesChris Lattner2001-09-071-18/+2
* Class that encapsulates priority heuristics for instruction scheduling.Vikram S. Adve2001-08-281-0/+297
OpenPOWER on IntegriCloud