1. eaa7353 [DebugInfo] DISubprogram flags get their own flags word. NFC. by Paul Robinson · 7 years ago
  2. 733fe2f Move the stripping of invalid debug info from the Verifier to AutoUpgrade. by Adrian Prantl · 8 years ago
  3. 3c0d607 Re-sort #include lines for unittests. This uses a slightly modified by Chandler Carruth · 8 years ago
  4. 6707770 Rename AttributeSet to AttributeList by Reid Kleckner · 8 years ago
  5. faaafe5 [DebugInfo] Changed DIBuilder::createCompileUnit() to take DIFile instead of FileName and Directory. by Amjad Aboud · 9 years ago
  6. a69463c [unittests] Remove an MSVC 2013 workaround, NFCI. by Vedant Kumar · 9 years ago
  7. 50aa910 Verifier: Mark orphaned DICompileUnits as a debug info failure. by Adrian Prantl · 9 years ago
  8. 5420de3 DebugInfo: New metadata representation for global variables. by Peter Collingbourne · 9 years ago
  9. b28eca7 Port the strip-invalid-debuginfo logic to the legacy verifier pass, too. by Adrian Prantl · 9 years ago
  10. d9f2fdc Delete duplicated verifier test. by Rafael Espindola · 9 years ago
  11. 2158bbe Disable this unit test on MSVC, which crashes while compiling it. by Adrian Prantl · 9 years ago
  12. f68fb38 Separate the Verifier into an analysis and a transformation pass and by Adrian Prantl · 9 years ago
  13. 0a35726 Revert "Separate the Verifier into an analysis and a transformation pass and" by Adrian Prantl · 9 years ago
  14. 6d99a3d Separate the Verifier into an analysis and a transformation pass and by Adrian Prantl · 9 years ago
  15. 8be7707 Remove every uses of getGlobalContext() in LLVM (but the C API) by Mehdi Amini · 9 years ago
  16. 51ecde1 Fix Clang-tidy modernize-use-nullptr and modernize-use-override warnings; other minor fixes. by Eugene Zelenko · 10 years ago
  17. 508bcbe [Verifier] Check parentage of GVs in dbg metadata by Keno Fischer · 10 years ago
  18. 14d9bbf [Verifier] Verify that a GlobalValue is only used in this Module by Keno Fischer · 10 years ago
  19. 6cb642d [Verifier] Improve error for cross-module refs by Keno Fischer · 10 years ago
  20. 6fd1b8e Allow aliases to be unnamed_addr. by Rafael Espindola · 11 years ago
  21. c86235f Use create methods since msvc doesn't handle delegating constructors. by Rafael Espindola · 11 years ago
  22. fbd8cc0 Reduce abuse of default values in the GlobalAlias constructor. by Rafael Espindola · 11 years ago
  23. ab67b30 Change the GlobalAlias constructor to look a bit more like GlobalVariable. by Rafael Espindola · 11 years ago
  24. f4ccd11 Replace OwningPtr<T> with std::unique_ptr<T>. by Ahmed Charles · 11 years ago
  25. e608d69 [PM] Make the verifier work independently of any pass manager. by Chandler Carruth · 12 years ago
  26. 56e1394 [cleanup] Move the Dominators.h and Verifier.h headers into the IR by Chandler Carruth · 12 years ago
  27. 415b33f Add calls to doInitialization() and doFinalization() in verifyFunction() by Rafael Espindola · 12 years ago
  28. ae5758b Add unit test to test a trivial verifier check. by Bill Wendling · 12 years ago
  29. c779e96 Rename the VMCore unittest tree to IR. Somehow was missed when doing the by Chandler Carruth · 13 years ago[Renamed (96%) from unittests/VMCore/VerifierTest.cpp]
  30. 0b8c9a8 Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 13 years ago
  31. 5a88dda Sort the #include lines for unittest/... by Chandler Carruth · 13 years ago
  32. db125cf land David Blaikie's patch to de-constify Type, with a few tweaks. by Chris Lattner · 14 years ago
  33. ba7c38c Allow unnamed_addr on declarations. by Rafael Espindola · 15 years ago
  34. d72479c Reject uses of unnamed_addr in declarations. by Rafael Espindola · 15 years ago
  35. bea4626 First step in fixing PR8927: by Rafael Espindola · 15 years ago
  36. 645a86f Remove a memory leak from VerifierTest. by Jeffrey Yasskin · 15 years ago
  37. 6a7cb63 Teach the verifier to check the condition on a branch and ensure that it has by Nick Lewycky · 16 years ago