Age | Commit message (Expand) | Author |
2007-11-22 | Rewrite the tblgen parser in a recursive descent style, eliminating the bison... | Chris Lattner |
2007-05-15 | Added \!con(a,b) syntax to concatnate two dag fragments. | Evan Cheng |
2006-12-07 | What should be the last unnecessary <iostream>s in the library. | Bill Wendling |
2006-10-11 | Add support for let expressions around an mdef. This implements a new part | Chris Lattner |
2006-10-07 | Bugfix: this allows multiclasses to have default arguments. | Chris Lattner |
2006-09-01 | Make sure to clear CurDefmPrefix = 0, otherwise stuff after a defm won't | Chris Lattner |
2006-09-01 | fix an assertion with multidefs. Def inside of multiclasses don't need to | Chris Lattner |
2006-09-01 | Add often-requested support for defining "multiclasses" which can be instanti... | Chris Lattner |
2006-03-31 | Generalize the previous binary operator support and add a string concatenation | Chris Lattner |
2006-03-30 | Implement Regression/TableGen/DagDefSubst.ll | Chris Lattner |
2006-01-31 | implement test/Regression/TableGen/DagIntSubst.ll | Chris Lattner |
2005-09-30 | Refactor this a bit to move ParsingTemplateArgs to only apply to classes, | Chris Lattner |
2005-09-30 | Generate a parse error instead of a checked exception if template args are | Chris Lattner |
2005-09-30 | Refactor the grammar a bit to implement TableGen/ForwardRef.td | Chris Lattner |
2005-09-12 | Rearrange two rules, which apparently makes some versions of bison happier. | Chris Lattner |
2005-09-08 | Add support for automatically created anonymous definitions. | Chris Lattner |
2005-09-08 | Tabs to spaces. | Chris Lattner |
2005-04-19 | Major change to tblgen: instead of resolving values every time a class is | Chris Lattner |
2005-04-19 | Add initial lexer and parser support for shifting values. Every use of this | Chris Lattner |
2004-09-01 | Changes For Bug 352 | Reid Spencer |
2004-07-26 | Add initial support for list slices. This currently allows you to do stuff | Chris Lattner |
2004-02-28 | Do not remove an active template argument even if the superclass had one of the | Chris Lattner |
2004-02-28 | Ignore X = X assignments that was causing Alkis's rewrite of X86.td to crash | Chris Lattner |
2004-02-13 | exit(1) instead of abort()'ing on error | Chris Lattner |
2003-11-11 | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke |
2003-10-21 | Added LLVM copyright notice. | John Criswell |
2003-10-13 | Regularize header file comments | Chris Lattner |
2003-08-18 | Spell `necessary' correctly. | Misha Brukman |
2003-08-10 | Implement correct parsing, representation, and printing of DAG argument names | Chris Lattner |
2003-08-10 | Recognize $foo as a variable | Chris Lattner |
2003-08-04 | Parse DAG patterns | Chris Lattner |
2003-08-04 | Start transitioning towards using 'let X = y in' statements, instead of 'set ... | Chris Lattner |
2003-08-04 | Add initial support for a new 'dag' type | Chris Lattner |
2003-08-03 | Changes to allow lists of any type | Chris Lattner |
2003-08-03 | Allow an external 'set' command to set multiple values in the same command. | Chris Lattner |
2003-07-30 | Add support for code fragments | Chris Lattner |
2003-07-30 | Initial support for the 'code' type. | Chris Lattner |
2003-07-30 | Move err() to the lexer, implement file inclusion capabilities directly in tb... | Chris Lattner |
2003-07-30 | Minor reorganization, move ParseFile to the lexer | Chris Lattner |
2003-07-30 | Make tablegen take an input filename to parse if one is specified, otherwise | Chris Lattner |
2003-07-30 | Fix coredump for when an ID is used illegally outside a record | Chris Lattner |
2003-07-30 | Don't pollute the namespace with template arguments after they have been reso... | Chris Lattner |
2003-07-30 | Implement TODO: disallow 'def's with template arguments. | Chris Lattner |
2003-07-30 | Allow specification of anonymous definitions | Chris Lattner |
2003-07-28 | Add support for Set statements without {}'s. Now we can just say | Chris Lattner |
2003-05-20 | I fixed that ``thang'', yo. | Misha Brukman |
2002-12-06 | Fix bug | Chris Lattner |
2002-12-06 | Tighten up assertion checking | Chris Lattner |
2002-12-02 | Add support for field exprs | Chris Lattner |
2002-12-02 | Initial checkin of TableGen utility | Chris Lattner |