This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from f2ee5f1a8e [Driver] Add compiler option to generate a reproducer
new 328c50cd2a [modules] Delay calling DeclMustBeEmitted until it's safe.
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/Serialization/ASTReader.h | 18 ++++++++++++++---
lib/Serialization/ASTReader.cpp | 25 -----------------------
lib/Serialization/ASTReaderDecl.cpp | 35 ++++++++++++++++++++++++++++++---
3 files changed, 47 insertions(+), 31 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 binutils-gdb.
from 8e9e35b180 Change linespec_result::location to be an event_location_up
new be628ab814 Create gdb_termios.h (and cleanup gdb/{,gdbserver/}terminal.h)
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/ChangeLog | 11 ++++++
gdb/Makefile.in | 1 +
gdb/common/common.m4 | 3 +-
gdb/{terminal.h => common/gdb_termios.h} | 42 +++--------------------
gdb/gdbserver/ChangeLog | 6 ++++
gdb/gdbserver/remote-utils.c | 2 +-
gdb/gdbserver/terminal.h | 51 ----------------------------
gdb/inflow.c | 1 +
gdb/inflow.h | 2 +-
gdb/ser-unix.c | 1 +
gdb/terminal.h | 57 --------------------------------
11 files changed, 28 insertions(+), 149 deletions(-)
copy gdb/{terminal.h => common/gdb_termios.h} (68%)
delete mode 100644 gdb/gdbserver/terminal.h
--
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 01692f0fd2 Modular Codegen: Include testing for inline asm as well as s [...]
new 5e8a35ff84 [Modules] Enable local submodule visibility for ObjC/C
new f2ee5f1a8e [Driver] Add compiler option to generate a reproducer
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:
docs/UsersManual.rst | 10 +++++++++
include/clang/Basic/DiagnosticDriverKinds.td | 2 +-
include/clang/Driver/Driver.h | 5 +++++
include/clang/Driver/Options.td | 5 ++++-
lib/Driver/Driver.cpp | 5 ++++-
lib/Frontend/CompilerInvocation.cpp | 6 -----
test/Driver/crash-report-crashfile.m | 33 +++++++++++++++++++++-------
test/Modules/localsubmodulevis.m | 8 +++++++
tools/driver/driver.cpp | 5 +++--
9 files changed, 60 insertions(+), 19 deletions(-)
create mode 100644 test/Modules/localsubmodulevis.m
--
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 compiler-rt.
from d1ca180de Avoid calling SizeClassMap::MaxCachedHint on hot path, it's n [...]
new 28db59a5e Cache size per class size in SizeClassAllocatorXLocalCache.
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/sanitizer_common/sanitizer_allocator_local_cache.h | 12 ++++++++----
1 file changed, 8 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 88cdb963de Modular Codegen: Separate flags for function and debug info support
new 0f4fb48b66 Fix up test to handle the now split -fmodules-codegen and -f [...]
new 01692f0fd2 Modular Codegen: Include testing for inline asm as well as s [...]
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:
test/Modules/Inputs/codegen/foo.h | 2 ++
test/Modules/codegen-nodep.test | 4 ++--
test/Modules/codegen.test | 14 ++++++++++++++
3 files changed, 18 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 clang.
from 8ae674d121 Revert r300001 "Revert r298824 & r298816, recommit r298742 & [...]
new 88cdb963de Modular Codegen: Separate flags for function and debug info support
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/LangOptions.def | 3 ++-
include/clang/Driver/CC1Options.td | 6 +++++-
lib/Frontend/CompilerInvocation.cpp | 3 ++-
lib/Lex/ModuleMap.cpp | 1 -
lib/Serialization/ASTWriter.cpp | 11 +++++-----
lib/Serialization/ASTWriterDecl.cpp | 6 +++---
test/Modules/Inputs/codegen-flags/foo.h | 4 ++++
.../{codegen-nodep => codegen-flags}/foo.modulemap | 0
test/Modules/Inputs/codegen-flags/use.cpp | 5 +++++
test/Modules/codegen-flags.test | 25 ++++++++++++++++++++++
test/Modules/codegen.test | 2 +-
11 files changed, 52 insertions(+), 14 deletions(-)
create mode 100644 test/Modules/Inputs/codegen-flags/foo.h
copy test/Modules/Inputs/{codegen-nodep => codegen-flags}/foo.modulemap (100%)
create mode 100644 test/Modules/Inputs/codegen-flags/use.cpp
create mode 100644 test/Modules/codegen-flags.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 llvm.
from 6f93f61542c Remove readnone from invariant.group.barrier
new bb9002fbb26 [AMDGPU] Generate range metadata for workitem id
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/AMDGPU.h | 2 +-
lib/Target/AMDGPU/AMDGPULowerIntrinsics.cpp | 47 ++++++++++--
lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp | 24 +++----
lib/Target/AMDGPU/AMDGPUSubtarget.cpp | 60 ++++++++++++++++
lib/Target/AMDGPU/AMDGPUSubtarget.h | 3 +
lib/Target/AMDGPU/AMDGPUTargetMachine.cpp | 6 +-
test/CodeGen/AMDGPU/add.i16.ll | 2 +-
test/CodeGen/AMDGPU/amdgpu.private-memory.ll | 20 +++---
test/CodeGen/AMDGPU/bfe-patterns.ll | 4 +-
test/CodeGen/AMDGPU/ds_read2_superreg.ll | 4 +-
test/CodeGen/AMDGPU/llvm.amdgcn.atomic.dec.ll | 16 ++---
test/CodeGen/AMDGPU/llvm.amdgcn.atomic.inc.ll | 16 ++---
test/CodeGen/AMDGPU/local-memory.amdgcn.ll | 6 +-
.../AMDGPU/lower-range-metadata-intrinsic-call.ll | 8 +--
test/CodeGen/AMDGPU/private-memory-r600.ll | 9 +--
test/CodeGen/AMDGPU/shift-and-i128-ubfe.ll | 6 +-
test/CodeGen/AMDGPU/shift-and-i64-ubfe.ll | 16 +++--
test/CodeGen/AMDGPU/shl.ll | 4 +-
test/CodeGen/AMDGPU/sub.i16.ll | 2 +-
test/CodeGen/AMDGPU/zext-lid.ll | 83 ++++++++++++++++++++++
20 files changed, 259 insertions(+), 79 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/zext-lid.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 compiler-rt.
from 059c103b5 Fix memory leaks in address sanitizer darwin tests
new d1ca180de Avoid calling SizeClassMap::MaxCachedHint on hot path, it's n [...]
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/sanitizer_common/sanitizer_allocator_local_cache.h | 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 5bfc47d1521 Bitcode: Move version and global value module code parsers [...]
new 4f344492bbb Append -w when LLVM_ENABLE_WARNINGS is Off.
new 6f93f61542c Remove readnone from invariant.group.barrier
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:
cmake/modules/HandleLLVMOptions.cmake | 4 ++
include/llvm/IR/Intrinsics.td | 9 ++++-
test/Analysis/MemorySSA/invariant-groups.ll | 16 ++++++++
test/Other/invariant.group.barrier.ll | 62 +++++++++++++++++++++++++++++
4 files changed, 90 insertions(+), 1 deletion(-)
create mode 100644 test/Other/invariant.group.barrier.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.