This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-6-branch
in repository gcc.
from c39adb82ff7 2017-11-13 Paul Thomas <pault(a)gcc.gnu.org>
new 6774c3dd10a 2017-11-13 Paul Thomas <pault(a)gcc.gnu.org>
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/fortran/ChangeLog | 8 +++++++
gcc/fortran/trans-stmt.c | 5 ++--
gcc/testsuite/ChangeLog | 6 +++++
.../gfortran.dg/allocate_assumed_charlen_1.f90 | 28 ++++++++++++++++++++++
4 files changed, 45 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/allocate_assumed_charlen_1.f90
--
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 8bcf938222f Support GTY((cache)) on hash_map.
new bb0c64ded24 gcc/ChangeLog:
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/config/rs6000/rs6000.c | 81 +++++++---------------
gcc/testsuite/ChangeLog | 6 ++
.../gcc.target/powerpc/builtins-revb-runnable.c | 68 +++++++++---------
gcc/testsuite/gcc.target/powerpc/p9-xxbr-1.c | 11 ++-
5 files changed, 75 insertions(+), 98 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 d90634bed10 [llvm-profdata] Report if profile data file is IR- or FE-level
new cab430076b8 Adjust test after r318159
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:
test/tools/llvm-profdata/compat.proftext | 1 +
1 file changed, 1 insertion(+)
--
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 fc109b02f43 [X86] Fix typo in comment. NFC
new d90634bed10 [llvm-profdata] Report if profile data file is IR- or FE-level
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:
test/tools/llvm-profdata/show-instr-level.test | 7 +++++++
tools/llvm-profdata/llvm-profdata.cpp | 2 ++
2 files changed, 9 insertions(+)
create mode 100644 test/tools/llvm-profdata/show-instr-level.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 lld.
from f6b4f8df3 [MIPS] Set STO_MIPS_MICROMIPS flag and less-significant bit f [...]
new b0671cbfe Add a script to run various benchmarks and send the result to lnt.
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:
utils/benchmark.py | 135 +++++++++++++++++++++++++++++++++++++++++++++++++++++
utils/link.yaml | 39 ++++++++++++++++
2 files changed, 174 insertions(+)
create mode 100755 utils/benchmark.py
create mode 100644 utils/link.yaml
--
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 bf70e597185 [Docs] Add tablegen backend for target opcode documentation
new fc109b02f43 [X86] Fix typo in comment. 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/Target/X86/X86InterleavedAccess.cpp | 4 ++--
1 file changed, 2 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 compiler-rt.
from de9856b41 [builtins] Include GENERIC_SOURCES in arm_SOURCES for MinGW
new d9e8b59cc [scudo] Simplify initialization and flags
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/scudo/scudo_allocator.cpp | 80 +++++++++++--------------------------------
lib/scudo/scudo_flags.cpp | 10 +++---
2 files changed, 24 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 53fe6e2f226 2017-11-14 Richard Biener <rguenther(a)suse.de>
new 8bcf938222f Support GTY((cache)) on hash_map.
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 | 15 ++++++++++++
gcc/cp/ChangeLog | 8 +++++++
gcc/cp/cp-objcp-common.c | 61 ++++++++++++++++--------------------------------
gcc/cp/cp-tree.h | 1 -
gcc/cp/decl.c | 5 ++--
gcc/cp/init.c | 4 ++--
gcc/cp/pt.c | 4 ++--
gcc/hash-map-traits.h | 7 ++++++
gcc/hash-map.h | 21 ++++++++++++++++-
gcc/hash-table.h | 7 +++---
gcc/hash-traits.h | 9 ++++++-
gcc/tree.h | 7 ++++++
12 files changed, 96 insertions(+), 53 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.
Christophe Lyon pushed a change to branch master
in repository toolchain/tcwg-regression.
from f06e07d Skip mingw32 host builds for bug-1925
new 9c74ab3 TOOLCHAIN cleanup, use HOST from now on
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:
Makefile | 11 ++++++++---
README | 9 +++++----
binaries/build.sh | 2 +-
bug-1925/build.sh | 2 +-
bug-2123/build.sh | 2 +-
common.mk | 2 +-
tcwg-symlinks/build.sh | 2 +-
7 files changed, 18 insertions(+), 12 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.