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