aboutsummaryrefslogtreecommitdiff
path: root/test/TableGen
AgeCommit message (Expand)Author
2013-03-24Allow TableGen DAG arguments to be just a name.Jakob Stoklund Olesen
2013-01-25FileCheck-ify some grep testsReid Kleckner
2013-01-25Improve the !add TableGen test case.Hal Finkel
2013-01-25Add an addition operator to TableGenHal Finkel
2012-12-12Fix typo, which prevent test from being check.Jakub Staszak
2012-12-11llvm/test/TableGen: Remove XFAIL:vg_leak in dozen of tests, according to llvm...NAKAMURA Takumi
2012-09-06Re-work bit/bits value resolving in tblgenMichael Liao
2012-07-02Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth
2012-05-24Add support for range expressions in TableGen foreach loops.Jakob Stoklund Olesen
2012-05-24Don't put TGParser scratch results in the output.Jakob Stoklund Olesen
2012-05-24Teach tblgen's set theory "sequence" operator to support an optional stride o...Owen Anderson
2012-03-07Fix infinite loop in nested multiclasses.Jakob Stoklund Olesen
2012-02-22Add Foreach LoopDavid Greene
2012-02-16Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky
2012-01-24Add an (interleave A, B, ...) SetTheory operator.Jakob Stoklund Olesen
2011-10-24XFAIL test on leak checkers.Benjamin Kramer
2011-10-19Add Paste TestDavid Greene
2011-10-19Add NAME MemberDavid Greene
2011-10-10XFAIL tblgen tests on leak checkers.Benjamin Kramer
2011-10-07Remove MultidefsDavid Greene
2011-10-06Make Test More ThoroughDavid Greene
2011-10-06s/tblgen/llvm-tblgen/g in a few missed places, including the testsPeter Collingbourne
2011-10-05Update Test for MultidefsDavid Greene
2011-10-05Add a Multidef TestDavid Greene
2011-10-04Test Operand ArgumentsDavid Greene
2011-09-30Test More Complicated ListsDavid Greene
2011-09-30Test VarListElementInit:: resolveListElementReferenceDavid Greene
2011-08-27Reverted r138652, valgrind doesn't understand obj:*/tblgen.Andrew Trick
2011-08-26valgrind: Always suppress tblgen leaks.Andrew Trick
2011-08-26We don't care if TableGen leaks memory.Benjamin Kramer
2011-06-04Teach TableGen to evaluate DAG expressions as set operations.Jakob Stoklund Olesen
2011-04-15Fix a ton of comment typos found by codespell. Patch byChris Lattner
2011-01-07Rename lisp-like functions as suggested by Gabor Greif as loooong timeDavid Greene
2010-12-13Add support for using the `!if' operator when initializing variables:Bill Wendling
2010-10-06Generalize tblgen's dag parsing logic to handle arbitrary expressionsChris Lattner
2010-10-06rename add some comments.Chris Lattner
2010-10-06filecheckizeChris Lattner
2010-10-06remove the !nameconcat tblgen feature. It "shorthand" and only used in 4 placesChris Lattner
2010-10-05enhance tblgen to support anonymous defm's, use this toChris Lattner
2010-09-09tests: XFAIL a handful of tests on the vg_leak builder, so we can get back toDaniel Dunbar
2010-09-03Generalize getFieldType to work on all TypedInits. Add a couple of testcases...David Greene
2010-07-11Remove TargetInstrInfo::copyRegToReg entirely.Jakob Stoklund Olesen
2010-06-23Fix a tblgen bug.Bruno Cardoso Lopes
2010-06-22Fix a subtle multiclass bug: when using class inheritance onBruno Cardoso Lopes
2010-06-18Teach tablegen how to inherit from classes in 'defm' definitions.Bruno Cardoso Lopes
2010-06-17For a tablegen expression such as !if(a,b,c), let 'a'Bruno Cardoso Lopes
2010-06-16let the '!eq' expression support 'int' and 'bit' typesBruno Cardoso Lopes
2010-06-10Teach tablegen to allow "let" expressions inside multiclasses,Bruno Cardoso Lopes
2010-06-05Teach tablegen to support 'defm' inside multiclasses.Bruno Cardoso Lopes
2010-03-27XFAIL a new tblgen test for memory leak checking.Jeffrey Yasskin