This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 75a3d31 [CUDA] Allow static variables in __host__ __device__ function [...]
new 6ea1c6c Swift Calling Convention: Fix out of bounds access
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/SwiftCallingConv.cpp | 2 +-
test/CodeGen/64bit-swiftcall.c | 19 +++++++++++++++++++
2 files changed, 20 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 68e8f61 [AArch64][RegisterBankInfo] Switch to fully static opds mappi [...]
new f980fc0 [libFuzzer] add -trace_malloc= flag
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/Fuzzer/FuzzerDriver.cpp | 1 +
lib/Fuzzer/FuzzerFlags.def | 2 ++
lib/Fuzzer/FuzzerLoop.cpp | 33 ++++++++++++++++++----
lib/Fuzzer/FuzzerOptions.h | 1 +
lib/Fuzzer/test/CMakeLists.txt | 1 +
...ullDerefOnEmptyTest.cpp => TraceMallocTest.cpp} | 18 ++++++++----
lib/Fuzzer/test/trace-malloc.test | 10 +++++++
7 files changed, 56 insertions(+), 10 deletions(-)
copy lib/Fuzzer/test/{NullDerefOnEmptyTest.cpp => TraceMallocTest.cpp} (52%)
create mode 100644 lib/Fuzzer/test/trace-malloc.test
--
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-tools-extra.
from bd5b0e5 Print stack trace for clang-change-namespace tool.
new 795ce1e Print stack trace for clang-move tool.
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:
clang-move/tool/ClangMoveMain.cpp | 4 +++-
1 file changed, 3 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 clang-tools-extra.
from 7efe634 [clang-move] Better support enclosing class.
new bd5b0e5 Print stack trace for clang-change-namespace tool.
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:
change-namespace/tool/ClangChangeNamespace.cpp | 2 ++
1 file changed, 2 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 b08e3a6 [safestack] Move X86-targeted tests into the X86 subdirectory.
new 68e8f61 [AArch64][RegisterBankInfo] Switch to fully static opds mappi [...]
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/AArch64/AArch64RegisterBankInfo.cpp | 14 ++++++++++----
1 file changed, 10 insertions(+), 4 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 9c9d4a4 Pass -ffunction-sections/-fdata-sections along to gold-plugin
new d149463 Module: emit initializers for C/ObjC after r276159.
new fff8e6c [CUDA] Add Sema::CUDADiagBuilder and Sema::CUDADiagIf{Device, [...]
new a1f58c8 [CUDA] Disallow __shared__ variables in host functions.
new 75a3d31 [CUDA] Allow static variables in __host__ __device__ function [...]
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:
include/clang/Basic/DiagnosticSemaKinds.td | 9 +-
include/clang/Sema/Sema.h | 125 ++++++++++++++---
lib/Sema/SemaCUDA.cpp | 155 +++++++++++----------
lib/Sema/SemaDecl.cpp | 19 ++-
lib/Sema/SemaDeclAttr.cpp | 4 +
lib/Sema/SemaExprCXX.cpp | 3 +-
lib/Sema/SemaStmt.cpp | 3 +-
lib/Sema/SemaType.cpp | 4 +-
test/Modules/Inputs/objc-initializer/X.h | 3 +
.../module.modulemap} | 0
test/Modules/objc-initializer.m | 9 ++
test/SemaCUDA/bad-attributes.cu | 1 +
test/SemaCUDA/device-var-init.cu | 6 +-
test/SemaCUDA/exceptions-host-device.cu | 8 +-
test/SemaCUDA/exceptions.cu | 8 +-
test/SemaCUDA/static-vars-hd.cu | 20 +++
16 files changed, 262 insertions(+), 115 deletions(-)
create mode 100644 test/Modules/Inputs/objc-initializer/X.h
copy test/Modules/Inputs/{objc-hidden/System/module.map => objc-initializer/module [...]
create mode 100644 test/Modules/objc-initializer.m
create mode 100644 test/SemaCUDA/static-vars-hd.cu
--
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 libcxxabi.
from 5180673 [libcxxabi] Refactor pthread usage into a separate API
new 8ac10e4 [libcxxabi] Fix gcc build after r284128
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:
src/config.h | 4 ++++
1 file changed, 4 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 gcc.
from 9a3e1f7 Create the *logue in the same order as before (PR77962)
new 3623b4d * gcov-io.c (gcov_open): Fix documentation. Simplify settin [...]
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/gcov-io.c | 49 ++++++++++++-------------------------------------
2 files changed, 17 insertions(+), 37 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 f3e6118 Fix ChangeLog for r241132
new 0300a10 * Makefile.in (insn-attrtab.o-warn, insn-dfatab.o-warn, ins [...]
new 9a3e1f7 Create the *logue in the same order as before (PR77962)
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/ChangeLog | 13 +++++++++++++
gcc/Makefile.in | 5 -----
gcc/function.c | 18 ++++++++++++------
3 files changed, 25 insertions(+), 11 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.