This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch aoliva/testme
in repository gcc.
discards 6fe2b70256b [PR81165] count killed stmts during threading, follow defs
new 8a933357589 [PR81165] count killed stmts during threading, follow defs
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (6fe2b70256b)
\
N -- N -- N refs/heads/aoliva/testme (8a933357589)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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/tree-ssa-threadedge.c | 3 +++
1 file changed, 3 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 clang.
from 6f91ec10a7 CodeGen: Fix invalid bitcasts for memcpy
new aab26b3c6c Test commit access
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/Sema/SemaType.cpp | 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 hjl/cet/master
in repository glibc.
from 63f003ec3d Replace xorq with xorl
new 2e3e5323b6 x86: Add bit_arch_SHSTK_Enabled
new 0378cba2fd x86-64: Add IFUNC setjmp.c
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:
sysdeps/unix/sysv/linux/x86/Makefile | 4 ++++
.../sysv/linux/x86/ifunc-setjmp.h} | 12 ++++++------
.../memset_chk.c => unix/sysv/linux/x86/setjmp.c} | 17 ++++++++---------
sysdeps/unix/sysv/linux/x86_64/rtld-setjmp.S | 1 +
sysdeps/unix/sysv/linux/x86_64/setjmp-compat.S | 4 ++++
.../unix/sysv/linux/x86_64/{setjmp.S => setjmp-shstk.S} | 10 ++++++++++
sysdeps/x86/cpu-features.h | 2 ++
sysdeps/x86/cpu-tunables.c | 2 ++
sysdeps/x86_64/setjmp.S | 2 ++
9 files changed, 39 insertions(+), 15 deletions(-)
copy sysdeps/{x86_64/fpu/multiarch/ifunc-sse4_1.h => unix/sysv/linux/x86/ifunc-set [...]
copy sysdeps/{x86_64/multiarch/memset_chk.c => unix/sysv/linux/x86/setjmp.c} (70%)
create mode 100644 sysdeps/unix/sysv/linux/x86_64/rtld-setjmp.S
create mode 100644 sysdeps/unix/sysv/linux/x86_64/setjmp-compat.S
rename sysdeps/unix/sysv/linux/x86_64/{setjmp.S => setjmp-shstk.S} (91%)
--
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 387dea1e1 [ELF] Handle multiple "--version-script" options.
new 1d11b3302 [WebAssembly] Remove used variable
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:
wasm/Config.h | 1 -
wasm/Driver.cpp | 1 -
2 files changed, 2 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 hjl/cet/master
in repository glibc.
at 63f003ec3d Replace xorq with xorl
This branch includes the following new commits:
new 58a87a71a8 x86: Support IBT and SHSTK in Intel CET [BZ #21598]
new 59f53f3dc7 Linux/x86: Copy setjmp/longjmp for SHSTK
new 0be1e91808 Add shadow stack pointer processing for Intel CET.
new 63f003ec3d Replace xorq with xorl
The 4 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 lld.
from 523e1416c [WebAssembly] Fix symbol exports under -r/--relocatable
new 833bd12a7 [WebAssembly] Add -u/--undefined argument handling
new a8a0d1103 Remove checkToString functions and use toString instead.
new 387dea1e1 [ELF] Handle multiple "--version-script" options.
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:
COFF/InputFiles.cpp | 4 +--
ELF/Driver.cpp | 2 +-
ELF/InputFiles.cpp | 70 +++++++++++++++++----------------------
include/lld/Common/ErrorHandler.h | 6 ++--
test/ELF/version-script.s | 6 ++++
test/wasm/load-undefined.ll | 38 +++++++++++++++++++++
wasm/Driver.cpp | 18 ++++++++++
wasm/Options.td | 9 +++++
wasm/SymbolTable.cpp | 4 +++
wasm/Symbols.h | 1 +
10 files changed, 111 insertions(+), 47 deletions(-)
create mode 100644 test/wasm/load-undefined.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 hjl/cet/setjmp
in repository glibc.
discards 1f2d41d4ff Update __jmp_buf size check
discards 09917cfb65 nptl: Update __cancel_jmp_buf to match struct __jmp_buf_tag [...]
discards 23563e888f Linux/x86: Copy setjmp/longjmp for SHSTK
new 2036cc2c4c x86: Update __cancel_jmp_buf to match struct __jmp_buf_tag [ [...]
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (1f2d41d4ff)
\
N -- N -- N refs/heads/hjl/cet/setjmp (2036cc2c4c)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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/pthread.h | 26 --------
sysdeps/nptl/pthread.h | 3 +-
sysdeps/unix/sysv/linux/i386/__longjmp.S | 72 ----------------------
sysdeps/unix/sysv/linux/i386/bsd-_setjmp.S | 57 -----------------
sysdeps/unix/sysv/linux/i386/bsd-setjmp.S | 67 --------------------
sysdeps/unix/sysv/linux/i386/setjmp.S | 58 -----------------
.../sysv/linux/x86}/jmpbuf-unwind.h | 33 ++++++++--
sysdeps/{nptl => unix/sysv/linux/x86}/pthread.h | 2 +-
sysdeps/unix/sysv/linux/x86_64/__longjmp.S | 70 ---------------------
sysdeps/unix/sysv/linux/x86_64/setjmp.S | 67 --------------------
10 files changed, 31 insertions(+), 424 deletions(-)
delete mode 100644 sysdeps/unix/sysv/linux/i386/__longjmp.S
delete mode 100644 sysdeps/unix/sysv/linux/i386/bsd-_setjmp.S
delete mode 100644 sysdeps/unix/sysv/linux/i386/bsd-setjmp.S
delete mode 100644 sysdeps/unix/sysv/linux/i386/setjmp.S
copy sysdeps/{x86_64 => unix/sysv/linux/x86}/jmpbuf-unwind.h (64%)
copy sysdeps/{nptl => unix/sysv/linux/x86}/pthread.h (99%)
delete mode 100644 sysdeps/unix/sysv/linux/x86_64/__longjmp.S
delete mode 100644 sysdeps/unix/sysv/linux/x86_64/setjmp.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 master
in repository llvm.
from 9310123e7f0 [WebAssembly] section kind can be code
new 03f3a72f26a Revert "[WebAssembly] Import the linear memory and function [...]
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/MC/WasmObjectWriter.cpp | 82 ++++++++++++++--------------
test/MC/WebAssembly/external-func-address.ll | 6 +-
test/MC/WebAssembly/func-address.ll | 2 +-
test/MC/WebAssembly/init-fini-array.ll | 20 +++----
test/MC/WebAssembly/reloc-code.ll | 2 +-
test/MC/WebAssembly/reloc-data.ll | 2 +-
test/MC/WebAssembly/sections.ll | 11 ++++
test/MC/WebAssembly/weak-alias.ll | 22 +++-----
test/MC/WebAssembly/weak.ll | 6 +-
9 files changed, 72 insertions(+), 81 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 6463d1106be Update BitCodeFormat.
new 9310123e7f0 [WebAssembly] section kind can be code
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/TargetLoweringObjectFileImpl.cpp | 13 ++++++++++++-
test/MC/WebAssembly/custom-code-section.ll | 9 +++++++++
2 files changed, 21 insertions(+), 1 deletion(-)
create mode 100644 test/MC/WebAssembly/custom-code-section.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 eee34b957 [COFF] Stop lowercasing paths in messages
new 523e1416c [WebAssembly] Fix symbol exports under -r/--relocatable
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/wasm/data-layout.ll | 10 ++--
test/wasm/relocatable.ll | 12 ++++
wasm/Driver.cpp | 1 -
wasm/InputFiles.cpp | 23 ++------
wasm/InputFiles.h | 1 -
wasm/OutputSections.cpp | 17 +++---
wasm/SymbolTable.cpp | 4 +-
wasm/SymbolTable.h | 2 +
wasm/Writer.cpp | 141 +++++++++++++++++++----------------------------
9 files changed, 94 insertions(+), 117 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.