1. 94a903e Port the strip-invalid-debuginfo logic to the legacy verifier pass, too. by Adrian Prantl · 9 years ago
  2. cc8900f Delete duplicated verifier test. by Rafael Espindola · 9 years ago
  3. 134430d Disable this unit test on MSVC, which crashes while compiling it. by Adrian Prantl · 9 years ago
  4. e365618 Separate the Verifier into an analysis and a transformation pass and by Adrian Prantl · 9 years ago
  5. 614d411 Revert "Separate the Verifier into an analysis and a transformation pass and" by Adrian Prantl · 9 years ago
  6. ec45b43 Separate the Verifier into an analysis and a transformation pass and by Adrian Prantl · 9 years ago
  7. 03b42e4 Remove every uses of getGlobalContext() in LLVM (but the C API) by Mehdi Amini · 9 years ago
  8. 6ac3f73 Fix Clang-tidy modernize-use-nullptr and modernize-use-override warnings; other minor fixes. by Eugene Zelenko · 10 years ago
  9. f6d17b9 [Verifier] Check parentage of GVs in dbg metadata by Keno Fischer · 10 years ago
  10. 60f82a2 [Verifier] Verify that a GlobalValue is only used in this Module by Keno Fischer · 10 years ago
  11. a6c4ce4 [Verifier] Improve error for cross-module refs by Keno Fischer · 10 years ago
  12. 42a4c9f Allow aliases to be unnamed_addr. by Rafael Espindola · 11 years ago
  13. f1bedd374 Use create methods since msvc doesn't handle delegating constructors. by Rafael Espindola · 11 years ago
  14. 8370565 Reduce abuse of default values in the GlobalAlias constructor. by Rafael Espindola · 11 years ago
  15. 4fe0094 Change the GlobalAlias constructor to look a bit more like GlobalVariable. by Rafael Espindola · 11 years ago
  16. 56440fd Replace OwningPtr<T> with std::unique_ptr<T>. by Ahmed Charles · 12 years ago
  17. 043949d [PM] Make the verifier work independently of any pass manager. by Chandler Carruth · 12 years ago
  18. 5ad5f15 [cleanup] Move the Dominators.h and Verifier.h headers into the IR by Chandler Carruth · 12 years ago
  19. 55fdcff Add calls to doInitialization() and doFinalization() in verifyFunction() by Rafael Espindola · 12 years ago
  20. e0d97df Add unit test to test a trivial verifier check. by Bill Wendling · 12 years ago
  21. 74b6a77 Rename the VMCore unittest tree to IR. Somehow was missed when doing the by Chandler Carruth · 13 years ago[Renamed (96%) from llvm/unittests/VMCore/VerifierTest.cpp]
  22. 9fb823b Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 13 years ago
  23. 130cec2 Sort the #include lines for unittest/... by Chandler Carruth · 13 years ago
  24. 229907c land David Blaikie's patch to de-constify Type, with a few tweaks. by Chris Lattner · 14 years ago
  25. 489e505 Allow unnamed_addr on declarations. by Rafael Espindola · 15 years ago
  26. 026d152 Reject uses of unnamed_addr in declarations. by Rafael Espindola · 15 years ago
  27. 45e6c19 First step in fixing PR8927: by Rafael Espindola · 15 years ago
  28. 5a952b1 Remove a memory leak from VerifierTest. by Jeffrey Yasskin · 16 years ago
  29. 1d9a815 Teach the verifier to check the condition on a branch and ensure that it has by Nick Lewycky · 16 years ago