This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from bd6eec4f5f [NFC] Attempt to make ubsan-blacklist-vfs test pass on Windows new 2eb3835e1c [BPF] do compile-once run-everywhere relocation for bitfields
The 1 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: .../Basic/{BuiltinsNEON.def => BuiltinsBPF.def} | 15 ++++--- include/clang/Basic/DiagnosticSemaKinds.td | 5 +++ include/clang/Basic/TargetBuiltins.h | 10 +++++ include/clang/Sema/Sema.h | 1 + include/clang/module.modulemap | 1 + lib/Basic/Targets/BPF.cpp | 12 ++++++ lib/Basic/Targets/BPF.h | 4 +- lib/CodeGen/CGBuiltin.cpp | 34 +++++++++++++++ lib/CodeGen/CGExpr.cpp | 16 ++++++-- lib/CodeGen/CodeGenFunction.h | 1 + lib/Sema/SemaChecking.cpp | 39 ++++++++++++++++++ test/CodeGen/builtins-bpf-preserve-field-info-1.c | 35 ++++++++++++++++ test/CodeGen/builtins-bpf-preserve-field-info-2.c | 26 ++++++++++++ test/Sema/builtins-bpf.c | 48 ++++++++++++++++++++++ 14 files changed, 237 insertions(+), 10 deletions(-) copy include/clang/Basic/{BuiltinsNEON.def => BuiltinsBPF.def} (58%) create mode 100644 test/CodeGen/builtins-bpf-preserve-field-info-1.c create mode 100644 test/CodeGen/builtins-bpf-preserve-field-info-2.c create mode 100644 test/Sema/builtins-bpf.c