This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from cc05ee7bde5 [CodeGen] fix documentation comments; NFC
new 4b01fd29c09 Revert "Re-commit : [LICM] Allow sinking when foldable in loop"
new b0364a570be Fix for bug PR35549 - Repeated schedule comments. Different [...]
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/Utils/LoopUtils.h | 5 +-
lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 24 +++--
lib/Target/X86/MCTargetDesc/X86BaseInfo.h | 4 +-
lib/Target/X86/X86MCInstLower.cpp | 6 +-
lib/Transforms/Scalar/LICM.cpp | 107 ++++++---------------
test/CodeGen/X86/avx512-schedule.ll | 8 --
test/Transforms/LICM/sink-foldable.ll | 150 ------------------------------
7 files changed, 55 insertions(+), 249 deletions(-)
delete mode 100644 test/Transforms/LICM/sink-foldable.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/master
in repository glibc.
discards 9a93ebb378 x86: Check GNU_PROPERTY_X86_FEATURE_1_SHSTK isn't set
discards bf09ee6f43 Linux/x86: Support shadow stack pointer in setjmp/longjmp
new 933bc8c7dc Linux/x86: Support shadow stack pointer in setjmp/longjmp
new a108964731 x86: Check GNU_PROPERTY_X86_FEATURE_1_SHSTK isn't set
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 (9a93ebb378)
\
N -- N -- N refs/heads/hjl/cet/master (a108964731)
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 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/i386/__longjmp.S | 64 +++++++++++++-----------
sysdeps/unix/sysv/linux/i386/bsd-_setjmp.S | 10 ++--
sysdeps/unix/sysv/linux/i386/bsd-setjmp.S | 10 ++--
sysdeps/unix/sysv/linux/i386/setjmp.S | 10 ++--
sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S | 26 +++++-----
sysdeps/unix/sysv/linux/x86_64/__longjmp.S | 28 +++++------
sysdeps/unix/sysv/linux/x86_64/setjmp.S | 4 +-
7 files changed, 78 insertions(+), 74 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 33f616e3dc4 Re-commit : [LICM] Allow sinking when foldable in loop
new cc05ee7bde5 [CodeGen] fix documentation comments; NFC
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/CodeGen/IntrinsicLowering.h | 16 ++++++----------
1 file changed, 6 insertions(+), 10 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 76cf4406a1e PR tree-optimization/83410 * tree-ssa-threadupdate.c (thr [...]
new 92ad92d5374 PR tree-optimization/80631 * gcc.target/i386/avx2-pr80631 [...]
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/testsuite/ChangeLog | 3 +++
gcc/testsuite/gcc.target/i386/avx2-pr80631.c | 23 +++++++++++++++++++++++
2 files changed, 26 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/i386/avx2-pr80631.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 2a6a25b91be [X86] Fix XSAVE64 and similar instructions to not be allowe [...]
new 6469bc65e33 Updated llvm-objdump to display local relocations in Mach-O [...]
new 33f616e3dc4 Re-commit : [LICM] Allow sinking when foldable in loop
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/MachO.h | 3 +
include/llvm/Transforms/Utils/LoopUtils.h | 5 +-
lib/Object/MachOObjectFile.cpp | 24 +-
lib/Transforms/Scalar/LICM.cpp | 107 +++++--
test/Transforms/LICM/sink-foldable.ll | 150 +++++++++
.../llvm-objdump/X86/Inputs/macho-preload-x86_64 | Bin 0 -> 1084 bytes
.../X86/macho-preload-relocations.test | 5 +
test/tools/llvm-objdump/X86/macho-relocations.test | 12 +-
test/tools/llvm-objdump/X86/malformed-machos.test | 2 +-
tools/llvm-objdump/MachODump.cpp | 336 ++++++++++++++++++++-
10 files changed, 602 insertions(+), 42 deletions(-)
create mode 100644 test/Transforms/LICM/sink-foldable.ll
create mode 100755 test/tools/llvm-objdump/X86/Inputs/macho-preload-x86_64
create mode 100644 test/tools/llvm-objdump/X86/macho-preload-relocations.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 compiler-rt.
from c81be8bd5 Added a separate install target for compilert-rt-headers
new d2994a18c [ubsan-minimal] Add a path for non-POSIX (and bare-metal) use [...]
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_minimal/ubsan_minimal_handlers.cc | 5 +++++
1 file changed, 5 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 hjl/cet/master
in repository glibc.
discards 4f729be2aa The shift for i386 should by 2, not by 3
discards 58722f9999 x86: Unwind shadow stack by one more frame
discards f3d0a2423c x86: Check GNU_PROPERTY_X86_FEATURE_1_SHSTK isn't set
discards dd34a61a5a Linux/x86: Support shadow stack pointer in setjmp/longjmp
discards 22ef9f55b9 x86: Support IBT and SHSTK in Intel CET [BZ #21598]
discards 2572ec950f x86: Add feature_1 to tcbhead_t [BZ #22563]
discards 52edeece1c Linux/x86: Update cancel_jmp_buf to match __jmp_buf_tag [BZ #22563]
adds 174edbde7e Update SPARC divrem generation to match output.
adds 0c4fe28d7a Remove old po/ code for copying .po files from shared directory.
adds f2da2fd81f Do not build .mo files in source directory (bug 14121).
adds 5170fa49b2 Correct build-many-glibcs.py arm-linux-gnueabihf configurations.
adds d232f2e137 Don't set errno in Hurd rtld's __access_noerrno
adds a7e3edf4f2 Increase buffer size due to warning from ToT GCC
new 0b442303ae Linux/x86: Update cancel_jmp_buf to match __jmp_buf_tag [BZ #22563]
new 417be2b481 x86: Add feature_1 to tcbhead_t [BZ #22563]
new a1cef7a7b1 x86: Support IBT and SHSTK in Intel CET [BZ #21598]
new bf09ee6f43 Linux/x86: Support shadow stack pointer in setjmp/longjmp
new 9a93ebb378 x86: Check GNU_PROPERTY_X86_FEATURE_1_SHSTK isn't set
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 (4f729be2aa)
\
N -- N -- N refs/heads/hjl/cet/master (9a93ebb378)
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 5 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 | 37 +++++++++++++++++++++++++++++++++++++
nscd/dbg_log.c | 2 +-
po/Makefile | 31 +++++--------------------------
scripts/build-many-glibcs.py | 6 ++++--
sysdeps/mach/hurd/dl-sysdep.c | 1 -
sysdeps/sparc/sparc32/Makefile | 8 ++++----
sysdeps/sparc/sparc32/divrem.m4 | 8 +++++---
sysdeps/sparc/sparc32/rem.S | 2 +-
sysdeps/sparc/sparc32/sdiv.S | 2 +-
sysdeps/sparc/sparc32/udiv.S | 2 +-
sysdeps/sparc/sparc32/urem.S | 2 +-
11 files changed, 60 insertions(+), 41 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 5ffe36ba3cc Revert "[LICM] Allow sinking when foldable in loop"
new 2a6a25b91be [X86] Fix XSAVE64 and similar instructions to not be allowe [...]
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/MCTargetDesc/X86MCCodeEmitter.cpp | 2 ++
lib/Target/X86/X86InstrFPStack.td | 25 +++++++-------
lib/Target/X86/X86InstrSystem.td | 42 +++++++++++-------------
test/MC/X86/x86-32-coverage.s | 8 -----
4 files changed, 34 insertions(+), 43 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 5170fa49b2 Correct build-many-glibcs.py arm-linux-gnueabihf configurations.
new d232f2e137 Don't set errno in Hurd rtld's __access_noerrno
new a7e3edf4f2 Increase buffer size due to warning from ToT GCC
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:
ChangeLog | 9 +++++++++
nscd/dbg_log.c | 2 +-
sysdeps/mach/hurd/dl-sysdep.c | 1 -
3 files changed, 10 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 f2da2fd81f Do not build .mo files in source directory (bug 14121).
new 5170fa49b2 Correct build-many-glibcs.py arm-linux-gnueabihf configurations.
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 | 3 +++
scripts/build-many-glibcs.py | 6 ++++--
2 files changed, 7 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.