Updated ModuloScheduling. It makes it all the wya through register allocation on...
[oota-llvm.git] / lib / CodeGen / InstrSched /
2004-07-29 Brian GaekeConvert a few assertions with side-effects into regular...
2004-07-29 Chris LattnerFix #includes of i*.h => Instructions.h as per PR403:
2004-07-28 Brian GaekeTargetInstrInfo::hasOperandInterlock() is always true...
2004-07-16 Chris LattnerUse new macro
2004-07-15 Chris LattnerFix for PR341
2004-07-04 Reid SpencerAdd #include <iostream> since Value.h does not #include...
2004-06-02 Chris LattnerAdjust to the new TargetMachine interface
2004-04-23 Brian GaekeInclude SparcV9RegInfo.h instead of TargetRegInfo.h...
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 LattnerEliminate operator[] is deprecated warnings
2004-02-18 Chris LattnerFix deprecated operator[] warnings
2004-02-13 Alkis EvlogimenosRemove getAllocatedRegNum(). Use getReg() instead.
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.
2004-02-09 Brian GaekeMake SchedGraph::dump() use SchedGraphNodeCommon's...
2004-01-20 Tanya LattnerMoved iterators around.
2004-01-20 Tanya LattnerMoved iterators to common file.
2003-12-14 Alkis EvlogimenosChange interface of MachineOperand as follows:
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-06 Misha BrukmanLet's not forget about our friends -- Constant Pool...
2003-11-05 Chris LattnerDo not use a class before it is defined.
2003-10-23 Misha Brukman* Eliminate `using' directive
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...
next