Replaced uses of deprecated `MachineFunction::get(BasicBlock *BB)'.
[oota-llvm.git] / lib / Target / SparcV9 / LiveVar / BBLiveVar.cpp
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 ***