aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/LiveVar
Commit message (Expand)AuthorAgeFilesLines
* * General cleanupsChris Lattner2002-04-091-21/+21
* s/Method/FunctionChris Lattner2002-04-081-8/+8
* isLabelType is obsoleteChris Lattner2002-04-081-1/+1
* Rename Method to FunctionChris Lattner2002-03-231-1/+0
* Fixed several problems with handling arguments to Phis.Vikram S. Adve2002-03-182-41/+55
* Big bug fix: killed uses were being inserted instead of erased!Vikram S. Adve2002-03-181-8/+28
* Make it compile with GCC 3.0.4Chris Lattner2002-02-242-1/+2
* * Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and intoChris Lattner2002-02-121-2/+3
* Method.h no longer includes BasicBlock.hChris Lattner2002-02-121-0/+1
* Convert BBLiveVar to be a BasicBlock annotation, this removes the BB2BBLVMap ...Chris Lattner2002-02-053-32/+56
* Convert operand iterator over to work like an STL iteratorChris Lattner2002-02-052-6/+10
* Minor change: Methods that return ValueSet's that are guaranteed to be validChris Lattner2002-02-053-17/+16
* Must include SetOperations to do set_*Chris Lattner2002-02-052-0/+2
* Remove empty filesChris Lattner2002-02-051-0/+0
* * Eliminate the LiveVarSet class, making applyTranferFuncForMInst a staticChris Lattner2002-02-055-104/+72
* * Code CleanupsChris Lattner2002-02-053-59/+29
* Changes neccesary due to the move of BBLiveVar.h to the lib/Analysis/LiveVar ...Chris Lattner2002-02-053-3/+3
* * Give BBLiveVar.cpp a proper file headerChris Lattner2002-02-052-123/+102
* * Big cleanups.Chris Lattner2002-02-051-21/+22
* Code cleanups, no functional changeChris Lattner2002-02-041-82/+47
* Clean up MethodLiveVarInfoChris Lattner2002-02-041-110/+77
* Turn live variable analysis into a real MethodPass.Chris Lattner2002-02-041-35/+16
* * Add #includes that were yanked out of header filesChris Lattner2002-02-044-16/+17
* Cut down include pollution and number of frivolous consts.Chris Lattner2002-02-041-14/+8
* Minor cleanupsChris Lattner2002-02-041-12/+0
* Lots of nonfunctional code cleanupsChris Lattner2002-02-031-38/+14
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-204-24/+24
* added a section on how to modify live variable code to use LLVM instructionsRuchira Sasanka2001-12-131-5/+25
* Added more comments. Added code to destructor in MethodLiveVarInfo to deleteRuchira Sasanka2001-12-082-21/+78
* Added comments are more documentation infoRuchira Sasanka2001-12-081-0/+188
* Renamed inst_const_iterator -> const_inst_iteratorChris Lattner2001-12-042-5/+5
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-031-3/+3
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-271-1/+1
* No major change - added some commentsRuchira Sasanka2001-10-161-7/+10
* Print Debug Code to stderr instead of stdout so that it doesn't mess up the a...Chris Lattner2001-10-153-22/+22
* --added support for implicit operandsRuchira Sasanka2001-10-151-9/+16
* added support for implict operands in machine instructionRuchira Sasanka2001-10-122-29/+76
* --added support for implicit operands in machine instructionsRuchira Sasanka2001-10-121-0/+6
* Pull predecessor and successor iterators out of the CFG*.h files, and plop th...Chris Lattner2001-10-012-4/+3
* *** empty log message ***Ruchira Sasanka2001-09-301-2/+3
* Pull iterators out of CFG.h and CFGdecls and put them in Support directoryChris Lattner2001-09-281-5/+5
* Move the sparc target to a new lib/Target directoryChris Lattner2001-09-141-1/+1
* This checkin represents some cleanup of the backend, implementing the followi...Chris Lattner2001-09-141-1/+1
* analyze() now checks to see that we don't analyze the same method twice.Vikram S. Adve2001-08-281-1/+5
* LV code on machine instructionsRuchira Sasanka2001-08-204-136/+253
* LV info on machine instructionsRuchira Sasanka2001-08-201-7/+11
* Changed printValue() to print constant value if the value is a constant.Ruchira Sasanka2001-07-241-0/+3
* *** empty log message ***Ruchira Sasanka2001-07-246-0/+506