| Commit message (Expand) | Author | Age | Files | Lines |
* | Add some tests of advanced TableGen list functionality. | David Greene | 2009-06-29 | 2 | -0/+19 |
* | Remove empty test (my DejaGNU doesn't like this) | Daniel Dunbar | 2009-06-09 | 1 | -0/+0 |
* | Remove empty file. | Bill Wendling | 2009-06-09 | 1 | -0/+0 |
* | Revert 73074 and 73099 because Windows doesn't have POSIX | David Greene | 2009-06-09 | 2 | -26/+0 |
* | Add a !patsubst operator. Use on string types. | David Greene | 2009-06-08 | 1 | -0/+15 |
* | Add a more robust !if test. | David Greene | 2009-06-08 | 1 | -2/+2 |
* | Fix DejaGNU run line to escape special characters. | David Greene | 2009-06-08 | 1 | -2/+2 |
* | Make IntInits and ListInits typed. This helps deduce types of !if and | David Greene | 2009-06-08 | 1 | -0/+87 |
* | Add a !regmatch operator to do pattern matching in TableGen. | David Greene | 2009-06-08 | 1 | -0/+11 |
* | Implement !if, analogous to $(if) in GNU make. | David Greene | 2009-05-14 | 1 | -0/+20 |
* | Fix tests to not upset DejaGNU. | David Greene | 2009-05-14 | 2 | -3/+3 |
* | Graduate LLVM to the big leagues by embedding a LISP processor into TableGen. | David Greene | 2009-05-14 | 1 | -0/+21 |
* | Implement a !foreach operator analogous to GNU make's $(foreach). | David Greene | 2009-05-14 | 2 | -0/+128 |
* | Implement a !subst operation simmilar to $(subst) in GNU make to do | David Greene | 2009-05-14 | 1 | -0/+29 |
* | Implement !cast. | David Greene | 2009-05-14 | 1 | -0/+90 |
* | Use .td for tablegen files, not .ll. | Dan Gohman | 2009-05-08 | 2 | -0/+0 |
* | Allow multiclass def names to contain "#NAME"" where TableGen replaces | David Greene | 2009-05-05 | 1 | -0/+12 |
* | Fix multiclass inheritance to limit value resolution to new defs added | David Greene | 2009-04-24 | 1 | -9/+41 |
* | Make BinOps typed and require a type specifier for !nameconcat. This | David Greene | 2009-04-23 | 1 | -3/+17 |
* | Allow defm to inherit from multiple multiclasses. | David Greene | 2009-04-22 | 1 | -0/+32 |
* | Implement !nameconcat to concatenate strings and look up the resulting | David Greene | 2009-04-22 | 1 | -0/+76 |
* | Implement multiclass inheritance. | David Greene | 2009-04-22 | 1 | -0/+32 |
* | add support for a few simple escape characters in tblgen strings. | Chris Lattner | 2009-03-13 | 1 | -0/+5 |
* | implement support for C-style string literal concatenation in td files. | Chris Lattner | 2009-03-11 | 1 | -0/+3 |
* | Fun x86 encoding tricks: when adding an immediate value of 128, | Dan Gohman | 2008-10-17 | 1 | -1/+1 |
* | For all RUN lines starting with "not", redirect stderr to /dev/null so tests | Matthijs Kooijman | 2008-06-10 | 2 | -2/+2 |
* | Rename MRegisterInfo to TargetRegisterInfo. | Dan Gohman | 2008-02-10 | 1 | -1/+1 |
* | Convert tests using "| wc -l | grep ..." to use the count script. | Dan Gohman | 2007-08-15 | 1 | -1/+1 |
* | Convert .cvsignore files | John Criswell | 2007-06-29 | 1 | -3/+0 |
* | For PR1319: | Reid Spencer | 2007-04-16 | 2 | -3/+3 |
* | For PR1319: Upgrade to new test harness | Reid Spencer | 2007-04-15 | 4 | -6/+5 |
* | Make the llvm-runtest function much more amenable by eliminating all the | Reid Spencer | 2007-04-11 | 1 | -1/+1 |
* | add test for mdef in a let | Chris Lattner | 2006-10-11 | 1 | -1/+8 |
* | new testcase | Chris Lattner | 2006-09-18 | 1 | -0/+5 |
* | Make this harder | Chris Lattner | 2006-09-01 | 1 | -0/+2 |
* | simple multiclass example | Chris Lattner | 2006-09-01 | 1 | -0/+17 |
* | Added the ability to xfail based on llvmgcc version | Tanya Lattner | 2006-04-12 | 1 | -1/+1 |
* | new testcase | Chris Lattner | 2006-03-31 | 1 | -0/+7 |
* | Dag operator should be able to be template params. | Chris Lattner | 2006-03-30 | 1 | -0/+15 |
* | Tired of wading through cvs's list ? files that are generated when building | Reid Spencer | 2006-03-23 | 1 | -0/+3 |
* | new testcase | Chris Lattner | 2006-01-31 | 1 | -0/+10 |
* | Add a test that you can forward ref a class. | Chris Lattner | 2005-09-30 | 1 | -0/+9 |
* | Check that we can refer to the same class we are defining. | Chris Lattner | 2005-09-30 | 1 | -0/+6 |
* | x and X should be structurally identical | Chris Lattner | 2005-09-08 | 1 | -0/+12 |
* | new testcase: tblgen should grok this. | Chris Lattner | 2005-09-06 | 1 | -0/+12 |
* | Tell tblgen exactly where to find the include file. | John Criswell | 2005-05-09 | 1 | -1/+1 |
* | New testcase for a changing values late and allowing them to propagate | Chris Lattner | 2005-04-19 | 1 | -0/+11 |
* | Make this significantly harder | Chris Lattner | 2005-04-19 | 1 | -0/+7 |
* | Add a real run line | Chris Lattner | 2005-04-19 | 1 | -1/+1 |
* | fix this testcase | Chris Lattner | 2005-04-19 | 1 | -0/+1 |