This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 58c979e [AArch64] Only build & test pauth code for LP64
new 84dd833 runtime, testing/internal/testdeps: fixes for cgo
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:
gcc/go/gofrontend/MERGE | 2 +-
libgo/Makefile.am | 5 +++++
libgo/Makefile.in | 41 +++++++++++++++++++++++++++++++++++++----
libgo/go/runtime/proc.go | 3 +++
libgo/runtime/proc.c | 16 ++++++++++++++--
5 files changed, 60 insertions(+), 7 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 compiler-rt.
from 3c3e150 [scudo] Replacing std::atomic with Sanitizer's atomics
new b69e84d [sanitizer] [asan] Use macros to simplify weak aliases on Windows.
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/asan/asan_globals_win.h | 34 -----------------
lib/asan/asan_win.cc | 30 ++++-----------
lib/asan/asan_win_dll_thunk.cc | 4 +-
lib/asan/asan_win_dynamic_runtime_thunk.cc | 4 +-
lib/sanitizer_common/sanitizer_win.cc | 8 ++--
lib/sanitizer_common/sanitizer_win_defs.h | 59 ++++++++++++++++++++++++++++++
lib/ubsan/ubsan_flags.cc | 8 ++--
7 files changed, 77 insertions(+), 70 deletions(-)
delete mode 100644 lib/asan/asan_globals_win.h
create mode 100644 lib/sanitizer_common/sanitizer_win_defs.h
--
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 d7767b2 LowerTypeTests: Compute SizeM1BitWidth in exportTypeId. NFCI.
new d130a4c NewGVN: Fix PR 31686 and PR 31698 by rewriting store leader h [...]
new 13b8e1f NewGVN: Remove pr31686.ll, it is tested by pr31594.ll, which [...]
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/Transforms/Scalar/GVNExpression.h | 10 +++-
lib/Transforms/Scalar/NewGVN.cpp | 77 ++++++++++++++------------
test/Transforms/NewGVN/loadforward.ll | 32 +++++++++++
test/Transforms/NewGVN/pr31594.ll | 1 +
test/Transforms/NewGVN/propagate-ir-flags.ll | 1 -
5 files changed, 82 insertions(+), 39 deletions(-)
create mode 100644 test/Transforms/NewGVN/loadforward.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 gcc.
from 864029a PR go/79146 math/big: fix build on s390x
new 58c979e [AArch64] Only build & test pauth code for LP64
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:
gcc/ChangeLog | 5 +++++
gcc/config/aarch64/aarch64-builtins.c | 11 ++++++++---
gcc/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/gcc.target/aarch64/return_address_sign_1.c | 1 +
gcc/testsuite/gcc.target/aarch64/return_address_sign_2.c | 1 +
gcc/testsuite/gcc.target/aarch64/return_address_sign_3.c | 1 +
libgcc/ChangeLog | 6 ++++++
libgcc/config/aarch64/aarch64-unwind.h | 4 ++--
libgcc/unwind-dw2.c | 2 +-
9 files changed, 32 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 llvm.
from 85b2e0b [ThinLTO] Fix lazy-loading of MDString instruction attachments
new 0d4e33d [WebAssembly] Don't create bitcast-wrappers for varargs.
new 7404114 [libFuzzer] experimental support for 'equivalance fuzzing'
new d7767b2 LowerTypeTests: Compute SizeM1BitWidth in exportTypeId. NFCI.
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:
lib/Fuzzer/CMakeLists.txt | 1 +
lib/Fuzzer/FuzzerDriver.cpp | 26 ++++++
lib/Fuzzer/FuzzerFlags.def | 3 +
lib/Fuzzer/FuzzerInternal.h | 1 +
lib/Fuzzer/FuzzerLoop.cpp | 33 +++++++-
lib/Fuzzer/FuzzerShmem.h | 69 +++++++++++++++
lib/Fuzzer/FuzzerShmemPosix.cpp | 97 ++++++++++++++++++++++
lib/Fuzzer/test/EquivalenceATest.cpp | 6 +-
lib/Fuzzer/test/EquivalenceBTest.cpp | 9 +-
lib/Fuzzer/test/equivalence.test | 5 ++
.../WebAssembly/WebAssemblyFixFunctionBitcasts.cpp | 5 ++
lib/Transforms/IPO/LowerTypeTests.cpp | 13 ++-
test/CodeGen/WebAssembly/function-bitcasts.ll | 17 ++++
13 files changed, 271 insertions(+), 14 deletions(-)
create mode 100644 lib/Fuzzer/FuzzerShmem.h
create mode 100644 lib/Fuzzer/FuzzerShmemPosix.cpp
create mode 100644 lib/Fuzzer/test/equivalence.test
--
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 e32fe3b Revert r292508 given that we intend to remove driver options [...]
new 32c7998 Revert "Don't inline dllimport functions referencing non-impo [...]
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/CodeGenModule.cpp | 5 -----
test/CodeGenCXX/dllimport.cpp | 7 -------
2 files changed, 12 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 lld.
from d546427 Simplify. NFC.
new a0862ed Reduce code duplication when allocating program headers.
new 4cdd9dc Don't create a bogus PT_PHDR if we don't allocate the headers.
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:
ELF/LinkerScript.cpp | 12 +------
ELF/Writer.cpp | 68 +++++++++++++++++++++++---------------
ELF/Writer.h | 4 +--
test/ELF/linkerscript/empty-load.s | 3 +-
test/ELF/linkerscript/no-space.s | 6 ++--
test/ELF/linkerscript/non-alloc.s | 6 ++--
test/ELF/ttext-tdata-tbss.s | 11 +++---
7 files changed, 56 insertions(+), 54 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 bae951d [x86] add tests to show missed min/max vector codegen (PR31693)
new 85b2e0b [ThinLTO] Fix lazy-loading of MDString instruction attachments
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/Bitcode/Reader/BitcodeReader.cpp | 2 +-
lib/Bitcode/Reader/MetadataLoader.cpp | 21 +++++++++++++++++----
lib/Bitcode/Reader/MetadataLoader.h | 2 +-
test/ThinLTO/X86/lazyload_metadata.ll | 10 +++++++---
4 files changed, 26 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 gcc.
from 6f0a524 PR c++/78495 - wrong code inherited ctor and invisi-ref parm [...]
new 864029a PR go/79146 math/big: fix build on s390x
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:
gcc/go/gofrontend/MERGE | 2 +-
libgo/go/math/big/arith_decl_s390x.go | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
--
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 70ebae9 [DWARF] [ObjectYAML] Adding APIs for unittesting
new bae951d [x86] add tests to show missed min/max vector codegen (PR31693)
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:
test/CodeGen/X86/vec_minmax_match.ll | 85 +++++++++++++++++++++++++++++++-----
1 file changed, 73 insertions(+), 12 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.