aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/RegisterCoalescer.h
AgeCommit message (Expand)Author
2009-07-31Delete spurious semicolons.Dan Gohman
2009-03-03Fix a bunch of Doxygen syntax issues. Escape special characters,Dan Gohman
2009-01-08Delete unnecessary parens around return values.Dan Gohman
2009-01-05Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman
2008-07-07Remove uses of "llvm/Support/Debug.h" from LLVM include files, whichDan Gohman
2008-02-10Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-10-12Cosmetic.Evan Cheng
2007-09-06Pluggable coalescers inplementation.David Greene