This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 189f54bbe7 [ObjC++] Never pass structs that transitively contain __weak [...]
new 0bcb7e49fa Revert "[ObjC++] Never pass structs that transitively contai [...]
new 92959393a7 [AST] Fix some Clang-tidy modernize and Include What You Use [...]
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/clang/AST/ASTImporter.h | 46 +-
include/clang/AST/Decl.h | 45 +-
include/clang/AST/Type.h | 2 +
lib/AST/ASTImporter.cpp | 812 +++++++++++++++---------------
lib/AST/Decl.cpp | 2 +-
lib/AST/DeclCXX.cpp | 9 +-
lib/AST/Type.cpp | 11 +
lib/Sema/SemaDecl.cpp | 9 +-
lib/Sema/SemaDeclCXX.cpp | 30 +-
lib/Serialization/ASTReaderDecl.cpp | 5 +-
lib/Serialization/ASTWriter.cpp | 2 +-
lib/Serialization/ASTWriterDecl.cpp | 5 +-
test/CodeGenObjCXX/objc-struct-cxx-abi.mm | 29 --
13 files changed, 479 insertions(+), 528 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 0b943e2bc42 [globalisel][legalizerinfo] Add support for the Lower actio [...]
new 3a182ea95b1 [X86] Added missing AAD/AAM immediate schedule 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/X86/schedule-x86_32.ll | 43 +++++++++++++++++++++++++++++++------
test/CodeGen/X86/schedule-x86_64.ll | 25 +++++++++++++++++++++
2 files changed, 62 insertions(+), 6 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 4668d9f5c17 Fix printing of stack id in MachineFrameInfo
new 0b943e2bc42 [globalisel][legalizerinfo] Add support for the Lower actio [...]
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/CodeGen/GlobalISel/LegalizerInfo.h | 60 ++++++++++++++++++++++++-
lib/CodeGen/GlobalISel/LegalizeMutations.cpp | 7 +++
lib/CodeGen/GlobalISel/LegalizerInfo.cpp | 1 +
lib/Target/AArch64/AArch64LegalizerInfo.cpp | 16 +++----
4 files changed, 73 insertions(+), 11 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 d69db7598fa PR c++/85262 - ICE with redundant qualification on constructor.
new 33f3923c32d 2018-04-09 Thomas Koenig <tkoenig(a)gcc.gnu.org>
new 4769826e96a PR c++/85279 - dump_expr doesn't understand decltype.
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 | 3 +++
gcc/cp/error.c | 1 +
gcc/fortran/ChangeLog | 6 ++++++
gcc/fortran/resolve.c | 10 ++++++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/cpp0x/decltype67.C | 7 +++++++
gcc/testsuite/gfortran.dg/parameter_array_element_3.f90 | 17 +++++++++++++++++
7 files changed, 49 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/decltype67.C
create mode 100644 gcc/testsuite/gfortran.dg/parameter_array_element_3.f90
--
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 b26999a62d6 [MemorySSAUpdater] Mark Phi users of a node being moved as [...]
new 4668d9f5c17 Fix printing of stack id in MachineFrameInfo
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/MachineFrameInfo.cpp | 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 2dda6fc884d PR c++/85277 - ICE with invalid offsetof.
new d69db7598fa PR c++/85262 - ICE with redundant qualification on constructor.
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/call.c | 17 +++++++++--------
gcc/testsuite/g++.dg/parse/ctor10.C | 14 ++++++++++++++
3 files changed, 27 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/parse/ctor10.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 419eb8a73e9 AMDGPU: Remove max_scratch_backing_memory_byte_size from ke [...]
new b26999a62d6 [MemorySSAUpdater] Mark Phi users of a node being moved as [...]
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/Analysis/MemorySSAUpdater.h | 2 ++
lib/Analysis/MemorySSAUpdater.cpp | 17 +++++++++++++++
test/Transforms/GVNHoist/non-trivial-phi.ll | 34 +++++++++++++++++++++++++++++
3 files changed, 53 insertions(+)
create mode 100644 test/Transforms/GVNHoist/non-trivial-phi.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 release_60
in repository llvm.
from a7769cbdb10 Merging r326535:
new 48e90723eae Merging r322319:
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/CodeGen/TargetInstrInfo.h | 9 ++++++---
lib/CodeGen/PeepholeOptimizer.cpp | 19 +++++++++++++++---
lib/CodeGen/TargetInstrInfo.cpp | 6 ++++++
lib/Target/ARM/ARMBaseInstrInfo.cpp | 14 +++++++++----
test/CodeGen/ARM/peephole-phi.mir | 36 ++++++++++++++++++++++++++++++++++
5 files changed, 74 insertions(+), 10 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 e38ed4d5340 [X86] Don't use Lower512IntUnary to split bitcasts with v32 [...]
new 419eb8a73e9 AMDGPU: Remove max_scratch_backing_memory_byte_size from ke [...]
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/AMDGPU/AMDKernelCodeT.h | 10 ++--------
lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | 7 +++++++
lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp | 2 +-
lib/Target/AMDGPU/Utils/AMDKernelCodeTInfo.h | 1 -
test/MC/AMDGPU/hsa-exp.s | 3 +--
test/MC/AMDGPU/hsa.s | 4 +---
6 files changed, 12 insertions(+), 15 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 c79a7094b0 asan: kernel: make no_sanitize("address") attribute work wit [...]
new 189f54bbe7 [ObjC++] Never pass structs that transitively contain __weak [...]
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/AST/Decl.h | 45 ++++++++++++++++++++++++-------
include/clang/AST/Type.h | 2 --
lib/AST/Decl.cpp | 2 +-
lib/AST/DeclCXX.cpp | 9 ++++++-
lib/AST/Type.cpp | 11 --------
lib/Sema/SemaDecl.cpp | 9 +++++--
lib/Sema/SemaDeclCXX.cpp | 30 ++++++++++-----------
lib/Serialization/ASTReaderDecl.cpp | 5 ++--
lib/Serialization/ASTWriter.cpp | 2 +-
lib/Serialization/ASTWriterDecl.cpp | 5 ++--
test/CodeGenObjCXX/objc-struct-cxx-abi.mm | 29 ++++++++++++++++++++
11 files changed, 102 insertions(+), 47 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.