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 389cffef8 [scudo] Allow for non-Android Shared TSD platforms, part 1
new c0ec5c621 [asan] Disable a flaky test on android.
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/sanitizer_common/TestCases/Linux/allow_user_segv.cc | 3 +++
1 file 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.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 4e04f0450f Enable gdb.base/inferior-died.exp on is_remote target boards
new 30440677f3 Tighten remote check in gdb.base/argv0-symlink.exp
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:
gdb/testsuite/ChangeLog | 6 ++++++
gdb/testsuite/gdb.base/argv0-symlink.exp | 5 +++--
2 files changed, 9 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 f00e16113a7 [codeview] Don't emit FPO data in funclet prologues
new a187b4878e7 [NVPTX] Implemented wmma intrinsics and instructions.
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/llvm/IR/IntrinsicsNVVM.td | 146 ++++++++++
lib/Target/NVPTX/NVPTXISelDAGToDAG.cpp | 512 +++++++++++++++++++++++++++++++++
lib/Target/NVPTX/NVPTXISelDAGToDAG.h | 2 +
lib/Target/NVPTX/NVPTXISelLowering.cpp | 126 ++++++++
lib/Target/NVPTX/NVPTXIntrinsics.td | 205 +++++++++++++
test/CodeGen/NVPTX/wmma.py | 201 +++++++++++++
6 files changed, 1192 insertions(+)
create mode 100644 test/CodeGen/NVPTX/wmma.py
--
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 c209885bf3b llvm-isel-fuzzer: Work around BUILD_SHARED_LIBS testing issues
new f00e16113a7 [codeview] Don't emit FPO data in funclet prologues
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/X86AsmPrinter.cpp | 4 --
lib/Target/X86/X86FrameLowering.cpp | 5 ++-
test/DebugInfo/COFF/fpo-funclet.ll | 85 +++++++++++++++++++++++++++++++++++++
3 files changed, 88 insertions(+), 6 deletions(-)
create mode 100644 test/DebugInfo/COFF/fpo-funclet.ll
--
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 74578794c15 C/C++: add fix-it hints for various missing symbols
new 261fc575195 * tree-ssa-dse.c (valid_ao_ref_for_dse): Reject ao_refs wi [...]
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/tree-ssa-dse.c | 1 +
2 files changed, 6 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 3df0d5d1718 [TableGen] Allow intrinsics to have up to 8 return values.
new c209885bf3b llvm-isel-fuzzer: Work around BUILD_SHARED_LIBS testing issues
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/tools/llvm-isel-fuzzer/aarch64-execname-options.ll | 4 ++++
test/tools/llvm-isel-fuzzer/execname-options.ll | 4 ++++
test/tools/llvm-isel-fuzzer/lit.local.cfg | 2 ++
3 files changed, 10 insertions(+)
create mode 100644 test/tools/llvm-isel-fuzzer/lit.local.cfg
--
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 fa9132f49be PR c/82301 - Updated test case g++.dg/ext/attr-ifunc-1.C (a [...]
new 74578794c15 C/C++: add fix-it hints for various missing symbols
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-family/ChangeLog | 7 +
gcc/c-family/c-common.c | 158 +++++++++++++++++++++
gcc/c-family/c-common.h | 3 +
gcc/c/ChangeLog | 10 ++
gcc/c/c-parser.c | 25 +++-
gcc/c/c-parser.h | 3 +-
gcc/cp/ChangeLog | 6 +
gcc/cp/parser.c | 51 ++++++-
gcc/testsuite/ChangeLog | 29 ++++
.../c-c++-common/cilk-plus/AN/parser_errors.c | 4 +-
.../c-c++-common/cilk-plus/AN/parser_errors2.c | 3 +-
.../c-c++-common/cilk-plus/AN/parser_errors3.c | 3 +-
gcc/testsuite/c-c++-common/cilk-plus/AN/pr61191.c | 3 +-
gcc/testsuite/c-c++-common/gomp/pr63326.c | 22 +--
gcc/testsuite/c-c++-common/missing-close-symbol.c | 2 +
gcc/testsuite/c-c++-common/missing-symbol.c | 35 +++--
gcc/testsuite/g++.dg/cpp1y/digit-sep-neg.C | 4 +-
gcc/testsuite/g++.dg/cpp1y/pr65202.C | 4 +-
gcc/testsuite/g++.dg/missing-symbol-2.C | 58 ++++++++
gcc/testsuite/g++.dg/other/do1.C | 4 +-
gcc/testsuite/g++.dg/parse/error11.C | 2 +-
gcc/testsuite/g++.dg/template/error11.C | 2 +-
gcc/testsuite/gcc.dg/missing-symbol-2.c | 71 +++++++++
gcc/testsuite/gcc.dg/missing-symbol-3.c | 50 +++++++
gcc/testsuite/gcc.dg/noncompile/940112-1.c | 4 +-
gcc/testsuite/gcc.dg/noncompile/971104-1.c | 4 +-
gcc/testsuite/obj-c++.dg/exceptions-6.mm | 6 +-
gcc/testsuite/obj-c++.dg/pr48187.mm | 8 +-
gcc/testsuite/objc.dg/exceptions-6.m | 4 +-
29 files changed, 528 insertions(+), 57 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/missing-symbol-2.C
create mode 100644 gcc/testsuite/gcc.dg/missing-symbol-2.c
create mode 100644 gcc/testsuite/gcc.dg/missing-symbol-3.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 binutils-gdb.
from 871a186e41 Enable gdb.threads/non-ldr-exc-*.exp on is_remote target boards
new 4e04f0450f Enable gdb.base/inferior-died.exp on is_remote target boards
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:
gdb/testsuite/ChangeLog | 8 ++++++++
gdb/testsuite/gdb.base/inferior-died.exp | 13 ++++++-------
2 files changed, 14 insertions(+), 7 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 9af3e7f6b40 C++: avoid partial duplicate implementation of cp_parser_error
new fa9132f49be PR c/82301 - Updated test case g++.dg/ext/attr-ifunc-1.C (a [...]
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 | 10 ++
gcc/cgraphunit.c | 149 ++++++++++++++++-----------
gcc/common.opt | 4 +
gcc/doc/extend.texi | 49 ++++++++-
gcc/doc/invoke.texi | 5 +
gcc/testsuite/ChangeLog | 16 +++
gcc/testsuite/g++.dg/ext/attr-ifunc-1.C | 34 ++++--
gcc/testsuite/g++.dg/ext/attr-ifunc-2.C | 12 ++-
gcc/testsuite/g++.dg/ext/attr-ifunc-3.C | 23 +++--
gcc/testsuite/g++.dg/ext/attr-ifunc-4.C | 12 ++-
gcc/testsuite/g++.dg/ext/attr-ifunc-5.C | 45 +++++++-
gcc/testsuite/g++.old-deja/g++.abi/vtable2.C | 2 +-
gcc/testsuite/gcc.dg/pr81854.c | 29 +++---
gcc/testsuite/lib/target-supports.exp | 4 +-
14 files changed, 282 insertions(+), 112 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 3bbc1ee830f Reintroduce "[SCCP] Propagate integer range info for parame [...]
new dc813ccd3fc [ValueTracking] return zero when there's conflict in known [...]
new 499a404a37c AMDGPU: Fix warnings introduced in r315526
new 7e513564e2a Work around lack of Wine support for SetFileInformationByHa [...]
new 3df0d5d1718 [TableGen] Allow intrinsics to have up to 8 return values.
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:
lib/Analysis/ValueTracking.cpp | 26 ++++++++----------
lib/IR/Function.cpp | 15 ++++++----
lib/Support/Windows/Path.inc | 9 ++++--
.../MCTargetDesc/AMDGPUHSAMetadataStreamer.cpp | 2 +-
.../AMDGPU/MCTargetDesc/AMDGPUTargetStreamer.cpp | 8 +++---
test/Analysis/ValueTracking/known-signbit-shift.ll | 14 +++-------
test/TableGen/intrinsic-struct.td | 32 ++++++++++++++++++++++
test/Transforms/InstSimplify/icmp-constant.ll | 21 ++------------
utils/TableGen/IntrinsicEmitter.cpp | 8 +++++-
9 files changed, 80 insertions(+), 55 deletions(-)
create mode 100644 test/TableGen/intrinsic-struct.td
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.