This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lnt.
from dde11ac api: Implement POST request to rename machines
new 4584101 Include exception name in error output
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:
lnt/server/ui/app.py | 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 bcb8abee35d AMDGPU: Annotate features from x work item/group IDs.
new f056d571ba1 Adding temporary debugging info to llvm-mt to solve fedora [...]
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:
tools/llvm-mt/llvm-mt.cpp | 9 ++++++++-
1 file changed, 8 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 compiler-rt.
from fbc6b650e Add missing && to fix syntax.
new 76862cd3c [sanitizers] Make sure that all complex macros uses parenthesis
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:
.../sanitizer_platform_interceptors.h | 116 +++++++++++----------
1 file changed, 61 insertions(+), 55 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 b8fb226737e Create empty shell of llvm-mt.
new bcb8abee35d AMDGPU: Annotate features from x work item/group IDs.
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/AMDGPUAnnotateKernelFeatures.cpp | 23 +++-
lib/Target/AMDGPU/SIMachineFunctionInfo.cpp | 39 ++++---
lib/Target/AMDGPU/SIMachineFunctionInfo.h | 5 +
.../AMDGPU/annotate-kernel-features-hsa-call.ll | 126 ++++++++++++++-------
4 files changed, 132 insertions(+), 61 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 libcxx.
from 7afe61ad1 Add case for c++2a to libc++ and test macros
new da4047d83 Check for _MSC_VER before defining _LIBCPP_MSVCRT
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/__config | 5 +++--
1 file changed, 3 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 llvm.
from 65dce1c2a34 [COFF, ARM64] Correct the data layout string for COFF ARM64 target
new b8fb226737e Create empty shell of llvm-mt.
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/CMakeLists.txt | 1 +
test/tools/llvm-mt/help.test | 7 ++
tools/{llvm-cvtres => llvm-mt}/CMakeLists.txt | 7 +-
tools/{llvm-mcmarkup => llvm-mt}/LLVMBuild.txt | 6 +-
tools/llvm-mt/Opts.td | 29 ++++++
tools/llvm-mt/llvm-mt.cpp | 117 +++++++++++++++++++++++++
6 files changed, 160 insertions(+), 7 deletions(-)
create mode 100644 test/tools/llvm-mt/help.test
copy tools/{llvm-cvtres => llvm-mt}/CMakeLists.txt (58%)
copy tools/{llvm-mcmarkup => llvm-mt}/LLVMBuild.txt (81%)
create mode 100644 tools/llvm-mt/Opts.td
create mode 100644 tools/llvm-mt/llvm-mt.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 llvm.
from afcf19db87a [codeview] Don't use the type visitor to merge types
new 65dce1c2a34 [COFF, ARM64] Correct the data layout string for COFF ARM64 target
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/AArch64TargetMachine.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 clang.
from ba419afb84 [AArch64] Add support for __builtin_ms_va_list on aarch64
new a34b6bf49d [COFF, ARM64] Set the data type widths and the data layout string
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/Basic/Targets.cpp | 15 ++++++++++++++-
.../{aarch64-type-sizes.c => coff-aarch64-type-sizes.c} | 16 +++++++---------
2 files changed, 21 insertions(+), 10 deletions(-)
copy test/CodeGen/{aarch64-type-sizes.c => coff-aarch64-type-sizes.c} (76%)
--
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 0d60e8eeb Add NetBSD support in platform_interceptors.h
new fbc6b650e Add missing && to fix syntax.
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_platform.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 gcc.
from 511c2410c2e 2017-07-17 Bill Schmidt <wschmidt(a)linux.vnet.ibm.com>
new ef319c24c34 * config/alpha/alpha.c: Include predict.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:
gcc/ChangeLog | 4 ++++
gcc/config/alpha/alpha.c | 1 +
2 files changed, 5 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.