1. e4d5c44 This mega patch converts us from using Function::a{iterator|begin|end} to by Chris Lattner · 19 years ago
  2. 6f72282 Verify llvm.prefetch. by Chris Lattner · 19 years ago
  3. aab1820 Fix some problems where the verifier would crash on invalid input instead of by Chris Lattner · 19 years ago
  4. 5fb6ed4 Use binary mode for reading/writing bytecode files by Jeff Cohen · 20 years ago
  5. 56998b2 Add a verifier assertion by Chris Lattner · 20 years ago
  6. 4f4cf99 Check if a block has a terminator first before calling front() on by Alkis Evlogimenos · 20 years ago
  7. 8b42b43 Make error msg reflect what exactly went wrong. by Alkis Evlogimenos · 20 years ago
  8. e7a3f3e The Alpha (tm) intrinsics have never been used anywhere by Misha Brukman · 20 years ago
  9. 0030e6c Make sure to check select instructions for generic instruction properties by Chris Lattner · 20 years ago
  10. a7b1c7e Don't use DominatorSet::dominates for intra-block instruction dom checks. by Chris Lattner · 20 years ago
  11. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  12. 715c90b Packed types, brought to you by Brad Jones by Brian Gaeke · 20 years ago
  13. 9545a17 Updates to gc intrinsics, contributed by Tobias Nurmiranta by Chris Lattner · 20 years ago
  14. 38696d2 bug 122: - Correct an assert to not have redundant isa<GlobalValue> by Reid Spencer · 20 years ago
  15. e2fac77 - #include <iostream> since its not in Value.h any more. by Reid Spencer · 20 years ago
  16. 5b63631 * Capitalize `Java' * Sprinkle hypens liberally * Fix some grammar in comments by Misha Brukman · 20 years ago
  17. c261662 Minor cleanup by Chris Lattner · 20 years ago
  18. 4ee623d isnan is dead by Chris Lattner · 20 years ago
  19. ac700ca Make assertions more consistent with the rest of the intrinsic by Alkis Evlogimenos · 20 years ago
  20. 9685372 Add the isunordered intrinsic. by Alkis Evlogimenos · 20 years ago
  21. 137cc4f I misled Alkis: LLVM should have isnan, not isunordered. by Chris Lattner · 20 years ago
  22. f616f22 Add the isunordered intrinsic. by Alkis Evlogimenos · 20 years ago
  23. 40416e4 Fix PR361. Dominance properties don't hold in unreachable code by Chris Lattner · 20 years ago
  24. c70a509 Fix GCC warning by Chris Lattner · 20 years ago
  25. ed965e9 Work around VS bug by Chris Lattner · 20 years ago
  26. 7c277b3 * Verify function prototypes, not just functions with bodies. by Chris Lattner · 20 years ago
  27. 5dff158 Fix for bug 348. The SymbolTable changes caused this one too. by Reid Spencer · 20 years ago
  28. af90b0d Convert to SymbolTable's new iteration interface. Remove tabs. by Reid Spencer · 20 years ago
  29. e899705 Recognize and verify the new GC intrinsics. by Chris Lattner · 20 years ago
  30. 0f9e9d0 Fix for PR340: Verifier misses malformed switch instruction by Chris Lattner · 20 years ago
  31. 2fea9ad Fold two assertions with backwards error messages into one with a by Brian Gaeke · 20 years ago
  32. 4a9c904 Fixed inconsistent indentation. by John Criswell · 20 years ago
  33. e1f0cf1 Make sure to check for a very bad class of errors: an instruction by Chris Lattner · 20 years ago
  34. 71c887d Remove the return type check for llvm.readio. This check is done for all by John Criswell · 20 years ago
  35. 17f6425 Added code to verify that llvm.readio's pointer argument returns something by John Criswell · 20 years ago
  36. 994a765 Finish adding the llvm.readio and llvm.writeio intrinsics. by John Criswell · 20 years ago
  37. 6d804f4 Reversed the order of the llvm.writeport() operands so that the value by John Criswell · 20 years ago
  38. 9570301 Added the llvm.readport and llvm.writeport intrinsics. by John Criswell · 20 years ago
  39. fdc38c4 Make the verifier API more complete and useful. by Chris Lattner · 20 years ago
  40. 944cfaf Add another check by Chris Lattner · 20 years ago
  41. 59c3569 Catch some more cases of broken code. The loop extractor seems to be creating by Chris Lattner · 20 years ago
  42. 2eff859 verifyFunction has been broken for a long time now. Fix it. by Chris Lattner · 20 years ago
  43. 317201d Rename the intrinsic enum values for llvm.va_* from Intrinsic::va_* to by Chris Lattner · 20 years ago
  44. 230c1a7 Add support for checking the select instruction by Chris Lattner · 20 years ago
  45. ab5c600 Doxygenify comments. by Misha Brukman · 20 years ago
  46. 0809253 Fix Regression/Assembler/2004-02-27-SelfUseAssertError.ll by Chris Lattner · 20 years ago
  47. 2a11653 Make the verifier a little more explicit about this problem. by Chris Lattner · 20 years ago
  48. cf89908 Add llvm.memset/frameaddress/returnaddress intrinsics. by Chris Lattner · 20 years ago
  49. 2751e76 Add support for the llvm.memmove intrinsic by Chris Lattner · 21 years ago
  50. 5fe51cc Implement the llvm.memcpy intrinsic by Chris Lattner · 21 years ago
  51. c9b0702 Fix check. PHI nodes must be handled specially, of course. by Chris Lattner · 21 years ago
  52. 30768ac Tighten up verifier checks. The result of an invoke instruction only by Chris Lattner · 21 years ago
  53. 90ab32f Add support for new intrinsic by Chris Lattner · 21 years ago
  54. 77b1330 Add VMCore and code generator support for debugging intrinsics. By default by Chris Lattner · 21 years ago
  55. c282f5a Check return types of functions by Chris Lattner · 21 years ago
  56. afd0b4b Fix problem Reid was having with external globals and nonexternal linkage by Chris Lattner · 21 years ago
  57. 31f8499 Finegrainify namespacification by Chris Lattner · 21 years ago
  58. 15e8752 Fix some problems with assertions printing by Chris Lattner · 21 years ago
  59. 7334f2e improve error message by Chris Lattner · 21 years ago
  60. 9cebe2d When failing a Verifier assertion, use WriteAsOperand to print out the by Brian Gaeke · 21 years ago
  61. 5158aaf Expose the verifier to opt by Chris Lattner · 21 years ago
  62. 579de71 Detect problems with PHI node operands! by Chris Lattner · 21 years ago
  63. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  64. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 21 years ago
  65. 4d45bd0 Add support for the new varargs intrinsics and instructions by Chris Lattner · 21 years ago
  66. 6b63452 Fix spelling/grammar. by Misha Brukman · 21 years ago
  67. bede31f Be more careful handling PHI nodes, which might be of potentially high degree. by Chris Lattner · 21 years ago
  68. 02a3be0 Rename Function::getEntryNode -> getEntryBlock by Chris Lattner · 21 years ago
  69. 053134a Make createVerifierPass return a FunctionPass *. by Brian Gaeke · 21 years ago
  70. ee5457c Eliminate support for the llvm.unwind intrinisic, using the Unwind instruction instead by Chris Lattner · 21 years ago
  71. bfa9646 As it turns out, things will be simpler than I first expected. We no longer by Chris Lattner · 21 years ago
  72. 101d400 rethrow is really the language independent primitive here. "throw" can be written by Chris Lattner · 21 years ago
  73. 9dd7d1c Initial support for recognizing LLVM exception handling intrinsics by Chris Lattner · 21 years ago
  74. 8169cf8 Add intrinsics for the llvm.sig(set|long)jmp functions by Chris Lattner · 21 years ago
  75. 5560c9d Spell `necessary' correctly. by Misha Brukman · 21 years ago
  76. c232818 Add a bunch of new Alpha Intrinsics for Rahul Joshi by Chris Lattner · 21 years ago
  77. 2418b11 Add support for Alpha intrinsics, contributed by Rahul Joshi by Chris Lattner · 21 years ago
  78. 9783301 Fix (bogus) possibly uninitialized warning by Chris Lattner · 21 years ago
  79. c436b37 Add support for setjmp/longjmp primitives Patch checked in for Bill Wendling :) by Chris Lattner · 21 years ago
  80. 27aa094 llvm.va_start only takes on argument now by Chris Lattner · 21 years ago
  81. dd035d1 Add more support for intrinsic functions and for varargs stuff by Chris Lattner · 21 years ago
  82. 8f77dae Add support for the new va_arg instruction by Chris Lattner · 21 years ago
  83. 14e8e29 Remove arbitrary limitation by Chris Lattner · 21 years ago
  84. 5399741 Add code to verify correctly linkages by Chris Lattner · 21 years ago
  85. 6d57086 Fix bug Regression/Verifier/2002-11-05-GetelementptrPointers.ll by Chris Lattner · 22 years ago
  86. 627079d User defined operators are not supposed to live beyond the lifetime of the by Chris Lattner · 22 years ago
  87. 6e6026b - Eliminated the deferred symbol table stuff in Module & Function, it really by Chris Lattner · 22 years ago
  88. 69da5cf - Change Function's so that their argument list is populated when they are by Chris Lattner · 22 years ago
  89. 61b91bc Check that we don't have external varaibles with internal linkage by Chris Lattner · 22 years ago
  90. f6ffcb6 PHI nodes are not allowed to exist with zero incoming values, check that by Chris Lattner · 22 years ago
  91. 3e1f144 Make sure that we abort if an error happens as early as neccesary. Before by Chris Lattner · 22 years ago
  92. 7126539 Fix typeo in assertion message by Chris Lattner · 22 years ago
  93. 1a143ae Do not allow adds of pointer types, or many other operations on pointer types. by Chris Lattner · 22 years ago
  94. cc63f1c Eliminated the MemAccessInst class, folding contents into GEP class. by Chris Lattner · 22 years ago
  95. 24ea74e Load & StoreInst no longer derive from MemAccessInst, so we don't have by Chris Lattner · 22 years ago
  96. dd5b495 - Cleaned up the interface to AnalysisUsage to take analysis class names by Chris Lattner · 22 years ago
  97. 9ce231f Implement dominator checking in the verifier, so that we check that all by Chris Lattner · 22 years ago
  98. e20a5dd Register Verifier pass by Chris Lattner · 22 years ago
  99. 3535c9b Add a hack to check for a subset of true dominance properties by Chris Lattner · 22 years ago
  100. d05e22c changes for 64bit gcc by Anand Shukla · 22 years ago