This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from aa1b399a8ef Re-land "[LTO] Enable module summary emission by default fo [...]
new c22e38d4bb9 [gdb] Use Latin-1 to decode StringRef
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:
utils/gdb-scripts/prettyprinters.py | 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 lldb.
from 7ccf18cd6 Android.rules: Use libc++ by default
new 12cdaa775 Mark this test as no debuginfo
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:
packages/Python/lldbsuite/test/python_api/hello_world/TestHelloWorld.py | 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 gcc-7-branch
in repository gcc.
from 2cca047791a PR libstdc++/86138 prevent implicit instantiation of COW empty rep
new 1cd21fb3a07 Backported from mainline 2018-03-02 Jakub Jelinek <jaku [...]
new 933bebbdd37 Backported from mainline 2018-03-05 Jakub Jelinek <jaku [...]
new dcbebfb2342 Backported from mainline 2018-03-08 Jakub Jelinek <jaku [...]
new 35f5e793c92 Backported from mainline 2018-03-08 Jason Merrill <jaso [...]
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 | 17 +++++++++++++++++
gcc/combine.c | 6 +++++-
gcc/cp/ChangeLog | 19 +++++++++++++++++++
gcc/cp/call.c | 4 ++++
gcc/cp/pt.c | 8 +++++---
gcc/testsuite/ChangeLog | 24 ++++++++++++++++++++++++
gcc/testsuite/g++.dg/cpp1y/pr84662.C | 6 ++++++
gcc/testsuite/g++.dg/warn/Wunused-function4.C | 21 +++++++++++++++++++++
gcc/testsuite/gcc.dg/pr84739.c | 26 ++++++++++++++++++++++++++
gcc/testsuite/gcc.target/powerpc/pr84700.c | 12 ++++++++++++
gcc/tree-tailcall.c | 2 +-
11 files changed, 140 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/pr84662.C
create mode 100644 gcc/testsuite/g++.dg/warn/Wunused-function4.C
create mode 100644 gcc/testsuite/gcc.dg/pr84739.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr84700.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 122aad957dc [X86][AsmParser] Allow (%bp,%si) and (%bp,%di) to be encode [...]
new 528e0780e70 [X86] Don't accept (%si,%bp) 16-bit address expressions.
new aa1b399a8ef Re-land "[LTO] Enable module summary emission by default fo [...]
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:
lib/Target/X86/AsmParser/X86AsmParser.cpp | 13 +++++++++----
lib/Transforms/IPO/PassManagerBuilder.cpp | 6 +++++-
test/MC/X86/address-size.s | 2 --
test/MC/X86/intel-syntax-32.s | 6 ++++++
test/MC/X86/intel-syntax.s | 1 +
test/MC/X86/x86_errors.s | 13 +++++++++++++
6 files changed, 34 insertions(+), 7 deletions(-)
create mode 100644 test/MC/X86/intel-syntax-32.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 clang.
from e1ac5637a3 Reinstate quotes around the path to python that I accidental [...]
new 8246e43147 Re-land "[LTO] Enable module summary emission by default for [...]
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/Frontend/CodeGenOptions.def | 2 +-
lib/CodeGen/BackendUtil.cpp | 43 ++++++++++++++++++++++---------
lib/CodeGen/CGDebugInfo.cpp | 2 +-
lib/Frontend/CompilerInvocation.cpp | 4 +--
test/CodeGen/emit-summary-index.c | 17 ++++++++++++
test/CodeGen/lto-newpm-pipeline.c | 1 +
test/Misc/thinlto.c | 4 ---
7 files changed, 53 insertions(+), 20 deletions(-)
create mode 100644 test/CodeGen/emit-summary-index.c
delete mode 100644 test/Misc/thinlto.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 compiler-rt.
from 6e647114e [ubsan] Add support for reporting diagnostics to a monitor process
new 360b21e24 [ubsan] Fix __ubsan_on_report interface definition
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/ubsan/ubsan_interface.inc | 2 +-
lib/ubsan/ubsan_win_weak_interception.cc | 1 +
2 files changed, 2 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.
unknown user pushed a change to branch master
in repository clang.
from 257046ff24 Restore pre-r335182 behavior for naming inherited constructo [...]
new e1ac5637a3 Reinstate quotes around the path to python that I accidental [...]
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/lit.cfg.py | 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 ffe65ad7220 PR c++/85662 * g++.dg/ext/offsetof3.C: New test.
new 7a72bd4a2a6 [testsuite/guality] Be verbose about gdb version used
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 | 7 +++++++
gcc/testsuite/g++.dg/guality/guality.exp | 1 +
gcc/testsuite/gcc.dg/guality/guality.exp | 1 +
gcc/testsuite/gfortran.dg/guality/guality.exp | 1 +
gcc/testsuite/lib/gcc-gdb-test.exp | 10 ++++++++++
5 files changed, 20 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 clang.
from b7643123e1 Fix BUILD_SHARED_LIBS=1 build of libclangHandleLLVM
new 257046ff24 Restore pre-r335182 behavior for naming inherited constructo [...]
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/Sema/Sema.h | 3 ++-
lib/Parse/ParseExprCXX.cpp | 6 ++++--
lib/Sema/SemaExprCXX.cpp | 11 ++++++++++-
.../basic.lookup/basic.lookup.qual/class.qual/p2.cpp | 15 +++++++++++++++
4 files changed, 31 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 llvm.
from d6794f0ba70 AMDHSA: Put old assembler docs back
new 122aad957dc [X86][AsmParser] Allow (%bp,%si) and (%bp,%di) to be encode [...]
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/Target/X86/MCTargetDesc/X86MCCodeEmitter.cpp | 2 +-
test/MC/X86/address-size.s | 4 ++++
2 files changed, 5 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.