aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/SparcV9/InstrSched/SchedPriorities.cpp
AgeCommit message (Expand)Author
2006-04-20This target is no longer built. The ,v files now live in the reoptimizer.Chris Lattner
2005-07-27Eliminate all remaining tabs and trailing spaces.Jeff Cohen
2005-07-27Eliminate tabs and trailing spaces.Jeff Cohen
2005-04-21Remove trailing whitespaceMisha Brukman
2005-01-16cycles_t -> CycleCount_tChris Lattner
2004-10-08Adjust paths due to moving InstrSched to lib/Target/SparcV9Misha Brukman
2004-09-01Changes For Bug 352Reid Spencer
2004-07-04Add #include <iostream> since Value.h does not #include it any more.Reid Spencer
2004-02-25Great sparc renaming fallout IV: Sparc --> SparcV9.Brian Gaeke
2004-02-24FunctionLiveVarInfo.h moved: include/llvm/CodeGen -> lib/Target/Sparc/LiveVarBrian Gaeke
2004-02-12getOpCode() --> getOpcode().Brian Gaeke
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-23* Eliminate `using' directiveMisha Brukman
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-08-25First version of SchedGraph common class and refactoring of SchedGraph.Tanya Lattner
2003-01-14Rename llvm/Analysis/LiveVar/FunctionLiveVarInfo.h -> llvm/CodeGen/FunctionLi...Chris Lattner
2002-11-02Move function to cpp file from headerChris Lattner
2002-10-28Remove usage of MachineBasicBlock::getChris Lattner
2002-08-09* Removed extraneous #includesChris Lattner
2002-07-24*** empty log message ***Chris Lattner
2002-07-08A single MachineInstr operand may now be both a def and a use,Vikram S. Adve
2002-04-29Eliminate duplicate or unneccesary #include'sChris Lattner
2002-04-27s/Method/FunctionChris Lattner
2002-04-08s/Method/FunctionChris Lattner
2002-03-24Bug fix: nextToTry was not being initialized in one case.Vikram S. Adve
2002-02-12Method.h no longer includes BasicBlock.hChris Lattner
2002-02-05Convert operand iterator over to work like an STL iteratorChris Lattner
2002-02-05Minor change: Methods that return ValueSet's that are guaranteed to be validChris Lattner
2002-02-05* Eliminate the LiveVarSet class, making applyTranferFuncForMInst a staticChris Lattner
2002-02-05* Add a #include not indirectly included any moreChris Lattner
2002-02-04* The itf exposed by InstrScheduling is now a single function to create the r...Chris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-12-04Renamed inst_const_iterator -> const_inst_iteratorChris Lattner
2001-11-27Create a new #include "Support/..." directory structure to move thingsChris Lattner
2001-11-12Major improvement to how nodes are built for a BB.Vikram S. Adve
2001-09-28Pull iterators out of CFG.h and CFGdecls and put them in Support directoryChris Lattner
2001-09-18Format file header.Vikram S. Adve
2001-09-14Chris seems fond of #include <vector>. Fix these. Also convert use list inChris Lattner
2001-09-07Remove unneeded #includesChris Lattner
2001-08-28Class that encapsulates priority heuristics for instruction scheduling.Vikram S. Adve