aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/RegisterCoalescer.h
AgeCommit message (Expand)AuthorFilesLines
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2017-09-22[CodeGen] Fix some Clang-tidy modernize-use-default-member-init and Include W...Eugene Zelenko1-20/+17
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko1-1/+1
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko1-1/+1
2014-09-20mop up: "Don’t duplicate function or class name at the beginning of the com...Sanjay Patel1-25/+21
2014-08-13Canonicalize header guards into a common format.Benjamin Kramer1-2/+2
2014-04-16[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper1-2/+2
2012-09-06Allow overlaps between virtreg and physreg live ranges.Jakob Stoklund Olesen1-0/+7
2012-06-06Remove unused private fields found by clang's new -Wunused-private-field.Benjamin Kramer1-3/+2
2012-05-15Extend the CoalescerPair interface to handle symmetric sub-register copies.Jakob Stoklund Olesen1-9/+17
2012-03-13Fixed typo in comment.Lang Hames1-1/+1
2012-02-17Tidy up.Jim Grosbach1-2/+2
2011-08-09Rename member variables to follow coding standards.Jakob Stoklund Olesen1-33/+34
2011-08-09Move the RegisterCoalescer private to its implementation file.Jakob Stoklund Olesen1-141/+0
2011-07-26Eliminate copies of undefined values during coalescing.Jakob Stoklund Olesen1-0/+3
2011-06-30Remove dead code.Rafael Espindola1-88/+0
2011-06-29make compose and isMoveInstr static functions.Rafael Espindola1-7/+0
2011-06-26Remove unused methods.Rafael Espindola1-13/+0
2011-06-26There is only one register coalescer. Merge it into the base class andRafael Espindola1-137/+118
2011-06-26merge SimpleRegisterCoalescing.h into RegisterCoalescer.h.Rafael Espindola1-1/+127
2011-06-26Move RegisterCoalescer.h to lib/CodeGen.Rafael Espindola1-0/+244