This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 04535be00ef 2018-11-19 Richard Biener <rguenther(a)suse.de>
new b3136cb0fef PR debug/87039 * omp-expand.c: Don't include debug.h. (a [...]
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 | 17 ++++++
gcc/dwarf2out.c | 2 +-
gcc/omp-expand.c | 71 +++++++++++-----------
gcc/testsuite/ChangeLog | 8 +++
.../g++.dg/gomp/{pr78363-1.C => pr78363-4.C} | 4 ++
.../g++.dg/gomp/{pr78363-2.C => pr78363-5.C} | 2 +
.../g++.dg/gomp/{pr78363-3.C => pr78363-6.C} | 2 +
.../g++.dg/gomp/{pr78363-1.C => pr78363-7.C} | 1 +
8 files changed, 71 insertions(+), 36 deletions(-)
copy gcc/testsuite/g++.dg/gomp/{pr78363-1.C => pr78363-4.C} (74%)
copy gcc/testsuite/g++.dg/gomp/{pr78363-2.C => pr78363-5.C} (86%)
copy gcc/testsuite/g++.dg/gomp/{pr78363-3.C => pr78363-6.C} (87%)
copy gcc/testsuite/g++.dg/gomp/{pr78363-1.C => pr78363-7.C} (87%)
--
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 fc290a51f4d [llvm-exegesis] InstructionBenchmarkClustering::dbScan(): u [...]
new e43de0ffbec [llvm-exegesis] Analysis::writeSnippet(): be smarter about [...]
new cd8cc0c7434 [llvm-exegesis] Analysis: writeMeasurementValue(): don't al [...]
new 09997123d8d [llvm-exegesis] InstructionBenchmarkClustering::rangeQuery( [...]
new 672361eebcf [llvm-exegesis] InstructionBenchmarkClustering::dbScan(): r [...]
new f1a49f47c3e [llvm-exegesis] InstructionBenchmarkClustering::rangeQuery( [...]
new 92b218a7866 [llvm-exegesis] Move InstructionBenchmarkClustering::isNeig [...]
new c21e1cb2265 [llvm-exegesis] (+final perf overview) InstructionBenchmark [...]
The 7 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-exegesis/lib/Analysis.cpp | 25 +++++++++++++++++++------
tools/llvm-exegesis/lib/Clustering.cpp | 29 +++++++++++------------------
tools/llvm-exegesis/lib/Clustering.h | 11 +++++++++--
3 files changed, 39 insertions(+), 26 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 clang.
from 25f96b4a20 Fixed uninitialized variable issue.
new 8ab54153b8 [FileManager] getFile(open=true) after getFile(open=false) s [...]
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/clang/Basic/FileManager.h | 5 ++--
lib/Basic/FileManager.cpp | 51 +++++++++++++++++++++++--------------
unittests/Basic/FileManagerTest.cpp | 27 ++++++++++++++++++++
3 files changed, 62 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-stable-allnoconfig
in repository toolchain/binutils-gdb.
from ad6d89178d Automatic date update in version.in
adds c2a6c5da37 Fix ia64-linux-nat.c
adds 4f323b7277 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/ChangeLog | 13 +++++++++++++
gdb/ia64-linux-nat.c | 15 ++++++---------
gdb/target-delegates.c | 14 +++++++-------
gdb/target.h | 2 +-
5 files changed, 28 insertions(+), 18 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 4f0f4ba8d3a [X86] Add codegen tests for slow-shld scalar funnel shifts
new fc290a51f4d [llvm-exegesis] InstructionBenchmarkClustering::dbScan(): u [...]
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-exegesis/lib/Clustering.cpp | 7 ++++---
1 file changed, 4 insertions(+), 3 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-lts-allnoconfig
in repository toolchain/gcc.
from 485bcd4ddd4 Daily bump.
adds e1dc737efd2 Backport from mainline 2018-11-11 Uros Bizjak <ubizjak@ [...]
adds 03ce9f49470 Daily bump.
adds 026cc7cda0c Make a workaround for PR gcov-profile/88045.
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 17 +++++++
gcc/DATESTAMP | 2 +-
gcc/config/i386/cygming.h | 3 --
gcc/config/i386/darwin.h | 3 +-
gcc/config/i386/i386.h | 3 +-
gcc/coverage.c | 6 ++-
gcc/testsuite/ChangeLog | 13 +++++
gcc/testsuite/g++.dg/gcov/pr88045.C | 90 +++++++++++++++++++++++++++++++++
gcc/testsuite/gcc.target/i386/pr87928.c | 23 +++++++++
9 files changed, 151 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/gcov/pr88045.C
create mode 100644 gcc/testsuite/gcc.target/i386/pr87928.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-lts-defconfig
in repository toolchain/binutils-gdb.
from ad6d89178d Automatic date update in version.in
adds c2a6c5da37 Fix ia64-linux-nat.c
adds 4f323b7277 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/ChangeLog | 13 +++++++++++++
gdb/ia64-linux-nat.c | 15 ++++++---------
gdb/target-delegates.c | 14 +++++++-------
gdb/target.h | 2 +-
5 files changed, 28 insertions(+), 18 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 clang.
from fd0f98bf23 Test commit - delete trailing space.
new 25f96b4a20 Fixed uninitialized variable issue.
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/Sema/SemaType.cpp | 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 newlib.
from df7824d1a Fix issue with dst bias in memset
new 6dbd19011 Enable return code with semi-hosting SYS_EXIT_EXTENDED
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:
libgloss/arm/_exit.c | 15 ++++++++-------
libgloss/arm/_kill.c | 27 ++++++++++++---------------
2 files changed, 20 insertions(+), 22 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.