1. 32811be Change the `linker_private_weak_def_auto' linkage to `linkonce_odr_auto_hide' to by Bill Wendling · 12 years ago
  2. 49589f0 Convert the uses of '|&' to use '2>&1 |' instead, which works on old by Chandler Carruth · 12 years ago
  3. 4177e6f Convert all tests using TCL-style quoting to use shell-style quoting. by Chandler Carruth · 12 years ago
  4. 8620890 rdar://11542750 - llvm.trap should be marked no return. by Chris Lattner · 12 years ago
  5. a5adcc1 This file is no longer needed (DejaGNU-isms removed from code) by Eli Bendersky · 13 years ago
  6. 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
  7. ce16339 The powers that be have decided that LLVM IR should now support 16-bit by Dan Gohman · 13 years ago
  8. ddbc274 Manually upgrade the test suite to specify the flag to cttz and ctlz. by Chandler Carruth · 13 years ago
  9. 1608769 by Nadav Rotem · 13 years ago
  10. 3211c6e remove autoupgrade support for old forms of llvm.prefetch and the old by Chris Lattner · 13 years ago
  11. 76cf779 Update tests to the newest EH syntax. by Bill Wendling · 13 years ago
  12. c5fb9d8 Add feature test for the new exception handling stuff. by Bill Wendling · 13 years ago
  13. 10c6d12 Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338, by Bill Wendling · 13 years ago
  14. 772fe17 Merge the contents from exception-handling-rewrite to the mainline. by Bill Wendling · 13 years ago
  15. 1afcace Land the long talked about "type system rewrite" patch. This by Chris Lattner · 13 years ago
  16. 5445ecd more tests not making the jump into the brave new world. by Chris Lattner · 13 years ago
  17. a53616d Remove support for parsing the "type i32" syntax for defining a numbered by Chris Lattner · 13 years ago
  18. a16546a Stop accepting and ignoring attributes in function types. Attributes are applied by Chris Lattner · 13 years ago
  19. d589099 make the asmparser reject function and type redefinitions. 'Merging' hasn't been by Chris Lattner · 13 years ago
  20. 26b0000 manually upgrade a bunch of tests to modern syntax, and remove some that by Chris Lattner · 13 years ago
  21. 3a3465b Add a new function attribute, nonlazybind, which inhibits lazy-loading by John McCall · 13 years ago
  22. 5d7a5a4 Revert r129235 pending a vetting of the EH rewrite. by Bill Wendling · 14 years ago
  23. d7bb295 Beginning of the Great Exception Handling Rewrite. by Bill Wendling · 14 years ago
  24. 86c817e test: Check the feature 'loadable_module' with load modules in %llvmshlibdir. by NAKAMURA Takumi · 14 years ago
  25. 61c70e9 remove unions from LLVM IR. They are severely buggy and not by Chris Lattner · 14 years ago
  26. 309b3af Extend function-local metadata to be usable as attachments. by Dan Gohman · 14 years ago
  27. 55ae515 Create the new linker type "linker_private_weak_def_auto". by Bill Wendling · 14 years ago
  28. 872814a Disallow null as a named metadata operand. by Dan Gohman · 14 years ago
  29. 9dc8ae1 Add support for empty named metadata too. This isn't particularly by Dan Gohman · 14 years ago
  30. ac80975 Add support for empty metadata nodes: !{}. by Dan Gohman · 14 years ago
  31. 5e721d7 Implement the "linker_private_weak" linkage type. This will be used for by Bill Wendling · 14 years ago
  32. fd450c0 fix PR7105 by enumerating MDNodes on all @llvm.foo by Chris Lattner · 14 years ago
  33. d7ba0f2 add support for zero initialized unions, patch by Tim Northover! by Chris Lattner · 15 years ago
  34. ab7f107 Revert r98666 too; it's checkin-without-testing day! by Daniel Dunbar · 15 years ago
  35. 7df6ecf temporarily xfail by Chris Lattner · 15 years ago
  36. fdfeb69 Add support for a union type in LLVM IR. Patch by Talin! by Chris Lattner · 15 years ago
  37. 1e063d1 Add a new function attribute, 'alignstack'. It will indicate (when the backends by Charles Davis · 15 years ago
  38. afab1df fix bogus test by Chris Lattner · 15 years ago
  39. 0386f01 Use separate namespace for named metadata. by Devang Patel · 15 years ago
  40. 69d02e0 Allow null to be an element of NamedMDNode. e.g. !llvm.stuff = !{!0, !1, null} by Devang Patel · 15 years ago
  41. 50b136d add bitcode reader support for blockaddress. We can now fully by Chris Lattner · 15 years ago
  42. ab21db7 rename indbr -> indirectbr to appease the residents of #llvm. by Chris Lattner · 15 years ago
  43. f9be95f add enough support for indirect branch for the feature test to pass by Chris Lattner · 15 years ago
  44. 7a034b1 change of mind :) by Chris Lattner · 15 years ago
  45. 9357754 rename test. by Chris Lattner · 15 years ago
  46. 13435d9 eliminate md_on_instruction.ll, md_on_instruction2.ll is a superset of it. by Chris Lattner · 15 years ago
  47. cc27186 Add new "memory use marker" intrinsics. These indicate lifetimes and invariant by Nick Lewycky · 15 years ago
  48. 0475c91 Parse custom metadata attached with an instruction. by Devang Patel · 15 years ago
  49. e8e0213 Write and read metadata attachments. by Devang Patel · 15 years ago
  50. da795f8 A testcase! by Devang Patel · 15 years ago
  51. f2f6ce6 Change tests from "opt %s" to "opt < %s" so that opt doesn't see the by Dan Gohman · 15 years ago
  52. 4262b9b this test is using invalid "intrinsics". by Chris Lattner · 15 years ago
  53. 9c7a988 Use "opt < %s" instead of "opt %s" so that opt doesn't print the test by Dan Gohman · 15 years ago
  54. 3e054fe Use opt -S instead of piping bitcode output through llvm-dis. by Dan Gohman · 15 years ago
  55. b1e1e82 Change these tests to feed the assembly files to opt directly, instead by Dan Gohman · 15 years ago
  56. 1f33167 Temporary test files should use %t. by Daniel Dunbar · 15 years ago
  57. fea1dd0 Remove obsolete -f flags. by Dan Gohman · 15 years ago
  58. b3f7c61 Do not use abbrev while writing NamedMDNode name. by Devang Patel · 15 years ago
  59. aa99314 Read and write NamedMDNode. by Devang Patel · 15 years ago
  60. 104cf9e Derive MDNode from MetadataBase instead of Constant. Emit MDNodes into METADATA_BLOCK in bitcode file. by Devang Patel · 15 years ago
  61. 6dba766 Remove empty test. by Devang Patel · 15 years ago
  62. e54abc9 Introduce MetadataBase, a base class for MDString and MDNode. by Devang Patel · 15 years ago
  63. 2214c94 Drop "constant" from !0 = constant metadata !{...} by Devang Patel · 15 years ago
  64. 320671d Update SLotTracker to handle MDNode slots. Simplify MDNode printing. by Devang Patel · 15 years ago
  65. 1c7eea6 by Devang Patel · 15 years ago
  66. 8a15602 new test case by Devang Patel · 15 years ago
  67. 923078c Support stand alone metadata syntax. by Devang Patel · 15 years ago
  68. 0f05d22 Let's ignore MDStrings also! by Devang Patel · 15 years ago
  69. e4c0c0f by Devang Patel · 15 years ago
  70. 6de29f8 Support vector casts in more places, fixing a variety of assertion failures. by Dan Gohman · 15 years ago
  71. ae3a0be Split the Add, Sub, and Mul instruction opcodes into separate by Dan Gohman · 15 years ago
  72. 7a0370f Give embedded metadata its own type instead of relying on EmptyStructTy. by Nick Lewycky · 15 years ago
  73. cb33799 Make MDNode use CallbackVH. Also change MDNode to store Value* instead of by Nick Lewycky · 15 years ago
  74. 21cc446 Add support for embedded metadata to LLVM. This introduces two new types of by Nick Lewycky · 16 years ago
  75. ab6b226 Don't load values out of global constants with weak by Duncan Sands · 16 years ago
  76. df98617 Reimplement the old and horrible bison parser for .ll files with a nice by Chris Lattner · 16 years ago
  77. 7c3f161 add testcase for type parsing. by Chris Lattner · 16 years ago
  78. 02ff308 Extend the 'noalias' attribute to function return values. This is intended to by Nick Lewycky · 16 years ago
  79. bbcec68 Put CPPBackend tests into their own directory and run them only if they're by Bill Wendling · 16 years ago
  80. 888fa33 Fix some escaping and quoting in RUN lines, mainly involving { and <. In two by Matthijs Kooijman · 16 years ago
  81. 3bf19e4 Remove lingering references to .llx and .tr in the tests. by Dan Gohman · 16 years ago
  82. 5edf210 Eliminate questionable syntax for stdin redirection. This probably also speeds things up a bit. by Gabor Greif · 16 years ago
  83. f6cadc4 sabre brings to my attention that the 'tr' suffix is also obsolete by Gabor Greif · 16 years ago
  84. 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
  85. f380fbd Update test by Anton Korobeynikov · 17 years ago
  86. dc2421f Start removing 'unwinds to' support from mainline in preparation for 2.3. by Nick Lewycky · 17 years ago
  87. 63f7ba0 Upgrade these tests for the current intrinsic prototypes. by Dan Gohman · 17 years ago
  88. 591858a Support chained aliases for LLVM IR printing. This fixes PR2145 by Anton Korobeynikov · 17 years ago
  89. 37f603f no need to keep around this output. by Chris Lattner · 17 years ago
  90. 9be3c97 Turn unwind_to into "unwinds to". by Nick Lewycky · 17 years ago
  91. 819a66c Exercise the new CFG change. by Nick Lewycky · 17 years ago
  92. f58d4de Oops, can't unwind to the entry block (entry block may have no preds). by Nick Lewycky · 17 years ago
  93. fc82fab Add an unwind_to field to basic blocks, making them Users instead of Values. by Nick Lewycky · 17 years ago
  94. 9bc243b Remove llvm-upgrade and update tests. by Tanya Lattner · 17 years ago
  95. 83935ac Use not instead of ignore when an exit status is expected to always be non-zero. by Dan Gohman · 17 years ago
  96. dc02467 Fix PR1146: parameter attributes are longer part of by Duncan Sands · 17 years ago
  97. b348d18 Add support for vectors to int <-> float casts. by Nate Begeman · 17 years ago
  98. ee19b86 llvm/test programs should not be execution programs. This by Chris Lattner · 17 years ago
  99. c2ec2ba Change all floating constants that are not exactly by Dale Johannesen · 17 years ago
  100. 6994040 This is the patch to provide clean intrinsic function overloading support in LLVM. It cleans up the intrinsic definitions and generally smooths the process for more complicated intrinsic writing. It will be used by the upcoming atomic intrinsics as well as vector and float intrinsics in the future. by Chandler Carruth · 17 years ago