aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/InstrSched/SchedPriorities.h
AgeCommit message (Expand)Author
2004-10-08InstrSched is SparcV9-specific and so has been moved to lib/Target/SparcV9/Misha Brukman
2004-09-01Changes For Bug 352Reid Spencer
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-21Added LLVM copyright header.John Criswell
2003-06-02Remove usage of noncopyable classes to clean up doxygen output.Chris Lattner
2002-12-29More renamings of Target/Machine*Info to Target/Target*InfoChris Lattner
2002-11-02Move function to cpp file from headerChris Lattner
2002-11-01New iostream definitionsChris Lattner
2002-10-28Don't #include <Support/*>, #include "Support/*"Chris Lattner
2002-08-09* Removed extraneous #includesChris Lattner
2002-07-24*** empty log message ***Chris 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-05-22Move debug options out of header files so that the header does not haveChris Lattner
2002-04-27s/Method/FunctionChris Lattner
2002-03-24Add option to disable scheduling.Vikram S. Adve
2002-03-23Rename Method to FunctionChris Lattner
2002-02-26Change to make it build with GCC 2.95.3Anand Shukla
2002-02-24* Silence signed/unsigned warningsChris Lattner
2002-02-04* The itf exposed by InstrScheduling is now a single function to create the r...Chris Lattner
2002-02-04Remove dependence on BBLiveVar from InstrSchedulingChris Lattner
2002-02-04Move instrIsFeasible from InstrScheduling.hChris Lattner
2002-02-04* Move command line parsing debug stuff to InstrScheduling internal header fileChris Lattner
2002-01-23Make it build with 2.95.3Chris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-09-28Pull iterators out of CFG.h and CFGdecls and put them in Support directoryChris Lattner
2001-09-18Renamed some header files.Vikram S. Adve
2001-09-14Chris seems fond of #include <vector>. Fix these. Also convert use list inChris Lattner