1. 3da59db For PR950: by Reid Spencer · 18 years ago
  2. 45fb3f3 For PR950: by Reid Spencer · 18 years ago
  3. b83eb64 For PR950: by Reid Spencer · 18 years ago
  4. bcb9770 Added some eye-candy for Subtarget type checking by Anton Korobeynikov · 18 years ago
  5. b74ed07 Adding dllimport, dllexport and external weak linkage types. by Anton Korobeynikov · 18 years ago
  6. 7f8897f eliminate RegisterOpt. It does the same thing as RegisterPass. by Chris Lattner · 18 years ago
  7. a4f0b3a s|llvm/Support/Visibility.h|llvm/Support/Compiler.h| by Chris Lattner · 18 years ago
  8. 7107c3b For PR780: by Reid Spencer · 18 years ago
  9. f4ea921 Fix PR826, testcase here: Regression/Verifier/2006-07-11-StoreStruct.ll by Chris Lattner · 18 years ago
  10. 05ac92c Change the verifier to never throw an exception. Instead verifyModule canoptionally return the string error, which is an easier api for clients touse anyway. by Chris Lattner · 18 years ago
  11. f190d38 Use hidden visibility to reduce the sizes of some .o files. This chops 60K off a release llvm-dis. by Chris Lattner · 18 years ago
  12. 80105dd csret functions can be varargs (as can target cc's). Verify restrictions on by Chris Lattner · 18 years ago
  13. ff8953a remove dead var by Chris Lattner · 18 years ago
  14. 1cbe05b Use the isValidOperands helper instead of duplicating checking code by Chris Lattner · 18 years ago
  15. 00f1023 Add shufflevector support, todo, implement better constant folding. by Chris Lattner · 18 years ago
  16. 4c5701d Fix build breakage. by Jeff Cohen · 18 years ago
  17. 536a9d5 Add a new method to verify intrinsic function prototypes. by Chris Lattner · 18 years ago
  18. 3b816b7 Use the autogenerated intrinsic verifier by Chris Lattner · 18 years ago
  19. 59bcce5 remove dbg_declare, it's not used yet. by Chris Lattner · 18 years ago
  20. 41edaa0 remove the read/write port/io intrinsics. by Chris Lattner · 18 years ago
  21. ffa987d Split memcpy/memset/memmove intrinsics into i32/i64 versions, resolving by Chris Lattner · 18 years ago
  22. 3188b73 Make sure the only user of InlineAsm's are direct calls. by Chris Lattner · 19 years ago
  23. d615bd9 Don't accept the ctpop, cttz, or ctlz intrinsics with signed arguments. The by Reid Spencer · 19 years ago
  24. c152f9c VMCore support for the insertelement operation. by Robert Bocchino · 19 years ago
  25. 0b11820 For PR411: by Reid Spencer · 19 years ago
  26. e2ba1b3 Thanks to Daniel Berlin's ETForest fix, we can now use it again for the verifier by Chris Lattner · 19 years ago
  27. 14c02b7 ET-Forest has issues with unreachable blocks. Temporarily disable verifiers use by Chris Lattner · 19 years ago
  28. 6fb3bd6 Add bswap intrinsics as documented in the Language Reference by Nate Begeman · 19 years ago
  29. 71d0e3d Add recognition and verification of new llvm.stacksave/llvm.stackrestore intrinsics by Chris Lattner · 19 years ago
  30. 0b2192c Convert the verifier over to use ETForest instead of DominatorSet. Patch by Chris Lattner · 19 years ago
  31. b52ee7f Added support for the extractelement operation. by Robert Bocchino · 19 years ago
  32. b9d4100 Get logical operations to like packed types, allow BinOp::getNot to create by Chris Lattner · 19 years ago
  33. 51b8d54 continued readcyclecounter support by Andrew Lenharth · 19 years ago
  34. 558bc88 core changes for varargs by Andrew Lenharth · 19 years ago
  35. 37c121a Verify that varargs functions all have ccc by Chris Lattner · 19 years ago
  36. 691ef2b Implement count leading zeros (ctlz), count trailing zeros (cttz), and count by Andrew Lenharth · 19 years ago
  37. eed37ba Add llvm.sqrt intrinsic, patch contributed by Morten Ofstad by Chris Lattner · 19 years ago
  38. fd93908 Remove trailing whitespace by Misha Brukman · 19 years ago
  39. 7f4ec3b First step in adding pcmarker intrinsic. Second step (soon) is adding backend support. by Andrew Lenharth · 19 years ago
  40. e4d5c44 This mega patch converts us from using Function::a{iterator|begin|end} to by Chris Lattner · 19 years ago
  41. 6f72282 Verify llvm.prefetch. by Chris Lattner · 19 years ago
  42. aab1820 Fix some problems where the verifier would crash on invalid input instead of by Chris Lattner · 19 years ago
  43. 5fb6ed4 Use binary mode for reading/writing bytecode files by Jeff Cohen · 20 years ago
  44. 56998b2 Add a verifier assertion by Chris Lattner · 20 years ago
  45. 4f4cf99 Check if a block has a terminator first before calling front() on by Alkis Evlogimenos · 20 years ago
  46. 8b42b43 Make error msg reflect what exactly went wrong. by Alkis Evlogimenos · 20 years ago
  47. e7a3f3e The Alpha (tm) intrinsics have never been used anywhere by Misha Brukman · 20 years ago
  48. 0030e6c Make sure to check select instructions for generic instruction properties by Chris Lattner · 20 years ago
  49. a7b1c7e Don't use DominatorSet::dominates for intra-block instruction dom checks. by Chris Lattner · 20 years ago
  50. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  51. 715c90b Packed types, brought to you by Brad Jones by Brian Gaeke · 20 years ago
  52. 9545a17 Updates to gc intrinsics, contributed by Tobias Nurmiranta by Chris Lattner · 20 years ago
  53. 38696d2 bug 122: - Correct an assert to not have redundant isa<GlobalValue> by Reid Spencer · 20 years ago
  54. e2fac77 - #include <iostream> since its not in Value.h any more. by Reid Spencer · 20 years ago
  55. 5b63631 * Capitalize `Java' * Sprinkle hypens liberally * Fix some grammar in comments by Misha Brukman · 20 years ago
  56. c261662 Minor cleanup by Chris Lattner · 20 years ago
  57. 4ee623d isnan is dead by Chris Lattner · 20 years ago
  58. ac700ca Make assertions more consistent with the rest of the intrinsic by Alkis Evlogimenos · 20 years ago
  59. 9685372 Add the isunordered intrinsic. by Alkis Evlogimenos · 20 years ago
  60. 137cc4f I misled Alkis: LLVM should have isnan, not isunordered. by Chris Lattner · 20 years ago
  61. f616f22 Add the isunordered intrinsic. by Alkis Evlogimenos · 20 years ago
  62. 40416e4 Fix PR361. Dominance properties don't hold in unreachable code by Chris Lattner · 20 years ago
  63. c70a509 Fix GCC warning by Chris Lattner · 20 years ago
  64. ed965e9 Work around VS bug by Chris Lattner · 20 years ago
  65. 7c277b3 * Verify function prototypes, not just functions with bodies. by Chris Lattner · 20 years ago
  66. 5dff158 Fix for bug 348. The SymbolTable changes caused this one too. by Reid Spencer · 20 years ago
  67. af90b0d Convert to SymbolTable's new iteration interface. Remove tabs. by Reid Spencer · 20 years ago
  68. e899705 Recognize and verify the new GC intrinsics. by Chris Lattner · 20 years ago
  69. 0f9e9d0 Fix for PR340: Verifier misses malformed switch instruction by Chris Lattner · 20 years ago
  70. 2fea9ad Fold two assertions with backwards error messages into one with a by Brian Gaeke · 20 years ago
  71. 4a9c904 Fixed inconsistent indentation. by John Criswell · 20 years ago
  72. e1f0cf1 Make sure to check for a very bad class of errors: an instruction by Chris Lattner · 20 years ago
  73. 71c887d Remove the return type check for llvm.readio. This check is done for all by John Criswell · 20 years ago
  74. 17f6425 Added code to verify that llvm.readio's pointer argument returns something by John Criswell · 20 years ago
  75. 994a765 Finish adding the llvm.readio and llvm.writeio intrinsics. by John Criswell · 20 years ago
  76. 6d804f4 Reversed the order of the llvm.writeport() operands so that the value by John Criswell · 20 years ago
  77. 9570301 Added the llvm.readport and llvm.writeport intrinsics. by John Criswell · 20 years ago
  78. fdc38c4 Make the verifier API more complete and useful. by Chris Lattner · 20 years ago
  79. 944cfaf Add another check by Chris Lattner · 20 years ago
  80. 59c3569 Catch some more cases of broken code. The loop extractor seems to be creating by Chris Lattner · 20 years ago
  81. 2eff859 verifyFunction has been broken for a long time now. Fix it. by Chris Lattner · 20 years ago
  82. 317201d Rename the intrinsic enum values for llvm.va_* from Intrinsic::va_* to by Chris Lattner · 20 years ago
  83. 230c1a7 Add support for checking the select instruction by Chris Lattner · 20 years ago
  84. ab5c600 Doxygenify comments. by Misha Brukman · 20 years ago
  85. 0809253 Fix Regression/Assembler/2004-02-27-SelfUseAssertError.ll by Chris Lattner · 20 years ago
  86. 2a11653 Make the verifier a little more explicit about this problem. by Chris Lattner · 20 years ago
  87. cf89908 Add llvm.memset/frameaddress/returnaddress intrinsics. by Chris Lattner · 20 years ago
  88. 2751e76 Add support for the llvm.memmove intrinsic by Chris Lattner · 21 years ago
  89. 5fe51cc Implement the llvm.memcpy intrinsic by Chris Lattner · 21 years ago
  90. c9b0702 Fix check. PHI nodes must be handled specially, of course. by Chris Lattner · 21 years ago
  91. 30768ac Tighten up verifier checks. The result of an invoke instruction only by Chris Lattner · 21 years ago
  92. 90ab32f Add support for new intrinsic by Chris Lattner · 21 years ago
  93. 77b1330 Add VMCore and code generator support for debugging intrinsics. By default by Chris Lattner · 21 years ago
  94. c282f5a Check return types of functions by Chris Lattner · 21 years ago
  95. afd0b4b Fix problem Reid was having with external globals and nonexternal linkage by Chris Lattner · 21 years ago
  96. 31f8499 Finegrainify namespacification by Chris Lattner · 21 years ago
  97. 15e8752 Fix some problems with assertions printing by Chris Lattner · 21 years ago
  98. 7334f2e improve error message by Chris Lattner · 21 years ago
  99. 9cebe2d When failing a Verifier assertion, use WriteAsOperand to print out the by Brian Gaeke · 21 years ago
  100. 5158aaf Expose the verifier to opt by Chris Lattner · 21 years ago