summaryrefslogtreecommitdiff
path: root/test/TableGen
Commit message (Expand)AuthorAge
* 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
* Generalize getFieldType to work on all TypedInits. Add a couple of testcases...David Greene2010-09-03
* Remove TargetInstrInfo::copyRegToReg entirely.Jakob Stoklund Olesen2010-07-11
* Fix a tblgen bug.Bruno Cardoso Lopes2010-06-23
* Fix a subtle multiclass bug: when using class inheritance onBruno Cardoso Lopes2010-06-22
* Teach tablegen how to inherit from classes in 'defm' definitions.Bruno Cardoso Lopes2010-06-18
* For a tablegen expression such as !if(a,b,c), let 'a'Bruno Cardoso Lopes2010-06-17
* let the '!eq' expression support 'int' and 'bit' typesBruno Cardoso Lopes2010-06-16
* Teach tablegen to allow "let" expressions inside multiclasses,Bruno Cardoso Lopes2010-06-10
* Teach tablegen to support 'defm' inside multiclasses.Bruno Cardoso Lopes2010-06-05
* XFAIL a new tblgen test for memory leak checking.Jeffrey Yasskin2010-03-27
* Fix evil TableGen bug in template parameters with defaults.Jakob Stoklund Olesen2010-03-25
* Add support for XFAILing valgrind runs with memory leak checking independentlyJeffrey Yasskin2010-03-20
* Add an !eq() operator to TableGen. It operates on strings only.David Greene2010-01-05
* Fix a bug in !subst where TableGen would go and resubstitute text it hadDavid Greene2009-12-21
* Fix pr5470. Tablegen handles template arguments by temporarily setting theirBob Wilson2009-11-22
* Add some tests of advanced TableGen list functionality.David Greene2009-06-29
* Remove empty test (my DejaGNU doesn't like this)Daniel Dunbar2009-06-09
* Remove empty file.Bill Wendling2009-06-09
* Revert 73074 and 73099 because Windows doesn't have POSIXDavid Greene2009-06-09
* Add a !patsubst operator. Use on string types.David Greene2009-06-08
* Add a more robust !if test.David Greene2009-06-08
* Fix DejaGNU run line to escape special characters.David Greene2009-06-08
* Make IntInits and ListInits typed. This helps deduce types of !if andDavid Greene2009-06-08
* Add a !regmatch operator to do pattern matching in TableGen.David Greene2009-06-08
* Implement !if, analogous to $(if) in GNU make.David Greene2009-05-14
* Fix tests to not upset DejaGNU.David Greene2009-05-14
* Graduate LLVM to the big leagues by embedding a LISP processor into TableGen.David Greene2009-05-14
* Implement a !foreach operator analogous to GNU make's $(foreach).David Greene2009-05-14
* Implement a !subst operation simmilar to $(subst) in GNU make to doDavid Greene2009-05-14
* Implement !cast.David Greene2009-05-14
* Use .td for tablegen files, not .ll.Dan Gohman2009-05-08
* Allow multiclass def names to contain "#NAME"" where TableGen replacesDavid Greene2009-05-05
* Fix multiclass inheritance to limit value resolution to new defs addedDavid Greene2009-04-24
* Make BinOps typed and require a type specifier for !nameconcat. ThisDavid Greene2009-04-23
* Allow defm to inherit from multiple multiclasses.David Greene2009-04-22
* Implement !nameconcat to concatenate strings and look up the resultingDavid Greene2009-04-22
* Implement multiclass inheritance.David Greene2009-04-22