summaryrefslogtreecommitdiff
path: root/lib/Target/SparcV9/LiveVar/BBLiveVar.h
Commit message (Expand)AuthorAge
* This target is no longer built. The ,v files now live in the reoptimizer.Chris Lattner2006-04-20
* Remove trailing whitespaceMisha Brukman2005-04-21
* Changes For Bug 352Reid Spencer2004-09-01
* Increase constness.Alkis Evlogimenos2004-02-11
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM copyright header.John Criswell2003-10-21
* Convert this code from using annotations to using a local mapChris Lattner2003-10-20
* Regularize header file commentsChris Lattner2003-10-13
* For an instruction with delay slots, mark all live values beforeVikram S. Adve2003-08-12
* Move llvm/Analysis/LiveVar/ValueSet.h to CodeGen/ValueSet.hChris Lattner2003-01-14
* Move annotations to support libraryChris Lattner2003-01-14
* Fix spelling of `propagate'.Misha Brukman2002-10-29
* Eliminate uses of MachineBasicBlock::getChris Lattner2002-10-28
* *** 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