summaryrefslogtreecommitdiff
path: root/lib/CodeGen/LiveRegMatrix.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-03-06Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles1-1/+1
2014-02-06This small change reduces compile time for small programs on targets that havePuyan Lotfi1-1/+3
2013-10-10Represent RegUnit liveness with LiveRange instanceMatthias Braun1-2/+4
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-4/+4
2012-11-28Make the LiveRegMatrix analysis available to targets.Jakob Stoklund Olesen1-2/+2
2012-09-06Allow overlaps between virtreg and physreg live ranges.Jakob Stoklund Olesen1-1/+3
2012-06-15Accept null PhysReg arguments to checkRegMaskInterference.Jakob Stoklund Olesen1-1/+1
2012-06-09Sketch a LiveRegMatrix analysis pass.Jakob Stoklund Olesen1-0/+152