This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 2d275e9 [DOXYGEN] Improved doxygen comments for x86 intrinsics headers.
new b40a34d DR1295 and cleanup for P0135R1: Make our initialization code [...]
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/Sema/Initialization.h | 11 +
lib/AST/ExprConstant.cpp | 4 +-
lib/Analysis/CFG.cpp | 14 +-
lib/Sema/SemaCast.cpp | 11 +-
lib/Sema/SemaExprCXX.cpp | 10 +-
lib/Sema/SemaInit.cpp | 471 +++++++++++----------
lib/Sema/SemaOverload.cpp | 3 +
.../dcl.decl/dcl.init/dcl.init.ref/p5-examples.cpp | 23 +-
test/CXX/dcl.decl/dcl.init/dcl.init.ref/p5.cpp | 4 +-
test/CXX/drs/dr12xx.cpp | 28 +-
test/SemaCXX/constant-expression-cxx11.cpp | 12 +
test/SemaCXX/constant-expression-cxx1z.cpp | 5 +
test/SemaCXX/member-init.cpp | 2 +-
test/SemaCXX/microsoft-new-delete.cpp | 2 +-
test/SemaCXX/reinterpret-cast.cpp | 2 +-
15 files changed, 344 insertions(+), 258 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 lld.
from f4830b0 Fix parsing when one extern follows another.
new 0defe71 Remove `REQUIRES: shell` hack to workaround an echo issue.
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/ELF/linkerscript/entry.s | 2 +-
test/ELF/linkerscript/group.s | 2 +-
test/ELF/linkerscript/linkerscript.s | 6 ------
test/ELF/linkerscript/searchdir.s | 6 +-----
4 files changed, 3 insertions(+), 13 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 38dbb81 Relax IRgen check in decl-in-prototype.c to match signext on PPC64
new 2d275e9 [DOXYGEN] Improved doxygen comments for x86 intrinsics headers.
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/Headers/__wmmintrin_aes.h | 12 +-
lib/Headers/__wmmintrin_pclmul.h | 2 +-
lib/Headers/ammintrin.h | 12 +-
lib/Headers/avxintrin.h | 324 ++++++++++++++++----------------
lib/Headers/bmiintrin.h | 56 +++---
lib/Headers/emmintrin.h | 394 +++++++++++++++++++--------------------
lib/Headers/f16cintrin.h | 8 +-
lib/Headers/fxsrintrin.h | 8 +-
lib/Headers/immintrin.h | 4 +-
lib/Headers/mmintrin.h | 124 ++++++------
lib/Headers/pmmintrin.h | 26 +--
lib/Headers/popcntintrin.h | 8 +-
lib/Headers/xmmintrin.h | 252 ++++++++++++-------------
13 files changed, 615 insertions(+), 615 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 a151ead AMDGPU: Fix i128 mul
new 70df293 [SelectionDAG] Add knownbits support for EXTRACT_VECTOR_ELT o [...]
new f811020 AMDGPU: Fix isTypeDesirableForOp for i16
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/SelectionDAG/SelectionDAG.cpp | 36 +++++++++++++++++++++++++++++++
lib/Target/AMDGPU/SIISelLowering.cpp | 20 +++++++++++++----
lib/Target/X86/X86ISelLowering.cpp | 7 +++++-
test/CodeGen/X86/known-bits-vector.ll | 12 ++---------
test/CodeGen/X86/pr31323.ll | 27 +++++++++++++++++++++++
5 files changed, 87 insertions(+), 15 deletions(-)
create mode 100644 test/CodeGen/X86/pr31323.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 lldb.
from 7691287 Fix buildbots that are failing due to this test by adding all [...]
new 3f22c14 Fix i386 being able to show member variables correctly by not [...]
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:
.../lldbsuite/test/lang/objc/foundation/TestObjCMethods2.py | 1 +
.../Python/lldbsuite/test/lang/objc/objc-struct-argument/test.m | 8 ++++----
.../LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV1.cpp | 5 +----
.../ObjC/AppleObjCRuntime/AppleObjCTypeEncodingParser.cpp | 5 ++---
4 files changed, 8 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 clang.
from 553c89e Don't assert when redefining a built-in macro in a PCH, PR29119
new 38dbb81 Relax IRgen check in decl-in-prototype.c to match signext on PPC64
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/PCH/decl-in-prototype.c | 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 llvm.
from d22c85d [PPC] Add intrinsics for vector extract word and vector insert word.
new ddb62ed AMDGPU: Clean up instruction bits
new d5cdd5a AMDGPU: Allow TBA, TMA, TTMP* registers with SMEM instructions
new a151ead AMDGPU: Fix i128 mul
The 3 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/SelectionDAG/LegalizeIntegerTypes.cpp | 2 +-
lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 4 +
lib/Target/AMDGPU/SIDefines.h | 118 ++++++++++++----------
lib/Target/AMDGPU/SIInstrFormats.td | 97 ++++++++++--------
lib/Target/AMDGPU/SIRegisterInfo.td | 4 +-
test/CodeGen/AMDGPU/mul.ll | 71 +++++++++++++
test/MC/AMDGPU/smem.s | 86 +++++++++++++++-
test/MC/AMDGPU/smrd.s | 72 ++++++++++++-
8 files changed, 348 insertions(+), 106 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 3a67a19 Store decls in prototypes on the declarator instead of in the AST
new 553c89e Don't assert when redefining a built-in macro in a PCH, PR29119
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/Lex/Preprocessor.h | 3 ++-
lib/Lex/PPMacroExpansion.cpp | 29 ++++++++++++++++++++++++++---
lib/Serialization/ASTReader.cpp | 2 +-
test/PCH/builtin-macro.c | 35 +++++++++++++++++++++++++++++++++++
4 files changed, 64 insertions(+), 5 deletions(-)
create mode 100644 test/PCH/builtin-macro.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 94f4da1 PR78255: Make postreload aware of NO_FUNCTION_CSE
new c8f4e5f gcc/testsuite/ChangeLog:
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/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.dg/attr-alloc_size-3.c | 29 ++++++++++++++++-------------
2 files changed, 20 insertions(+), 13 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.