This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/releases/linaro-6.4-2017.11
in repository toolchain/gcc.
at 086ebc7351b gcc/ * LINARO-VERSION: Bump version number, post release [...]
This branch includes the following new commits:
new 086ebc7351b gcc/ * LINARO-VERSION: Bump version number, post release [...]
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.
--
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 annotated tag linaro-6.4-2017.11-rc1
in repository toolchain/gcc.
at 9389aa86145 (tag)
tagging 50573a1ace4cdf395a858ba613d259e4dd7dfeb9 (commit)
replaces linaro-snapshot-6.4-2017.10
tagged by TCWG Automation
on Fri Oct 27 13:24:26 2017 +0100
- Log -----------------------------------------------------------------
Linaro GCC Release Candidate 6.4-2017.11-rc1
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new 50573a1ace4 Make Linaro GCC Release Candidate 6.4-2017.11-rc1.
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.
--
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 bd5ef087eb3 Extend ipa-pure-const pass to propagate malloc attribute.
new a1236801589 Update install.texi for Solaris 12 rename
new 80f13822072 Define std::filesystem::path::format enum (P0430R2)
The 2 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/doc/install.texi | 19 ++--
libstdc++-v3/ChangeLog | 8 ++
libstdc++-v3/include/bits/fs_path.h | 13 ++-
.../27_io/filesystem/path/construct/format.cc | 116 +++++++++++++++++++++
5 files changed, 147 insertions(+), 16 deletions(-)
create mode 100644 libstdc++-v3/testsuite/27_io/filesystem/path/construct/format.cc
--
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 ed00729d34b Fix BB after r316756 "[llvm-dwarfdump] - Teach verifier to [...]
new a129dc8bcf5 [LLVM-C] Publicly expose getters of MetadataType, TokenType
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-c/Core.h | 10 ++++++++++
lib/IR/Core.cpp | 9 ++++++---
tools/llvm-c-test/echo.cpp | 2 +-
3 files changed, 17 insertions(+), 4 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 891d0d6b7 [ELF] - Stop naming relocation sections with first input sect [...]
new 17ec08b78 [ELF] - Ignore non-absolute R_386_GOTPC relocation in debug 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:
ELF/InputSection.cpp | 7 +++++++
test/ELF/i386-debug-noabs.test | 33 +++++++++++++++++++++++++++++++++
2 files changed, 40 insertions(+)
create mode 100644 test/ELF/i386-debug-noabs.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 cd8d6bc32 [ELF][ARM] Add missing REQUIRES: arm to tests
new f8d19abd1 [ELF] - Simplify reporting of garbage collected sections.
new 891d0d6b7 [ELF] - Stop naming relocation sections with first input sect [...]
The 2 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/LinkerScript.cpp | 7 +------
ELF/MarkLive.cpp | 7 +++++++
ELF/OutputSections.cpp | 16 ----------------
ELF/OutputSections.h | 1 -
ELF/Writer.cpp | 10 +++++++++-
test/ELF/emit-relocs-merge.s | 2 +-
test/ELF/emit-relocs.s | 4 ++--
7 files changed, 20 insertions(+), 27 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 ca559e03cc Fix test/Driver/wasm-toolchain.c on windows
new d2d3a85d27 Test commit
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/SemaCodeComplete.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 gcc.
from 9006ef75515 2017-10-27 Paolo Carlini <paolo.carlini(a)oracle.com>
new bd5ef087eb3 Extend ipa-pure-const pass to propagate malloc attribute.
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 | 32 +++
gcc/cgraph.c | 47 +++++
gcc/cgraph.h | 4 +
gcc/common.opt | 4 +
gcc/doc/invoke.texi | 22 ++-
gcc/ipa-fnsummary.c | 10 +
gcc/ipa-fnsummary.h | 4 +-
gcc/ipa-inline.c | 3 -
gcc/ipa-pure-const.c | 335 +++++++++++++++++++++++++++++++-
gcc/ssa-iterators.h | 6 +
gcc/testsuite/ChangeLog | 6 +
gcc/testsuite/gcc.dg/ipa/propmalloc-1.c | 21 ++
gcc/testsuite/gcc.dg/ipa/propmalloc-2.c | 23 +++
gcc/testsuite/gcc.dg/ipa/propmalloc-3.c | 24 +++
14 files changed, 526 insertions(+), 15 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/ipa/propmalloc-1.c
create mode 100644 gcc/testsuite/gcc.dg/ipa/propmalloc-2.c
create mode 100644 gcc/testsuite/gcc.dg/ipa/propmalloc-3.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 llvm.
from 603d7b30553 [llvm-dwarfdump] - Teach verifier to report broken DWARF ex [...]
new ed00729d34b Fix BB after r316756 "[llvm-dwarfdump] - Teach verifier to [...]
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/DebugInfo/DWARF/DWARFVerifier.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 llvm.
from aa108d865d3 DAG: Fold fma (fneg x), K, y -> fma x, -K, y
new 603d7b30553 [llvm-dwarfdump] - Teach verifier to report broken DWARF ex [...]
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/DebugInfo/DWARF/DWARFExpression.cpp | 10 +++-
lib/DebugInfo/DWARF/DWARFVerifier.cpp | 64 +++++++++++++---------
.../llvm-dwarfdump/X86/verify_broken_exprloc.s | 52 ++++++++++++++++++
3 files changed, 97 insertions(+), 29 deletions(-)
create mode 100644 test/tools/llvm-dwarfdump/X86/verify_broken_exprloc.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.