aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/VirtRegMap.h
AgeCommit message (Expand)Author
2012-12-04Remove VirtRegMap::getRegAllocPref().Jakob Stoklund Olesen
2012-12-04Use MRI::getSimpleHint() instead of getRegAllocPref() in remaining cases.Jakob Stoklund Olesen
2012-12-03Add VirtRegMap::hasKnownPreference().Jakob Stoklund Olesen
2012-12-03Sort the #include lines for the include/... tree with the script.Chandler Carruth
2012-11-28Make the LiveRegMatrix analysis available to targets.Jakob Stoklund Olesen