This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from d5a90e9944d S/390: PR82012: Implement CAN_INLINE_P target hook.
new 371072bf395 * varasm.c (bss_initializer_p): Do not put constants into [...]
new de7757ed8ba Fix excess precision handling of compound assignments (PR 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:
gcc/ChangeLog | 7 +++
gcc/c/ChangeLog | 12 +++++
gcc/c/c-typeck.c | 52 +++++++++++++++++-----
gcc/testsuite/ChangeLog | 7 +++
gcc/testsuite/gcc.target/i386/const-in-bss.c | 6 +++
gcc/testsuite/gcc.target/i386/excess-precision-7.c | 41 +++++++++++++++++
gcc/varasm.c | 26 ++++++-----
7 files changed, 128 insertions(+), 23 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/const-in-bss.c
create mode 100644 gcc/testsuite/gcc.target/i386/excess-precision-7.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 5d292d77f56 [LoopVectorizer] Use two step casting for float to pointer types.
new 043998b329e ModuleSummaryAnalysis: Correctly handle refs from 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/Analysis/ModuleSummaryAnalysis.cpp | 110 +++++++++++++++++----------------
test/Bitcode/thinlto-asm-noimport.ll | 16 +++++
2 files changed, 72 insertions(+), 54 deletions(-)
create mode 100644 test/Bitcode/thinlto-asm-noimport.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 85f11a8902c PR tree-optimization/82052 * tree-ssa-scopedtables.c (ava [...]
new d5a90e9944d S/390: PR82012: Implement CAN_INLINE_P target hook.
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/s390/s390.c | 53 ++++++++++++++++++++++
gcc/testsuite/ChangeLog | 5 ++
.../gcc.target/s390/target-attribute/pr82012.c | 46 +++++++++++++++++++
4 files changed, 109 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/s390/target-attribute/pr82012.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 3b88873b054 [SCEV] Add URem support to SCEV
new 5d292d77f56 [LoopVectorizer] Use two step casting for float to pointer types.
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/Vectorize/LoopVectorize.cpp | 43 +++++++++++++-
.../AArch64/loopvectorize_pr33804_double.ll | 66 ++++++++++++++++++++++
test/CodeGen/ARM/loopvectorize_pr33804.ll | 66 ++++++++++++++++++++++
3 files changed, 172 insertions(+), 3 deletions(-)
create mode 100644 test/CodeGen/AArch64/loopvectorize_pr33804_double.ll
create mode 100644 test/CodeGen/ARM/loopvectorize_pr33804.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 binutils-2_29-branch
in repository binutils-gdb.
from 6bdd626984 Prevent an address violation parsing corrupt DWARF informati [...]
new e6d76f0cef x86: Correct unwind information for the second PLT
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:
bfd/ChangeLog | 8 ++++++
bfd/elf32-i386.c | 14 ++++++++++
bfd/elf64-x86-64.c | 5 ++--
ld/ChangeLog | 33 ++++++++++++++++++++++
ld/testsuite/ld-i386/ibt-plt-1.d | 4 +--
ld/testsuite/ld-i386/ibt-plt-2a.d | 4 +--
ld/testsuite/ld-i386/ibt-plt-2b.d | 49 +++++++++++++++++++++++++++++++--
ld/testsuite/ld-i386/ibt-plt-2c.d | 4 +--
ld/testsuite/ld-i386/ibt-plt-2d.d | 49 +++++++++++++++++++++++++++++++--
ld/testsuite/ld-i386/ibt-plt-3a.d | 4 +--
ld/testsuite/ld-i386/ibt-plt-3b.d | 48 ++++++++++++++++++++++++++++++--
ld/testsuite/ld-i386/ibt-plt-3c.d | 4 +--
ld/testsuite/ld-i386/ibt-plt-3d.d | 49 +++++++++++++++++++++++++++++++--
ld/testsuite/ld-x86-64/ibt-plt-1-x32.d | 10 +++----
ld/testsuite/ld-x86-64/ibt-plt-1.d | 2 +-
ld/testsuite/ld-x86-64/ibt-plt-2a-x32.d | 10 +++----
ld/testsuite/ld-x86-64/ibt-plt-2a.d | 2 +-
ld/testsuite/ld-x86-64/ibt-plt-2b-x32.d | 39 ++++++++++++++++++++++++--
ld/testsuite/ld-x86-64/ibt-plt-2b.d | 43 +++++++++++++++++++++++++++--
ld/testsuite/ld-x86-64/ibt-plt-2c-x32.d | 10 +++----
ld/testsuite/ld-x86-64/ibt-plt-2c.d | 2 +-
ld/testsuite/ld-x86-64/ibt-plt-2d-x32.d | 39 ++++++++++++++++++++++++--
ld/testsuite/ld-x86-64/ibt-plt-2d.d | 43 +++++++++++++++++++++++++++--
ld/testsuite/ld-x86-64/ibt-plt-3a-x32.d | 10 +++----
ld/testsuite/ld-x86-64/ibt-plt-3a.d | 2 +-
ld/testsuite/ld-x86-64/ibt-plt-3b-x32.d | 38 +++++++++++++++++++++++--
ld/testsuite/ld-x86-64/ibt-plt-3b.d | 42 ++++++++++++++++++++++++++--
ld/testsuite/ld-x86-64/ibt-plt-3c-x32.d | 10 +++----
ld/testsuite/ld-x86-64/ibt-plt-3c.d | 2 +-
ld/testsuite/ld-x86-64/ibt-plt-3d-x32.d | 39 ++++++++++++++++++++++++--
ld/testsuite/ld-x86-64/ibt-plt-3d.d | 43 +++++++++++++++++++++++++++--
31 files changed, 595 insertions(+), 66 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 fe78223a693 retire mem_signal_fence pattern
new 85f11a8902c PR tree-optimization/82052 * tree-ssa-scopedtables.c (ava [...]
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 | 7 +
gcc/testsuite/ChangeLog | 5 +
gcc/testsuite/gcc.c-torture/compile/pr82052.c | 391 ++++++++++++++++++++++++++
gcc/tree-ssa-scopedtables.c | 17 +-
4 files changed, 416 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr82052.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 clang.
from 9b13d907c5 [refactor] Use a RefactoringResultConsumer instead of tagged [...]
new 957109d4ab Driver: extract modules flag handling (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:
lib/Driver/ToolChains/Clang.cpp | 319 ++++++++++++++++++++--------------------
1 file changed, 162 insertions(+), 157 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 ce870587d5 Move all old ChangeLogs to a top-level ChangeLog.old directory.
new a617bd119f math/math.h (HUGE_VAL): Improve commentary.
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 | 4 ++++
math/math.h | 9 +++++++--
2 files changed, 11 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 llvm.
from d168a77ec3c Re-enable "[MachineCopyPropagation] Extend pass to do COPY [...]
new 3b88873b054 [SCEV] Add URem support to SCEV
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/Analysis/ScalarEvolution.h | 1 +
lib/Analysis/ScalarEvolution.cpp | 31 ++++++++++++++++++++++++++
test/Analysis/ScalarEvolution/flattened-0.ll | 22 +++++++++++++++++++
test/Analysis/ScalarEvolution/urem-0.ll | 33 ++++++++++++++++++++++++++++
4 files changed, 87 insertions(+)
create mode 100644 test/Analysis/ScalarEvolution/flattened-0.ll
create mode 100644 test/Analysis/ScalarEvolution/urem-0.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 binutils-gdb.
from 376dc015f2 Import latest fixes to libiberty from GCC
new a6798baba2 x86: Add _bfd_x86_elf_link_setup_gnu_properties
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:
bfd/ChangeLog | 25 ++++
bfd/elf32-i386.c | 355 +++-------------------------------------------
bfd/elf64-x86-64.c | 410 +++++------------------------------------------------
bfd/elfxx-x86.c | 390 ++++++++++++++++++++++++++++++++++++++++++++++++++
bfd/elfxx-x86.h | 31 +++-
5 files changed, 494 insertions(+), 717 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.