This is an automated email from the git hooks/post-receive script.
Yvan Roux pushed a change to branch linaro-local/gcc-6-integration-branch
in repository toolchain/gcc.
from d108caf gcc/ Backport from trunk r238079. 2016-07-07 Thomas Preud [...]
new e9d9ea8 gcc/ Backport from trunk r237002. 2016-06-01 Thomas Preud [...]
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/doc/sourcebuild.texi | 3 +++
gcc/testsuite/lib/target-supports.exp | 23 +++++++++++++++++++++++
2 files changed, 26 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 e5b06ef [ARC] Disassembler: fix LIMM detection for short instructions.
new ab2c225 Add separate debug info file section
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:
ld/ChangeLog | 4 ++++
ld/scripttempl/DWARF.sc | 1 +
2 files changed, 5 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 binutils-2_27-branch
in repository binutils-gdb.
from 61868f1 Automatic date update in version.in
new a5d1fc1 Add separate debug info file section
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:
ld/ChangeLog | 4 ++++
ld/scripttempl/DWARF.sc | 1 +
2 files changed, 5 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 gcc.
from 2b37969 Fix gcc.dg/torture/pr77937-[12].c for real.
new ff16a80 PR65122 extended alignment support in allocators
new ac8a4f8 Fold __builtin_str{n}{case}cmp functions
new 507a998 Fold __builtin_memchr function
new 3b7a15a Test folding of str{n}{case}cmp and memchr
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 | 23 ++
gcc/builtins.c | 197 ++-------------
gcc/builtins.h | 1 +
gcc/fold-const-call.c | 76 +++++-
gcc/fold-const-call.h | 1 +
gcc/gimple-fold.c | 266 +++++++++++++++++++--
gcc/testsuite/ChangeLog | 6 +
.../gcc.dg/tree-ssa/builtins-folding-generic.c | 76 ++++++
.../gcc.dg/tree-ssa/builtins-folding-gimple-ub.c | 23 ++
.../gcc.dg/tree-ssa/builtins-folding-gimple.c | 161 +++++++++++++
libstdc++-v3/ChangeLog | 25 +-
libstdc++-v3/include/ext/bitmap_allocator.h | 18 ++
libstdc++-v3/include/ext/malloc_allocator.h | 25 +-
libstdc++-v3/include/ext/mt_allocator.h | 18 ++
libstdc++-v3/include/ext/new_allocator.h | 18 +-
libstdc++-v3/include/ext/pool_allocator.h | 18 +-
.../dr2127.cc => allocator/overaligned.cc} | 26 +-
.../bitmap_allocator/overaligned.cc} | 28 ++-
.../testsuite/ext/malloc_allocator/overaligned.cc | 68 ++++++
.../dr2127.cc => ext/mt_allocator/overaligned.cc} | 28 ++-
.../dr2127.cc => ext/new_allocator/overaligned.cc} | 28 ++-
.../pool_allocator/overaligned.cc} | 28 ++-
22 files changed, 884 insertions(+), 274 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/builtins-folding-generic.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/builtins-folding-gimple-ub.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/builtins-folding-gimple.c
copy libstdc++-v3/testsuite/20_util/{raw_storage_iterator/dr2127.cc => allocator/o [...]
copy libstdc++-v3/testsuite/{20_util/raw_storage_iterator/dr2127.cc => ext/bitmap_ [...]
create mode 100644 libstdc++-v3/testsuite/ext/malloc_allocator/overaligned.cc
copy libstdc++-v3/testsuite/{20_util/raw_storage_iterator/dr2127.cc => ext/mt_allo [...]
copy libstdc++-v3/testsuite/{20_util/raw_storage_iterator/dr2127.cc => ext/new_all [...]
copy libstdc++-v3/testsuite/{20_util/raw_storage_iterator/dr2127.cc => ext/pool_al [...]
--
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 f01b6d6 Try to fix windows bot file path style failure caused by r284219.
new 8ed284f Removed duplicate header include
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/Format/SortJavaScriptImports.cpp | 3 +--
1 file changed, 1 insertion(+), 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 binutils-gdb.
from afb1110 btrace: remove leftover comment
new e5b06ef [ARC] Disassembler: fix LIMM detection for short instructions.
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:
gas/ChangeLog | 7 +++++++
gas/testsuite/gas/arc/shortlimm_a7.d | 11 +++++++++++
gas/testsuite/gas/arc/shortlimm_a7.s | 5 +++++
gas/testsuite/gas/arc/shortlimm_hs.d | 15 +++++++++++++++
gas/testsuite/gas/arc/shortlimm_hs.s | 9 +++++++++
include/ChangeLog | 4 ++++
include/opcode/arc.h | 1 +
opcodes/ChangeLog | 5 +++++
opcodes/arc-dis.c | 5 +++--
9 files changed, 60 insertions(+), 2 deletions(-)
create mode 100644 gas/testsuite/gas/arc/shortlimm_a7.d
create mode 100644 gas/testsuite/gas/arc/shortlimm_a7.s
create mode 100644 gas/testsuite/gas/arc/shortlimm_hs.d
create mode 100644 gas/testsuite/gas/arc/shortlimm_hs.s
--
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 1869677 Fix pr77937-1.c and pr77937-2.c testcases
new 2b37969 Fix gcc.dg/torture/pr77937-[12].c for real.
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/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gcc.dg/torture/pr77937-1.c | 3 ++-
gcc/testsuite/gcc.dg/torture/pr77937-2.c | 3 ++-
3 files changed, 10 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 lld.
from 68f29b2 [ELF] - Implemented -z wxneeded.
new 4e5052d [ELF] - Do not crash when object has multiple SHT_MIPS_OPTIONS
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/InputFiles.cpp | 3 +++
test/ELF/invalid/mips-multiple-options.test | 25 +++++++++++++++++++++++++
2 files changed, 28 insertions(+)
create mode 100644 test/ELF/invalid/mips-multiple-options.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 vehre/coarray
in repository gcc.
from f1dcd8d Added caf interface changes as talked about.
new caab0b7 Direct allocated-calls to coarrays to caf_is_present.
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/check.c | 11 +++++++
gcc/fortran/trans-intrinsic.c | 77 +++++++++++++++++++++++++++++++++++--------
libgfortran/caf/single.c | 12 +++++--
3 files changed, 84 insertions(+), 16 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.