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 3aabdfe15bf gdb, doc: Fix missed ChangeLog entry.
new 7daf500de25 sim: make some rules silent by default in Make-common.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:
gdb/ChangeLog | 4 ++++
gdb/silent-rules.mk | 3 +++
sim/ChangeLog | 5 +++++
sim/common/Make-common.in | 14 ++++++++------
4 files changed, 20 insertions(+), 6 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.
"Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/bmk-scripts.
from 39844a5 break-up-bmks.sh: New script
new c0cc5a6 run.sh: Support new "parallel" and "serial" run profiles
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:
run.sh | 48 ++++++++++++++++++++++++++++++++++--------------
1 file changed, 34 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 gcc.
from dd835ec24be ii386: Add missing two element 64bit vector permutations [PR89021]
new 9e64426dae1 libcpp: location comparison within macro [PR100796]
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:
.../plugin/location-overflow-test-pr100796.c | 25 ++++++++++++++++++++++
gcc/testsuite/g++.dg/plugin/plugin.exp | 3 ++-
libcpp/line-map.c | 20 +++++++++--------
3 files changed, 38 insertions(+), 10 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/plugin/location-overflow-test-pr100796.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.
"Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/bmk-scripts.
from ac3b7a2 Add vect-data-to-csv.py for converting vect data to csv result file.
new 39844a5 break-up-bmks.sh: New script
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:
break-up-bmks.sh | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 60 insertions(+)
create mode 100755 break-up-bmks.sh
--
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.
"Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/jenkins-scripts.
from 70b69667 tcwg-benchmark.sh: Update handling of hw_tag in results_id
new 5cc5ea02 round-robin.sh: Add ccache wrappers cc and c++
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:
round-robin.sh | 2 ++
1 file changed, 2 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.
"Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/jenkins-scripts.
from 99f6b838 tcwg-update-llvmbot-containers.sh: Remove linaro-aarch64-flan [...]
new 70b69667 tcwg-benchmark.sh: Update handling of hw_tag in results_id
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:
tcwg-benchmark.sh | 26 ++++++++++++++++++--------
1 file changed, 18 insertions(+), 8 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 releases/gcc-10
in repository gcc.
from ec6d6554da7 Fortran: Fix double function call with -fcheck=pointer [PR]
new cedce283c31 tree-optimization/100492 - avoid irreducible regions in loo [...]
new cd712310edc middle-end/100509 - avoid folding constant to aggregate type
new 37d845ac59b ipa/100513 - fix SSA_NAME_DEF_STMT corruption in IPA param manip
new be85daaecc3 ipa/100791 - copy fntype when processing __builtin_va_arg_pack
new b7878d4e179 tree-optimization/100934 - properly mark irreducible region [...]
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:
gcc/gimple-fold.c | 3 ++-
gcc/ipa-param-manipulation.c | 4 +++-
gcc/testsuite/gcc.dg/pr100509.c | 9 +++++++++
gcc/testsuite/gcc.dg/pr100791.c | 9 +++++++++
gcc/testsuite/gcc.dg/torture/pr100492.c | 26 ++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/torture/pr100934.c | 21 +++++++++++++++++++++
gcc/tree-inline.c | 1 +
gcc/tree-loop-distribution.c | 10 ++++++++++
gcc/tree-ssa-dom.c | 3 ++-
9 files changed, 83 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr100509.c
create mode 100644 gcc/testsuite/gcc.dg/pr100791.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr100492.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr100934.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 gcc.
from c25e3bf8797 libstdc++: Use named struct for __decay_copy
new dd835ec24be ii386: Add missing two element 64bit vector permutations [PR89021]
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/config/i386/i386-expand.c | 91 +++++++++++++++++++++++++++++++------------
gcc/config/i386/mmx.md | 16 ++++++++
2 files changed, 82 insertions(+), 25 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 cdb2186c9fa btrace, doc: Clarify record function-call-history documentation.
new 3aabdfe15bf gdb, doc: Fix missed ChangeLog entry.
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:
gdb/doc/ChangeLog | 6 ++++++
1 file 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 8457e5ecc45 [gdb/symtab] Fix infinite recursion in dwarf2_cu::get_build [...]
new cdb2186c9fa btrace, doc: Clarify record function-call-history documentation.
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:
gdb/doc/gdb.texinfo | 29 ++++++++++++++---------------
1 file changed, 14 insertions(+), 15 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.