aboutsummaryrefslogtreecommitdiff
path: root/test/TableGen
AgeCommit message (Expand)Author
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
2009-05-14Fix tests to not upset DejaGNU.David Greene
2009-05-14Graduate LLVM to the big leagues by embedding a LISP processor into TableGen.David Greene
2009-05-14Implement a !foreach operator analogous to GNU make's $(foreach).David Greene
2009-05-14Implement a !subst operation simmilar to $(subst) in GNU make to doDavid Greene
2009-05-14Implement !cast.David Greene
2009-05-08Use .td for tablegen files, not .ll.Dan Gohman
2009-05-05Allow multiclass def names to contain "#NAME"" where TableGen replacesDavid Greene
2009-04-24Fix multiclass inheritance to limit value resolution to new defs addedDavid Greene
2009-04-23Make BinOps typed and require a type specifier for !nameconcat. ThisDavid Greene
2009-04-22Allow defm to inherit from multiple multiclasses.David Greene
2009-04-22Implement !nameconcat to concatenate strings and look up the resultingDavid Greene
2009-04-22Implement multiclass inheritance.David Greene
2009-03-13add support for a few simple escape characters in tblgen strings.Chris Lattner
2009-03-11implement support for C-style string literal concatenation in td files.Chris Lattner
2008-10-17Fun x86 encoding tricks: when adding an immediate value of 128,Dan Gohman
2008-06-10For all RUN lines starting with "not", redirect stderr to /dev/null so testsMatthijs Kooijman
2008-02-10Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman
2007-08-15Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman
2007-06-29Convert .cvsignore filesJohn Criswell
2007-04-16For PR1319:Reid Spencer
2007-04-15For PR1319: Upgrade to new test harnessReid Spencer
2007-04-11Make the llvm-runtest function much more amenable by eliminating all theReid Spencer
2006-10-11add test for mdef in a letChris Lattner
2006-09-18new testcaseChris Lattner
2006-09-01Make this harderChris Lattner
2006-09-01simple multiclass exampleChris Lattner
2006-04-12Added the ability to xfail based on llvmgcc versionTanya Lattner
2006-03-31new testcaseChris Lattner
2006-03-30Dag operator should be able to be template params.Chris Lattner
2006-03-23Tired of wading through cvs's list ? files that are generated when buildingReid Spencer
2006-01-31new testcaseChris Lattner
2005-09-30Add a test that you can forward ref a class.Chris Lattner
2005-09-30Check that we can refer to the same class we are defining.Chris Lattner
2005-09-08x and X should be structurally identicalChris Lattner
2005-09-06new testcase: tblgen should grok this.Chris Lattner
2005-05-09Tell tblgen exactly where to find the include file.John Criswell
2005-04-19New testcase for a changing values late and allowing them to propagateChris Lattner
2005-04-19Make this significantly harderChris Lattner
2005-04-19Add a real run lineChris Lattner