summaryrefslogtreecommitdiff
path: root/lib/CodeGen/RegisterCoalescer.h
Commit message (Expand)AuthorAge
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-16
* Allow overlaps between virtreg and physreg live ranges.Jakob Stoklund Olesen2012-09-06
* Remove unused private fields found by clang's new -Wunused-private-field.Benjamin Kramer2012-06-06
* Extend the CoalescerPair interface to handle symmetric sub-register copies.Jakob Stoklund Olesen2012-05-15
* Fixed typo in comment.Lang Hames2012-03-13
* Tidy up.Jim Grosbach2012-02-17
* Rename member variables to follow coding standards.Jakob Stoklund Olesen2011-08-09
* Move the RegisterCoalescer private to its implementation file.Jakob Stoklund Olesen2011-08-09
* Eliminate copies of undefined values during coalescing.Jakob Stoklund Olesen2011-07-26
* Remove dead code.Rafael Espindola2011-06-30
* make compose and isMoveInstr static functions.Rafael Espindola2011-06-29
* Remove unused methods.Rafael Espindola2011-06-26
* There is only one register coalescer. Merge it into the base class andRafael Espindola2011-06-26
* merge SimpleRegisterCoalescing.h into RegisterCoalescer.h.Rafael Espindola2011-06-26
* Move RegisterCoalescer.h to lib/CodeGen.Rafael Espindola2011-06-26