1. e3394d4 When a constant's type is refined, update the constant in place by Dan Gohman · 15 years ago
  2. 5efe566 Use llvm-link -S instead of using llvm-dis. by Dan Gohman · 15 years ago
  3. a3f8982 Rename %S metavar to %M (clang uses %S for the basename of the test file). by Daniel Dunbar · 15 years ago
  4. faf8fa5 There is not any need to copy metadata while merging modules. by Devang Patel · 15 years ago
  5. fea1dd0 Remove obsolete -f flags. by Dan Gohman · 15 years ago
  6. ab67e70 Link NamedMDNodes. by Devang Patel · 15 years ago
  7. ae709ea Link metadata. by Devang Patel · 15 years ago
  8. df98617 Reimplement the old and horrible bison parser for .ll files with a nice by Chris Lattner · 16 years ago
  9. 747b78d Add global variable to test for consistency by Anton Korobeynikov · 16 years ago
  10. 99131d0 This is not failing anymore by Anton Korobeynikov · 16 years ago
  11. 6157e38 Reimplement LinkFunctionProtos in terms of GetLinkageResult. This fixes by Chris Lattner · 16 years ago
  12. d1ec48c implement linking of globals to functions, in one direction by Chris Lattner · 16 years ago
  13. 7ab23c4 Testcase for PR2463 by Anton Korobeynikov · 16 years ago
  14. e56ac81 Testcase for PR2146 by Anton Korobeynikov · 16 years ago
  15. accdef2 Use the c modifier to tell llvm-ar not to issue a by Duncan Sands · 16 years ago
  16. a534b0f when linking globals, make sure to preserve the address space of the global. by Chris Lattner · 16 years ago
  17. ec91ccb Fix an error handling redefinition of linkonce functions where the by Chris Lattner · 16 years ago
  18. 933b506 Fix some tests. by Evan Cheng · 16 years ago
  19. 888fa33 Fix some escaping and quoting in RUN lines, mainly involving { and <. In two by Matthijs Kooijman · 16 years ago
  20. 5edf210 Eliminate questionable syntax for stdin redirection. This probably also speeds things up a bit. by Gabor Greif · 16 years ago
  21. f6cadc4 sabre brings to my attention that the 'tr' suffix is also obsolete by Gabor Greif · 16 years ago
  22. 722243b Rename the last test with .llx extension to .ll, resolve duplicate test by renaming to isnan2. Now that no test has llx ending there is no need to search for them from dg.exp too. by Gabor Greif · 16 years ago
  23. fddaa31 Update old-style syntax in some "not grep" tests. by Dan Gohman · 16 years ago
  24. 8b9998e This passes now by Anton Korobeynikov · 16 years ago
  25. ceca194 Remove llvm-upgrade and update tests. by Tanya Lattner · 16 years ago
  26. e2dc21a Temporary XFAIL the test, until I'll commit a fix by Anton Korobeynikov · 16 years ago
  27. 76806b6 Remove llvm-upgrade and update tests. by Tanya Lattner · 16 years ago
  28. ebb8d7b much simpler test case by Andrew Lenharth · 16 years ago
  29. b009d22 add dropped section test case for PR2123 by Andrew Lenharth · 16 years ago
  30. 6af4a75 Fix test not to emit junk into source directory by Anton Korobeynikov · 16 years ago
  31. 038557d Testcase for PR2054 by Anton Korobeynikov · 16 years ago
  32. 83935ac Use not instead of ignore when an exit status is expected to always be non-zero. by Dan Gohman · 17 years ago
  33. 3c1b401 Add a test to ensure that obvious link messages are actually produced on by Reid Spencer · 17 years ago
  34. e644ef7 Convert .cvsignore files by John Criswell · 17 years ago
  35. e829e92 Add a test case for PR1434 by Reid Spencer · 17 years ago
  36. eb1d74e For PR1319: by Reid Spencer · 17 years ago
  37. edca80b For PR1319: Upgrade to new test harness by Reid Spencer · 17 years ago
  38. 0f5aed5 Make the llvm-runtest function much more amenable by eliminating all the by Reid Spencer · 17 years ago
  39. ef9b9a7 For PR411: by Reid Spencer · 18 years ago
  40. 9085043 For PR411: by Reid Spencer · 18 years ago
  41. 4a29c48 Use -f option so test is repeatable. by Reid Spencer · 18 years ago
  42. eb2073b Add a test case for PR411. by Reid Spencer · 18 years ago
  43. 0fb79b9 Make this really do nothing. by Reid Spencer · 18 years ago
  44. e3ff5ad For PR761: by Reid Spencer · 18 years ago
  45. e5fe98c Global variables are not renamed by llvm-upgrade any more. by Reid Spencer · 18 years ago
  46. f6dc65f Update test cases that grepped for register names that have now changed by Reid Spencer · 18 years ago
  47. 7e6b4f7 For PR1070: by Reid Spencer · 18 years ago
  48. eacb702 For PR950: by Reid Spencer · 18 years ago
  49. 73e7082 Update tests that need to be run through llvm-upgrade. This is necessary by Reid Spencer · 18 years ago
  50. db16727 Make sure linker output is overwritten so this test can pass multiple times. by Reid Spencer · 18 years ago
  51. f231590 For PR950: Upgrade this test in preparation for the SETCC patch. by Reid Spencer · 18 years ago
  52. c8782ad extern_weak link test by Andrew Lenharth · 18 years ago
  53. ae8e54a These files need llvm-upgrade. by Reid Spencer · 18 years ago
  54. e5d4efa Promote GEP ubyte indices to uint. Backwards compatibility for 1.2 and by Reid Spencer · 18 years ago
  55. 76591ca New testcase, the linker is not merging alignments right. by Chris Lattner · 18 years ago
  56. 9727555 Added the ability to xfail based on llvmgcc version by Tanya Lattner · 18 years ago
  57. 2676f83 Tired of wading through cvs's list ? files that are generated when building by Reid Spencer · 18 years ago
  58. f20bf3e Add a test case for PR697, ensuring the linker works with ConstantPacked. by Reid Spencer · 19 years ago
  59. 89644753 new testcase for PR662 by Chris Lattner · 19 years ago
  60. 5b7dcaa New test, adjust other test. by Chris Lattner · 19 years ago
  61. 23cf180 Reinstate this test, it is correct after all. by Chris Lattner · 19 years ago
  62. 81efd8c Actually, this testcase is invalid, the bug is in the C++ FE. by Chris Lattner · 19 years ago
  63. 94ca3fe New testcase that manyoso found compiling QT 4.0. by Chris Lattner · 19 years ago
  64. bbdfaf8 Check in an old test that never made it into CVS by Chris Lattner · 20 years ago
  65. f0db7a9 Do not multiply define symbol by Chris Lattner · 20 years ago
  66. c8c1f12 Adding srcdir arg by Tanya Lattner · 20 years ago
  67. 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
  68. 5e4f299 Another testcase for constness linkage by Chris Lattner · 20 years ago
  69. b2bf713 Testcase to ensure that the 'constant' flag follows the definition when there by Chris Lattner · 20 years ago
  70. 413c76f Correct test. use "not grep" instead of "grep -v" by Chris Lattner · 20 years ago
  71. 3a386d4 Regression test for PR#330. by John Criswell · 20 years ago
  72. bf6fd9d New testcase for PR245 by Chris Lattner · 20 years ago
  73. 2cbb754 New testcase for PR 130 by Chris Lattner · 21 years ago
  74. 27684c8 Fix initializers to match by Chris Lattner · 21 years ago
  75. 3168770 New testcase by Chris Lattner · 21 years ago
  76. 3d6a08d New testcase. The linker should not consider it an error if two types by Chris Lattner · 21 years ago
  77. 26c7d8b Updated these tests so that they use the new temporary directory as opposed by John Criswell · 21 years ago
  78. 4737419 Removing Makefiles. Regression tests are now run by QMTest. by John Criswell · 21 years ago
  79. b6cb66f Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'. by Misha Brukman · 21 years ago
  80. e3e7c47 Checkin of autoconf-style object root. by John Criswell · 21 years ago
  81. 205f9fc Yet ANOTHER complication that the libstdc++ library runs into linking... by Chris Lattner · 21 years ago
  82. 38e3fd3 Ok, the last bug fix was not good enough to fix libstdc++. Maybe this one will be by Chris Lattner · 21 years ago
  83. 0c49b89 New testcase which is preventing the linking of libstdc++ by Chris Lattner · 21 years ago
  84. 4dee6d7 Fix spelling error in comment. by Brian Gaeke · 21 years ago
  85. f687ada New testcase by Chris Lattner · 21 years ago
  86. 8d8523b New testcase, which causes the linker to segv. by Chris Lattner · 21 years ago
  87. 6f2ff7e Test functions as well as globals by Chris Lattner · 21 years ago
  88. 2fa6c35 New testcase, which is basically the problem with 176.gcc by Chris Lattner · 21 years ago
  89. a925b47 new testcase by Chris Lattner · 21 years ago
  90. 060c1f8 Remove usage of grep-not script by Chris Lattner · 21 years ago
  91. 50e8682 Remove explicit control flow through the use of the 'not' script by Chris Lattner · 21 years ago
  92. 1bafd29 Second testcase identified by Joel by Chris Lattner · 21 years ago
  93. 5e18035 New testcase identified by Joel by Chris Lattner · 21 years ago
  94. 8a143e8 New testcase for behavior we depend on. by Chris Lattner · 21 years ago
  95. f583839 New linker problem from twolf benchmark by Chris Lattner · 21 years ago
  96. c49b27a Add uses of the appending variable by Chris Lattner · 21 years ago
  97. d450a0a Add new testcase for appending linkage by Chris Lattner · 21 years ago
  98. c43a4a4 New test for appending linkage by Chris Lattner · 21 years ago
  99. ac0ec63 New testcase distilled from a problem identified by sumant by Chris Lattner · 21 years ago
  100. 961b058 New testcase by Chris Lattner · 21 years ago