This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 1ac2fdf * config/m32r/m32r.c (m32r_print_operand): Adjust fallthru comment.
new 7b7f277 * config/m32c/m32c.c (encode_pattern_1): Add fallthru commen [...]
new abb856b * config/iq2000/iq2000.c (iq2000_function_arg): Adjust fallt [...]
new 89d4eb3 * config/frv/frv.c (comparison_string): Do not fall through [...]
new dbfd9d2 Refactor atomic compare_and_swap to make it fit for ARMv8-M Baseline
new 12f9739 Adapt atomic compare and swap to ARMv8-M Baseline
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/ChangeLog | 45 ++++++++++++++++++++++
gcc/config/arm/arm.c | 89 +++++++++++++++++++++++++++++---------------
gcc/config/arm/predicates.md | 6 +++
gcc/config/arm/sync.md | 50 ++++++++++++++-----------
gcc/config/arm/thumb1.md | 6 +++
gcc/config/frv/frv.c | 2 +-
gcc/config/iq2000/iq2000.c | 3 +-
gcc/config/m32c/m32c.c | 2 +
8 files changed, 149 insertions(+), 54 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-6-branch
in repository gcc.
from 3f9c4af Backport from mainline 2016-10-21 Jakub Jelinek <jakub@re [...]
new 94aecec 2016-10-26 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/resolve.c | 12 +++++-
gcc/testsuite/ChangeLog | 7 ++++
gcc/testsuite/gfortran.dg/submodule_18.f08 | 49 +++++++++++++++++++++++++
gcc/testsuite/gfortran.dg/submodule_19.f08 | 59 ++++++++++++++++++++++++++++++
5 files changed, 134 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/submodule_18.f08
create mode 100644 gcc/testsuite/gfortran.dg/submodule_19.f08
--
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 7a56219 * config/nios2/nios2.c (nios2_rtx_costs): Avoid fallthru.
new 740d7b0 * config/msp430/msp430.c (msp430_legitimate_address_p): Adju [...]
new 7b83b08 * config/microblaze/microblaze.c (microblaze_function_arg): [...]
new 531eafa * config/mcore/mcore.c (mcore_gen_compare): Adjust fallthru [...]
new 1ac2fdf * config/m32r/m32r.c (m32r_print_operand): Adjust fallthru comment.
The 4 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 | 10 ++++++++++
gcc/config/m32r/m32r.c | 3 ++-
gcc/config/mcore/mcore.c | 10 +++++-----
gcc/config/microblaze/microblaze.c | 2 +-
gcc/config/msp430/msp430.c | 2 +-
5 files changed, 19 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 master
in repository llvm.
from f63894b Reapply "AMDGPU: Don't use offen if it is 0"
new 98ab42a Introduce updateDiscriminator interface to DILocation to make [...]
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/IR/DebugInfoMetadata.h | 19 ++++++++++++++
lib/Transforms/Utils/AddDiscriminators.cpp | 37 ++++++----------------------
test/Transforms/AddDiscriminators/inlined.ll | 4 +--
3 files changed, 27 insertions(+), 33 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 6ad50db [PP] Replace some index based for loops with range based ones
new 2e32b54 [CMake] Adding example distribution CMake cache files
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:
cmake/caches/DistributionExample-stage2.cmake | 30 +++++++++++++++++++++++
cmake/caches/DistributionExample.cmake | 34 +++++++++++++++++++++++++++
2 files changed, 64 insertions(+)
create mode 100644 cmake/caches/DistributionExample-stage2.cmake
create mode 100644 cmake/caches/DistributionExample.cmake
--
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 0cec94e Delete trivial getters. NFC.
new 915864d Reduce the number of allocators.
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:
ELF/Driver.cpp | 6 +++---
ELF/InputFiles.cpp | 29 +++++++++++++++--------------
ELF/InputFiles.h | 12 +++++++-----
ELF/LTO.cpp | 3 ++-
ELF/LTO.h | 1 +
ELF/SymbolTable.cpp | 8 ++++----
ELF/Symbols.cpp | 15 ++++++++-------
ELF/Symbols.h | 6 +++---
8 files changed, 43 insertions(+), 37 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 2d8f62d * config/pa/pa.c (pa_asm_output_mi_thunk): Increase buffer size.
new 4836751 2016-10-26 Edward Smith-Rowland <3dw4rd(a)verizon.net>
new 350db38 * config/stormy16/stormy16.c (xstormy16_asm_output_destrutor [...]
new 511d317 * config/rl78/rl78.c (rl78_calculate_death_notes): Add fallt [...]
new 7a56219 * config/nios2/nios2.c (nios2_rtx_costs): Avoid fallthru.
The 4 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 | 10 +
gcc/config/nios2/nios2.c | 1 +
gcc/config/rl78/rl78.c | 3 +-
gcc/config/stormy16/stormy16.c | 4 +-
libstdc++-v3/ChangeLog | 18 ++
libstdc++-v3/include/ext/random | 212 +++++++++++++++++++++
libstdc++-v3/include/ext/random.tcc | 162 +++++++++++++++-
.../cons/default.cc | 15 +-
.../cons/parms.cc} | 17 +-
.../operators/equal.cc | 10 +-
.../operators/generate.cc | 17 +-
.../operators/inequal.cc | 10 +-
.../operators/serialize.cc | 10 +-
13 files changed, 444 insertions(+), 45 deletions(-)
copy libstdc++-v3/testsuite/ext/random/{uniform_on_sphere_distribution => uniform_ [...]
copy libstdc++-v3/testsuite/ext/random/{logistic_distribution/operators/serialize. [...]
copy libstdc++-v3/testsuite/ext/random/{uniform_on_sphere_distribution => uniform_ [...]
copy libstdc++-v3/testsuite/ext/random/{uniform_on_sphere_distribution => uniform_ [...]
copy libstdc++-v3/testsuite/ext/random/{uniform_on_sphere_distribution => uniform_ [...]
copy libstdc++-v3/testsuite/ext/random/{uniform_on_sphere_distribution => uniform_ [...]
--
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 2a3a749 Revert "bison warning fixes"
new 7b68ffb gdb: Clean up remote.c:remote_resume
new ef4a339 gdb: Free inferior->priv when inferior exits
new ca6eff5 gdb/doc: Clarify vCont packet description
new 5a04c4c gdbserver: Leave already-vCont-resumed threads as they were
new 85ad3aa gdb: Coalesce/aggregate (async) vCont packets/actions
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:
gdb/ChangeLog | 57 +++++
gdb/doc/ChangeLog | 6 +
gdb/doc/gdb.texinfo | 32 ++-
gdb/gdbserver/ChangeLog | 13 ++
gdb/gdbserver/linux-low.c | 59 +++++
gdb/gdbserver/linux-low.h | 6 +
gdb/gdbserver/server.c | 33 ++-
gdb/gdbserver/server.h | 4 +
gdb/inferior.c | 3 +
gdb/inferior.h | 6 +
gdb/infrun.c | 8 +
gdb/record-btrace.c | 11 +
gdb/record-full.c | 11 +
gdb/remote.c | 565 ++++++++++++++++++++++++++++++++++++++++------
gdb/target-delegates.c | 26 +++
gdb/target.c | 28 +++
gdb/target.h | 47 +++-
17 files changed, 818 insertions(+), 97 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 fd0f812 * config/spu/spu.c (spu_sched_reorder): Add missing fallthru [...]
new fe6309e Add recursive_directory_iterator::pop(error_code&)
new 64884a1 * config/h8300/h8300.c (h8300_print_operand): Adjust FALLTHR [...]
new 2d8f62d * config/pa/pa.c (pa_asm_output_mi_thunk): Increase buffer size.
The 3 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 | 6 ++
gcc/config/h8300/h8300.c | 10 +-
gcc/config/pa/pa.c | 2 +-
libstdc++-v3/ChangeLog | 6 ++
libstdc++-v3/include/experimental/bits/fs_dir.h | 1 +
libstdc++-v3/src/filesystem/dir.cc | 24 ++++-
.../experimental/filesystem/iterators/pop.cc | 115 +++++++++++++++++++++
7 files changed, 154 insertions(+), 10 deletions(-)
create mode 100644 libstdc++-v3/testsuite/experimental/filesystem/iterators/pop.cc
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.