This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from b3c6ab2 Dispatch without hash table lookup.
new b36678d Add -nostdlib.
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:
ELF/Config.h | 1 +
ELF/Driver.cpp | 1 +
ELF/LinkerScript.cpp | 3 ++-
ELF/Options.td | 3 +++
test/ELF/libsearch.s | 5 +++++
5 files changed, 12 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 llvm.
from f9e0892 AMDGPU: Reorganize store tests
new 1c5de87 AMDGPU/R600: Expand unaligned writes to local and global AS
new 454a60a [SLP] Don't pass a global CL option as an argument. NFC.
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/Transforms/Vectorize/SLPVectorizer.h | 7 +-
lib/Target/AMDGPU/R600ISelLowering.cpp | 13 ++-
lib/Transforms/Vectorize/SLPVectorizer.cpp | 15 ++-
test/CodeGen/AMDGPU/store-global.ll | 135 +++++++++++++++++++++-
test/CodeGen/AMDGPU/store-local.ll | 49 ++++++++
5 files changed, 199 insertions(+), 20 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 740c3d2 [codeview] Use the correct max CV record length of 0xFF00
new f9e0892 AMDGPU: Reorganize store 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:
test/CodeGen/AMDGPU/{store.ll => store-global.ll} | 204 ++++++----------------
test/CodeGen/AMDGPU/store-local.ll | 126 +++++++++++++
test/CodeGen/AMDGPU/store-v3i32.ll | 13 --
test/CodeGen/AMDGPU/store.r600.ll | 22 ---
4 files changed, 177 insertions(+), 188 deletions(-)
rename test/CodeGen/AMDGPU/{store.ll => store-global.ll} (64%)
create mode 100644 test/CodeGen/AMDGPU/store-local.ll
delete mode 100644 test/CodeGen/AMDGPU/store-v3i32.ll
delete mode 100644 test/CodeGen/AMDGPU/store.r600.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 clang.
from f92a8d0 Revert r280516 since it contained accidental changes.
new 89aa3ed Implement __attribute__((require_constant_initialization)) fo [...]
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/Attr.td | 10 +
include/clang/Basic/AttrDocs.td | 37 +++
include/clang/Basic/DiagnosticSemaKinds.td | 9 +-
include/clang/Sema/AttributeList.h | 1 +
lib/Sema/SemaDecl.cpp | 74 ++++--
lib/Sema/SemaDeclAttr.cpp | 3 +
.../attr-require-constant-initialization.cpp | 282 +++++++++++++++++++++
utils/TableGen/ClangAttrEmitter.cpp | 4 +-
8 files changed, 393 insertions(+), 27 deletions(-)
create mode 100644 test/SemaCXX/attr-require-constant-initialization.cpp
--
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 lld.
from bd07252 Add comments.
new b3c6ab2 Dispatch without hash table lookup.
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:
ELF/LinkerScript.cpp | 44 +++++++++++++++++++++++++-------------------
1 file changed, 25 insertions(+), 19 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 482ae0a IfConversion: Add assertions that both sides of a diamond don [...]
new 740c3d2 [codeview] Use the correct max CV record length of 0xFF00
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/DebugInfo/CodeView/RecordSerialization.h | 4 ++++
lib/DebugInfo/CodeView/ListRecordBuilder.cpp | 9 +++++----
test/DebugInfo/COFF/big-type.ll | 16 ++++++++--------
3 files changed, 17 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 cc305ee Based on post-commit feedback over IRC with dblaikie, ideally [...]
new f92a8d0 Revert r280516 since it contained accidental changes.
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/Attr.td | 10 -
include/clang/Basic/AttrDocs.td | 67 ++---
include/clang/Basic/DiagnosticSemaKinds.td | 9 +-
include/clang/Sema/AttributeList.h | 1 -
lib/Sema/SemaDecl.cpp | 74 ++----
lib/Sema/SemaDeclAttr.cpp | 3 -
.../attr-require-constant-initialization.cpp | 282 ---------------------
utils/TableGen/ClangAttrEmitter.cpp | 4 +-
8 files changed, 42 insertions(+), 408 deletions(-)
delete mode 100644 test/SemaCXX/attr-require-constant-initialization.cpp
--
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 fe066ce Introduce class edit_context
new 0b80c4b PR c/65467 * gimplify.c (gimplify_adjust_omp_clauses_1): Di [...]
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 | 13 ++++
gcc/c-family/ChangeLog | 10 ++-
gcc/c-family/c-omp.c | 13 ++++
gcc/c/ChangeLog | 29 ++++++++
gcc/c/c-objc-common.h | 6 ++
gcc/c/c-parser.c | 125 +++++++++++++++++++++-------------
gcc/c/c-tree.h | 1 +
gcc/c/c-typeck.c | 121 +++++++++++++++++++++++++++++++-
gcc/gimplify.c | 36 +++++++++-
gcc/omp-low.c | 3 +-
gcc/omp-simd-clone.c | 30 ++++++--
gcc/testsuite/ChangeLog | 7 ++
gcc/testsuite/gcc.dg/gomp/_Atomic-1.c | 103 ++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/gomp/_Atomic-2.c | 76 +++++++++++++++++++++
gcc/testsuite/gcc.dg/gomp/_Atomic-3.c | 65 ++++++++++++++++++
gcc/testsuite/gcc.dg/gomp/_Atomic-4.c | 17 +++++
gcc/testsuite/gcc.dg/gomp/_Atomic-5.c | 74 ++++++++++++++++++++
17 files changed, 670 insertions(+), 59 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/gomp/_Atomic-1.c
create mode 100644 gcc/testsuite/gcc.dg/gomp/_Atomic-2.c
create mode 100644 gcc/testsuite/gcc.dg/gomp/_Atomic-3.c
create mode 100644 gcc/testsuite/gcc.dg/gomp/_Atomic-4.c
create mode 100644 gcc/testsuite/gcc.dg/gomp/_Atomic-5.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 7f88dad Fix up comment from r280442, noticed by Justin.
new d5d75c5 IfConversion: Fix bug introduced by rescanning diamonds.
new 482ae0a IfConversion: Add assertions that both sides of a diamond don [...]
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/CodeGen/IfConversion.cpp | 7 +--
test/CodeGen/Thumb2/ifcvt-rescan-diamonds.ll | 66 ++++++++++++++++++++++++++++
2 files changed, 70 insertions(+), 3 deletions(-)
create mode 100644 test/CodeGen/Thumb2/ifcvt-rescan-diamonds.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.