This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 892b4ad Make the test future proof.
new 94d8ab0 [ELF] - Linkerscript: do not fail on additional semicolons in [...]
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/LinkerScript.cpp | 5 ++++-
test/ELF/linkerscript/sections.s | 5 +++++
2 files changed, 9 insertions(+), 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.
Yvan Roux pushed a change to branch linaro-local/gcc-6-integration-branch
in repository toolchain/gcc.
from 226a1db gcc/ Backport from trunk r244894. 2016-01-25 Kyrylo Tkach [...]
new b300ea8 gcc/testsuite/ Backport from trunk r244891. 2016-01-25 Ky [...]
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/gcc.dg/lto/pr54709_0.c | 1 +
gcc/testsuite/gcc.dg/lto/pr61526_0.c | 1 +
gcc/testsuite/gcc.dg/lto/pr64415_0.c | 1 +
3 files changed, 3 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.
Yvan Roux pushed a change to branch linaro-local/gcc-6-integration-branch
in repository toolchain/gcc.
from 3a3a5fd gcc/ Backport from trunk r244879. 2017-01-24 Eric Botcazo [...]
new 226a1db gcc/ Backport from trunk r244894. 2016-01-25 Kyrylo Tkach [...]
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/config/arm/arm.md | 9 ++++++++-
.../gcc.target/arm/{pr64208.c => pr79145.c} | 23 +++++++---------------
2 files changed, 15 insertions(+), 17 deletions(-)
copy gcc/testsuite/gcc.target/arm/{pr64208.c => pr79145.c} (65%)
--
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.
Yvan Roux pushed a change to branch linaro-local/gcc-6-integration-branch
in repository toolchain/gcc.
from 2b185a9 gcc/ Backport from trunk r244828. 2017-01-23 Andreas Tobl [...]
new 3a3a5fd gcc/ Backport from trunk r244879. 2017-01-24 Eric Botcazo [...]
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/config/arm/arm.c | 8 ++++++
gcc/testsuite/gcc.target/arm/vfp-longcall-apcs.c | 32 ++++++++++++++++++++++++
2 files changed, 40 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/arm/vfp-longcall-apcs.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 gcc.
from 0e9ab2f [PR63238] output alignment debug information
new d4484c4 PR tree-optimization/79267 * value-prof.c (gimple_ic): Only [...]
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 | 6 ++++
gcc/testsuite/ChangeLog | 5 +++
gcc/testsuite/g++.dg/opt/pr79267.C | 69 ++++++++++++++++++++++++++++++++++++++
gcc/value-prof.c | 3 +-
4 files changed, 82 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/opt/pr79267.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 clang.
from 0c60bc9 [lsan] Enable LSan for x86 Linux
new c0376bf Revert r293585 "Add better ODR checking for modules."
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/AST/DeclCXX.h | 6 -
include/clang/AST/ODRHash.h | 80 --
include/clang/AST/Stmt.h | 3 -
.../clang/Basic/DiagnosticSerializationKinds.td | 64 --
lib/AST/CMakeLists.txt | 1 -
lib/AST/DeclCXX.cpp | 15 +-
lib/AST/ODRHash.cpp | 892 ----------------
lib/AST/StmtProfile.cpp | 229 ++---
lib/Sema/SemaDecl.cpp | 5 +-
lib/Serialization/ASTReader.cpp | 638 +-----------
lib/Serialization/ASTReaderDecl.cpp | 2 -
lib/Serialization/ASTWriter.cpp | 1 -
test/Modules/merge-using-decls.cpp | 4 -
test/Modules/odr_hash.cpp | 1077 --------------------
14 files changed, 97 insertions(+), 2920 deletions(-)
delete mode 100644 include/clang/AST/ODRHash.h
delete mode 100644 lib/AST/ODRHash.cpp
delete mode 100644 test/Modules/odr_hash.cpp
--
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.
Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/spec2xxx-utils.
from 04b23af Fix --build parsing in spec2xxx-config
new 90bf44b Fix again
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:
spec2xxx-config | 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.
Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/spec2xxx-utils.
from 3353de9 Add a long comment to ssh-cc.sh
new 04b23af Fix --build parsing in spec2xxx-config
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:
spec2xxx-config | 10 +++++-----
1 file changed, 5 insertions(+), 5 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.
Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/spec2xxx-utils.
from 931e97e Simplify ssh-cc.sh
new 3353de9 Add a long comment to ssh-cc.sh
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:
ssh-cc.sh | 24 ++++++++++++++++++++++++
1 file changed, 24 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.
Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/spec2xxx-utils.
from e45ff3d Reindent ssh-cc.sh
new 931e97e Simplify ssh-cc.sh
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:
ssh-cc.sh | 9 ---------
1 file changed, 9 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.