Added LLVM project notice to the top of every C++ source file.
[oota-llvm.git] / lib / Analysis / LiveVar / FunctionLiveVarInfo.cpp
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-09-11 Misha BrukmanFixed spelling and grammar.
2003-08-14 Vikram S. AdveImprovement to the previous fix: branch following a...
2003-08-12 Vikram S. AdveFor an instruction with delay slots, mark all live...
2003-07-29 Vikram S. AdveDon't require a BB to look-up live variables, unless...
2003-05-27 Vikram S. AdveRenamed MachienOperand::opIsDef to MachineOperand:...
2003-01-14 Chris LattnerRename llvm/Analysis/LiveVar/FunctionLiveVarInfo.h...
2002-10-28 Chris LattnerEliminate uses of MachineBasicBlock::get
2002-10-28 Chris LattnerRename MachineCodeForBasicBlock to MachineBasicBlock
2002-08-21 Chris Lattner- Do not expose ::ID from any of the analyses anymore.
2002-07-27 Chris Lattner* Standardize how analysis results/passes as printed...
2002-07-26 Chris Lattner* Add support for different "PassType's"
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 Anand Shuklachanges to make it compatible with 64bit gcc
2002-06-25 Chris Lattner*** empty log message ***
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-27 Chris Lattners/Method/Function
2002-04-27 Chris Lattner* Rename MethodPass class to FunctionPass
2002-04-09 Chris Lattner* General cleanups
2002-04-08 Chris Lattners/Method/Function
2002-03-18 Vikram S. AdveBig bug fix: killed uses were being inserted instead...
2002-02-12 Chris LattnerMethod.h no longer includes BasicBlock.h
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 LattnerCode cleanups, no functional change
2002-02-04 Chris LattnerClean up MethodLiveVarInfo
2002-02-04 Chris LattnerTurn live variable analysis into a real MethodPass.
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-11-27 Chris LattnerCreate a new #include "Support/..." directory structure...
2001-10-16 Ruchira SasankaNo major change - added some comments
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-09-30 Ruchira Sasanka*** empty log message ***
2001-09-28 Chris LattnerPull iterators out of CFG.h and CFGdecls and put them...
2001-08-28 Vikram S. Adveanalyze() now checks to see that we don't analyze the...
2001-08-20 Ruchira SasankaLV code on machine instructions
2001-07-24 Ruchira Sasanka*** empty log message ***