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.
discards 05ec10fbe5 x86-64: Check if Shadow Stack is enabled
discards cd364da869 Replace xorq with xorl
discards 175635e387 Add shadow stack pointer processing for Intel CET.
discards b9437f0801 Linux/x86: Copy setjmp/longjmp for SHSTK
discards c8006c7f56 x86: Support IBT and SHSTK in Intel CET [BZ #21598]
discards 4f6f0b4ce3 x86: Add feature_1 to tcbhead_t [BZ #22563]
discards 2e50ecd474 x86: Update cancel_jmp_buf to match struct __jmp_buf_tag [BZ [...]
new 243600b07e Linux/x86: Update cancel_jmp_buf to match __jmp_buf_tag [BZ #22563]
new 0dec4e9591 x86: Add feature_1 to tcbhead_t [BZ #22563]
new 38898057fa x86: Support IBT and SHSTK in Intel CET [BZ #21598]
new ece76b37a4 Linux/x86: Support shadow stack pointer in setjmp/longjmp
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 (05ec10fbe5)
\
N -- N -- N refs/heads/hjl/cet/master (ece76b37a4)
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 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.
Summary of changes:
sysdeps/unix/sysv/linux/i386/____longjmp_chk.S | 5 ++
sysdeps/unix/sysv/linux/i386/__longjmp.S | 18 ++++--
sysdeps/unix/sysv/linux/i386/bsd-_setjmp.S | 15 +++++
sysdeps/unix/sysv/linux/i386/bsd-setjmp.S | 15 +++++
sysdeps/unix/sysv/linux/i386/setjmp.S | 8 +++
sysdeps/unix/sysv/linux/x86/jmpbuf-unwind.h | 74 ----------------------
sysdeps/unix/sysv/linux/x86/nptl/pthreadP.h | 7 ++
sysdeps/unix/sysv/linux/{i386 => x86}/pthreaddef.h | 4 +-
sysdeps/unix/sysv/linux/x86_64/pthreaddef.h | 22 -------
9 files changed, 66 insertions(+), 102 deletions(-)
delete mode 100644 sysdeps/unix/sysv/linux/x86/jmpbuf-unwind.h
rename sysdeps/unix/sysv/linux/{i386 => x86}/pthreaddef.h (91%)
delete mode 100644 sysdeps/unix/sysv/linux/x86_64/pthreaddef.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 cb541e30a78 [X86] Tag SALC instructions scheduler class
new ad6f54524b5 [DebugInfo] Move this test to X86/ now that it specifies a triple.
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/DebugInfo/{Generic => X86}/nodebug.ll | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename test/DebugInfo/{Generic => X86}/nodebug.ll (100%)
--
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 1fdf5464f98 [X86][VMX] Tag VMX instructions scheduler classes
new d0c12e62585 [X86] Add LAHF/SAHF scheduling test
new cb541e30a78 [X86] Tag SALC instructions scheduler class
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:
lib/Target/X86/X86InstrCMovSetCC.td | 4 +-
test/CodeGen/X86/schedule-x86_32.ll | 18 ++++----
test/CodeGen/X86/schedule-x86_64.ll | 86 +++++++++++++++++++++++++++++++++++--
3 files changed, 94 insertions(+), 14 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 1d11b3302 [WebAssembly] Remove used variable
new 01087c372 [ELF][mips] Print the full file path for files with incompatible ISA
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:
ELF/Arch/MipsArchTree.cpp | 34 ++++++++++++++++++++--------------
test/ELF/mips-elf-flags-err.s | 10 ++++++++--
2 files changed, 28 insertions(+), 16 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 989d3202bf9 [X86] Add SALC scheduling test
new 1fdf5464f98 [X86][VMX] Tag VMX instructions scheduler classes
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/X86/X86InstrVMX.td | 52 ++++++++++++++++++++++++++-----------------
lib/Target/X86/X86Schedule.td | 1 +
2 files changed, 32 insertions(+), 21 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 a3ea5549ccb [X86] Tag LZCNT/TZCNT instructions scheduler classes
new 989d3202bf9 [X86] Add SALC scheduling test
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/schedule-x86_32.ll | 74 +++++++++++++++++++++++++++++++++++++
1 file changed, 74 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 c36b1d69e04 [DAGCombiner] eliminate shuffle of insert element
new a3ea5549ccb [X86] Tag LZCNT/TZCNT instructions scheduler classes
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/X86/X86InstrInfo.td | 42 ++++++++++++++++++++++----------------
lib/Target/X86/X86Schedule.td | 4 ++++
test/CodeGen/X86/bmi-schedule.ll | 24 +++++++++++-----------
test/CodeGen/X86/lzcnt-schedule.ll | 24 +++++++++++-----------
4 files changed, 52 insertions(+), 42 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 e18338969d0 [InstCombine] Don't crash on out of bounds index in the ins [...]
new c36b1d69e04 [DAGCombiner] eliminate shuffle of insert element
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/SelectionDAG/DAGCombiner.cpp | 81 ++++++++++++++++++++
test/CodeGen/X86/shuffle-of-insert.ll | 96 +++++++++---------------
test/CodeGen/X86/sse41.ll | 8 +-
test/CodeGen/X86/vector-shuffle-128-v2.ll | 108 ++++++++++++++-------------
test/CodeGen/X86/vector-shuffle-combining.ll | 20 ++---
5 files changed, 181 insertions(+), 132 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 066502e9ff6 [X86][FMA] Regenerate fma schedule tests
new e18338969d0 [InstCombine] Don't crash on out of bounds index in the ins [...]
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/Transforms/InstCombine/InstCombineVectorOps.cpp | 4 ++++
test/Transforms/InstCombine/out-of-bounds-indexes.ll | 8 ++++++++
test/Transforms/InstCombine/vector_insertelt_shuffle.ll | 4 ++--
3 files changed, 14 insertions(+), 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 master
in repository glibc.
from 1f9055ce04 Add _Float32 function aliases.
new d89756ebe1 lt_LT locale: Base collation on copy "iso14651_t1" [BZ #22524]
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:
ChangeLog | 9 +
localedata/Makefile | 4 +-
localedata/locales/lt_LT | 2150 ++-------------------------------------------
localedata/lt_LT.UTF-8.in | 37 +
4 files changed, 139 insertions(+), 2061 deletions(-)
create mode 100644 localedata/lt_LT.UTF-8.in
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.