This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 86f1f5d13ac PR c/84999 * c-typeck.c (build_binary_op): If c_common_ty [...]
new 70a32e4934c [PR c++/84610,84642] recover from implicit template parms g [...]
new b8eecce832c [PR c++/71965] silence multi-dim array init sorry without tf_error
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/cp/ChangeLog | 14 ++++++++++++
gcc/cp/init.c | 19 +++++++++++------
gcc/cp/parser.c | 38 +++++++++++++++++++++++++++++++--
gcc/testsuite/ChangeLog | 10 +++++++++
gcc/testsuite/g++.dg/concepts/pr71965.C | 27 +++++++++++++++++++++++
gcc/testsuite/g++.dg/cpp0x/pr84610.C | 3 +++
gcc/testsuite/g++.dg/cpp0x/pr84642.C | 3 +++
7 files changed, 105 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/concepts/pr71965.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr84610.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr84642.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 fca97ef5838 /cp 2018-03-21 Paolo Carlini <paolo.carlini(a)oracle.com>
new 86f1f5d13ac PR c/84999 * c-typeck.c (build_binary_op): If c_common_ty [...]
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/c/ChangeLog | 6 ++++++
gcc/c/c-typeck.c | 14 ++++++++++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/c-c++-common/pr84999.c | 12 ++++++++++++
4 files changed, 37 insertions(+)
create mode 100644 gcc/testsuite/c-c++-common/pr84999.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 2d2cbcb32d9 [PDB] Remove unused private variable, re-applying r327900 a [...]
new 143902e14cd [llvm-profdata] Use "-o /dev/null" in invalid-profdata.test
new bc1c5eddf29 [NVPTX] Make tensor shape part of WMMA intrinsic's name.
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:
include/llvm/IR/IntrinsicsNVVM.td | 160 ++++++++++------
lib/Target/NVPTX/NVPTXISelLowering.cpp | 48 ++---
lib/Target/NVPTX/NVPTXIntrinsics.td | 246 +++++++++++++++----------
test/CodeGen/NVPTX/wmma.py | 83 +++++----
test/tools/llvm-profdata/invalid-profdata.test | 2 +-
5 files changed, 316 insertions(+), 223 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 1a384bab87 [Modules] Fix creating fake definition data for lambdas.
new 350f0bf9a4 [NVPTX] Make tensor shape part of WMMA intrinsic's name.
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/CGBuiltin.cpp | 46 +++++++++----------
test/CodeGen/builtins-nvptx-sm_70.cu | 88 ++++++++++++++++++------------------
2 files changed, 67 insertions(+), 67 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 d227a3b47ef Handle abbr_offset with relocations.
new 94fa4665a6c [WebAssembly] Really disable wasm register name matcher
new 2d2cbcb32d9 [PDB] Remove unused private variable, re-applying r327900 a [...]
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:
include/llvm/DebugInfo/PDB/DIA/DIAInjectedSource.h | 4 +---
lib/DebugInfo/PDB/DIA/DIAEnumInjectedSources.cpp | 6 ++----
lib/DebugInfo/PDB/DIA/DIAInjectedSource.cpp | 5 ++---
lib/Target/WebAssembly/AsmParser/WebAssemblyAsmParser.cpp | 4 ----
lib/Target/WebAssembly/WebAssembly.td | 9 +++++----
5 files changed, 10 insertions(+), 18 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 d03537f6d36 [POWER9][NFC] update testcase check statements
new efc6b72c7c5 [InstCombine] move/add tests for fmul distribution; NFC
new d227a3b47ef Handle abbr_offset with relocations.
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:
include/llvm/DebugInfo/DWARF/DWARFTypeUnit.h | 3 +-
include/llvm/DebugInfo/DWARF/DWARFUnit.h | 20 +--
lib/DebugInfo/DWARF/DWARFTypeUnit.cpp | 2 +-
lib/DebugInfo/DWARF/DWARFUnit.cpp | 12 +-
test/DebugInfo/X86/abbr_offset.s | 51 ++++++++
test/Transforms/InstCombine/fast-math.ll | 79 ------------
test/Transforms/InstCombine/fmul.ll | 185 +++++++++++++++++++++++++++
7 files changed, 257 insertions(+), 95 deletions(-)
create mode 100644 test/DebugInfo/X86/abbr_offset.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 f353d86deb [Builtins] Overload __builtin_operator_new/delete to allow f [...]
new 1a384bab87 [Modules] Fix creating fake definition data for lambdas.
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/Serialization/ASTReaderDecl.cpp | 22 ++++++++++++----------
test/Modules/Inputs/self-referencing-lambda/a.h | 4 ++++
.../module.modulemap | 2 +-
...in-template.cpp => self-referencing-lambda.cpp} | 5 ++---
4 files changed, 19 insertions(+), 14 deletions(-)
create mode 100644 test/Modules/Inputs/self-referencing-lambda/a.h
copy test/Modules/Inputs/{implicit-private-with-different-name/A.framework/Modules [...]
copy test/Modules/{merge-anon-in-template.cpp => self-referencing-lambda.cpp} (55%)
--
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 049fd039432 2018-03-21 Thomas Koenig <tkoenig(a)gcc.gnu.org> Harald An [...]
new fca97ef5838 /cp 2018-03-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 | 6 ++++++
gcc/cp/decl.c | 4 +++-
gcc/testsuite/ChangeLog | 7 ++++++-
gcc/testsuite/g++.dg/ext/desig10.C | 4 ++++
4 files changed, 19 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/ext/desig10.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 52411af60 [libFuzzer] Disable equivalence-signals test on Darwin due to [...]
new 351f235ea Mmap interceptor new option, Write Exec runtime detector
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/sanitizer_common/sanitizer_common.h | 2 ++
.../sanitizer_common_interceptors.inc | 4 ++++
lib/sanitizer_common/sanitizer_common_libcdep.cc | 26 ++++++++++++++++++++++
lib/sanitizer_common/sanitizer_flags.inc | 3 +++
.../TestCases/Linux/mmap_write_exec.cpp | 15 +++++++++++++
5 files changed, 50 insertions(+)
create mode 100644 test/sanitizer_common/TestCases/Linux/mmap_write_exec.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.