This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 736ed08304 Implement CFI for indirect calls via a member function pointer.
new 0e974309d1 Modernize a function, NFC.
new f759bf6afb [ubsan] Relax nullability-return for blocks with deduced types
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:
include/clang/Basic/Specifiers.h | 6 ++++++
lib/Sema/SemaLambda.cpp | 16 ++++++++++------
test/CodeGenObjC/ubsan-nullability.m | 37 ++++++++++++++++++++++++++++++++++--
3 files changed, 51 insertions(+), 8 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from d1d8627cf4c [X86] Redefine avx512 packed fpclass intrinsics to return a [...]
new 1cc13e5ad13 [ThinLTO] Add string saver onto index for value names
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:
include/llvm/IR/ModuleSummaryIndex.h | 14 +++++++++++++-
lib/Analysis/ModuleSummaryAnalysis.cpp | 4 ++--
lib/Bitcode/Reader/BitcodeReader.cpp | 9 ++++++---
test/ThinLTO/X86/autoupgrade.ll | 7 +++++++
4 files changed, 28 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 265fa9857b [X86] Redefine avx512 packed fpclass intrinsics to return a [...]
new 736ed08304 Implement CFI for indirect calls via a member function pointer.
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:
docs/ControlFlowIntegrity.rst | 30 +++++++++++
docs/LTOVisibility.rst | 6 +--
include/clang/Basic/Sanitizers.def | 5 +-
lib/CodeGen/CGClass.cpp | 4 +-
lib/CodeGen/CGVTables.cpp | 43 ++++++++++-----
lib/CodeGen/CodeGenFunction.h | 2 +
lib/CodeGen/CodeGenModule.cpp | 89 ++++++++++++++++++++++---------
lib/CodeGen/CodeGenModule.h | 19 ++++++-
lib/CodeGen/ItaniumCXXABI.cpp | 87 ++++++++++++++++++++++++++++--
lib/Driver/SanitizerArgs.cpp | 29 ++++++++--
lib/Driver/ToolChains/MSVC.cpp | 1 +
test/CodeGenCXX/cfi-mfcall-incomplete.cpp | 12 +++++
test/CodeGenCXX/cfi-mfcall.cpp | 30 +++++++++++
test/CodeGenCXX/type-metadata-memfun.cpp | 31 +++++++++++
test/CodeGenCXX/type-metadata.cpp | 43 +++++++++++++++
test/Driver/fsanitize.c | 16 ++++--
16 files changed, 387 insertions(+), 60 deletions(-)
create mode 100644 test/CodeGenCXX/cfi-mfcall-incomplete.cpp
create mode 100644 test/CodeGenCXX/cfi-mfcall.cpp
create mode 100644 test/CodeGenCXX/type-metadata-memfun.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository compiler-rt.
from 2a1852a72 [UBsan] Enable ubsan minimal unit tests on OpenBSD
new 2d0b060aa Implement CFI for indirect calls via a member function pointer.
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:
lib/ubsan/ubsan_handlers.cc | 14 +++---
lib/ubsan/ubsan_handlers.h | 2 +
lib/ubsan/ubsan_handlers_cxx.cc | 4 ++
test/cfi/mfcall.cpp | 94 +++++++++++++++++++++++++++++++++++++++++
4 files changed, 108 insertions(+), 6 deletions(-)
create mode 100644 test/cfi/mfcall.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 633b851c9ab [ThinLTO] Add per-module indexes to combined index consistently
new d1d8627cf4c [X86] Redefine avx512 packed fpclass intrinsics to return a [...]
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:
include/llvm/IR/IntrinsicsX86.td | 18 +--
lib/IR/AutoUpgrade.cpp | 43 ++++++
lib/Target/X86/X86ISelLowering.cpp | 25 +--
test/CodeGen/X86/avx512dq-intrinsics-fast-isel.ll | 161 +++++++++++++++++++
test/CodeGen/X86/avx512dq-intrinsics-upgrade.ll | 31 ++++
test/CodeGen/X86/avx512dq-intrinsics.ll | 20 ++-
.../CodeGen/X86/avx512dqvl-intrinsics-fast-isel.ll | 171 +++++++++++++++++++++
test/CodeGen/X86/avx512dqvl-intrinsics-upgrade.ll | 62 ++++++++
test/CodeGen/X86/avx512dqvl-intrinsics.ll | 43 ++++--
9 files changed, 519 insertions(+), 55 deletions(-)
create mode 100644 test/CodeGen/X86/avx512dq-intrinsics-fast-isel.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 7ca1126ca83 [ORC] Add a symbolAliases function to the Core APIs.
new 00cc8d0f099 Revert r335562 and 335563 "[X86] Redefine avx512 packed fpc [...]
new 633b851c9ab [ThinLTO] Add per-module indexes to combined index consistently
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:
include/llvm/IR/IntrinsicsX86.td | 18 ++-
include/llvm/IR/ModuleSummaryIndex.h | 7 +
lib/Bitcode/Reader/BitcodeReader.cpp | 22 ++-
lib/IR/AutoUpgrade.cpp | 43 ------
lib/Target/X86/X86ISelLowering.cpp | 25 ++-
test/CodeGen/X86/avx512dq-intrinsics-fast-isel.ll | 161 -------------------
test/CodeGen/X86/avx512dq-intrinsics-upgrade.ll | 31 ----
test/CodeGen/X86/avx512dq-intrinsics.ll | 20 +--
.../CodeGen/X86/avx512dqvl-intrinsics-fast-isel.ll | 171 ---------------------
test/CodeGen/X86/avx512dqvl-intrinsics-upgrade.ll | 62 --------
test/CodeGen/X86/avx512dqvl-intrinsics.ll | 43 ++----
test/LTO/Resolution/X86/mod-asm-used.ll | 8 +-
12 files changed, 83 insertions(+), 528 deletions(-)
delete mode 100644 test/CodeGen/X86/avx512dq-intrinsics-fast-isel.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 0b6ddca1f37 [X86] Redefine avx512 packed fpclass intrinsics to return a [...]
new 7ca1126ca83 [ORC] Add a symbolAliases function to the Core APIs.
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:
include/llvm/ExecutionEngine/Orc/Core.h | 40 ++++++++++++
lib/ExecutionEngine/Orc/Core.cpp | 89 +++++++++++++++++++++++---
unittests/ExecutionEngine/Orc/CoreAPIsTest.cpp | 29 +++++++++
3 files changed, 149 insertions(+), 9 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 4c45b898f09 [ThinLTO] Compute GUID directly from GV when building per-m [...]
new d411816d5c3 [gdb] Escape unprintable bytes in SmallString and StringRef
new 60f122c15f7 foo
new 0b6ddca1f37 [X86] Redefine avx512 packed fpclass intrinsics to return a [...]
The 3 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:
include/llvm/IR/IntrinsicsX86.td | 18 +--
lib/IR/AutoUpgrade.cpp | 43 ++++++
lib/Target/X86/X86ISelLowering.cpp | 25 +--
test/CodeGen/X86/avx512dq-intrinsics-fast-isel.ll | 161 +++++++++++++++++++
test/CodeGen/X86/avx512dq-intrinsics-upgrade.ll | 31 ++++
test/CodeGen/X86/avx512dq-intrinsics.ll | 20 ++-
.../CodeGen/X86/avx512dqvl-intrinsics-fast-isel.ll | 171 +++++++++++++++++++++
test/CodeGen/X86/avx512dqvl-intrinsics-upgrade.ll | 62 ++++++++
test/CodeGen/X86/avx512dqvl-intrinsics.ll | 43 ++++--
utils/gdb-scripts/prettyprinters.py | 12 +-
10 files changed, 523 insertions(+), 63 deletions(-)
create mode 100644 test/CodeGen/X86/avx512dq-intrinsics-fast-isel.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 707983ea1f [analyzer] Track null and undef values through expressions w [...]
new 265fa9857b [X86] Redefine avx512 packed fpclass intrinsics to return a [...]
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:
lib/CodeGen/CGBuiltin.cpp | 37 +++++++++++++++++++++++++++++++++++++
1 file changed, 37 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 39add80ac56 Add a warning if someone attempts to add extra section flag [...]
new 4c45b898f09 [ThinLTO] Compute GUID directly from GV when building per-m [...]
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:
include/llvm/IR/ModuleSummaryIndex.h | 9 +++++++--
lib/Analysis/ModuleSummaryAnalysis.cpp | 12 ++++++------
lib/Bitcode/Writer/BitcodeWriter.cpp | 4 ++--
3 files changed, 15 insertions(+), 10 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.