| Age | Commit message (Expand) | Author |
| 2011-07-29 | Unconstify Inits | David Greene |
| 2011-07-29 | Remove a blank line from the top. | David Greene |
| 2011-07-29 | [AVX] Make DagInits Unique | David Greene |
| 2011-07-29 | [AVX] Make FieldInit Unique | David Greene |
| 2011-07-29 | [AVX] Make VarListElementInit Unique | David Greene |
| 2011-07-29 | [AVX] Make VarBitInit Unique | David Greene |
| 2011-07-29 | [AVX] Make VarInit Unique | David Greene |
| 2011-07-29 | [AVX] Make TernOpInit Unique | David Greene |
| 2011-07-29 | [AVX] Make BinOpInit Unique | David Greene |
| 2011-07-29 | [AVX] Make UnOpInit Unique | David Greene |
| 2011-07-29 | [AVX] Make ListInits Unique | David Greene |
| 2011-07-29 | [AVX] Make CodeInit Unique | David Greene |
| 2011-07-29 | [AVX] Make StringInit Unique | David Greene |
| 2011-07-29 | [AVX] Make IntInit Unique | David Greene |
| 2011-07-29 | [AVX] Make BitsInit Unique | David Greene |
| 2011-07-29 | [AVX] Unique BitInit | David Greene |
| 2011-07-29 | [AVX] Unique UnsetInit | David Greene |
| 2011-07-29 | [AVX] Create Inits Via Factory Method | David Greene |
| 2011-07-29 | [AVX] Constify Inits | David Greene |
| 2011-07-29 | [AVX] Remove non-const Iterators | David Greene |
| 2011-07-29 | [AVX] Remove Mutating Members from Inits | David Greene |
| 2011-07-29 | Add a std::string Wrapper for TableGen | David Greene |
| 2011-07-18 | Intern all RecTy subclass instances to avoid duplicates. | Jakob Stoklund Olesen |
| 2011-07-11 | Revert r134921, 134917, 134908 and 134907. They're causing failures | Eric Christopher |
| 2011-07-11 | Use get(0 Instead of Create() | David Greene |
| 2011-07-11 | [AVX] Make Inits Foldable | David Greene |
| 2011-06-27 | Add support for alternative register names, useful for instructions whose ope... | Owen Anderson |
| 2011-06-21 | Consolidate some TableGen diagnostic helper functions. | Jim Grosbach |
| 2011-06-03 | Rework the logic to not rely on undefined behaviour (1LL << 64). Also simplify. | Nick Lewycky |
| 2011-05-06 | Improve diagnostics for some parse errors. Not asserting when a user input | Jim Grosbach |
| 2011-01-07 | Rename lisp-like functions as suggested by Gabor Greif as loooong time | David Greene |
| 2010-12-13 | Add support for using the `!if' operator when initializing variables: | Bill Wendling |
| 2010-12-13 | eliminate the Records global variable, patch by Garrison Venn! | Chris Lattner |
| 2010-12-13 | clean up RecordKeeper::getAllDerivedDefinitions, patch by Garrison Venn! | Chris Lattner |
| 2010-12-10 | Get rid of ellipses. | Bill Wendling |
| 2010-11-29 | Merge System into Support. | Michael J. Spencer |
| 2010-10-06 | remove the !nameconcat tblgen feature. It "shorthand" and only used in 4 places | Chris Lattner |
| 2010-09-03 | Generalize getFieldType to work on all TypedInits. Add a couple of testcases... | David Greene |
| 2010-06-23 | Fix a tblgen bug. | Bruno Cardoso Lopes |
| 2010-06-17 | In case Rec is a definition and not a class, do the proper comparison! | Bruno Cardoso Lopes |
| 2010-06-17 | Fix the handling of !if result, avoiding null results for non 'int'. | Bruno Cardoso Lopes |
| 2010-06-17 | For a tablegen expression such as !if(a,b,c), let 'a' | Bruno Cardoso Lopes |
| 2010-06-16 | let the '!eq' expression support 'int' and 'bit' types | Bruno Cardoso Lopes |
| 2010-04-05 | Replace TSFlagsFields and TSFlagsShifts with a simpler TSFlags field. | Jakob Stoklund Olesen |
| 2010-03-25 | Teach TableGen to understand X.Y notation in the TSFlagsFields strings. | Jakob Stoklund Olesen |
| 2010-03-25 | Fix evil TableGen bug in template parameters with defaults. | Jakob Stoklund Olesen |
| 2010-03-18 | disallow concatenation of two dags with different operators. | Chris Lattner |
| 2010-01-05 | Add an !eq() operator to TableGen. It operates on strings only. | David Greene |
| 2009-12-21 | Fix a bug in !subst where TableGen would go and resubstitute text it had | David Greene |
| 2009-11-24 | Delete some dead and non-obvious code. | Dan Gohman |