This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 2889dbd841 [CodeGen] Add an option to suppress output of llvm.ident
new 5e06777f41 [CUDA] Set LLVM calling convention for CUDA kernel
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/CodeGenModule.cpp | 3 +++
lib/CodeGen/TargetInfo.cpp | 6 ++++++
lib/CodeGen/TargetInfo.h | 2 ++
test/CodeGenCUDA/kernel-amdgcn.cu | 41 +++++++++++++++++++++++++++++++++++++++
4 files changed, 52 insertions(+)
create mode 100644 test/CodeGenCUDA/kernel-amdgcn.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 llvm.
from e44102606a4 [x86] auto-generate checks; NFC
new b2249a973bb Revert r330431.
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/Transforms/Scalar/JumpThreading.cpp | 56 +++++++++++++++------------------
1 file changed, 26 insertions(+), 30 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 73d8c2e5e3e [NewGVN] Split OpPHI detection and creation.
new e44102606a4 [x86] auto-generate checks; NFC
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/sibcall.ll | 624 +++++++++++++++++++++++++++++---------------
1 file changed, 411 insertions(+), 213 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 f2a2996ee29 PR testsuite/85483: Move aarch64/sve/vcond_1.c test to g++. [...]
new f27bf77ac8f Fix missing hunk from previous commit
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/g++.dg/other/sve_vcond_1_run.C | 4 ++--
1 file changed, 2 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 3ebc072a79f [DebugInfo] Use WithColor for more debug line warnings
new 73d8c2e5e3e [NewGVN] Split OpPHI detection and creation.
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/Transforms/Scalar/NewGVN.cpp | 220 +++++++++++++-----------
test/Transforms/NewGVN/phi-of-ops-move-block.ll | 51 ++++++
2 files changed, 168 insertions(+), 103 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 44fa4e90c4 Fix some tests that were failing on Windows
new 2889dbd841 [CodeGen] Add an option to suppress output of llvm.ident
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/Driver/Options.td | 5 ++++-
include/clang/Frontend/CodeGenOptions.def | 1 +
lib/CodeGen/CGDebugInfo.cpp | 3 ++-
lib/CodeGen/CodeGenModule.cpp | 3 ++-
lib/Driver/ToolChains/Clang.cpp | 3 +++
lib/Frontend/CompilerInvocation.cpp | 2 ++
test/CodeGen/no-ident-version.c | 19 +++++++++++++++++++
7 files changed, 33 insertions(+), 3 deletions(-)
create mode 100644 test/CodeGen/no-ident-version.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 lld.
from 2ea067a3c Fix trap instruction on pp64.
new f73ab50c6 [ELF] --warn-backrefs: use the same GroupId for object files [...]
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:
ELF/Driver.cpp | 9 +++++++++
ELF/InputFiles.h | 6 +++---
test/ELF/start-lib.s | 9 +++++++++
test/ELF/warn-backrefs.s | 4 ++++
4 files changed, 25 insertions(+), 3 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 glibc.
from b75a9b26cf hurd xfails: Add missing bug references
new 458b94f63e Update aarch64 bits/hwcap.h, dl-procinfo.c for Linux 4.16 HW [...]
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:
ChangeLog | 8 ++++++++
sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h | 1 +
sysdeps/unix/sysv/linux/aarch64/dl-procinfo.c | 5 +++--
3 files changed, 12 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 gcc.
from ae8278323b6 gcc/ChangeLog:
new f2a2996ee29 PR testsuite/85483: Move aarch64/sve/vcond_1.c test to g++. [...]
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 | 8 ++++++++
.../aarch64/sve/vcond_1.c => g++.dg/other/sve_vcond_1.C} | 4 ++--
.../aarch64/sve/vcond_1_run.c => g++.dg/other/sve_vcond_1_run.C} | 2 +-
3 files changed, 11 insertions(+), 3 deletions(-)
rename gcc/testsuite/{gcc.target/aarch64/sve/vcond_1.c => g++.dg/other/sve_vcond_1 [...]
rename gcc/testsuite/{gcc.target/aarch64/sve/vcond_1_run.c => g++.dg/other/sve_vco [...]
--
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 c01ee6eab4e [CostModel][X86] Add vector element insert/extract cost tests
new 3ebc072a79f [DebugInfo] Use WithColor for more debug line warnings
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/DebugInfo/DWARF/DWARFDebugLine.cpp | 14 ++++++++------
test/DebugInfo/X86/dwarfdump-bogus-LNE.s | 2 +-
test/DebugInfo/X86/dwarfdump-line-mismatch.s | 2 +-
3 files changed, 10 insertions(+), 8 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.