aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/SparcV9/RegAlloc/LiveRangeInfo.h
Commit message (Expand)AuthorAgeFilesLines
* Get rid of a few dead method declarations.Brian Gaeke2004-07-291-7/+0
* Collapse together the abstract superclass TargetRegInfo and SparcV9RegInfo, itsBrian Gaeke2004-06-031-2/+2
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* * Order #includes as per style guideMisha Brukman2003-10-231-10/+12
* Added LLVM copyright header.John Criswell2003-10-211-0/+7
* Standardize the names of include guards.Brian Gaeke2003-09-211-2/+2
* Fix typos in comments.Brian Gaeke2003-09-151-2/+2
* Add const version of getLiveRangeForValue().Vikram S. Adve2003-07-291-4/+9
* Remove extraneous #includesChris Lattner2003-07-261-1/+1
* Move llvm/Analysis/LiveVar/ValueSet.h to CodeGen/ValueSet.hChris Lattner2003-01-141-1/+1
* More renamings of Target/Machine*Info to Target/Target*InfoChris Lattner2002-12-291-2/+2
* Inline typedef, eliminate unused methodChris Lattner2002-10-291-10/+3
* Added a couple of helper methods for live range construction.Vikram S. Adve2002-09-281-13/+12
* Non-standard hash classes are not in the std:: namespaceChris Lattner2002-07-241-1/+1
* MachineInstr* in vector are not const (and never really were)Vikram S. Adve2002-07-081-1/+1
* Rename Method to FunctionChris Lattner2002-03-231-5/+5
* * Eliminate the LiveVarSet class, making applyTranferFuncForMInst a staticChris Lattner2002-02-051-5/+3
* * Minor cleanupsChris Lattner2002-02-041-46/+32
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-5/+5
* Added comments, destructors where necessary.Ruchira Sasanka2002-01-071-16/+42
* Added two minor methods.Vikram S. Adve2001-11-081-0/+2
* fixed a coalscing bugRuchira Sasanka2001-10-151-1/+2
* added suggesting color supportRuchira Sasanka2001-09-301-1/+13
* --reg alloc code addedRuchira Sasanka2001-09-151-1/+7
* --RuchiraRuchira Sasanka2001-09-081-0/+87