This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from b643de0113 [clang][NFC] Fix typo in the name of a note
new df3559c872 AMDGPU: Move target code into TargetParser
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/Basic/Targets/AMDGPU.cpp | 76 ++++++-----------
lib/Basic/Targets/AMDGPU.h | 194 ++++++++++++-------------------------------
2 files changed, 77 insertions(+), 193 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 gcc-8-branch
in repository gcc.
from cd280c18746 Restrict the pr86763 test to *-*-linux* targets
new 88e9d71c2e2 x86: Always update EH return address in word_mode
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 | 9 +++++++++
gcc/config/i386/i386.md | 5 ++++-
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/g++.dg/torture/pr87014.C | 37 ++++++++++++++++++++++++++++++++++
4 files changed, 58 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/torture/pr87014.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 543dc27eefc PR c++/86981, Implement -Wpessimizing-move. * c.opt (Wpes [...]
new 522a5d08473 2018-08-21 Paolo Carlini <paolo.carlini(a)oracle.com>
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 | 4 ++++
gcc/cp/decl.c | 34 +++++++++++++---------------------
2 files changed, 17 insertions(+), 21 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 33d03d9e30 [analyzer] Correctly marked a virtual function 'override'
new b643de0113 [clang][NFC] Fix typo in the name of a note
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/Basic/DiagnosticSemaKinds.td | 2 +-
lib/Sema/SemaExprCXX.cpp | 2 +-
2 files 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.
unknown user pushed a change to branch master
in repository llvm.
from d10f51f59ea [aarch64][mc] Don't lookup symbols when there is no symbol [...]
new e54f19aba26 [X86][SSE] Add helper function to convert to/between the SS [...]
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/X86ISelLowering.cpp | 69 ++++++++++++++++++--------------------
1 file changed, 33 insertions(+), 36 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 glibc.
from aa42b3dbcb Avoid running some tests if the file system does not support holes
new 5cd7dbdea1 Update netinet/tcp.h from Linux 4.18.
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:
ChangeLog | 10 ++++++++++
sysdeps/gnu/netinet/tcp.h | 16 ++++++++++++++++
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 llvm.
from 836f774043c [InstCombine] Add new tests for icmp ugt/ult (add nuw X, C2), C
new d10f51f59ea [aarch64][mc] Don't lookup symbols when there is no symbol [...]
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/AArch64/Disassembler/AArch64ExternalSymbolizer.cpp | 2 ++
1 file changed, 2 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 lldb.
from f6f930a36 Reflow comments
new 2e3ee0fed Makefile.rules: Use an absolute path to the module cache directory.
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/make/Makefile.rules | 3 ++-
1 file 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 gcc.
from df6bc621a19 PR c++/65043 * call.c (standard_conversion): Set check_na [...]
new 543dc27eefc PR c++/86981, Implement -Wpessimizing-move. * c.opt (Wpes [...]
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 | 5 +
gcc/c-family/ChangeLog | 5 +
gcc/c-family/c.opt | 4 +
gcc/cp/ChangeLog | 8 ++
gcc/cp/typeck.c | 117 +++++++++++++++++----
gcc/doc/invoke.texi | 27 +++++
gcc/testsuite/ChangeLog | 7 ++
gcc/testsuite/g++.dg/cpp0x/Wpessimizing-move1.C | 132 ++++++++++++++++++++++++
gcc/testsuite/g++.dg/cpp0x/Wpessimizing-move2.C | 14 +++
gcc/testsuite/g++.dg/cpp0x/Wpessimizing-move3.C | 59 +++++++++++
gcc/testsuite/g++.dg/cpp0x/Wpessimizing-move4.C | 46 +++++++++
gcc/testsuite/g++.dg/cpp1z/Wpessimizing-move1.C | 18 ++++
12 files changed, 423 insertions(+), 19 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/Wpessimizing-move1.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/Wpessimizing-move2.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/Wpessimizing-move3.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/Wpessimizing-move4.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/Wpessimizing-move1.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 zorg.
from ef31486 lldb-cmake: add extra cmake flags
new 349cf54 lldb-cmake: add tracing to tests
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:
zorg/jenkins/build.py | 1 +
1 file changed, 1 insertion(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.