This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 3ec46e3d717 PR c++/80913 * name-lookup.c (add_decl_to_level): Assert [...]
new 1b144f1382f gimplify_modify_expr: avoid DECL_DEBUG_EXPR links across functions
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/gimplify.c | 3 ++-
2 files changed, 8 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.
Renato Golin pushed a change to branch master
in repository toolchain/llvm/linaro-scripts.
from 51d2ca2 Actually update the test-suite README
new 5985023 Update release readme to point to Jenkins
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:
release/README.txt | 12 ++++++++++++
1 file changed, 12 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.
Renato Golin pushed a change to branch master
in repository toolchain/llvm/linaro-scripts.
from c9b754f Update test-suite readme to point to Jenkins
new 51d2ca2 Actually update the test-suite README
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:
README.txt | 14 --------------
test-suite/README.txt | 14 ++++++++++++++
2 files changed, 14 insertions(+), 14 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.
Renato Golin pushed a change to branch master
in repository toolchain/llvm/linaro-scripts.
from 98312fe [git] Prepare repos with --no-checkout
new c9b754f Update test-suite readme to point to Jenkins
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:
README.txt | 14 ++++++++++++++
1 file changed, 14 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 llvm.
from a31800bb047 This patch closes PR28513: an optimization of multiplicatio [...]
new 384602a9e40 [SelectionDAG] Set ISD::FPOWI to Expand by default
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/CodeGen/SelectionDAG/LegalizeDAG.cpp | 1 -
lib/CodeGen/TargetLoweringBase.cpp | 1 +
lib/Target/AArch64/AArch64ISelLowering.cpp | 3 ---
lib/Target/ARM/ARMISelLowering.cpp | 4 ----
lib/Target/Hexagon/HexagonISelLowering.cpp | 2 +-
lib/Target/Mips/MipsISelLowering.cpp | 1 -
lib/Target/PowerPC/PPCISelLowering.cpp | 3 ---
lib/Target/WebAssembly/WebAssemblyISelLowering.cpp | 4 ++--
lib/Target/X86/X86ISelLowering.cpp | 1 -
9 files changed, 4 insertions(+), 16 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-tools-extra.
from be58f035 [clang-tidy] Use getLocalOrGlobal for the StrictMode option
new a6af523b [clangd] Mark results of clangd requests with a tag provided [...]
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:
clangd/ClangdLSPServer.cpp | 6 +++---
clangd/ClangdServer.cpp | 29 +++++++++++++++-------------
clangd/ClangdServer.h | 41 +++++++++++++++++++++++++++++++++++-----
unittests/clangd/ClangdTests.cpp | 40 +++++++++++++++++++++++++++++++++++----
4 files changed, 91 insertions(+), 25 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 8972d3d063f Fix ARM bootstrap failure due to an odd warning:
new 3ec46e3d717 PR c++/80913 * name-lookup.c (add_decl_to_level): Assert [...]
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/cp/ChangeLog | 7 ++++
gcc/cp/name-lookup.c | 79 ++++++++++++++++++-----------------
gcc/testsuite/ChangeLog | 5 +++
gcc/testsuite/g++.dg/lookup/pr80913.C | 11 +++++
4 files changed, 64 insertions(+), 38 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/lookup/pr80913.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 119a8852afc 2017-05-30 Richard Biener <rguenther(a)suse.de>
new 8972d3d063f Fix ARM bootstrap failure due to an odd warning:
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 | 4 ++++
gcc/config/arm/arm-builtins.c | 6 +++---
2 files changed, 7 insertions(+), 3 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 ce14f2c54a Fixup r304205 - Require PowerPC target
new 91321d9884 [libclang] Allow to suspend a translation unit.
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-c/Index.h | 11 ++++++++++-
include/clang/Frontend/ASTUnit.h | 5 +++++
lib/Frontend/ASTUnit.cpp | 27 ++++++++++++++++-----------
tools/c-index-test/c-index-test.c | 2 ++
tools/libclang/CIndex.cpp | 14 ++++++++++++++
tools/libclang/libclang.exports | 1 +
6 files changed, 48 insertions(+), 12 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 ec2430ea27 Fix issue with test that caused bildbot failure
new ce14f2c54a Fixup r304205 - Require PowerPC target
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/CodeGen/altivec-ct.c | 2 ++
1 file changed, 2 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.