summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/CodeGenRegisters.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Add a RegisterTuples class to Target.td and TableGen.Jakob Stoklund Olesen2011-06-201-1/+109
* Use the correct comparator to avoid depending on pointer values.Jakob Stoklund Olesen2011-06-181-1/+2
* Store CodeGenRegisters as pointers so they won't be reallocated.Jakob Stoklund Olesen2011-06-181-12/+10
* Remove MethodProtos/MethodBodies and allocation_order_begin/end.Jakob Stoklund Olesen2011-06-181-2/+0
* Provide AltOrders for specifying alternative allocation orders.Jakob Stoklund Olesen2011-06-181-0/+19
* Use a SetTheory instance to expand register lists in register classes.Jakob Stoklund Olesen2011-06-151-3/+6
* Give CodeGenRegisterClass a real sorted member set.Jakob Stoklund Olesen2011-06-151-20/+31
* Move the list of register classes into CodeGenRegBank as well.Jakob Stoklund Olesen2011-06-151-0/+71
* Compute lists of sub-regs, super-regs, and overlapping regs.Jakob Stoklund Olesen2011-06-121-3/+99
* Move the list of registers into CodeGenRegBank.Jakob Stoklund Olesen2011-06-111-10/+194
* Move some sub-register index calculations to CodeGenRegisters.cppJakob Stoklund Olesen2011-06-101-0/+27
* Move TableGen's register bank classes to their own source file.Jakob Stoklund Olesen2011-06-091-0/+101
OpenPOWER on IntegriCloud