summaryrefslogtreecommitdiff
path: root/utils/TableGen/CodeGenRegisters.cpp
Commit message (Expand)AuthorAge
* Add TRI::getSubClassWithSubReg(RC, Idx) function.Jakob Stoklund Olesen2011-10-05
* Properly use const_iterator.Jakob Stoklund Olesen2011-10-04
* Teach TableGen to infer missing register classes.Jakob Stoklund Olesen2011-10-04
* TableGen: Store all allocation orders together.Jakob Stoklund Olesen2011-10-04
* TableGen: Privatize CodeGenRegisterClass::TheDef and Name.Jakob Stoklund Olesen2011-10-04
* TableGen: Don't add synthetic Records to the RecordKeeper.Jakob Stoklund Olesen2011-10-04
* Move TableGen's parser and entry point into a libraryPeter Collingbourne2011-10-01
* Use precomputed BitVector for CodeGenRegisterClass::hasSubClass().Jakob Stoklund Olesen2011-09-30
* Compute lists of super-classes in CodeGenRegisterClass.Jakob Stoklund Olesen2011-09-30
* Precompute a bit vector of register sub-classes.Jakob Stoklund Olesen2011-09-30
* Order register classes topologically.Jakob Stoklund Olesen2011-09-30
* Switch to ArrayRef<CodeGenRegisterClass*>.Jakob Stoklund Olesen2011-09-29
* Unconstify InitsDavid Greene2011-07-29
* [AVX] Create Inits Via Factory MethodDavid Greene2011-07-29
* [AVX] Constify InitsDavid Greene2011-07-29
* Intern all RecTy subclass instances to avoid duplicates.Jakob Stoklund Olesen2011-07-18
* Revert r134921, 134917, 134908 and 134907. They're causing failuresEric Christopher2011-07-11
* Use get(0 Instead of Create()David Greene2011-07-11
* [AVX] Make Inits FoldableDavid Greene2011-07-11
* Consolidate some TableGen diagnostic helper functions.Jim Grosbach2011-06-21
* Skip fields that don't exist in the Register class.Jakob Stoklund Olesen2011-06-20
* Add a RegisterTuples class to Target.td and TableGen.Jakob Stoklund Olesen2011-06-20
* Use the correct comparator to avoid depending on pointer values.Jakob Stoklund Olesen2011-06-18
* Store CodeGenRegisters as pointers so they won't be reallocated.Jakob Stoklund Olesen2011-06-18
* Remove MethodProtos/MethodBodies and allocation_order_begin/end.Jakob Stoklund Olesen2011-06-18
* Provide AltOrders for specifying alternative allocation orders.Jakob Stoklund Olesen2011-06-18
* Use a SetTheory instance to expand register lists in register classes.Jakob Stoklund Olesen2011-06-15
* Give CodeGenRegisterClass a real sorted member set.Jakob Stoklund Olesen2011-06-15
* Move the list of register classes into CodeGenRegBank as well.Jakob Stoklund Olesen2011-06-15
* Compute lists of sub-regs, super-regs, and overlapping regs.Jakob Stoklund Olesen2011-06-12
* Move the list of registers into CodeGenRegBank.Jakob Stoklund Olesen2011-06-11
* Move some sub-register index calculations to CodeGenRegisters.cppJakob Stoklund Olesen2011-06-10
* Move TableGen's register bank classes to their own source file.Jakob Stoklund Olesen2011-06-09