1. 348e5e7 Add back removed code. It still causes LLVM to miscompile. But not having it breaks other things. by Bill Wendling · 13 years ago
  2. fddefcc XFAIL test until <rdar://problem/10913281> is fixed. by Bill Wendling · 13 years ago
  3. 0f0c411 Replace all instances of dg.exp file with lit.local.cfg, since all tests are run with LIT now and now Dejagnu. dg.exp is no longer needed. by Eli Bendersky · 13 years ago
  4. 46b8b27 Remove extraneous tests. by Bill Wendling · 13 years ago
  5. 39c4cd3 Add a test for the Objective-C garbage collection metadata stuff. by Bill Wendling · 13 years ago
  6. c54066a Change error tests to coincide with message changes. by Bill Wendling · 13 years ago
  7. d34cb1e [WIP] Initial code for module flags. by Bill Wendling · 13 years ago
  8. 3ed8815 Link symbols with different visibilities according to the rules in the by Rafael Espindola · 13 years ago
  9. ea93373 Now that PR11464 is fixed, reapply the patch to fix PR11464, by Chris Lattner · 13 years ago
  10. 6891050 fix PR11464 by preventing the linker from mapping two different struct types from the source module onto the same opaque destination type. An opaque type can only be resolved to one thing or another after all. by Chris Lattner · 13 years ago
  11. 2e61194 Revert 146728 as it's causing failures on some of the external bots as well as by Chad Rosier · 13 years ago
  12. 9646acf By popular demand, link up types by name if they are isomorphic and one is an by Chris Lattner · 13 years ago
  13. d2bf432 Upgrade syntax of tests using volatile instructions to use 'load volatile' instead of 'volatile load', which is archaic. by Chris Lattner · 13 years ago
  14. e688f88 Let this test pass even if 'int' is somewhere in its directory path. by Nico Weber · 13 years ago
  15. 6ca06cd Use %% for literals in RUN lines. by Andrew Trick · 13 years ago
  16. 3c0e5dc Testcase for PR10663. by Duncan Sands · 13 years ago
  17. 727df2c Add another test. by Devang Patel · 13 years ago
  18. 3f52c51 Add test to check type uniquing. by Devang Patel · 13 years ago
  19. 1f35b17 We need to map DebugLoc. It leads to Fuction * (through subprogram entry node) which should be appropriately mapped. by Devang Patel · 13 years ago
  20. 211da8f Linke NamedMDNodes after linking global values as comment suggests. by Devang Patel · 13 years ago
  21. 7305c55 fix rdar://9776316 - type remapping needed for inline asm blobs, by Chris Lattner · 13 years ago
  22. 1afcace Land the long talked about "type system rewrite" patch. This by Chris Lattner · 13 years ago
  23. 5fe319b remove a test that doesn't make sense in the new world. by Chris Lattner · 13 years ago
  24. 898402d Quote two greps which contain parentheses. by Chandler Carruth · 13 years ago
  25. 4e93885 Correctly merge available_externally and regular definitions when they have by Rafael Espindola · 14 years ago
  26. 51e62f0 fix PR9015, a crash linking recursive metadata. by Chris Lattner · 14 years ago
  27. ddbb3bc Make everyone happy this time. by Michael J. Spencer · 14 years ago
  28. 6990433 Try and fix this test. For some reason llvm-ar thinks that the file exists when by Michael J. Spencer · 14 years ago
  29. c850965 Revert "Archive: Replace all internal uses of PathV1 with PathV2. The external API still uses PathV1." by Michael J. Spencer · 14 years ago
  30. 02efda4 one of michael's recent patches broke this, temporarily disable by Chris Lattner · 14 years ago
  31. ba7c38c Allow unnamed_addr on declarations. by Rafael Espindola · 14 years ago
  32. c2a94da Keep unnamed_addr when linking. by Rafael Espindola · 14 years ago
  33. 1978599 Fix PR8300 by remembering to keep the bitcast in all cases. by Rafael Espindola · 14 years ago
  34. 6cb8c23 Reapply r112091 and r111922, support for metadata linking, with a by Dan Gohman · 14 years ago
  35. fd406f1 Revert r112091, "Remap metadata attached to instructions when remapping by Daniel Dunbar · 14 years ago
  36. ce93426 Remap metadata attached to instructions when remapping individual by Dan Gohman · 14 years ago
  37. e3394d4 When a constant's type is refined, update the constant in place by Dan Gohman · 15 years ago
  38. 5efe566 Use llvm-link -S instead of using llvm-dis. by Dan Gohman · 15 years ago
  39. a3f8982 Rename %S metavar to %M (clang uses %S for the basename of the test file). by Daniel Dunbar · 15 years ago
  40. faf8fa5 There is not any need to copy metadata while merging modules. by Devang Patel · 15 years ago
  41. fea1dd0 Remove obsolete -f flags. by Dan Gohman · 15 years ago
  42. ab67e70 Link NamedMDNodes. by Devang Patel · 15 years ago
  43. ae709ea Link metadata. by Devang Patel · 15 years ago
  44. df98617 Reimplement the old and horrible bison parser for .ll files with a nice by Chris Lattner · 16 years ago
  45. 747b78d Add global variable to test for consistency by Anton Korobeynikov · 16 years ago
  46. 99131d0 This is not failing anymore by Anton Korobeynikov · 16 years ago
  47. 6157e38 Reimplement LinkFunctionProtos in terms of GetLinkageResult. This fixes by Chris Lattner · 16 years ago
  48. d1ec48c implement linking of globals to functions, in one direction by Chris Lattner · 16 years ago
  49. 7ab23c4 Testcase for PR2463 by Anton Korobeynikov · 16 years ago
  50. e56ac81 Testcase for PR2146 by Anton Korobeynikov · 16 years ago
  51. accdef2 Use the c modifier to tell llvm-ar not to issue a by Duncan Sands · 16 years ago
  52. a534b0f when linking globals, make sure to preserve the address space of the global. by Chris Lattner · 16 years ago
  53. ec91ccb Fix an error handling redefinition of linkonce functions where the by Chris Lattner · 16 years ago
  54. 933b506 Fix some tests. by Evan Cheng · 16 years ago
  55. 888fa33 Fix some escaping and quoting in RUN lines, mainly involving { and <. In two by Matthijs Kooijman · 16 years ago
  56. 5edf210 Eliminate questionable syntax for stdin redirection. This probably also speeds things up a bit. by Gabor Greif · 16 years ago
  57. f6cadc4 sabre brings to my attention that the 'tr' suffix is also obsolete by Gabor Greif · 16 years ago
  58. 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
  59. fddaa31 Update old-style syntax in some "not grep" tests. by Dan Gohman · 17 years ago
  60. 8b9998e This passes now by Anton Korobeynikov · 17 years ago
  61. ceca194 Remove llvm-upgrade and update tests. by Tanya Lattner · 17 years ago
  62. e2dc21a Temporary XFAIL the test, until I'll commit a fix by Anton Korobeynikov · 17 years ago
  63. 76806b6 Remove llvm-upgrade and update tests. by Tanya Lattner · 17 years ago
  64. ebb8d7b much simpler test case by Andrew Lenharth · 17 years ago
  65. b009d22 add dropped section test case for PR2123 by Andrew Lenharth · 17 years ago
  66. 6af4a75 Fix test not to emit junk into source directory by Anton Korobeynikov · 17 years ago
  67. 038557d Testcase for PR2054 by Anton Korobeynikov · 17 years ago
  68. 83935ac Use not instead of ignore when an exit status is expected to always be non-zero. by Dan Gohman · 17 years ago
  69. 3c1b401 Add a test to ensure that obvious link messages are actually produced on by Reid Spencer · 17 years ago
  70. e644ef7 Convert .cvsignore files by John Criswell · 17 years ago
  71. e829e92 Add a test case for PR1434 by Reid Spencer · 17 years ago
  72. eb1d74e For PR1319: by Reid Spencer · 18 years ago
  73. edca80b For PR1319: Upgrade to new test harness by Reid Spencer · 18 years ago
  74. 0f5aed5 Make the llvm-runtest function much more amenable by eliminating all the by Reid Spencer · 18 years ago
  75. ef9b9a7 For PR411: by Reid Spencer · 18 years ago
  76. 9085043 For PR411: by Reid Spencer · 18 years ago
  77. 4a29c48 Use -f option so test is repeatable. by Reid Spencer · 18 years ago
  78. eb2073b Add a test case for PR411. by Reid Spencer · 18 years ago
  79. 0fb79b9 Make this really do nothing. by Reid Spencer · 18 years ago
  80. e3ff5ad For PR761: by Reid Spencer · 18 years ago
  81. e5fe98c Global variables are not renamed by llvm-upgrade any more. by Reid Spencer · 18 years ago
  82. f6dc65f Update test cases that grepped for register names that have now changed by Reid Spencer · 18 years ago
  83. 7e6b4f7 For PR1070: by Reid Spencer · 18 years ago
  84. eacb702 For PR950: by Reid Spencer · 18 years ago
  85. 73e7082 Update tests that need to be run through llvm-upgrade. This is necessary by Reid Spencer · 18 years ago
  86. db16727 Make sure linker output is overwritten so this test can pass multiple times. by Reid Spencer · 18 years ago
  87. f231590 For PR950: Upgrade this test in preparation for the SETCC patch. by Reid Spencer · 18 years ago
  88. c8782ad extern_weak link test by Andrew Lenharth · 18 years ago
  89. ae8e54a These files need llvm-upgrade. by Reid Spencer · 18 years ago
  90. e5d4efa Promote GEP ubyte indices to uint. Backwards compatibility for 1.2 and by Reid Spencer · 18 years ago
  91. 76591ca New testcase, the linker is not merging alignments right. by Chris Lattner · 18 years ago
  92. 9727555 Added the ability to xfail based on llvmgcc version by Tanya Lattner · 19 years ago
  93. 2676f83 Tired of wading through cvs's list ? files that are generated when building by Reid Spencer · 19 years ago
  94. f20bf3e Add a test case for PR697, ensuring the linker works with ConstantPacked. by Reid Spencer · 19 years ago
  95. 89644753 new testcase for PR662 by Chris Lattner · 19 years ago
  96. 5b7dcaa New test, adjust other test. by Chris Lattner · 20 years ago
  97. 23cf180 Reinstate this test, it is correct after all. by Chris Lattner · 20 years ago
  98. 81efd8c Actually, this testcase is invalid, the bug is in the C++ FE. by Chris Lattner · 20 years ago
  99. 94ca3fe New testcase that manyoso found compiling QT 4.0. by Chris Lattner · 20 years ago
  100. bbdfaf8 Check in an old test that never made it into CVS by Chris Lattner · 20 years ago