aboutsummaryrefslogtreecommitdiff
path: root/test/TableGen
AgeCommit message (Expand)Author
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
2010-03-25Fix evil TableGen bug in template parameters with defaults.Jakob Stoklund Olesen
2010-03-20Add support for XFAILing valgrind runs with memory leak checking independentlyJeffrey Yasskin
2010-01-05Add an !eq() operator to TableGen. It operates on strings only.David Greene
2009-12-21Fix a bug in !subst where TableGen would go and resubstitute text it hadDavid Greene
2009-11-22Fix pr5470. Tablegen handles template arguments by temporarily setting theirBob Wilson
2009-06-29Add some tests of advanced TableGen list functionality.David Greene
2009-06-09Remove empty test (my DejaGNU doesn't like this)Daniel Dunbar
2009-06-09Remove empty file.Bill Wendling
2009-06-09Revert 73074 and 73099 because Windows doesn't have POSIXDavid Greene
2009-06-08Add a !patsubst operator. Use on string types.David Greene
2009-06-08Add a more robust !if test.David Greene
2009-06-08Fix DejaGNU run line to escape special characters.David Greene
2009-06-08Make IntInits and ListInits typed. This helps deduce types of !if andDavid Greene
2009-06-08Add a !regmatch operator to do pattern matching in TableGen.David Greene
2009-05-14Implement !if, analogous to $(if) in GNU make.David Greene