aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/FunctionLiveVarInfo.h
AgeCommit message (Expand)Author
2004-02-24FunctionLiveVarInfo.h moved: include/llvm/CodeGen -> lib/Target/Sparc/LiveVarBrian Gaeke
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Add a new mapChris Lattner
2003-10-20Added LLVM copyright header (for lack of a better term).John Criswell
2003-09-30Fix header file commentChris Lattner
2003-08-12Make MInst2LVSetBI and MInst2LVSetAI be hash_maps instead of maps.Vikram S. Adve
2003-07-29Don't require a BB to look-up live variables, unless they may need toVikram S. Adve
2003-01-14Move llvm/Analysis/LiveVar/ValueSet.h to CodeGen/ValueSet.hChris Lattner
2002-08-21- Do not expose ::ID from any of the analyses anymore.Chris Lattner
2002-07-29* Eliminate the Provided set. All Passes now finally just automaticallyChris Lattner
2002-07-26*** empty log message ***Chris Lattner
2002-07-26*** empty log message ***Chris Lattner
2002-06-25*** empty log message ***Chris Lattner
2002-05-22Avoid #including CommandLine.hChris Lattner
2002-04-29Add new optional getPassName() virtual function that a Pass can overrideChris Lattner
2002-04-27s/Method/FunctionChris Lattner
2002-04-27* Rename MethodPass class to FunctionPassChris Lattner
2002-03-23Rename Method to FunctionChris Lattner
2002-03-19Big bug fix: killed uses were being inserted instead of erased!Vikram S. Adve
2002-02-05Convert BBLiveVar to be a BasicBlock annotation, this removes the BB2BBLVMap ...Chris Lattner
2002-02-05Minor change: Methods that return ValueSet's that are guaranteed to be validChris Lattner
2002-02-05* Eliminate the LiveVarSet class, making applyTranferFuncForMInst a staticChris Lattner
2002-02-05* Big cleanups.Chris Lattner
2002-02-04Clean up MethodLiveVarInfoChris Lattner
2002-02-04Turn live variable analysis into a real MethodPass.Chris Lattner
2002-02-04Remove tons of include pollutionChris Lattner
2001-12-08Added comments are more documentation infoRuchira Sasanka
2001-10-12--added support for implicit operands in machine instructionsRuchira Sasanka
2001-10-01Pull predecessor and successor iterators out of the CFG*.h files, and plop th...Chris Lattner
2001-09-30no major change.Ruchira Sasanka
2001-08-28Use const int instead of #define.Vikram S. Adve
2001-08-20LV info on machine instructionsRuchira Sasanka
2001-07-24*** empty log message ***Ruchira Sasanka