1. 1368022 [opaque pointer types] Add a FunctionCallee wrapper type, and use it. by James Y Knight · 7 years ago
  2. fadf250 Revert "[opaque pointer types] Add a FunctionCallee wrapper type, and use it." by James Y Knight · 7 years ago
  3. f47d6b3 [opaque pointer types] Add a FunctionCallee wrapper type, and use it. by James Y Knight · 7 years ago
  4. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  5. cda5421 [DebugInfo] DISubprogram flags get their own flags word. NFC. by Paul Robinson · 7 years ago
  6. a8b2ddb Move the stripping of invalid debug info from the Verifier to AutoUpgrade. by Adrian Prantl · 8 years ago
  7. 9a67b07 Re-sort #include lines for unittests. This uses a slightly modified by Chandler Carruth · 8 years ago
  8. b518054 Rename AttributeSet to AttributeList by Reid Kleckner · 9 years ago
  9. 43c8b6b [DebugInfo] Changed DIBuilder::createCompileUnit() to take DIFile instead of FileName and Directory. by Amjad Aboud · 9 years ago
  10. 29d6302 [unittests] Remove an MSVC 2013 workaround, NFCI. by Vedant Kumar · 9 years ago
  11. a2ef047 Verifier: Mark orphaned DICompileUnits as a debug info failure. by Adrian Prantl · 9 years ago
  12. d4135bb DebugInfo: New metadata representation for global variables. by Peter Collingbourne · 9 years ago
  13. 94a903e Port the strip-invalid-debuginfo logic to the legacy verifier pass, too. by Adrian Prantl · 9 years ago
  14. cc8900f Delete duplicated verifier test. by Rafael Espindola · 9 years ago
  15. 134430d Disable this unit test on MSVC, which crashes while compiling it. by Adrian Prantl · 9 years ago
  16. e365618 Separate the Verifier into an analysis and a transformation pass and by Adrian Prantl · 9 years ago
  17. 614d411 Revert "Separate the Verifier into an analysis and a transformation pass and" by Adrian Prantl · 9 years ago
  18. ec45b43 Separate the Verifier into an analysis and a transformation pass and by Adrian Prantl · 9 years ago
  19. 03b42e4 Remove every uses of getGlobalContext() in LLVM (but the C API) by Mehdi Amini · 10 years ago
  20. 6ac3f73 Fix Clang-tidy modernize-use-nullptr and modernize-use-override warnings; other minor fixes. by Eugene Zelenko · 10 years ago
  21. f6d17b9 [Verifier] Check parentage of GVs in dbg metadata by Keno Fischer · 10 years ago
  22. 60f82a2 [Verifier] Verify that a GlobalValue is only used in this Module by Keno Fischer · 10 years ago
  23. a6c4ce4 [Verifier] Improve error for cross-module refs by Keno Fischer · 10 years ago
  24. 42a4c9f Allow aliases to be unnamed_addr. by Rafael Espindola · 11 years ago
  25. f1bedd374 Use create methods since msvc doesn't handle delegating constructors. by Rafael Espindola · 11 years ago
  26. 8370565 Reduce abuse of default values in the GlobalAlias constructor. by Rafael Espindola · 11 years ago
  27. 4fe0094 Change the GlobalAlias constructor to look a bit more like GlobalVariable. by Rafael Espindola · 11 years ago
  28. 56440fd Replace OwningPtr<T> with std::unique_ptr<T>. by Ahmed Charles · 12 years ago
  29. 043949d [PM] Make the verifier work independently of any pass manager. by Chandler Carruth · 12 years ago
  30. 5ad5f15 [cleanup] Move the Dominators.h and Verifier.h headers into the IR by Chandler Carruth · 12 years ago
  31. 55fdcff Add calls to doInitialization() and doFinalization() in verifyFunction() by Rafael Espindola · 12 years ago
  32. e0d97df Add unit test to test a trivial verifier check. by Bill Wendling · 12 years ago
  33. 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]
  34. 9fb823b Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 13 years ago
  35. 130cec2 Sort the #include lines for unittest/... by Chandler Carruth · 13 years ago
  36. 229907c land David Blaikie's patch to de-constify Type, with a few tweaks. by Chris Lattner · 14 years ago
  37. 489e505 Allow unnamed_addr on declarations. by Rafael Espindola · 15 years ago
  38. 026d152 Reject uses of unnamed_addr in declarations. by Rafael Espindola · 15 years ago
  39. 45e6c19 First step in fixing PR8927: by Rafael Espindola · 15 years ago
  40. 5a952b1 Remove a memory leak from VerifierTest. by Jeffrey Yasskin · 16 years ago
  41. 1d9a815 Teach the verifier to check the condition on a branch and ensure that it has by Nick Lewycky · 16 years ago