summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/LiveVar/BBLiveVar.h
Commit message (Collapse)AuthorAgeFilesLines
* Move sparc-specific code into lib/Target/SparcChris Lattner2004-01-091-90/+0
| | | | llvm-svn: 10734
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+5
| | | | llvm-svn: 9903
* Added LLVM copyright header.John Criswell2003-10-211-0/+7
| | | | llvm-svn: 9321
* Convert this code from using annotations to using a local mapChris Lattner2003-10-201-11/+5
| | | | llvm-svn: 9310
* Regularize header file commentsChris Lattner2003-10-131-1/+1
| | | | llvm-svn: 9071
* For an instruction with delay slots, mark all live values beforeVikram S. Adve2003-08-121-0/+3
| | | | | | | the instruction as being live before/after the delay slot instructions as well. llvm-svn: 7795
* Move llvm/Analysis/LiveVar/ValueSet.h to CodeGen/ValueSet.hChris Lattner2003-01-141-1/+1
| | | | llvm-svn: 5282
* Move annotations to support libraryChris Lattner2003-01-141-1/+1
| | | | llvm-svn: 5270
* Fix spelling of `propagate'.Misha Brukman2002-10-291-1/+1
| | | | llvm-svn: 4423
* Eliminate uses of MachineBasicBlock::getChris Lattner2002-10-281-3/+8
| | | | llvm-svn: 4340
* *** empty log message ***Chris Lattner2002-06-251-5/+5
| | | | llvm-svn: 2777
* Move the DEBUG_LV option out of the public header file into a private header.Chris Lattner2002-05-221-0/+9
| | | | llvm-svn: 2711
* Rename Method to FunctionChris Lattner2002-03-231-1/+0
| | | | llvm-svn: 1957
* Fixed several problems with handling arguments to Phis.Vikram S. Adve2002-03-181-5/+6
| | | | llvm-svn: 1910
* Convert BBLiveVar to be a BasicBlock annotation, this removes the BB2BBLVMap ↵Chris Lattner2002-02-051-6/+13
| | | | | | from MethodLiveVarInfo. llvm-svn: 1721
* Minor change: Methods that return ValueSet's that are guaranteed to be validChris Lattner2002-02-051-6/+5
| | | | | | return references instead of pointers. llvm-svn: 1719
* * Eliminate the LiveVarSet class, making applyTranferFuncForMInst a staticChris Lattner2002-02-051-7/+7
| | | | | | | | | function in the one .cpp file that uses it. Use ValueSet's instead. * Prepare to delete LiveVarSet.h & LiveVarSet.cpp * Eliminate the ValueSet class, making all old member functions into global templates that will eventually be moved to Support. llvm-svn: 1711
* Changes neccesary due to the move of BBLiveVar.h to the lib/Analysis/LiveVar ↵Chris Lattner2002-02-051-1/+1
| | | | | | directory llvm-svn: 1709
* * Big cleanups.Chris Lattner2002-02-051-21/+22
| | | | | | | * Make BBLiveVar.h effectively an internal header file * Prepare LiveVarMap.h for deletion llvm-svn: 1705
* Cut down include pollution and number of frivolous consts.Chris Lattner2002-02-041-14/+8
| | | | llvm-svn: 1683
* Minor cleanupsChris Lattner2002-02-041-12/+0
| | | | llvm-svn: 1671
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-1/+1
| | | | llvm-svn: 1503
* --added support for implicit operands in machine instructionsRuchira Sasanka2001-10-121-0/+6
| | | | llvm-svn: 727
* Pull predecessor and successor iterators out of the CFG*.h files, and plop ↵Chris Lattner2001-10-011-2/+1
| | | | | | | | | them into the BasicBlock class where they should be. pred_begin/pred_end become methods on BasicBlock, and the cfg namespace isn't used anymore. llvm-svn: 691
* LV info on machine instructionsRuchira Sasanka2001-08-201-7/+11
| | | | llvm-svn: 359
* *** empty log message ***Ruchira Sasanka2001-07-241-0/+69
llvm-svn: 291
OpenPOWER on IntegriCloud