aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/RegisterClassInfo.cpp
AgeCommit message (Expand)Author
2011-08-05Detect proper register sub-classes.Jakob Stoklund Olesen
2011-06-16Add TargetRegisterInfo::getRawAllocationOrder().Jakob Stoklund Olesen
2011-06-13Include callee-saved registers in debug output.Jakob Stoklund Olesen
2011-06-06Don't try to be clever, just preserve the target's allocation order.Jakob Stoklund Olesen
2011-06-03Preserve the original ordering when a CSR has multiple aliases.Jakob Stoklund Olesen
2011-06-02Just use a SmallVector.Jakob Stoklund Olesen
2011-06-02Start with a zeroed CSRNum map.Benjamin Kramer
2011-06-02Initialize members to fix problem found by valgrind.Jakob Stoklund Olesen
2011-06-02Add a RegisterClassInfo class that lazily caches information aboutJakob Stoklund Olesen