Move MachineCodeForInstruction.h and MachineFunctionInfo.h into lib/Target/SparcV9
[oota-llvm.git] / lib / Target / SparcV9 / InstrSched / InstrScheduling.cpp
2004-08-16 Chris LattnerMove MachineCodeForInstruction.h and MachineFunctionInf...
2004-07-29 Brian GaekeConvert a few assertions with side-effects into regular...
2004-07-28 Brian GaekeTargetInstrInfo::hasOperandInterlock() is always true...
2004-07-16 Chris LattnerUse new macro
2004-07-04 Reid SpencerAdd #include <iostream> since Value.h does not #include...
2004-06-02 Chris LattnerAdjust to the new TargetMachine interface
2004-03-31 Chris LattnerMBB::remove should not modify the iterator passed in
2004-02-29 Chris LattnerEliminate the distinction between "real" and "unreal...
2004-02-25 Brian GaekeGreat sparc renaming fallout IV: Sparc --> SparcV9.
2004-02-24 Brian GaekeFunctionLiveVarInfo.h moved: include/llvm/CodeGen ...
2004-02-18 Chris LattnerFix deprecated operator[] warnings
2004-02-12 Alkis EvlogimenosChange MachineBasicBlock's vector of MachineInstr point...
2004-02-12 Brian GaekegetOpCode() --> getOpcode().
2004-02-09 Brian GaekeMove InstrSchedule's iterator begin/end methods inline.
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-05 Chris LattnerDo not use a class before it is defined.
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-09-17 Misha BrukmanFixed spelling.
2003-09-16 Vikram S. AdveAdd flag to control whether or not delay slots are...
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-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-10-28 Chris LattnerRemove usage of MachineBasicBlock::get
2002-10-28 Chris LattnerMake Scheduling Class variables be 'unsigned' instead...
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-08-09 Chris Lattner* Removed extraneous #includes
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-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-08 Chris Lattners/Method/Function
2002-03-24 Vikram S. AdveAdd option to disable scheduling.
2002-02-24 Chris Lattner* Silence signed/unsigned warnings
2002-02-12 Chris Lattner* Pull BasicBlock::pred_* and BasicBlock::succ_* out...
2002-02-05 Chris Lattner* Eliminate the LiveVarSet class, making applyTranferFu...
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-03 Chris Lattner* Get machine instrs from Instructin's by using Machine...
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-11-27 Chris LattnerCreate a new #include "Support/..." directory structure...
2001-11-12 Vikram S. AdveMajor improvement to how nodes are built for a BB.
2001-11-09 Vikram S. AdveUse node->getOpCode() instead of node->getMachineInstr...
2001-11-08 Vikram S. AdveMachineCodeForMethod is now an annotation on class...
2001-10-22 Vikram S. AdveModify code that processes delay slots so that it prese...
2001-10-10 Vikram S. AdveDon't insert useful instructions in delay slot of a...
2001-09-30 Vikram S. AdveBug fixes:
2001-09-18 Vikram S. AdveAdd new entry/exit edges when removing delay slot nodes...
2001-09-14 Chris LattnerChris seems fond of #include <vector>. Fix these....
2001-09-14 Chris LattnerSplit Target/Machine.h into three files:
2001-09-14 Chris LattnerMake a new llvm/Target #include directory.
2001-09-14 Chris LattnerCheckin changes to:
2001-09-09 Chris LattnerI really don't like it when people break the build.
2001-09-07 Chris Lattner* Remove lots of #includes
2001-08-28 Vikram S. AdveImplementation of instruction scheduling for LLVM.