This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 85855de7c24 compiler: pass correct 'function' flag to circular_poin [...]
new a0b34ba375e PR go/81451 runtime: inline runtime_osinit
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 | 7 -------
libgo/Makefile.in | 48 ++++++++++++--------------------------------
libgo/go/runtime/stubs.go | 4 ++--
libgo/runtime/go-libmain.c | 3 ++-
libgo/runtime/go-main.c | 3 ++-
libgo/runtime/proc.c | 1 -
libgo/runtime/runtime.h | 2 --
libgo/runtime/thread-linux.c | 20 ------------------
libgo/runtime/thread-sema.c | 20 ------------------
10 files changed, 20 insertions(+), 90 deletions(-)
delete mode 100644 libgo/runtime/thread-linux.c
delete mode 100644 libgo/runtime/thread-sema.c
--
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 191674ce22c [asan] Copy arguments passed by value into explicit allocas [...]
new 9d56924a217 [AArch64] Adjust the feature set for Exynos M2
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/Target/AArch64/AArch64.td | 1 +
1 file changed, 1 insertion(+)
--
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 06c958a97 test: add COFF test for library extension handling
new cb6b11887 Add a test for PR33820.
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/ELF/version-script-twice.s | 13 +++++++++++++
1 file changed, 13 insertions(+)
create mode 100644 test/ELF/version-script-twice.s
--
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 hjl/ifunc/x86
in repository glibc.
at 981274d3f2 x86-64: Remove LOAD_RTLD_GLOBAL_RO_RDX
This branch includes the following new commits:
new f855e47c61 x86-64: Convert libm IFUNC selectors to C
new 288c79d39f x86-64: Convert libmathvec IFUNC selectors to C
new 981274d3f2 x86-64: Remove LOAD_RTLD_GLOBAL_RO_RDX
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.
--
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 a680233188f PR go/81324 sysinfo.c: ignore ptrace_peeksiginfo_args [...]
new 85855de7c24 compiler: pass correct 'function' flag to circular_poin [...]
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 +-
gcc/go/gofrontend/types.cc | 4 ++--
2 files changed, 3 insertions(+), 3 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 0b89845991c Object: rename parameter from DLLName to ImportName
new 191674ce22c [asan] Copy arguments passed by value into explicit allocas [...]
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:
.../Instrumentation/AddressSanitizer.cpp | 38 +++++++++++++++++
.../AddressSanitizer/stack-poisoning-byval-args.ll | 48 ++++++++++++++++++++++
2 files changed, 86 insertions(+)
create mode 100644 test/Instrumentation/AddressSanitizer/stack-poisoning-byval-args.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 lld.
from e7c0aab1b Fix REQUIRES line.
new 06c958a97 test: add COFF test for library extension handling
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/COFF/Inputs/extension.def | 3 +++
test/COFF/import-extension.test | 7 +++++++
2 files changed, 10 insertions(+)
create mode 100644 test/COFF/Inputs/extension.def
create mode 100644 test/COFF/import-extension.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 llvm.
from d888646bf4e llvm: add llvm-dlltool support to the archiver
new a41a4c6dda2 Object: handle extensions properly in def files
new 0b89845991c Object: rename parameter from DLLName to ImportName
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/Object/COFFImportFile.h | 2 +-
lib/Object/COFFImportFile.cpp | 32 ++++++++++++++++----------------
lib/Object/COFFModuleDefinition.cpp | 6 +++---
3 files changed, 20 insertions(+), 20 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 674092a8a Fix a crash.
new e7c0aab1b Fix REQUIRES line.
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/ELF/linkerscript/exidx-crash.s | 2 +-
1 file changed, 1 insertion(+), 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 gcc.
from 186e3417a3c update my entry in MAINTAINERS
new a680233188f PR go/81324 sysinfo.c: ignore ptrace_peeksiginfo_args [...]
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/sysinfo.c | 4 ++++
2 files changed, 5 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.