summaryrefslogtreecommitdiff
path: root/test/TableGen
Commit message (Expand)AuthorAge
* [TableGen] Correctly generate implicit anonymous prototype defs in multiclassesHal Finkel2014-01-02
* [TableGen] Use the same anonymous name as the prefix on all multiclass defsHal Finkel2014-01-02
* FileCheckize r197869Alp Toker2013-12-22
* Relax tab check into a whitespace check to fix the test in r197869Alp Toker2013-12-21
* TableGen: Generate valid identifiers for anonymous recordsAlp Toker2013-12-21
* Mark 36 tests as XFAIL:vg_leak in llvm/test/TableGen.NAKAMURA Takumi2013-11-10
* Remove 6 of XFAIL(s) in llvm/test/TableGen, since r193736. They have been XPA...NAKAMURA Takumi2013-11-10
* Enable variable arguments support for intrinsics.Andrew Trick2013-10-31
* FileCheckize some tests.Bill Wendling2013-08-22
* Fix a bug in TableGen where the intrinsic function name recognizer could mis-...Justin Holewinski2013-07-25
* Allow TableGen DAG arguments to be just a name.Jakob Stoklund Olesen2013-03-24
* FileCheck-ify some grep testsReid Kleckner2013-01-25
* Improve the !add TableGen test case.Hal Finkel2013-01-25
* Add an addition operator to TableGenHal Finkel2013-01-25
* Fix typo, which prevent test from being check.Jakub Staszak2012-12-12
* llvm/test/TableGen: Remove XFAIL:vg_leak in dozen of tests, according to llvm...NAKAMURA Takumi2012-12-11
* Re-work bit/bits value resolving in tblgenMichael Liao2012-09-06
* Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth2012-07-02
* Add support for range expressions in TableGen foreach loops.Jakob Stoklund Olesen2012-05-24
* Don't put TGParser scratch results in the output.Jakob Stoklund Olesen2012-05-24
* Teach tblgen's set theory "sequence" operator to support an optional stride o...Owen Anderson2012-05-24
* Fix infinite loop in nested multiclasses.Jakob Stoklund Olesen2012-03-07
* Add Foreach LoopDavid Greene2012-02-22
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-16
* Add an (interleave A, B, ...) SetTheory operator.Jakob Stoklund Olesen2012-01-24
* XFAIL test on leak checkers.Benjamin Kramer2011-10-24
* Add Paste TestDavid Greene2011-10-19
* Add NAME MemberDavid Greene2011-10-19
* XFAIL tblgen tests on leak checkers.Benjamin Kramer2011-10-10
* Remove MultidefsDavid Greene2011-10-07
* Make Test More ThoroughDavid Greene2011-10-06
* s/tblgen/llvm-tblgen/g in a few missed places, including the testsPeter Collingbourne2011-10-06
* Update Test for MultidefsDavid Greene2011-10-05
* Add a Multidef TestDavid Greene2011-10-05
* Test Operand ArgumentsDavid Greene2011-10-04
* Test More Complicated ListsDavid Greene2011-09-30
* Test VarListElementInit:: resolveListElementReferenceDavid Greene2011-09-30
* Reverted r138652, valgrind doesn't understand obj:*/tblgen.Andrew Trick2011-08-27
* valgrind: Always suppress tblgen leaks.Andrew Trick2011-08-26
* We don't care if TableGen leaks memory.Benjamin Kramer2011-08-26
* Teach TableGen to evaluate DAG expressions as set operations.Jakob Stoklund Olesen2011-06-04
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-15
* Rename lisp-like functions as suggested by Gabor Greif as loooong timeDavid Greene2011-01-07
* Add support for using the `!if' operator when initializing variables:Bill Wendling2010-12-13
* Generalize tblgen's dag parsing logic to handle arbitrary expressionsChris Lattner2010-10-06
* rename add some comments.Chris Lattner2010-10-06
* filecheckizeChris Lattner2010-10-06
* remove the !nameconcat tblgen feature. It "shorthand" and only used in 4 placesChris Lattner2010-10-06
* enhance tblgen to support anonymous defm's, use this toChris Lattner2010-10-05
* tests: XFAIL a handful of tests on the vg_leak builder, so we can get back toDaniel Dunbar2010-09-09