aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/RegisterCoalescer.h
Commit message (Expand)AuthorAgeFilesLines
* Be more forgiving when calculating alias interference for physreg coalescing.Jakob Stoklund Olesen2010-07-061-9/+1
* Be more strict about subreg-to-subreg copies in CoalescerPair.Jakob Stoklund Olesen2010-06-241-1/+15
* Revert "Replace a big gob of old coalescer logic with the new CoalescerPair c...Jakob Stoklund Olesen2010-06-241-15/+1
* Replace a big gob of old coalescer logic with the new CoalescerPair class.Jakob Stoklund Olesen2010-06-241-1/+15
* Add CoalescerPair helper class.Jakob Stoklund Olesen2010-06-151-0/+84
* Delete spurious semicolons.Dan Gohman2009-07-311-8/+8
* Fix a bunch of Doxygen syntax issues. Escape special characters,Dan Gohman2009-03-031-1/+1
* Delete unnecessary parens around return values.Dan Gohman2009-01-081-2/+2
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-051-8/+4
* Remove uses of "llvm/Support/Debug.h" from LLVM include files, whichDan Gohman2008-07-071-1/+0
* Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman2008-02-101-2/+2
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Cosmetic.Evan Cheng2007-10-121-1/+1
* Pluggable coalescers inplementation.David Greene2007-09-061-0/+159