summaryrefslogtreecommitdiff
path: root/test/TableGen
AgeCommit message (Expand)AuthorFilesLines
2011-10-10XFAIL tblgen tests on leak checkers.Benjamin Kramer3-0/+3
2011-10-07Remove MultidefsDavid Greene2-47/+9
2011-10-06Make Test More ThoroughDavid Greene1-0/+12
2011-10-06s/tblgen/llvm-tblgen/g in a few missed places, including the testsPeter Collingbourne52-63/+63
2011-10-05Update Test for MultidefsDavid Greene1-8/+16
2011-10-05Add a Multidef TestDavid Greene1-0/+18
2011-10-04Test Operand ArgumentsDavid Greene1-0/+120
2011-09-30Test More Complicated ListsDavid Greene1-0/+17
2011-09-30Test VarListElementInit:: resolveListElementReferenceDavid Greene1-0/+13
2011-08-27Reverted r138652, valgrind doesn't understand obj:*/tblgen.Andrew Trick3-0/+3
2011-08-26valgrind: Always suppress tblgen leaks.Andrew Trick3-3/+0
2011-08-26We don't care if TableGen leaks memory.Benjamin Kramer3-0/+3
2011-06-04Teach TableGen to evaluate DAG expressions as set operations.Jakob Stoklund Olesen1-0/+167
2011-04-15Fix a ton of comment typos found by codespell. Patch byChris Lattner1-1/+1
2011-01-07Rename lisp-like functions as suggested by Gabor Greif as loooong timeDavid Greene4-8/+8
2010-12-13Add support for using the `!if' operator when initializing variables:Bill Wendling1-3/+27
2010-10-06Generalize tblgen's dag parsing logic to handle arbitrary expressionsChris Lattner1-0/+36
2010-10-06rename add some comments.Chris Lattner1-0/+5
2010-10-06filecheckizeChris Lattner2-21/+24
2010-10-06remove the !nameconcat tblgen feature. It "shorthand" and only used in 4 placesChris Lattner1-91/+0
2010-10-05enhance tblgen to support anonymous defm's, use this toChris Lattner1-0/+12
2010-09-09tests: XFAIL a handful of tests on the vg_leak builder, so we can get back toDaniel Dunbar2-0/+4
2010-09-03Generalize getFieldType to work on all TypedInits. Add a couple of testcases...David Greene2-0/+24
2010-07-11Remove TargetInstrInfo::copyRegToReg entirely.Jakob Stoklund Olesen1-2/+1
2010-06-23Fix a tblgen bug.Bruno Cardoso Lopes1-0/+24
2010-06-22Fix a subtle multiclass bug: when using class inheritance onBruno Cardoso Lopes1-0/+2
2010-06-18Teach tablegen how to inherit from classes in 'defm' definitions.Bruno Cardoso Lopes1-0/+36
2010-06-17For a tablegen expression such as !if(a,b,c), let 'a'Bruno Cardoso Lopes1-0/+11
2010-06-16let the '!eq' expression support 'int' and 'bit' typesBruno Cardoso Lopes1-0/+11
2010-06-10Teach tablegen to allow "let" expressions inside multiclasses,Bruno Cardoso Lopes1-0/+29
2010-06-05Teach tablegen to support 'defm' inside multiclasses.Bruno Cardoso Lopes1-0/+25
2010-03-27XFAIL a new tblgen test for memory leak checking.Jeffrey Yasskin1-0/+1
2010-03-25Fix evil TableGen bug in template parameters with defaults.Jakob Stoklund Olesen1-0/+43
2010-03-20Add support for XFAILing valgrind runs with memory leak checking independentlyJeffrey Yasskin35-1/+35
2010-01-05Add an !eq() operator to TableGen. It operates on strings only.David Greene1-0/+13
2009-12-21Fix a bug in !subst where TableGen would go and resubstitute text it hadDavid Greene1-0/+15
2009-11-22Fix pr5470. Tablegen handles template arguments by temporarily setting theirBob Wilson1-0/+10
2009-06-29Add some tests of advanced TableGen list functionality.David Greene2-0/+19
2009-06-09Remove empty test (my DejaGNU doesn't like this)Daniel Dunbar1-0/+0
2009-06-09Remove empty file.Bill Wendling1-0/+0
2009-06-09Revert 73074 and 73099 because Windows doesn't have POSIXDavid Greene2-26/+0
2009-06-08Add a !patsubst operator. Use on string types.David Greene1-0/+15
2009-06-08Add a more robust !if test.David Greene1-2/+2
2009-06-08Fix DejaGNU run line to escape special characters.David Greene1-2/+2
2009-06-08Make IntInits and ListInits typed. This helps deduce types of !if andDavid Greene1-0/+87
2009-06-08Add a !regmatch operator to do pattern matching in TableGen.David Greene1-0/+11
2009-05-14Implement !if, analogous to $(if) in GNU make.David Greene1-0/+20
2009-05-14Fix tests to not upset DejaGNU.David Greene2-3/+3
2009-05-14Graduate LLVM to the big leagues by embedding a LISP processor into TableGen.David Greene1-0/+21
2009-05-14Implement a !foreach operator analogous to GNU make's $(foreach).David Greene2-0/+128