Changes For Bug 352
[oota-llvm.git] / lib / Target / SparcV9 / LiveVar / BBLiveVar.cpp
2004-09-01 Reid SpencerChanges For Bug 352
2004-07-04 Reid SpencerAdd #include <iostream> since Value.h does not #include...
2004-02-25 Brian GaekeGreat renaming: Sparc --> SparcV9
2004-02-24 Brian GaekeFunctionLiveVarInfo.h moved: include/llvm/CodeGen ...
2004-02-12 Alkis EvlogimenosChange MachineBasicBlock's vector of MachineInstr point...
2004-02-11 Brian GaekeMachineInstr::getOpCode() --> getOpcode() in SPARC...
2004-02-11 Alkis EvlogimenosIncrease constness.
2004-01-09 Chris LattnerMove sparc-specific livevar code into lib/Target/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-20 Chris LattnerConvert this code from using annotations to using a...
2003-10-20 Chris LattnerRemove using declaration
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-05-27 Vikram S. AdveRenamed MachienOperand::opIsDef to MachineOperand:...
2003-05-20 Misha BrukmanThe word `operands' has an `r' in it.
2003-05-20 Misha BrukmanSparc instruction opcodes now all live under the `V9...
2003-01-14 Chris LattnerRename llvm/Analysis/LiveVar/FunctionLiveVarInfo.h...
2002-10-29 Misha BrukmanFix spelling of `propagate'.
2002-10-28 Chris LattnerEliminate uses of MachineBasicBlock::get
2002-10-28 Chris LattnerRename MachineCodeForBasicBlock to MachineBasicBlock
2002-07-08 Vikram S. AdveA single MachineInstr operand may now be both a def...
2002-06-25 Anand Shuklaminor change in removing endl
2002-06-25 Chris Lattner*** empty log message ***
2002-04-29 Chris LattnerEliminate duplicate or unneccesary #include's
2002-04-27 Chris Lattners/Method/Function
2002-04-08 Chris LattnerisLabelType is obsolete
2002-03-18 Vikram S. AdveFixed several problems with handling arguments to Phis.
2002-02-24 Chris LattnerMake it compile with GCC 3.0.4
2002-02-12 Chris Lattner* Pull BasicBlock::pred_* and BasicBlock::succ_* out...
2002-02-05 Chris LattnerConvert BBLiveVar to be a BasicBlock annotation, this...
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 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-05 Chris LattnerChanges neccesary due to the move of BBLiveVar.h to...
2002-02-05 Chris Lattner* Give BBLiveVar.cpp a proper file header
2002-02-04 Chris Lattner* Add #includes that were yanked out of header files
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-08 Ruchira SasankaAdded more comments. Added code to destructor in Method...
2001-12-04 Chris LattnerRenamed inst_const_iterator -> const_inst_iterator
2001-10-15 Chris LattnerPrint Debug Code to stderr instead of stdout so that...
2001-10-12 Ruchira Sasankaadded support for implict operands in machine instruction
2001-10-01 Chris LattnerPull predecessor and successor iterators out of the...
2001-09-14 Chris LattnerMove the sparc target to a new lib/Target directory
2001-09-14 Chris LattnerThis checkin represents some cleanup of the backend...
2001-08-20 Ruchira SasankaLV code on machine instructions
2001-07-24 Ruchira Sasanka*** empty log message ***