Age | Commit message (Expand) | Author |
2013-03-24 | Allow TableGen DAG arguments to be just a name. | Jakob Stoklund Olesen |
2013-01-25 | FileCheck-ify some grep tests | Reid Kleckner |
2013-01-25 | Improve the !add TableGen test case. | Hal Finkel |
2013-01-25 | Add an addition operator to TableGen | Hal Finkel |
2012-12-12 | Fix typo, which prevent test from being check. | Jakub Staszak |
2012-12-11 | llvm/test/TableGen: Remove XFAIL:vg_leak in dozen of tests, according to llvm... | NAKAMURA Takumi |
2012-09-06 | Re-work bit/bits value resolving in tblgen | Michael Liao |
2012-07-02 | Convert all tests using TCL-style quoting to use shell-style quoting. | Chandler Carruth |
2012-05-24 | Add support for range expressions in TableGen foreach loops. | Jakob Stoklund Olesen |
2012-05-24 | Don't put TGParser scratch results in the output. | Jakob Stoklund Olesen |
2012-05-24 | Teach tblgen's set theory "sequence" operator to support an optional stride o... | Owen Anderson |
2012-03-07 | Fix infinite loop in nested multiclasses. | Jakob Stoklund Olesen |
2012-02-22 | Add Foreach Loop | David Greene |
2012-02-16 | Replace all instances of dg.exp file with lit.local.cfg, since all tests are ... | Eli Bendersky |
2012-01-24 | Add an (interleave A, B, ...) SetTheory operator. | Jakob Stoklund Olesen |
2011-10-24 | XFAIL test on leak checkers. | Benjamin Kramer |
2011-10-19 | Add Paste Test | David Greene |
2011-10-19 | Add NAME Member | David Greene |
2011-10-10 | XFAIL tblgen tests on leak checkers. | Benjamin Kramer |
2011-10-07 | Remove Multidefs | David Greene |
2011-10-06 | Make Test More Thorough | David Greene |
2011-10-06 | s/tblgen/llvm-tblgen/g in a few missed places, including the tests | Peter Collingbourne |
2011-10-05 | Update Test for Multidefs | David Greene |
2011-10-05 | Add a Multidef Test | David Greene |
2011-10-04 | Test Operand Arguments | David Greene |
2011-09-30 | Test More Complicated Lists | David Greene |
2011-09-30 | Test VarListElementInit:: resolveListElementReference | David Greene |
2011-08-27 | Reverted r138652, valgrind doesn't understand obj:*/tblgen. | Andrew Trick |
2011-08-26 | valgrind: Always suppress tblgen leaks. | Andrew Trick |
2011-08-26 | We don't care if TableGen leaks memory. | Benjamin Kramer |
2011-06-04 | Teach TableGen to evaluate DAG expressions as set operations. | Jakob Stoklund Olesen |
2011-04-15 | Fix a ton of comment typos found by codespell. Patch by | Chris Lattner |
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-10-06 | Generalize tblgen's dag parsing logic to handle arbitrary expressions | Chris Lattner |
2010-10-06 | rename add some comments. | Chris Lattner |
2010-10-06 | filecheckize | Chris Lattner |
2010-10-06 | remove the !nameconcat tblgen feature. It "shorthand" and only used in 4 places | Chris Lattner |
2010-10-05 | enhance tblgen to support anonymous defm's, use this to | Chris Lattner |
2010-09-09 | tests: XFAIL a handful of tests on the vg_leak builder, so we can get back to | Daniel Dunbar |
2010-09-03 | Generalize getFieldType to work on all TypedInits. Add a couple of testcases... | David Greene |
2010-07-11 | Remove TargetInstrInfo::copyRegToReg entirely. | Jakob Stoklund Olesen |
2010-06-23 | Fix a tblgen bug. | Bruno Cardoso Lopes |
2010-06-22 | Fix a subtle multiclass bug: when using class inheritance on | Bruno Cardoso Lopes |
2010-06-18 | Teach tablegen how to inherit from classes in 'defm' definitions. | 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-06-10 | Teach tablegen to allow "let" expressions inside multiclasses, | Bruno Cardoso Lopes |
2010-06-05 | Teach tablegen to support 'defm' inside multiclasses. | Bruno Cardoso Lopes |
2010-03-27 | XFAIL a new tblgen test for memory leak checking. | Jeffrey Yasskin |