This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b17a45c [BPI] Add new LazyBPI analysis new 1c20b71 [IR] Introduce a non-integral pointer type new b57cbbd [sanitizer] Simplify and future-proof maybeMarkSanitizerLibra [...]
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: docs/LangRef.rst | 24 ++++++++++++++++++ include/llvm/IR/DataLayout.h | 18 ++++++++++++++ lib/IR/DataLayout.cpp | 14 +++++++++++ lib/IR/Verifier.cpp | 10 ++++++++ lib/Transforms/Utils/Local.cpp | 23 +++++------------ test/Verifier/non-integral-pointers.ll | 45 ++++++++++++++++++++++++++++++++++ 6 files changed, 117 insertions(+), 17 deletions(-) create mode 100644 test/Verifier/non-integral-pointers.ll