aboutsummaryrefslogtreecommitdiffstats
path: root/test/TableGen
Commit message (Expand)AuthorAgeFilesLines
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-162-3/+1
* Add an (interleave A, B, ...) SetTheory operator.Jakob Stoklund Olesen2012-01-241-0/+7
* XFAIL test on leak checkers.Benjamin Kramer2011-10-241-0/+1
* Add Paste TestDavid Greene2011-10-191-0/+35
* Add NAME MemberDavid Greene2011-10-192-1/+3
* XFAIL tblgen tests on leak checkers.Benjamin Kramer2011-10-103-0/+3
* Remove MultidefsDavid Greene2011-10-072-47/+9
* Make Test More ThoroughDavid Greene2011-10-061-0/+12
* s/tblgen/llvm-tblgen/g in a few missed places, including the testsPeter Collingbourne2011-10-0652-63/+63
* Update Test for MultidefsDavid Greene2011-10-051-8/+16
* Add a Multidef TestDavid Greene2011-10-051-0/+18
* Test Operand ArgumentsDavid Greene2011-10-041-0/+120
* Test More Complicated ListsDavid Greene2011-09-301-0/+17
* Test VarListElementInit:: resolveListElementReferenceDavid Greene2011-09-301-0/+13
* Reverted r138652, valgrind doesn't understand obj:*/tblgen.Andrew Trick2011-08-273-0/+3
* valgrind: Always suppress tblgen leaks.Andrew Trick2011-08-263-3/+0
* We don't care if TableGen leaks memory.Benjamin Kramer2011-08-263-0/+3
* Teach TableGen to evaluate DAG expressions as set operations.Jakob Stoklund Olesen2011-06-041-0/+167
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
* Rename lisp-like functions as suggested by Gabor Greif as loooong timeDavid Greene2011-01-074-8/+8
* Add support for using the `!if' operator when initializing variables:Bill Wendling2010-12-131-3/+27
* Generalize tblgen's dag parsing logic to handle arbitrary expressionsChris Lattner2010-10-061-0/+36
* rename add some comments.Chris Lattner2010-10-061-0/+5
* filecheckizeChris Lattner2010-10-062-21/+24
* remove the !nameconcat tblgen feature. It "shorthand" and only used in 4 placesChris Lattner2010-10-061-91/+0
* enhance tblgen to support anonymous defm's, use this toChris Lattner2010-10-051-0/+12
* tests: XFAIL a handful of tests on the vg_leak builder, so we can get back toDaniel Dunbar2010-09-092-0/+4
* Generalize getFieldType to work on all TypedInits. Add a couple of testcases...David Greene2010-09-032-0/+24
* Remove TargetInstrInfo::copyRegToReg entirely.Jakob Stoklund Olesen2010-07-111-2/+1
* Fix a tblgen bug.Bruno Cardoso Lopes2010-06-231-0/+24
* Fix a subtle multiclass bug: when using class inheritance onBruno Cardoso Lopes2010-06-221-0/+2
* Teach tablegen how to inherit from classes in 'defm' definitions.Bruno Cardoso Lopes2010-06-181-0/+36
* For a tablegen expression such as !if(a,b,c), let 'a'Bruno Cardoso Lopes2010-06-171-0/+11
* let the '!eq' expression support 'int' and 'bit' typesBruno Cardoso Lopes2010-06-161-0/+11
* Teach tablegen to allow "let" expressions inside multiclasses,Bruno Cardoso Lopes2010-06-101-0/+29
* Teach tablegen to support 'defm' inside multiclasses.Bruno Cardoso Lopes2010-06-051-0/+25
* XFAIL a new tblgen test for memory leak checking.Jeffrey Yasskin2010-03-271-0/+1
* Fix evil TableGen bug in template parameters with defaults.Jakob Stoklund Olesen2010-03-251-0/+43
* Add support for XFAILing valgrind runs with memory leak checking independentlyJeffrey Yasskin2010-03-2035-1/+35
* Add an !eq() operator to TableGen. It operates on strings only.David Greene2010-01-051-0/+13
* Fix a bug in !subst where TableGen would go and resubstitute text it hadDavid Greene2009-12-211-0/+15
* Fix pr5470. Tablegen handles template arguments by temporarily setting theirBob Wilson2009-11-221-0/+10
* Add some tests of advanced TableGen list functionality.David Greene2009-06-292-0/+19
* Remove empty test (my DejaGNU doesn't like this)Daniel Dunbar2009-06-091-0/+0
* Remove empty file.Bill Wendling2009-06-091-0/+0
* Revert 73074 and 73099 because Windows doesn't have POSIXDavid Greene2009-06-092-26/+0
* Add a !patsubst operator. Use on string types.David Greene2009-06-081-0/+15
* Add a more robust !if test.David Greene2009-06-081-2/+2
* Fix DejaGNU run line to escape special characters.David Greene2009-06-081-2/+2
* Make IntInits and ListInits typed. This helps deduce types of !if andDavid Greene2009-06-081-0/+87