summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/LiveVar/LiveVarSet.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove empty filesChris Lattner2002-02-051-0/+0
| | | | llvm-svn: 1713
* * Eliminate the LiveVarSet class, making applyTranferFuncForMInst a staticChris Lattner2002-02-051-37/+0
| | | | | | | | | 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
* * Add #includes that were yanked out of header filesChris Lattner2002-02-041-4/+4
| | | | | | | * Convert over to valueset interface that uses insert & erase insead of add and remove * the -> operator really isn't that hard to use! llvm-svn: 1687
* Lots of nonfunctional code cleanupsChris Lattner2002-02-031-38/+14
| | | | llvm-svn: 1642
* Renamed inst_const_iterator -> const_inst_iteratorChris Lattner2001-12-041-3/+3
| | | | | | | Renamed op_const_iterator -> const_op_iterator Renamed PointerType::getValueType() -> PointerType::getElementType() llvm-svn: 1408
* --added support for implicit operandsRuchira Sasanka2001-10-151-9/+16
| | | | llvm-svn: 832
* LV code on machine instructionsRuchira Sasanka2001-08-201-2/+36
| | | | llvm-svn: 360
* *** empty log message ***Ruchira Sasanka2001-07-241-0/+20
llvm-svn: 291
OpenPOWER on IntegriCloud