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