1. fdfeb69 Add support for a union type in LLVM IR. Patch by Talin! by Chris Lattner · 14 years ago
  2. 2b3365c Function-local metadata whose operands had been optimized to no longer refer to function-local IR were not getting written by BitcodeWriter; solution is for these metadata to be enumerated just like global metadata. by Victor Hernandez · 15 years ago
  3. af6ce14 Fix (and test) function-local metadata that occurs before the instruction that it refers to; fix is to not enumerate operands of function-local metadata until after all instructions have been enumerated by Victor Hernandez · 15 years ago
  4. 3a32865 Improve llvm.dbg.declare intrinsic by referring directly to the storage in its first argument, via function-local metadata (instead of via a bitcast). by Victor Hernandez · 15 years ago
  5. 5f03238 Revert r93504 because older uses of llvm.dbg.declare intrinsics need to be auto-upgraded by Victor Hernandez · 15 years ago
  6. 283ba2f Improve llvm.dbg.declare intrinsic by referring directly to the storage in its first argument, via function-local metadata (instead of via a bitcast). by Victor Hernandez · 15 years ago
  7. b2eb481 Extend testcase to also test llvm.dbg.value intrinsic by Victor Hernandez · 15 years ago
  8. ac260e1 Now that LLParser, AsmWriter, BitcodeReader, and BitcodeWriter all correctly support function-local metadata, test it. by Victor Hernandez · 15 years ago
  9. bf170d4 Re-add parsing of function-local metadata; this time with testcase. by Victor Hernandez · 15 years ago
  10. aceba31 Delete useless trailing semicolons. by Dan Gohman · 15 years ago
  11. 6e7f3b3 add some basic named MD tests. by Chris Lattner · 15 years ago
  12. 628c13a reimplement insertvalue/extractvalue metadata handling to not blindly by Chris Lattner · 15 years ago
  13. 860775c fix parsing of mdstring values. by Chris Lattner · 15 years ago
  14. 3f3a0f6 Each instruction is allowed to have *multiple* different by Chris Lattner · 15 years ago
  15. 837eda9 Do not crash when .ll printing metadata that smells like debug info, but isn't. by Chris Lattner · 15 years ago
  16. 7d977a3 Adjust testcases for msasm -> alignstack. by Dale Johannesen · 15 years ago
  17. 4360298 Add an "msasm" flag to inline asm as suggested in PR 5125. by Dale Johannesen · 15 years ago
  18. 3892baa Clean up the usage of evaluateICmpRelation's return value. by Nick Lewycky · 15 years ago
  19. dd4238e fix PR4963: folding insertvalue would sometimes turn a packed struct into by Chris Lattner · 15 years ago
  20. d5b9cba Fix this test to test what it was originally intended to test. by Dan Gohman · 15 years ago
  21. f2f6ce6 Change tests from "opt %s" to "opt < %s" so that opt doesn't see the by Dan Gohman · 15 years ago
  22. a5ef57d fix test to not get a moduleid that matches 'br' by Chris Lattner · 15 years ago
  23. 3bfbc45 Teach lib/VMCore/ConstantFold.cpp how to set the inbounds keyword and by Dan Gohman · 15 years ago
  24. 3e054fe Use opt -S instead of piping bitcode output through llvm-dis. by Dan Gohman · 15 years ago
  25. b1e1e82 Change these tests to feed the assembly files to opt directly, instead by Dan Gohman · 15 years ago
  26. f8dbee7 Reappy r80998, now that the GlobalOpt bug that it exposed on MiniSAT is fixed. by Dan Gohman · 15 years ago
  27. 92a97a9 Revert "Include optional subclass flags, such as inbounds, nsw, etc., ...", this by Daniel Dunbar · 15 years ago
  28. 0985b3c Fix spacing. by Daniel Dunbar · 15 years ago
  29. 859fff4 Include optional subclass flags, such as inbounds, nsw, etc., in the by Dan Gohman · 15 years ago
  30. fea1dd0 Remove obsolete -f flags. by Dan Gohman · 15 years ago
  31. cf20ac4 Various AsmWriter output cleanups. Use WriteAsOperand instead of by Dan Gohman · 15 years ago
  32. 3845e50 Extend the AsmWriter to print unnamed numbered types as "%0 = type ..." by Dan Gohman · 15 years ago
  33. dd8004d Add a new keyword 'inbounds' for use with getelementptr. See the by Dan Gohman · 15 years ago
  34. 59858cf Change the assembly syntax for nsw, nuw, and exact, putting them by Dan Gohman · 15 years ago
  35. 4e9bac3 Fix assert assembling zero-argument constant GEP. by Eli Friedman · 15 years ago
  36. 08d012e Rename the new unsigned and signed keywords to nuw and nsw, by Dan Gohman · 15 years ago
  37. 1224c38 Assembly and Bitcode support for unsigned/signed overflow flags and by Dan Gohman · 15 years ago
  38. 2467677 Apparently Darwin doesn't have /dev/full :-(. by Dan Gohman · 15 years ago
  39. 6a60e16 Add a testcase for raw_ostream error checking. by Dan Gohman · 15 years ago
  40. 7f6aa2b Remove the vicmp and vfcmp instructions. Because we never had a release with by Nick Lewycky · 15 years ago
  41. ae3a0be Split the Add, Sub, and Mul instruction opcodes into separate by Dan Gohman · 15 years ago
  42. 382cb21 Revert this. There's no way to verifiy indirect calls, and an optimizer can turn by Torok Edwin · 15 years ago
  43. 9107c54 Verify that calling conventions match function prototype. by Torok Edwin · 15 years ago
  44. fa6c716 Make this test slightly more strict. by Dan Gohman · 15 years ago
  45. 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
  46. b5fbb06 add testcase for strange types of gep indices by Chris Lattner · 15 years ago
  47. 040f758 testcase and asmparser fix for PR4066 by Chris Lattner · 15 years ago
  48. 4cdc44c Fix g++-4.4.0 warning, it was causing llvm-nm to fail on wrapped BC files: by Torok Edwin · 15 years ago
  49. ad9ad7c Fix a bug in our autoupgrade support: in an argument list to a function by Chris Lattner · 15 years ago
  50. c131793 Apply a patch by Micah Villmow to fix AsmParser to accept vector by Dan Gohman · 15 years ago
  51. f6f0bdf Fix a pretty awesome bug that only happened in a strange case with anonymous by Chris Lattner · 15 years ago
  52. 413fd23 Fix a long-standing bug and misfeature of the disassembler: when dealing with a by Chris Lattner · 15 years ago
  53. f570e62 add proper asmwriter and asmparser support for anonymous functions. by Chris Lattner · 15 years ago
  54. 0091cf9 Remove now-incorrect test. by Nate Begeman · 16 years ago
  55. 91dad87 Fix PR3372 by Chris Lattner · 16 years ago
  56. bb46f52 Add the private linkage. by Rafael Espindola · 16 years ago
  57. 012a03a this testcase is huge and hasn't regressed ever, I don't think it is worth keeping. by Chris Lattner · 16 years ago
  58. 4050a23 Don't spew bitcode to standard out if this test fails, like it is right now. by Duncan Sands · 16 years ago
  59. df98617 Reimplement the old and horrible bison parser for .ll files with a nice by Chris Lattner · 16 years ago
  60. c7e3069 Fix the .ll grammar rules to allow any type before an 'i32', not just an by Chris Lattner · 16 years ago
  61. 76dea95 Prevent assert when using '"' in names (via hexadecimal). by Daniel Dunbar · 16 years ago
  62. 7c31085 Attributes noinline alwaysinline are incompatible by Devang Patel · 16 years ago
  63. e4c38ba Don't leave an output file in the test directory. by Dan Gohman · 16 years ago
  64. 652203f Support inreg, zext and sext as return value attributes. by Devang Patel · 16 years ago
  65. 8526390 Update tests. by Devang Patel · 16 years ago
  66. fb2bbbe Re-enables the new vector select in the bitcode reader, by modifying the by Dan Gohman · 16 years ago
  67. be91940 Temporarily disable vector select in the bitcode reader. The by Dan Gohman · 16 years ago
  68. f72fb67 Extend the vcmp/fcmp LLVM IR instructions to take vectors as arguments by Dan Gohman · 16 years ago
  69. 7ad033c Read and write function notes. by Devang Patel · 16 years ago
  70. 9018f56 Function notes tests. by Devang Patel · 16 years ago
  71. 6ac2809 Add support for parsing .ll files that have numbers in front of by Chris Lattner · 16 years ago
  72. c3be0fd Fix the AsmWriter to not print extra spaces after parameter attributes. by Dan Gohman · 16 years ago
  73. 5bc1ea0 Add vector shifts to the IR, patch by Eli Friedman. by Nate Begeman · 16 years ago
  74. bbedb0e Fix a bunch of bugs handling vector compare constant expressions, fixing PR2317. by Chris Lattner · 16 years ago
  75. d159901 Implement PR2538 by Chris Lattner · 16 years ago
  76. 888fa33 Fix some escaping and quoting in RUN lines, mainly involving { and <. In two by Matthijs Kooijman · 16 years ago
  77. 1cd8f11 For all RUN lines starting with "not", redirect stderr to /dev/null so tests by Matthijs Kooijman · 16 years ago
  78. 7dc1def Re-apply 52002, allowing the verifier to accept non-MRV struct return by Dan Gohman · 16 years ago
  79. 836bfcd Revert 52002. by Dan Gohman · 16 years ago
  80. 411e6a5 Change the Verifier to support returning first class aggregrates. by Matthijs Kooijman · 16 years ago
  81. 6d98611 nounwindify. by Dan Gohman · 16 years ago
  82. 6e68f59 Constant folding for insertvalue and extractvalue. by Dan Gohman · 16 years ago
  83. 81a0c0b IR, bitcode reader, bitcode writer, and asmparser changes to by Dan Gohman · 16 years ago
  84. 80f0f61 Don't silently truncate array extents to 32 bits. by Dan Gohman · 16 years ago
  85. e4977cf Make structs and arrays first-class types, and add assembly by Dan Gohman · 16 years ago
  86. 5edf210 Eliminate questionable syntax for stdin redirection. This probably also speeds things up a bit. by Gabor Greif · 16 years ago
  87. f6cadc4 sabre brings to my attention that the 'tr' suffix is also obsolete by Gabor Greif · 16 years ago
  88. 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
  89. 7e4687a returning an empty multiple return list is not valid. by Chris Lattner · 16 years ago
  90. e972299 rename *.llx -> *.ll by Chris Lattner · 16 years ago
  91. d881ad2 Implement PR2206. by Chris Lattner · 16 years ago
  92. f4423b1 Teach llvm-as to accept function types with multiple return types. by Dan Gohman · 16 years ago
  93. d9d99ff Update bitcode reader and writer to handle multiple return values. Take 2. by Devang Patel · 16 years ago
  94. 1df4397 Backing out r47521 for now. This has broken a number of tests. by Evan Cheng · 16 years ago
  95. e9fabd9 Properly read and write bitcodes for multiple return values. by Devang Patel · 16 years ago
  96. db71d63 Let invoke return aggregate value. by Devang Patel · 16 years ago
  97. bb4f8d4 Let function call return aggregate. by Devang Patel · 16 years ago
  98. ad9153e XFAIL for now. by Devang Patel · 16 years ago
  99. 2102cab Now functions can return aggregate values. by Devang Patel · 16 years ago
  100. 689e8b2 Fix PR2060 by rejecting invalid types for integer constants. by Chris Lattner · 16 years ago