summaryrefslogtreecommitdiff
path: root/lib/Analysis/LiveVar/BBLiveVar.h
Commit message (Expand)AuthorAge
* *** empty log message ***Chris Lattner2002-06-25
* Move the DEBUG_LV option out of the public header file into a private header.Chris Lattner2002-05-22
* Rename Method to FunctionChris Lattner2002-03-23
* Fixed several problems with handling arguments to Phis.Vikram S. Adve2002-03-18
* Convert BBLiveVar to be a BasicBlock annotation, this removes the BB2BBLVMap ...Chris Lattner2002-02-05
* Minor change: Methods that return ValueSet's that are guaranteed to be validChris Lattner2002-02-05
* * Eliminate the LiveVarSet class, making applyTranferFuncForMInst a staticChris Lattner2002-02-05
* Changes neccesary due to the move of BBLiveVar.h to the lib/Analysis/LiveVar ...Chris Lattner2002-02-05
* * Big cleanups.Chris Lattner2002-02-05
* Cut down include pollution and number of frivolous consts.Chris Lattner2002-02-04
* Minor cleanupsChris Lattner2002-02-04
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-20
* --added support for implicit operands in machine instructionsRuchira Sasanka2001-10-12
* Pull predecessor and successor iterators out of the CFG*.h files, and plop th...Chris Lattner2001-10-01
* LV info on machine instructionsRuchira Sasanka2001-08-20
* *** empty log message ***Ruchira Sasanka2001-07-24