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