summaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/FunctionLiveVarInfo.h
Commit message (Expand)AuthorAgeFilesLines
* - Do not expose ::ID from any of the analyses anymore.Chris Lattner2002-08-211-2/+0
* * Eliminate the Provided set. All Passes now finally just automaticallyChris Lattner2002-07-291-1/+0
* *** empty log message ***Chris Lattner2002-07-261-4/+2
* *** empty log message ***Chris Lattner2002-07-261-2/+0
* *** empty log message ***Chris Lattner2002-06-251-1/+1
* Avoid #including CommandLine.hChris Lattner2002-05-221-12/+0
* Add new optional getPassName() virtual function that a Pass can overrideChris Lattner2002-04-291-0/+2
* s/Method/FunctionChris Lattner2002-04-271-2/+2
* * Rename MethodPass class to FunctionPassChris Lattner2002-04-271-13/+12
* Rename Method to FunctionChris Lattner2002-03-231-6/+6
* Big bug fix: killed uses were being inserted instead of erased!Vikram S. Adve2002-03-191-7/+14
* Convert BBLiveVar to be a BasicBlock annotation, this removes the BB2BBLVMap ...Chris Lattner2002-02-051-6/+3
* Minor change: Methods that return ValueSet's that are guaranteed to be validChris Lattner2002-02-051-4/+4
* * Eliminate the LiveVarSet class, making applyTranferFuncForMInst a staticChris Lattner2002-02-051-9/+9
* * Big cleanups.Chris Lattner2002-02-051-16/+13
* Clean up MethodLiveVarInfoChris Lattner2002-02-041-6/+3
* Turn live variable analysis into a real MethodPass.Chris Lattner2002-02-041-15/+25
* Remove tons of include pollutionChris Lattner2002-02-041-39/+14
* Added comments are more documentation infoRuchira Sasanka2001-12-081-6/+5
* --added support for implicit operands in machine instructionsRuchira Sasanka2001-10-121-0/+3
* Pull predecessor and successor iterators out of the CFG*.h files, and plop th...Chris Lattner2001-10-011-2/+1
* no major change.Ruchira Sasanka2001-09-301-1/+1
* Use const int instead of #define.Vikram S. Adve2001-08-281-1/+1
* LV info on machine instructionsRuchira Sasanka2001-08-201-44/+71
* *** empty log message ***Ruchira Sasanka2001-07-241-0/+129