aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/RegisterCoalescer.h
Commit message (Expand)AuthorAgeFilesLines
* 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