summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/RegAlloc/LiveRangeInfo.h
Commit message (Collapse)AuthorAgeFilesLines
* Move lib/Codegen/RegAlloc into lib/Target/Sparc, as it is sparc specificChris Lattner2004-01-091-128/+0
| | | | llvm-svn: 10728
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
| | | | llvm-svn: 9903
* * Order #includes as per style guideMisha Brukman2003-10-231-10/+12
| | | | | | | * Doxygen-ify comments * Make code layout more consistent llvm-svn: 9431
* Added LLVM copyright header.John Criswell2003-10-211-0/+7
| | | | llvm-svn: 9321
* Standardize the names of include guards.Brian Gaeke2003-09-211-2/+2
| | | | llvm-svn: 8645
* Fix typos in comments.Brian Gaeke2003-09-151-2/+2
| | | | llvm-svn: 8523
* Add const version of getLiveRangeForValue().Vikram S. Adve2003-07-291-4/+9
| | | | llvm-svn: 7386
* Remove extraneous #includesChris Lattner2003-07-261-1/+1
| | | | llvm-svn: 7341
* Move llvm/Analysis/LiveVar/ValueSet.h to CodeGen/ValueSet.hChris Lattner2003-01-141-1/+1
| | | | llvm-svn: 5282
* More renamings of Target/Machine*Info to Target/Target*InfoChris Lattner2002-12-291-2/+2
| | | | llvm-svn: 5204
* Inline typedef, eliminate unused methodChris Lattner2002-10-291-10/+3
| | | | llvm-svn: 4382
* Added a couple of helper methods for live range construction.Vikram S. Adve2002-09-281-13/+12
| | | | llvm-svn: 3970
* Non-standard hash classes are not in the std:: namespaceChris Lattner2002-07-241-1/+1
| | | | llvm-svn: 3057
* MachineInstr* in vector are not const (and never really were)Vikram S. Adve2002-07-081-1/+1
| | | | | | because operands may be modified directly to set register. llvm-svn: 2820
* Rename Method to FunctionChris Lattner2002-03-231-5/+5
| | | | llvm-svn: 1957
* * Eliminate the LiveVarSet class, making applyTranferFuncForMInst a staticChris Lattner2002-02-051-5/+3
| | | | | | | | | 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
* * Minor cleanupsChris Lattner2002-02-041-46/+32
| | | | | | | | * Reduce number of #includes, sometimes drastically (LiveRangeInfo.h lost _7_) * Move instrIsFeasible() from InstrScheduling.h to SchedPriorities.h * Delete blank lines at end of files llvm-svn: 1672
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-5/+5
| | | | llvm-svn: 1503
* Added comments, destructors where necessary.Ruchira Sasanka2002-01-071-16/+42
| | | | llvm-svn: 1491
* Added two minor methods.Vikram S. Adve2001-11-081-0/+2
| | | | llvm-svn: 1187
* fixed a coalscing bugRuchira Sasanka2001-10-151-1/+2
| | | | llvm-svn: 828
* added suggesting color supportRuchira Sasanka2001-09-301-1/+13
| | | | llvm-svn: 673
* --reg alloc code addedRuchira Sasanka2001-09-151-1/+7
| | | | llvm-svn: 587
* --RuchiraRuchira Sasanka2001-09-081-0/+87
llvm-svn: 504
OpenPOWER on IntegriCloud