aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/RegisterCoalescer.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-27/+23
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-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