aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/SparcV9/InstrSched/SchedGraph.h
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 tabs and trailing spaces.Jeff Cohen
2005-04-21Remove trailing whitespaceMisha Brukman
2004-09-01Changes For Bug 352Reid Spencer
2004-02-12getOpCode() --> getOpcode().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-21Added LLVM copyright header.John Criswell
2003-10-13Regularize header file commentsChris Lattner
2003-08-28Moved index into BB to common graph class because its needed by ModuloSchedGr...Tanya Lattner
2003-08-27Added/removed header fileTanya Lattner
2003-08-27*** empty log message ***Tanya Lattner
2003-08-25First version of SchedGraph common class and refactoring of SchedGraph.Tanya Lattner
2003-07-26Hrm, another necesary one :(Chris Lattner
2003-07-26Remove extraneous #includesChris Lattner
2003-06-02Remove usage of noncopyable classes to clean up doxygen output.Chris Lattner
2003-06-02Add #includeChris Lattner
2003-05-31Changes to allow explicit physical register arguments that have beenVikram S. Adve
2002-10-28Remove usage of MachineBasicBlock::getChris Lattner
2002-10-28Changed `MachineCodeForMethod' to `MachineFunction'.Misha Brukman
2002-08-09* Removed extraneous #includesChris Lattner
2002-07-25*** 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-04-29Eliminate duplicate or unneccesary #include'sChris Lattner
2002-03-24Use deterministic iterator for SchedGraphs. This is actually notVikram S. Adve
2002-03-23Rename Method to FunctionChris Lattner
2002-02-12* Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and intoChris Lattner
2002-02-03Remove extraneous #includesChris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-11-27Create a new #include "Support/..." directory structure to move thingsChris Lattner
2001-11-12Eliminate most uses of the machine instruction vector for each LLVM instr,Vikram S. Adve
2001-11-12Major improvement to how nodes are built for a BB.Vikram S. Adve
2001-11-11Only add true dep. edges from an earlier to a later instruction.Vikram S. Adve
2001-11-08Major change to how defs are found when adding dependences (theyVikram S. Adve
2001-11-05Modified graph construction to use one pass to find all defs.Vikram S. Adve
2001-10-28Allow combinations of True/Anti/Output flags for each edge toVikram S. Adve
2001-10-17Separate VM instruction that generates the instructions that compute a valueVikram S. Adve
2001-09-30Minor changes for bug fixes in SchedGraph.cpp.Vikram S. Adve
2001-09-28Pull iterators out of CFG.h and CFGdecls and put them in Support directoryChris Lattner
2001-09-18Moved erase-edge functions from SchedGraphNode to SchedGraph.Vikram S. Adve
2001-09-14Add a forward decl, oops.Chris Lattner
2001-09-14Chris seems fond of #include <vector>. Fix these. Also convert use list inChris Lattner