aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/SchedGraphCommon.h
AgeCommit message (Expand)Author
2008-07-10Remove this file; the code that it went with is no longerDan Gohman
2008-05-29For PR1338: rename include/llvm/ADT/ilist and friends to end with ".h"Anton Korobeynikov
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2006-12-17Added an automatic cast to "std::ostream*" etc. from OStream. We then canBill Wendling
2006-12-07Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling
2006-11-28Added a temporary hack to get the llvm-streams to work for future checkins.Bill Wendling
2005-04-22Convert tabs to spacesMisha Brukman
2005-04-21Remove trailing whitespaceMisha Brukman
2004-09-01Changes For Bug 352Reid Spencer
2004-05-08Fixed up sched graph.Tanya Lattner
2004-02-09SchedGraph doesn't need to be friends with SchedGraphNodeCommon anymore.Brian Gaeke
2004-01-20Moved iterators to common file.Tanya Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM copyright header (for lack of a better term).John Criswell
2003-10-15We'll need this soon as wellChris Lattner
2003-09-30Standardize header file commentsChris Lattner
2003-08-28Moved index in BB to common graph class.Tanya Lattner
2003-08-27*** empty log message ***Tanya Lattner
2003-08-27Cleaned up the code (spacing, not needed headers) and changed ostream functio...Tanya Lattner
2003-08-25SchedGraphCommon header file. Contains class definition for SchedGraphCommon ...Tanya Lattner