1. 2467677 Apparently Darwin doesn't have /dev/full :-(. by Dan Gohman · 15 years ago
  2. 6a60e16 Add a testcase for raw_ostream error checking. by Dan Gohman · 15 years ago
  3. 7f6aa2b Remove the vicmp and vfcmp instructions. Because we never had a release with by Nick Lewycky · 15 years ago
  4. ae3a0be Split the Add, Sub, and Mul instruction opcodes into separate by Dan Gohman · 15 years ago
  5. 382cb21 Revert this. There's no way to verifiy indirect calls, and an optimizer can turn by Torok Edwin · 15 years ago
  6. 9107c54 Verify that calling conventions match function prototype. by Torok Edwin · 15 years ago
  7. fa6c716 Make this test slightly more strict. by Dan Gohman · 15 years ago
  8. 9341c80 Any size of integral indices are allowed in gep for indexing into sequential types. Also adding a test case to check the indices type allowed into struct. by Sanjiv Gupta · 15 years ago
  9. b5fbb06 add testcase for strange types of gep indices by Chris Lattner · 15 years ago
  10. 040f758 testcase and asmparser fix for PR4066 by Chris Lattner · 15 years ago
  11. 4cdc44c Fix g++-4.4.0 warning, it was causing llvm-nm to fail on wrapped BC files: by Torok Edwin · 15 years ago
  12. ad9ad7c Fix a bug in our autoupgrade support: in an argument list to a function by Chris Lattner · 15 years ago
  13. c131793 Apply a patch by Micah Villmow to fix AsmParser to accept vector by Dan Gohman · 15 years ago
  14. f6f0bdf Fix a pretty awesome bug that only happened in a strange case with anonymous by Chris Lattner · 15 years ago
  15. 413fd23 Fix a long-standing bug and misfeature of the disassembler: when dealing with a by Chris Lattner · 15 years ago
  16. f570e62 add proper asmwriter and asmparser support for anonymous functions. by Chris Lattner · 15 years ago
  17. 0091cf9 Remove now-incorrect test. by Nate Begeman · 16 years ago
  18. 91dad87 Fix PR3372 by Chris Lattner · 16 years ago
  19. bb46f52 Add the private linkage. by Rafael Espindola · 16 years ago
  20. 012a03a this testcase is huge and hasn't regressed ever, I don't think it is worth keeping. by Chris Lattner · 16 years ago
  21. 4050a23 Don't spew bitcode to standard out if this test fails, like it is right now. by Duncan Sands · 16 years ago
  22. df98617 Reimplement the old and horrible bison parser for .ll files with a nice by Chris Lattner · 16 years ago
  23. c7e3069 Fix the .ll grammar rules to allow any type before an 'i32', not just an by Chris Lattner · 16 years ago
  24. 76dea95 Prevent assert when using '"' in names (via hexadecimal). by Daniel Dunbar · 16 years ago
  25. 7c31085 Attributes noinline alwaysinline are incompatible by Devang Patel · 16 years ago
  26. e4c38ba Don't leave an output file in the test directory. by Dan Gohman · 16 years ago
  27. 652203f Support inreg, zext and sext as return value attributes. by Devang Patel · 16 years ago
  28. 8526390 Update tests. by Devang Patel · 16 years ago
  29. fb2bbbe Re-enables the new vector select in the bitcode reader, by modifying the by Dan Gohman · 16 years ago
  30. be91940 Temporarily disable vector select in the bitcode reader. The by Dan Gohman · 16 years ago
  31. f72fb67 Extend the vcmp/fcmp LLVM IR instructions to take vectors as arguments by Dan Gohman · 16 years ago
  32. 7ad033c Read and write function notes. by Devang Patel · 16 years ago
  33. 9018f56 Function notes tests. by Devang Patel · 16 years ago
  34. 6ac2809 Add support for parsing .ll files that have numbers in front of by Chris Lattner · 16 years ago
  35. c3be0fd Fix the AsmWriter to not print extra spaces after parameter attributes. by Dan Gohman · 16 years ago
  36. 5bc1ea0 Add vector shifts to the IR, patch by Eli Friedman. by Nate Begeman · 16 years ago
  37. bbedb0e Fix a bunch of bugs handling vector compare constant expressions, fixing PR2317. by Chris Lattner · 16 years ago
  38. d159901 Implement PR2538 by Chris Lattner · 16 years ago
  39. 888fa33 Fix some escaping and quoting in RUN lines, mainly involving { and <. In two by Matthijs Kooijman · 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. 7dc1def Re-apply 52002, allowing the verifier to accept non-MRV struct return by Dan Gohman · 16 years ago
  42. 836bfcd Revert 52002. by Dan Gohman · 16 years ago
  43. 411e6a5 Change the Verifier to support returning first class aggregrates. by Matthijs Kooijman · 16 years ago
  44. 6d98611 nounwindify. by Dan Gohman · 16 years ago
  45. 6e68f59 Constant folding for insertvalue and extractvalue. by Dan Gohman · 16 years ago
  46. 81a0c0b IR, bitcode reader, bitcode writer, and asmparser changes to by Dan Gohman · 16 years ago
  47. 80f0f61 Don't silently truncate array extents to 32 bits. by Dan Gohman · 16 years ago
  48. e4977cf Make structs and arrays first-class types, and add assembly by Dan Gohman · 16 years ago
  49. 5edf210 Eliminate questionable syntax for stdin redirection. This probably also speeds things up a bit. by Gabor Greif · 16 years ago
  50. f6cadc4 sabre brings to my attention that the 'tr' suffix is also obsolete by Gabor Greif · 16 years ago
  51. 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
  52. 7e4687a returning an empty multiple return list is not valid. by Chris Lattner · 16 years ago
  53. e972299 rename *.llx -> *.ll by Chris Lattner · 16 years ago
  54. d881ad2 Implement PR2206. by Chris Lattner · 16 years ago
  55. f4423b1 Teach llvm-as to accept function types with multiple return types. by Dan Gohman · 16 years ago
  56. d9d99ff Update bitcode reader and writer to handle multiple return values. Take 2. by Devang Patel · 16 years ago
  57. 1df4397 Backing out r47521 for now. This has broken a number of tests. by Evan Cheng · 16 years ago
  58. e9fabd9 Properly read and write bitcodes for multiple return values. by Devang Patel · 16 years ago
  59. db71d63 Let invoke return aggregate value. by Devang Patel · 16 years ago
  60. bb4f8d4 Let function call return aggregate. by Devang Patel · 16 years ago
  61. ad9153e XFAIL for now. by Devang Patel · 16 years ago
  62. 2102cab Now functions can return aggregate values. by Devang Patel · 16 years ago
  63. 689e8b2 Fix PR2060 by rejecting invalid types for integer constants. by Chris Lattner · 16 years ago
  64. 26fdb11 this test isn't useful since we added @ notation for globals. by Chris Lattner · 16 years ago
  65. 8a39257 this line was commented out. by Chris Lattner · 16 years ago
  66. 709f6ec Remove llvm-upgrade and update tests. by Tanya Lattner · 16 years ago
  67. 9197493 Removing llvm upgrade, so remove tests specific to llvm-upgrade and update the tests that used it. by Tanya Lattner · 16 years ago
  68. d1bb1c2 upgrade this test, which wasn't testing the right thing since llvm-upgrade came around. by Chris Lattner · 16 years ago
  69. 0104234 rename llx -> ll by Chris Lattner · 16 years ago
  70. 6e9bcee Remove llvm-upgrade by Tanya Lattner · 16 years ago
  71. 8bc16f0 Two occurrences on one line count as one... by Duncan Sands · 17 years ago
  72. eb82470 If there are attributes on the varargs part of a call, don't discard them. by Duncan Sands · 17 years ago
  73. 064a57a Don't redirect stderr when it isn't needed. by Dan Gohman · 17 years ago
  74. d04764a All MMX shift instructions took a <2 x i32> vector as the shift amount parameter. Change this to be <1 x i64> instead, which matches the assembler instruction. by Anders Carlsson · 17 years ago
  75. d49e18d Implement part of review feedback for address spaces. by Christopher Lamb · 17 years ago
  76. 83935ac Use not instead of ignore when an exit status is expected to always be non-zero. by Dan Gohman · 17 years ago
  77. 131c60a Don't redirect stderr when it isn't needed. by Dan Gohman · 17 years ago
  78. fe63fb9 Implement address space attribute for LLVM pointer types. Address spaces are by Christopher Lamb · 17 years ago
  79. f286f6f Fix PR1850 by removing an unsafe transformation from VMCore/ConstantFold.cpp. by Chris Lattner · 17 years ago
  80. 80a75bf Adding a collector name attribute to Function in the IR. These by Gordon Henriksen · 17 years ago
  81. 727842e Fix bug in regression tests that ignored stderr output in RUN lines. Updated tests and fixed broken run lines. by Tanya Lattner · 17 years ago
  82. dc02467 Fix PR1146: parameter attributes are longer part of by Duncan Sands · 17 years ago
  83. 08e581e Don't redirect llvm-as's stderr to llvm-dis. Change grep '' to grep {}. by Dan Gohman · 17 years ago
  84. e543424 Fix PR1645 by resolving forward alias references. by Chris Lattner · 17 years ago
  85. c2ec2ba Change all floating constants that are not exactly by Dale Johannesen · 17 years ago
  86. 28beeea Convert tests using "| wc -l | grep ..." to use the count script. by Dan Gohman · 17 years ago
  87. 6df20ef Fix PR1577, a crash on invalid bug. by Chris Lattner · 17 years ago
  88. 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
  89. 1d3d230 For PR1553: by Reid Spencer · 17 years ago
  90. 9445e9a For PR1553: by Reid Spencer · 17 years ago
  91. e644ef7 Convert .cvsignore files by John Criswell · 17 years ago
  92. 82f3aee new testcase for a recent regression by Chris Lattner · 17 years ago
  93. 36f24cb Remove bogus testcase, PR409 is wontfix by Chris Lattner · 17 years ago
  94. 5fc30df new testcase by Chris Lattner · 17 years ago
  95. 4f859aa For PR1146: by Reid Spencer · 17 years ago
  96. 2330e4d by Christopher Lamb · 17 years ago
  97. ac79c9e Test check in by Christopher Lamb · 17 years ago
  98. eb1d74e For PR1319: by Reid Spencer · 17 years ago
  99. 43b4003 For PR1319: Fix syntax of tests to ensure grep pattern is properly quoted. by Reid Spencer · 17 years ago
  100. 3401c99 Fix the syntax for these tests. Noticed by Duncan Sands. by Reid Spencer · 17 years ago