summaryrefslogtreecommitdiff
path: root/lib/Target/SparcV9/LiveVar/FunctionLiveVarInfo.cpp
Commit message (Expand)AuthorAge
* Changes For Bug 352Reid Spencer2004-09-01
* IA64 compatChris Lattner2004-07-16
* Add #include <iostream> since Value.h does not #include it any more.Reid Spencer2004-07-04
* Convert to the new TargetMachine interface.Chris Lattner2004-06-02
* FunctionLiveVarInfo.h moved: include/llvm/CodeGen -> lib/Target/Sparc/LiveVarBrian Gaeke2004-02-24
* Change MachineBasicBlock's vector of MachineInstr pointers into anAlkis Evlogimenos2004-02-12
* MachineInstr::getOpCode() --> getOpcode() in SPARC back-end.Brian Gaeke2004-02-11
* Change interface of MachineOperand as follows:Alkis Evlogimenos2003-12-14
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Convert this code from using annotations to using a local mapChris Lattner2003-10-20
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-20
* Fixed spelling and grammar.Misha Brukman2003-09-11
* Improvement to the previous fix: branch following a delay slot ofVikram S. Adve2003-08-14
* For an instruction with delay slots, mark all live values beforeVikram S. Adve2003-08-12
* Don't require a BB to look-up live variables, unless they may need toVikram S. Adve2003-07-29
* Renamed MachienOperand::opIsDef to MachineOperand::opIsDefOnly()Vikram S. Adve2003-05-27
* Rename llvm/Analysis/LiveVar/FunctionLiveVarInfo.h -> llvm/CodeGen/FunctionLi...Chris Lattner2003-01-14
* Eliminate uses of MachineBasicBlock::getChris Lattner2002-10-28
* Rename MachineCodeForBasicBlock to MachineBasicBlockChris Lattner2002-10-28
* - Do not expose ::ID from any of the analyses anymore.Chris Lattner2002-08-21
* * Standardize how analysis results/passes as printed with the print() virtualChris Lattner2002-07-27
* * Add support for different "PassType's"Chris Lattner2002-07-26
* *** empty log message ***Chris Lattner2002-07-22
* A single MachineInstr operand may now be both a def and a use.Vikram S. Adve2002-07-08
* changes to make it compatible with 64bit gccAnand Shukla2002-06-25
* *** empty log message ***Chris Lattner2002-06-25
* Move debug options out of header files so that the header does not haveChris Lattner2002-05-22
* Hide debugging optionsChris Lattner2002-05-20
* Eliminate duplicate or unneccesary #include'sChris Lattner2002-04-29
* s/Method/FunctionChris Lattner2002-04-27
* * Rename MethodPass class to FunctionPassChris Lattner2002-04-27
* * General cleanupsChris Lattner2002-04-09
* s/Method/FunctionChris Lattner2002-04-08
* Big bug fix: killed uses were being inserted instead of erased!Vikram S. Adve2002-03-18
* Method.h no longer includes BasicBlock.hChris Lattner2002-02-12
* Convert BBLiveVar to be a BasicBlock annotation, this removes the BB2BBLVMap ...Chris Lattner2002-02-05
* Convert operand iterator over to work like an STL iteratorChris Lattner2002-02-05
* Minor change: Methods that return ValueSet's that are guaranteed to be validChris Lattner2002-02-05
* Must include SetOperations to do set_*Chris Lattner2002-02-05
* * Eliminate the LiveVarSet class, making applyTranferFuncForMInst a staticChris Lattner2002-02-05
* * Code CleanupsChris Lattner2002-02-05
* Changes neccesary due to the move of BBLiveVar.h to the lib/Analysis/LiveVar ...Chris Lattner2002-02-05
* * Give BBLiveVar.cpp a proper file headerChris Lattner2002-02-05
* Code cleanups, no functional changeChris Lattner2002-02-04
* Clean up MethodLiveVarInfoChris Lattner2002-02-04
* Turn live variable analysis into a real MethodPass.Chris Lattner2002-02-04
* * Add #includes that were yanked out of header filesChris Lattner2002-02-04
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-20
* Added more comments. Added code to destructor in MethodLiveVarInfo to deleteRuchira Sasanka2001-12-08
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-27