aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/RegisterClassInfo.h
Commit message (Expand)AuthorAgeFilesLines
* Move RegisterClassInfo.h.Andrew Trick2012-06-061-132/+0
* Use uint16_t to store registers in callee saved register tables to reduce siz...Craig Topper2012-03-041-1/+1
* Detect proper register sub-classes.Jakob Stoklund Olesen2011-08-051-1/+12
* Migrate LLVM and Clang to use the new makeArrayRef(...) functions where previ...Frits van Bommel2011-07-181-1/+1
* Starting to refactor Target to separate out code that's needed to fully describeEvan Cheng2011-06-241-1/+1
* Avoid calling TRI->getAllocatableSet in RAFast.Jakob Stoklund Olesen2011-06-021-0/+19
* Just use a SmallVector.Jakob Stoklund Olesen2011-06-021-1/+1
* Add a RegisterClassInfo class that lazily caches information aboutJakob Stoklund Olesen2011-06-021-0/+102