- 90b6e34 Test More Complicated Lists by David Greene · 13 years ago
- f6c8cbb Test VarListElementInit:: resolveListElementReference by David Greene · 13 years ago
- d326d3b Reverted r138652, valgrind doesn't understand obj:*/tblgen. by Andrew Trick · 13 years ago
- ae5ea6c valgrind: Always suppress tblgen leaks. by Andrew Trick · 13 years ago
- 06a531f We don't care if TableGen leaks memory. by Benjamin Kramer · 13 years ago
- 1de9982 Teach TableGen to evaluate DAG expressions as set operations. by Jakob Stoklund Olesen · 13 years ago
- 7a2bdde Fix a ton of comment typos found by codespell. Patch by by Chris Lattner · 14 years ago
- 1434f66 by David Greene · 14 years ago
- 548f5a0 Add support for using the `!if' operator when initializing variables: by Bill Wendling · 14 years ago
- 46f5552 Generalize tblgen's dag parsing logic to handle arbitrary expressions by Chris Lattner · 14 years ago
- d752593 rename add some comments. by Chris Lattner · 14 years ago
- 4822509 filecheckize by Chris Lattner · 14 years ago
- c7252ce remove the !nameconcat tblgen feature. It "shorthand" and only used in 4 places by Chris Lattner · 14 years ago
- df72eae enhance tblgen to support anonymous defm's, use this to by Chris Lattner · 14 years ago
- 874f021 tests: XFAIL a handful of tests on the vg_leak builder, so we can get back to by Daniel Dunbar · 14 years ago
- 9703843 by David Greene · 14 years ago
- 744b3a5 Remove TargetInstrInfo::copyRegToReg entirely. by Jakob Stoklund Olesen · 14 years ago
- 81cd7ff Fix a tblgen bug. by Bruno Cardoso Lopes · 14 years ago
- e5104ac Fix a subtle multiclass bug: when using class inheritance on by Bruno Cardoso Lopes · 14 years ago
- 6e0a99a Teach tablegen how to inherit from classes in 'defm' definitions. by Bruno Cardoso Lopes · 14 years ago
- eba8f18 For a tablegen expression such as !if(a,b,c), let 'a' by Bruno Cardoso Lopes · 14 years ago
- e87de41 let the '!eq' expression support 'int' and 'bit' types by Bruno Cardoso Lopes · 14 years ago
- ee65db3 Teach tablegen to allow "let" expressions inside multiclasses, by Bruno Cardoso Lopes · 14 years ago
- 270562b Teach tablegen to support 'defm' inside multiclasses. by Bruno Cardoso Lopes · 14 years ago
- b3a1f92 XFAIL a new tblgen test for memory leak checking. by Jeffrey Yasskin · 15 years ago
- d1baa25 Fix evil TableGen bug in template parameters with defaults. by Jakob Stoklund Olesen · 15 years ago
- 32989de Add support for XFAILing valgrind runs with memory leak checking independently by Jeffrey Yasskin · 15 years ago
- 6786d5e by David Greene · 15 years ago
- f660802 by David Greene · 15 years ago
- 2214dc0 Fix pr5470. Tablegen handles template arguments by temporarily setting their by Bob Wilson · 15 years ago
- cf048d4 by David Greene · 15 years ago
- 7ba520b Remove empty test (my DejaGNU doesn't like this) by Daniel Dunbar · 15 years ago
- 68a9cb1 Remove empty file. by Bill Wendling · 15 years ago
- ffc0ab6 by David Greene · 15 years ago
- 0d97399 by David Greene · 15 years ago
- 5f32341 by David Greene · 15 years ago
- d725189 by David Greene · 15 years ago
- e1b4691 by David Greene · 15 years ago
- 938c8ab by David Greene · 15 years ago
- 9bea7c8 by David Greene · 16 years ago
- 7a57214 by David Greene · 16 years ago
- 5f9f9ba by David Greene · 16 years ago
- beb31a5 by David Greene · 16 years ago
- 4afc509 by David Greene · 16 years ago
- e6c27de by David Greene · 16 years ago
- 099672b Use .td for tablegen files, not .ll. by Dan Gohman · 16 years ago
- 065f259 by David Greene · 16 years ago
- d34a73b by David Greene · 16 years ago
- e8cf21e by David Greene · 16 years ago
- 5654613 by David Greene · 16 years ago
- c7cafcd by David Greene · 16 years ago
- de444af Implement multiclass inheritance. by David Greene · 16 years ago
- ea9f4df add support for a few simple escape characters in tblgen strings. by Chris Lattner · 16 years ago
- d7a50cf implement support for C-style string literal concatenation in td files. by Chris Lattner · 16 years ago
- 63f9720 Fun x86 encoding tricks: when adding an immediate value of 128, by Dan Gohman · 16 years ago
- 1cd8f11 For all RUN lines starting with "not", redirect stderr to /dev/null so tests by Matthijs Kooijman · 16 years ago
- 6f0d024 Rename MRegisterInfo to TargetRegisterInfo. by Dan Gohman · 17 years ago
- 28beeea Convert tests using "| wc -l | grep ..." to use the count script. by Dan Gohman · 17 years ago
- e644ef7 Convert .cvsignore files by John Criswell · 17 years ago
- 43b4003 For PR1319: Fix syntax of tests to ensure grep pattern is properly quoted. by Reid Spencer · 18 years ago
- a9338b6 For PR1319: Upgrade to new test harness by Reid Spencer · 18 years ago
- 0f5aed5 Make the llvm-runtest function much more amenable by eliminating all the by Reid Spencer · 18 years ago
- f187bab add test for mdef in a let by Chris Lattner · 18 years ago
- 0298250 new testcase by Chris Lattner · 18 years ago
- 9595159 Make this harder by Chris Lattner · 18 years ago
- ef4e0c2 simple multiclass example by Chris Lattner · 18 years ago
- 9727555 Added the ability to xfail based on llvmgcc version by Tanya Lattner · 19 years ago
- fd2ae97 new testcase by Chris Lattner · 19 years ago
- 824b46f Dag operator should be able to be template params. by Chris Lattner · 19 years ago
- 2676f83 Tired of wading through cvs's list ? files that are generated when building by Reid Spencer · 19 years ago
- 5def058 new testcase by Chris Lattner · 19 years ago
- 46dab2c Add a test that you can forward ref a class. by Chris Lattner · 19 years ago
- 57a7db6 Check that we can refer to the same class we are defining. by Chris Lattner · 19 years ago
- d0d1d39 x and X should be structurally identical by Chris Lattner · 19 years ago
- 5838b21 new testcase: tblgen should grok this. by Chris Lattner · 19 years ago
- f13c334 Tell tblgen exactly where to find the include file. by John Criswell · 20 years ago
- 6b43c82 New testcase for a changing values late and allowing them to propagate by Chris Lattner · 20 years ago
- 93fc714 Make this significantly harder by Chris Lattner · 20 years ago
- c6f4fab Add a real run line by Chris Lattner · 20 years ago
- 913418a fix this testcase by Chris Lattner · 20 years ago
- ac91960 new testcase by Chris Lattner · 20 years ago
- 8287bbb add a run line by Chris Lattner · 20 years ago
- 2347f28 Tell dj to run the tests in this directory by Chris Lattner · 20 years ago
- c8c1f12 Adding srcdir arg by Tanya Lattner · 20 years ago
- 28b372f Adding subdirectory dg.exp files in order to be able to use dejagnu to only run specific tests (located in some subdirectory of Regression) by Tanya Lattner · 20 years ago
- 3aa965f New testcase for list slicing by Chris Lattner · 20 years ago
- 002f29b Codify my thoughts on where we want to end up with the target-independent by Chris Lattner · 20 years ago
- eb7d6d0 fix a bug in the testcase by Chris Lattner · 21 years ago
- 7b6ee7d new testcase for a tblgen bug that alkis ran into by Chris Lattner · 21 years ago
- 4737419 Removing Makefiles. Regression tests are now run by QMTest. by John Criswell · 21 years ago
- a4a53a5 New testcase by Chris Lattner · 21 years ago
- 7c1af88 New testcase by Chris Lattner · 21 years ago
- 83a913d New testcase by Chris Lattner · 21 years ago
- a6aff65 New testcase by Chris Lattner · 21 years ago
- 49136e1 New testcase by Chris Lattner · 21 years ago
- dfe9a70 Add test of file inclusion capability for bugpoint by Chris Lattner · 21 years ago
- 35c7444 Initial tests for tblgen by Chris Lattner · 21 years ago