summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/RegisterCoalescer.h
Commit message (Expand)AuthorAgeFilesLines
* [CodeGen] Fix some Clang-tidy modernize-use-default-member-init and Include W...Eugene Zelenko2017-09-221-20/+17
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* mop up: "Don’t duplicate function or class name at the beginning of the com...Sanjay Patel2014-09-201-25/+21
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-161-2/+2
* Allow overlaps between virtreg and physreg live ranges.Jakob Stoklund Olesen2012-09-061-0/+7
* Remove unused private fields found by clang's new -Wunused-private-field.Benjamin Kramer2012-06-061-3/+2
* Extend the CoalescerPair interface to handle symmetric sub-register copies.Jakob Stoklund Olesen2012-05-151-9/+17
* Fixed typo in comment.Lang Hames2012-03-131-1/+1
* Tidy up.Jim Grosbach2012-02-171-2/+2
* Rename member variables to follow coding standards.Jakob Stoklund Olesen2011-08-091-33/+34
* Move the RegisterCoalescer private to its implementation file.Jakob Stoklund Olesen2011-08-091-141/+0
* Eliminate copies of undefined values during coalescing.Jakob Stoklund Olesen2011-07-261-0/+3
* Remove dead code.Rafael Espindola2011-06-301-88/+0
* make compose and isMoveInstr static functions.Rafael Espindola2011-06-291-7/+0
* Remove unused methods.Rafael Espindola2011-06-261-13/+0
* There is only one register coalescer. Merge it into the base class andRafael Espindola2011-06-261-137/+118
* merge SimpleRegisterCoalescing.h into RegisterCoalescer.h.Rafael Espindola2011-06-261-1/+127
* Move RegisterCoalescer.h to lib/CodeGen.Rafael Espindola2011-06-261-0/+244
OpenPOWER on IntegriCloud