1. 1997473 Drop 'const' by Devang Patel · 17 years ago
  2. 3e15bf3 Use 'static const char' instead of 'static const int'. by Devang Patel · 17 years ago
  3. 794fd75 Do not use typeinfo to identify pass in pass manager. by Devang Patel · 17 years ago
  4. c6c98af Implement review feedback by Anton Korobeynikov · 17 years ago
  5. 0f53f7f Let Verifier check aliasees by Anton Korobeynikov · 17 years ago
  6. a80e118 Implement review feedback. Aliasees can be either GlobalValue's or by Anton Korobeynikov · 17 years ago
  7. 8b0a8c8 Implement aliases. This fixes PR1017 and it's dependent bugs. CFE part by Anton Korobeynikov · 17 years ago
  8. cd07075 Fix regressions introduced by my previous patch: opt calls verifier in a by Chris Lattner · 17 years ago
  9. 19b6dcd catch a case that was biting jeffc by Chris Lattner · 17 years ago
  10. 4d8c16f eliminate a use of Instruction::getPrev(), patch by Gabor Greif in 2005. by Chris Lattner · 17 years ago
  11. f75b874 For PR1284: Implement the "part_set" intrinsic. by Reid Spencer · 17 years ago
  12. 466b9bd unbreak the build :( by Chris Lattner · 17 years ago
  13. a838321 Fix build problem. by Jeff Cohen · 17 years ago
  14. addd11d Implement the llvm.bit.part_select.iN.iN.iN overloaded intrinsic. by Reid Spencer · 17 years ago
  15. 559d77a For PR1297: by Reid Spencer · 17 years ago
  16. ac9dcb9 For PR1195: by Reid Spencer · 17 years ago
  17. 9d6565a For PR1195: by Reid Spencer · 17 years ago
  18. dec628e Switch ValueSymbolTable to use StringMap<Value*> instead of std::map<std::string, Value*> by Chris Lattner · 18 years ago
  19. f8edb62 convert some vectors to smallvector. by Chris Lattner · 18 years ago
  20. 8552fae speed up the verifier 8.5% by using a smallvector instead of vector. by Chris Lattner · 18 years ago
  21. 78287b4 Change an std::set to a SmallPtrSet. This speeds up the verifier on by Chris Lattner · 18 years ago
  22. ba4cc09 Support var arg intrinsics. by Jim Laskey · 18 years ago
  23. ef9b9a7 For PR411: by Reid Spencer · 18 years ago
  24. 832254e Changes to support making the shift instructions be true BinaryOperators. by Reid Spencer · 18 years ago
  25. 5cbf985 For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid by Reid Spencer · 18 years ago
  26. b10308e Propagate changes from my local tree. This patch includes: by Anton Korobeynikov · 18 years ago
  27. 42a7551 rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger. by Chris Lattner · 18 years ago
  28. b9d8b97 teach VMCore to accept i1 add's and shifts by Chris Lattner · 18 years ago
  29. a54b7cb For PR1064: by Reid Spencer · 18 years ago
  30. 4fe16d6 Rename BoolTy as Int1Ty. Patch by Sheng Zhou. by Reid Spencer · 18 years ago
  31. 78d033e For PR411: by Reid Spencer · 18 years ago
  32. affaf07 Do not allow packed types for icmp and fcmp instructions. by Reid Spencer · 18 years ago
  33. 79e21d3 For PR950: Change signed integer type names to unsigned equivalents. by Reid Spencer · 18 years ago
  34. e4d87aa For PR950: by Reid Spencer · 18 years ago
  35. 62d75e7 Fix Regression/Verifier/invoke-1.ll by Chris Lattner · 18 years ago
  36. 19591b3 Revert the previous patch which was incorrect. This unbreaks eon, but rebreaks by Chris Lattner · 18 years ago
  37. c597a88 Remove a useless statement. by Reid Spencer · 18 years ago
  38. d71b620 For PR1042: by Reid Spencer · 18 years ago
  39. e3cbe03 Fix PR1042, by tightening up the subtle rules with invoke value use. by Chris Lattner · 18 years ago
  40. 4d17caa only check non-external functions by Chris Lattner · 18 years ago
  41. 41af719 Reject attempts to define intrinsics. This fixes PR1047 and by Chris Lattner · 18 years ago
  42. 1a097e3 Don't use <sstream> in Streams.h but <iosfwd> instead. by Bill Wendling · 18 years ago
  43. e815619 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 18 years ago
  44. 3749c9c Remove the 'printname' argument to WriteAsOperand. It is always true, and by Chris Lattner · 18 years ago
  45. 8f48766 Changed to using LLVM streams. by Bill Wendling · 18 years ago
  46. 3da59db For PR950: by Reid Spencer · 18 years ago
  47. 45fb3f3 For PR950: by Reid Spencer · 18 years ago
  48. b83eb64 For PR950: by Reid Spencer · 18 years ago
  49. bcb9770 Added some eye-candy for Subtarget type checking by Anton Korobeynikov · 18 years ago
  50. b74ed07 Adding dllimport, dllexport and external weak linkage types. by Anton Korobeynikov · 18 years ago
  51. 7f8897f eliminate RegisterOpt. It does the same thing as RegisterPass. by Chris Lattner · 18 years ago
  52. a4f0b3a s|llvm/Support/Visibility.h|llvm/Support/Compiler.h| by Chris Lattner · 18 years ago
  53. 7107c3b For PR780: by Reid Spencer · 18 years ago
  54. f4ea921 Fix PR826, testcase here: Regression/Verifier/2006-07-11-StoreStruct.ll by Chris Lattner · 18 years ago
  55. 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
  56. 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
  57. 80105dd csret functions can be varargs (as can target cc's). Verify restrictions on by Chris Lattner · 18 years ago
  58. ff8953a remove dead var by Chris Lattner · 18 years ago
  59. 1cbe05b Use the isValidOperands helper instead of duplicating checking code by Chris Lattner · 18 years ago
  60. 00f1023 Add shufflevector support, todo, implement better constant folding. by Chris Lattner · 18 years ago
  61. 4c5701d Fix build breakage. by Jeff Cohen · 18 years ago
  62. 536a9d5 Add a new method to verify intrinsic function prototypes. by Chris Lattner · 18 years ago
  63. 3b816b7 Use the autogenerated intrinsic verifier by Chris Lattner · 18 years ago
  64. 59bcce5 remove dbg_declare, it's not used yet. by Chris Lattner · 18 years ago
  65. 41edaa0 remove the read/write port/io intrinsics. by Chris Lattner · 18 years ago
  66. ffa987d Split memcpy/memset/memmove intrinsics into i32/i64 versions, resolving by Chris Lattner · 18 years ago
  67. 3188b73 Make sure the only user of InlineAsm's are direct calls. by Chris Lattner · 19 years ago
  68. d615bd9 Don't accept the ctpop, cttz, or ctlz intrinsics with signed arguments. The by Reid Spencer · 19 years ago
  69. c152f9c VMCore support for the insertelement operation. by Robert Bocchino · 19 years ago
  70. 0b11820 For PR411: by Reid Spencer · 19 years ago
  71. e2ba1b3 Thanks to Daniel Berlin's ETForest fix, we can now use it again for the verifier by Chris Lattner · 19 years ago
  72. 14c02b7 ET-Forest has issues with unreachable blocks. Temporarily disable verifiers use by Chris Lattner · 19 years ago
  73. 6fb3bd6 Add bswap intrinsics as documented in the Language Reference by Nate Begeman · 19 years ago
  74. 71d0e3d Add recognition and verification of new llvm.stacksave/llvm.stackrestore intrinsics by Chris Lattner · 19 years ago
  75. 0b2192c Convert the verifier over to use ETForest instead of DominatorSet. Patch by Chris Lattner · 19 years ago
  76. b52ee7f Added support for the extractelement operation. by Robert Bocchino · 19 years ago
  77. b9d4100 Get logical operations to like packed types, allow BinOp::getNot to create by Chris Lattner · 19 years ago
  78. 51b8d54 continued readcyclecounter support by Andrew Lenharth · 19 years ago
  79. 558bc88 core changes for varargs by Andrew Lenharth · 19 years ago
  80. 37c121a Verify that varargs functions all have ccc by Chris Lattner · 19 years ago
  81. 691ef2b Implement count leading zeros (ctlz), count trailing zeros (cttz), and count by Andrew Lenharth · 19 years ago
  82. eed37ba Add llvm.sqrt intrinsic, patch contributed by Morten Ofstad by Chris Lattner · 19 years ago
  83. fd93908 Remove trailing whitespace by Misha Brukman · 19 years ago
  84. 7f4ec3b First step in adding pcmarker intrinsic. Second step (soon) is adding backend support. by Andrew Lenharth · 19 years ago
  85. e4d5c44 This mega patch converts us from using Function::a{iterator|begin|end} to by Chris Lattner · 19 years ago
  86. 6f72282 Verify llvm.prefetch. by Chris Lattner · 19 years ago
  87. aab1820 Fix some problems where the verifier would crash on invalid input instead of by Chris Lattner · 19 years ago
  88. 5fb6ed4 Use binary mode for reading/writing bytecode files by Jeff Cohen · 20 years ago
  89. 56998b2 Add a verifier assertion by Chris Lattner · 20 years ago
  90. 4f4cf99 Check if a block has a terminator first before calling front() on by Alkis Evlogimenos · 20 years ago
  91. 8b42b43 Make error msg reflect what exactly went wrong. by Alkis Evlogimenos · 20 years ago
  92. e7a3f3e The Alpha (tm) intrinsics have never been used anywhere by Misha Brukman · 20 years ago
  93. 0030e6c Make sure to check select instructions for generic instruction properties by Chris Lattner · 20 years ago
  94. a7b1c7e Don't use DominatorSet::dominates for intra-block instruction dom checks. by Chris Lattner · 20 years ago
  95. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  96. 715c90b Packed types, brought to you by Brad Jones by Brian Gaeke · 20 years ago
  97. 9545a17 Updates to gc intrinsics, contributed by Tobias Nurmiranta by Chris Lattner · 20 years ago
  98. 38696d2 bug 122: - Correct an assert to not have redundant isa<GlobalValue> by Reid Spencer · 20 years ago
  99. e2fac77 - #include <iostream> since its not in Value.h any more. by Reid Spencer · 20 years ago
  100. 5b63631 * Capitalize `Java' * Sprinkle hypens liberally * Fix some grammar in comments by Misha Brukman · 20 years ago