Changes For Bug 352
[oota-llvm.git] / lib / Target / SparcV9 / RegAlloc / LiveRangeInfo.cpp
2004-09-01 Reid SpencerChanges For Bug 352
2004-07-29 Brian GaekeGet rid of calls to void llvm::printSet(const ValueSet &).
2004-07-04 Reid SpencerAdd #include <iostream> since Value.h does not #include...
2004-06-02 Chris LattnerConvert to the new TargetMachine interface.
2004-04-23 Brian GaekeInclude SparcV9RegInfo.h instead of TargetRegInfo.h.
2004-02-13 Alkis EvlogimenosRemove getAllocatedRegNum(). Use getReg() instead.
2004-02-12 Alkis EvlogimenosChange MachineBasicBlock's vector of MachineInstr point...
2004-02-11 Brian GaekeMachineInstr::getOpCode() --> getOpcode() in SPARC...
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-10-23 Misha Brukman* Order #includes as per style guide
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-09-01 Chris LattnerLiveRangeInfo got moved into the lib/CodeGen/RegAlloc...
2003-09-01 Chris LattnerMove IGNode from public include directory to here....
2003-07-25 Vikram S. Adve(1) Change the way unused regs. are marked and found...
2003-05-31 Vikram S. AdveExtensive changes to the way code generation occurs...
2003-05-27 Vikram S. Adve(1) Added special register class containing (for now...
2003-01-15 Chris LattnerAdjust to new interfaces
2003-01-15 Chris Lattner#include RegClass.h explicitly
2003-01-14 Chris LattnerRename MachineInstrInfo -> TargetInstrInfo
2002-10-29 Chris LattnerInline typedef, eliminate unused method
2002-10-29 Chris LattnerAdd #includes that were eliminated from headers
2002-10-28 Chris LattnerEliminate usage of MachineBasicBlock::get
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 Lattner*** empty log message ***
2002-10-28 Chris Lattner*** empty log message ***
2002-09-28 Vikram S. AdveLive ranges for Return value and return address of...
2002-09-20 Vikram S. AdveAllow copy coalescing in more cases: if sum of node...
2002-09-14 Vikram S. AdveBreak RA_DEBUG option into several levels to get better...
2002-07-08 Vikram S. AdveMachineInstr* in vector are not const (and never really...
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-04-29 Chris LattnerEliminate duplicate or unneccesary #include's
2002-04-07 Chris LattnerChange references to the Method class to be references...
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 Lattner* Code Cleanups
2002-02-05 Chris LattnerMust include SetOperations to do set_*
2002-02-05 Chris Lattner* Eliminate the LiveVarSet class, making applyTranferFu...
2002-02-05 Chris Lattner* Code Cleanups
2002-02-04 Chris Lattner* Add #includes removed from headers
2002-02-04 Chris LattnerAdd #includes neccesary since they were removed from...
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2002-01-07 Ruchira SasankaAdded destructors and comments.
2001-12-04 Chris LattnerRenamed inst_const_iterator -> const_inst_iterator
2001-11-10 Ruchira SasankaCoalesing bug fix - now checks for the same regType...
2001-10-19 Ruchira SasankaCorrected call interference bug
2001-10-16 Ruchira SasankaAdded support for caller saving
2001-10-15 Chris LattnerOutput to cerr rather than cout so that debug info...
2001-10-15 Ruchira Sasankaupdated suggesting/coloring of call & return args ...
2001-10-12 Ruchira Sasanka--corrected coalescing test: coalsed only if two are...
2001-09-30 Ruchira Sasanka--added suggesting colors; call/ret arg handling
2001-09-19 Chris Lattner* REMOVE extraneous debug info if DEBUG_RA is not set
2001-09-18 Ruchira Sasanka-- updated printing
2001-09-15 Ruchira Sasankafixed printing messages
2001-09-14 Ruchira Sasanka*** empty log message ***