summaryrefslogtreecommitdiff
path: root/test/TableGen
Commit message (Expand)AuthorAge
* 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
* add support for a few simple escape characters in tblgen strings.Chris Lattner2009-03-13
* implement support for C-style string literal concatenation in td files.Chris Lattner2009-03-11
* Fun x86 encoding tricks: when adding an immediate value of 128,Dan Gohman2008-10-17
* For all RUN lines starting with "not", redirect stderr to /dev/null so testsMatthijs Kooijman2008-06-10
* Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman2008-02-10
* Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman2007-08-15
* Convert .cvsignore filesJohn Criswell2007-06-29
* For PR1319:Reid Spencer2007-04-16
* For PR1319: Upgrade to new test harnessReid Spencer2007-04-15
* Make the llvm-runtest function much more amenable by eliminating all theReid Spencer2007-04-11
* add test for mdef in a letChris Lattner2006-10-11
* new testcaseChris Lattner2006-09-18
* Make this harderChris Lattner2006-09-01
* simple multiclass exampleChris Lattner2006-09-01
* Added the ability to xfail based on llvmgcc versionTanya Lattner2006-04-12
* new testcaseChris Lattner2006-03-31
* Dag operator should be able to be template params.Chris Lattner2006-03-30
* Tired of wading through cvs's list ? files that are generated when buildingReid Spencer2006-03-23
* new testcaseChris Lattner2006-01-31
* Add a test that you can forward ref a class.Chris Lattner2005-09-30
* Check that we can refer to the same class we are defining.Chris Lattner2005-09-30
* x and X should be structurally identicalChris Lattner2005-09-08
* new testcase: tblgen should grok this.Chris Lattner2005-09-06
* Tell tblgen exactly where to find the include file.John Criswell2005-05-09
* New testcase for a changing values late and allowing them to propagateChris Lattner2005-04-19