Added LLVM copyright notice.
[oota-llvm.git] / lib / Target / SparcV9 / InstrSched /
2003-10-21 John CriswellAdded LLVM copyright header.
2003-10-20 John CriswellAdded LLVM copyright notice to Makefiles.
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-13 Chris LattnerRegularize header file comments
2003-09-17 Misha BrukmanFixed spelling.
2003-09-16 Vikram S. AdveAdd flag to control whether or not delay slots are...
2003-08-28 John CriswellFixed two double free bugs that caused llc to segfault...
2003-08-28 Tanya LattnerMoved index into BB to common graph class because its...
2003-08-27 Tanya LattnerAdded/removed header file
2003-08-27 Tanya Lattner*** empty log message ***
2003-08-25 Tanya LattnerFirst version of SchedGraph common class and refactorin...
2003-08-15 Chris LattnerRemove uses of the NonCopyable class, to make the doxyg...
2003-08-14 Brian GaekeFactory methods for function passes now return type...
2003-07-26 Chris LattnerBe const correct
2003-07-26 Chris LattnerHrm, another necesary one :(
2003-07-26 Chris LattnerRemove extraneous #includes
2003-07-02 Vikram S. AdveA def. operand of a machine instruction may be an ordin...
2003-06-02 Chris LattnerRemove usage of noncopyable classes to clean up doxygen...
2003-06-02 Chris LattnerAdd #include
2003-05-31 Vikram S. AdveChanges to allow explicit physical register arguments...
2003-05-27 Vikram S. Adve(1) Added special register class containing (for now...
2003-05-22 Misha BrukmanCleaned up code layout. No functional changes.
2003-05-22 Misha BrukmanKill `using' directives.
2003-01-14 Chris LattnerRename llvm/Analysis/LiveVar/FunctionLiveVarInfo.h...
2003-01-14 Chris LattnerRename MachineInstrInfo -> TargetInstrInfo
2002-12-29 Chris LattnerMore renamings of Target/Machine*Info to Target/Target...
2002-11-02 Chris LattnerMove function to cpp file from header
2002-11-01 Chris LattnerNew iostream definitions
2002-10-28 Chris LattnerRemove usage of MachineBasicBlock::get
2002-10-28 Chris LattnerMake Scheduling Class variables be 'unsigned' instead...
2002-10-28 Chris LattnerRename the redundant MachineOperand::getOperandType...
2002-10-28 Chris LattnerAdd #includes now that MachineInstr.h doesn't include...
2002-10-28 Chris LattnerDon't #include <Support/*>, #include "Support/*"
2002-10-28 Chris Lattner*** empty log message ***
2002-10-28 Chris LattnerRename MachineCodeForBasicBlock to MachineBasicBlock
2002-10-28 Misha BrukmanChanged `MachineCodeForMethod' to `MachineFunction'.
2002-10-23 Chris LattnerTell PassManager that this pass does not invalidate...
2002-10-13 Vikram S. AdveUse vectors instead of hash_maps for issueGaps and...
2002-10-13 Vikram S. AdveMajor bug fix: was not adding CD edges for RETURNs!
2002-08-09 Chris Lattner* Removed extraneous #includes
2002-08-09 Chris LattnerVery minor cleanups
2002-08-08 Chris Lattner- Cleaned up the interface to AnalysisUsage to take...
2002-07-25 Chris LattnerRefix stuff for GCC 2.95, 3.0.4 & 3.1
2002-07-25 Mehwish Nagdanow removes deleted nops from MachineCodeForInstruction
2002-07-25 Chris Lattner*** empty log message ***
2002-07-24 Chris Lattner*** empty log message ***
2002-07-24 Chris Lattner*** empty log message ***
2002-07-22 Chris Lattner*** empty log message ***
2002-07-08 Vikram S. AdveA single MachineInstr operand may now be both a def...
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-05-22 Chris LattnerMove debug options out of header files so that the...
2002-05-20 Chris LattnerHide debugging options
2002-04-29 Chris LattnerEliminate duplicate or unneccesary #include's
2002-04-29 Chris LattnerAdd new optional getPassName() virtual function that...
2002-04-27 Chris Lattners/Method/Function
2002-04-27 Chris Lattner* Rename MethodPass class to FunctionPass
2002-04-09 Chris LattnerNo need to reserve space, erasing does not change the...
2002-04-09 Chris Lattner* Add a file header with some information
2002-04-09 Chris LattnerClean up the ownership model a bit so that nodes actual...
2002-04-08 Chris Lattners/Method/Function
2002-04-07 Chris LattnerChange references to the Method class to be references...
2002-03-24 Vikram S. AdveUse deterministic iterator for SchedGraphs. This is...
2002-03-24 Vikram S. AdveBug fix: nextToTry was not being initialized in one...
2002-03-24 Vikram S. AdveAdd option to disable scheduling.
2002-03-24 Vikram S. AdveAdd option to disable scheduling.
2002-03-24 Vikram S. AdveMinor changes.
2002-03-23 Chris LattnerRename Method to Function
2002-02-26 Anand ShuklaChange to make it build with GCC 2.95.3
2002-02-24 Chris Lattner* Silence signed/unsigned warnings
2002-02-12 Chris Lattner* Pull BasicBlock::pred_* and BasicBlock::succ_* out...
2002-02-12 Chris LattnerMethod.h no longer includes BasicBlock.h
2002-02-05 Chris LattnerConvert operand iterator over to work like an STL iterator
2002-02-05 Chris LattnerMinor change: Methods that return ValueSet's that are...
2002-02-05 Chris Lattner* Eliminate the LiveVarSet class, making applyTranferFu...
2002-02-05 Chris Lattner* Add a #include not indirectly included any more
2002-02-04 Chris Lattner* The itf exposed by InstrScheduling is now a single...
2002-02-04 Chris LattnerRemove dependence on BBLiveVar from InstrScheduling
2002-02-04 Chris LattnerMove instrIsFeasible from InstrScheduling.h
2002-02-04 Chris Lattner* Move command line parsing debug stuff to InstrSchedul...
2002-02-03 Chris LattnerRemove extraneous #includes
2002-02-03 Chris Lattner* Straighten out #includes
2002-02-03 Chris Lattner* Get machine instrs from Instructin's by using Machine...
2002-01-23 Chris LattnerMake it build with 2.95.3
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-04 Chris LattnerRenamed inst_const_iterator -> const_inst_iterator
2001-11-27 Chris LattnerCreate a new #include "Support/..." directory structure...
2001-11-26 Chris LattnerStuff after a #endif is not valid CPP input and breaks...
2001-11-12 Vikram S. AdveEliminate most uses of the machine instruction vector...
2001-11-12 Vikram S. AdveMajor improvement to how nodes are built for a BB.
2001-11-11 Vikram S. AdveOnly add true dep. edges from an earlier to a later...
2001-11-09 Vikram S. AdveUse node->getOpCode() instead of node->getMachineInstr...
2001-11-08 Vikram S. AdveMajor change to how defs are found when adding dependen...
2001-11-08 Vikram S. AdveMachineCodeForMethod is now an annotation on class...
2001-11-05 Vikram S. AdveModified graph construction to use one pass to find...
2001-10-28 Vikram S. AdveAllow combinations of True/Anti/Output flags for each...
2001-10-28 Vikram S. AdveAdd edges between call instructions and (a) load/store...
2001-10-22 Vikram S. AdveModify code that processes delay slots so that it prese...
2001-10-17 Vikram S. AdveSeparate VM instruction that generates the instructions...
2001-10-17 Vikram S. Adve*** empty log message ***
2001-10-13 Chris Lattner* Fix privacy issues on RegToRefVecMap
next