summaryrefslogtreecommitdiff
path: root/lib/CodeGen/LiveRegMatrix.cpp
Commit message (Expand)AuthorAge
* [Modules] Remove potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-06
* This small change reduces compile time for small programs on targets that havePuyan Lotfi2014-02-06
* Represent RegUnit liveness with LiveRange instanceMatthias Braun2013-10-10
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Make the LiveRegMatrix analysis available to targets.Jakob Stoklund Olesen2012-11-28
* Allow overlaps between virtreg and physreg live ranges.Jakob Stoklund Olesen2012-09-06
* Accept null PhysReg arguments to checkRegMaskInterference.Jakob Stoklund Olesen2012-06-15
* Sketch a LiveRegMatrix analysis pass.Jakob Stoklund Olesen2012-06-09