summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/PhysRegTracker.h
Commit message (Collapse)AuthorAgeFilesLines
* Code clean up. Bye bye PhysRegTracker.Evan Cheng2009-05-011-73/+0
| | | | llvm-svn: 70524
* Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman2008-02-101-12/+12
| | | | llvm-svn: 46930
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
| | | | llvm-svn: 45418
* Add explicit keywords and remove spurious trailing semicolons.Dan Gohman2007-08-271-1/+1
| | | | llvm-svn: 41482
* Improved PhysRegTracker interface. RegAlloc lazily allocates the register ↵Alkis Evlogimenos2004-02-231-6/+4
| | | | | | tracker using a std::auto_ptr llvm-svn: 11738
* Some code cleanups from ChrisAlkis Evlogimenos2004-02-231-9/+4
| | | | llvm-svn: 11724
* Fix comments in PhysRegTracker and rename isPhysRegAvail to isRegAvail to be ↵Alkis Evlogimenos2004-02-231-4/+5
| | | | | | consistent with the other two llvm-svn: 11723
* Pull PhysRegTracker out of RegAllocLinearScan as it can be used by other ↵Alkis Evlogimenos2004-02-231-0/+79
allocators as well llvm-svn: 11720
OpenPOWER on IntegriCloud