aboutsummaryrefslogtreecommitdiffstats
path: root/test/TableGen
Commit message (Expand)AuthorAgeFilesLines
...
* Fix tests to not upset DejaGNU.David Greene2009-05-142-3/+3
* Graduate LLVM to the big leagues by embedding a LISP processor into TableGen.David Greene2009-05-141-0/+21
* Implement a !foreach operator analogous to GNU make's $(foreach).David Greene2009-05-142-0/+128
* Implement a !subst operation simmilar to $(subst) in GNU make to doDavid Greene2009-05-141-0/+29
* Implement !cast.David Greene2009-05-141-0/+90
* Use .td for tablegen files, not .ll.Dan Gohman2009-05-082-0/+0
* Allow multiclass def names to contain "#NAME"" where TableGen replacesDavid Greene2009-05-051-0/+12
* Fix multiclass inheritance to limit value resolution to new defs addedDavid Greene2009-04-241-9/+41
* Make BinOps typed and require a type specifier for !nameconcat. ThisDavid Greene2009-04-231-3/+17
* Allow defm to inherit from multiple multiclasses.David Greene2009-04-221-0/+32
* Implement !nameconcat to concatenate strings and look up the resultingDavid Greene2009-04-221-0/+76
* Implement multiclass inheritance.David Greene2009-04-221-0/+32
* add support for a few simple escape characters in tblgen strings.Chris Lattner2009-03-131-0/+5
* implement support for C-style string literal concatenation in td files.Chris Lattner2009-03-111-0/+3
* Fun x86 encoding tricks: when adding an immediate value of 128,Dan Gohman2008-10-171-1/+1
* For all RUN lines starting with "not", redirect stderr to /dev/null so testsMatthijs Kooijman2008-06-102-2/+2
* Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman2008-02-101-1/+1
* Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman2007-08-151-1/+1
* Convert .cvsignore filesJohn Criswell2007-06-291-3/+0
* For PR1319:Reid Spencer2007-04-162-3/+3
* For PR1319: Upgrade to new test harnessReid Spencer2007-04-154-6/+5
* Make the llvm-runtest function much more amenable by eliminating all theReid Spencer2007-04-111-1/+1
* add test for mdef in a letChris Lattner2006-10-111-1/+8
* new testcaseChris Lattner2006-09-181-0/+5
* Make this harderChris Lattner2006-09-011-0/+2
* simple multiclass exampleChris Lattner2006-09-011-0/+17
* Added the ability to xfail based on llvmgcc versionTanya Lattner2006-04-121-1/+1
* new testcaseChris Lattner2006-03-311-0/+7
* Dag operator should be able to be template params.Chris Lattner2006-03-301-0/+15
* Tired of wading through cvs's list ? files that are generated when buildingReid Spencer2006-03-231-0/+3
* new testcaseChris Lattner2006-01-311-0/+10
* Add a test that you can forward ref a class.Chris Lattner2005-09-301-0/+9
* Check that we can refer to the same class we are defining.Chris Lattner2005-09-301-0/+6
* x and X should be structurally identicalChris Lattner2005-09-081-0/+12
* new testcase: tblgen should grok this.Chris Lattner2005-09-061-0/+12
* Tell tblgen exactly where to find the include file.John Criswell2005-05-091-1/+1
* New testcase for a changing values late and allowing them to propagateChris Lattner2005-04-191-0/+11
* Make this significantly harderChris Lattner2005-04-191-0/+7
* Add a real run lineChris Lattner2005-04-191-1/+1
* fix this testcaseChris Lattner2005-04-191-0/+1
* new testcaseChris Lattner2005-04-191-0/+9
* add a run lineChris Lattner2005-04-191-1/+1
* Tell dj to run the tests in this directoryChris Lattner2005-04-191-1/+1
* Adding srcdir argTanya Lattner2004-11-191-1/+1
* Adding subdirectory dg.exp files in order to be able to use dejagnu to only r...Tanya Lattner2004-11-131-0/+3
* New testcase for list slicingChris Lattner2004-07-271-0/+18
* Codify my thoughts on where we want to end up with the target-independentChris Lattner2004-07-251-0/+148
* fix a bug in the testcaseChris Lattner2004-02-281-1/+1
* new testcase for a tblgen bug that alkis ran intoChris Lattner2004-02-281-0/+20
* Removing Makefiles. Regression tests are now run by QMTest.John Criswell2003-09-151-10/+0