This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gdb-8.2-branch
in repository binutils-gdb.
from baa98cb7e6 Automatic date update in version.in
new 1fd90873ac Automatic date update in version.in
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/version.h | 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 binutils-2_31-branch
in repository binutils-gdb.
from e6977d6f7f Reset branch back to development mode
new 9c6b47988b Automatic date update in version.in
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/version.h | 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 llvm.
from 6e43f22733d [NFC][InstCombine] foldICmpWithLowBitMaskedVal(): update comments.
new 37ac9396a03 [llvm-mca] Turn InstructionTables into a Stage.
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:
tools/llvm-mca/InstructionTables.cpp | 93 +++++++++++++++---------------------
tools/llvm-mca/InstructionTables.h | 26 ++++------
tools/llvm-mca/PipelinePrinter.cpp | 1 -
tools/llvm-mca/llvm-mca.cpp | 18 ++++---
4 files changed, 61 insertions(+), 77 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 gcc-8-branch
in repository gcc.
from 1656a807372 Daily bump.
new b8f6233ff74 PR tree-optimization/86274 - SEGFAULT when logging std::to_ [...]
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/gimple-ssa-sprintf.c | 94 +++++++---
gcc/testsuite/ChangeLog | 11 ++
gcc/testsuite/gcc.dg/torture/builtin-sprintf.c | 29 +++
gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf-9.c | 90 ++++++++++
.../gcc.dg/tree-ssa/builtin-sprintf-warn-1.c | 21 +--
.../gcc.dg/tree-ssa/builtin-sprintf-warn-10.c | 200 ++++++++++-----------
.../gcc.dg/tree-ssa/builtin-sprintf-warn-15.c | 34 ++--
.../gcc.dg/tree-ssa/builtin-sprintf-warn-7.c | 18 +-
gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf.c | 101 ++++++-----
gcc/testsuite/gcc.dg/tree-ssa/pr83198.c | 10 +-
11 files changed, 401 insertions(+), 214 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/builtin-sprintf.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf-9.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 d8e175bca59 [InstCombine] Fold x u<= x & C to x u<= C
new 39ce2d4bc8b [NFC][InstCombine] Tests for x s> x & (-1 >> y) to x s> [...]
new f938155483d [InstCombine] Fold x s> x & (-1 >> y) to x s> (-1 >> y)
new fe2b66265c0 [NFC][InstCombine] Tests for x s<= x & (-1 >> y) to x s< [...]
new 0e039b76e09 [InstCombine] Fold x s<= x & (-1 >> y) to x s<= (-1 >> y)
new 56ad5a26da7 [NFC][InstCombine] Tests for x & (-1 >> y) s>= x to x s< [...]
new 0d94eaa92c6 [InstCombine] Fold x & (-1 >> y) s>= x to x s<= (-1 >> y)
new ec6933aa840 [NFC][InstCombine] Tests for x & (-1 >> y) s< x to x s> [...]
new 3a68fbf4b51 [InstCombine] Fold x & (-1 >> y) s< x to x s> (-1 >> y)
new 6e43f22733d [NFC][InstCombine] foldICmpWithLowBitMaskedVal(): update comments.
The 9 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/InstCombineCompares.cpp | 29 +++++-
...stant-low-bit-mask-and-icmp-sge-to-icmp-sle.ll} | 106 ++++++++++---------
...stant-low-bit-mask-and-icmp-sgt-to-icmp-sgt.ll} | 115 ++++++++++++---------
...stant-low-bit-mask-and-icmp-sle-to-icmp-sle.ll} | 115 ++++++++++++---------
...stant-low-bit-mask-and-icmp-slt-to-icmp-sgt.ll} | 106 ++++++++++---------
5 files changed, 271 insertions(+), 200 deletions(-)
copy test/Transforms/InstCombine/{canonicalize-constant-low-bit-mask-and-icmp-eq-t [...]
copy test/Transforms/InstCombine/{canonicalize-constant-low-bit-mask-and-icmp-ugt- [...]
copy test/Transforms/InstCombine/{canonicalize-constant-low-bit-mask-and-icmp-ule- [...]
copy test/Transforms/InstCombine/{canonicalize-constant-low-bit-mask-and-icmp-ne-t [...]
--
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 522422cd4ec * config/pdp11/pdp11.c (pdp11_rtx_costs): Bugfixes.
new ddd88befb49 RISC-V: Fix nested function trampolines.
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 | 4 ++++
gcc/config/riscv/linux.h | 2 ++
2 files changed, 6 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 binutils-gdb.
from 1b115e8e0e Fix problem causing duplicated linker-generated symbols with [...]
new 1074bc6d41 Fix internal error when using --emit-relocs with plugins.
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:
gold/ChangeLog | 8 ++++++++
gold/object.cc | 10 +++++++---
gold/testsuite/Makefile.am | 2 +-
gold/testsuite/Makefile.in | 2 +-
4 files changed, 17 insertions(+), 5 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 binutils-gdb.
from 6cb624f8a0 Update the notes on how to make a binutils release.
new 1b115e8e0e Fix problem causing duplicated linker-generated symbols with [...]
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:
gold/ChangeLog | 11 +++++++++++
gold/symtab.cc | 7 +++++--
gold/testsuite/Makefile.am | 9 +++++++++
gold/testsuite/Makefile.in | 19 +++++++++++++++++--
.../{ver_test_13.sh => ver_test_pr23409.sh} | 21 +++++++++++++--------
.../testsuite/ver_test_pr23409_1.script | 2 +-
.../testsuite/ver_test_pr23409_2.script | 2 +-
7 files changed, 57 insertions(+), 14 deletions(-)
copy gold/testsuite/{ver_test_13.sh => ver_test_pr23409.sh} (66%)
copy ld/testsuite/ld-mips-elf/tlslib.ver => gold/testsuite/ver_test_pr23409_1.scri [...]
copy ld/testsuite/ld-mips-elf/tlslib.ver => gold/testsuite/ver_test_pr23409_2.scri [...]
--
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 ff27d0737e Remove struct keyword in range-based for loop
new 6cb624f8a0 Update the notes on how to make a binutils release.
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:
binutils/ChangeLog | 5 +++
binutils/README-how-to-make-a-release | 58 ++++++++++++++++++++++-------------
2 files changed, 41 insertions(+), 22 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.