This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from 1ed1df3 Unbreak C++03 build.
new bb11bc4 Add 'inline' attribute to __init to inline the basic_string's [...]
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/string | 5 +++++
1 file changed, 5 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 a6a3520 Add (hopefully last) remaining missing dependences to llvm-lto2
new 9bcebab AMDGPU : Add LLVM intrinsics for SAD related instructions.
new aba9f58 Hexagon: Avoid dereferencing end() in HexagonCopyToCombine::f [...]
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:
include/llvm/IR/IntrinsicsAMDGPU.td | 32 ++++++++++++++++++++--
lib/Target/AMDGPU/CIInstructions.td | 12 ++++----
lib/Target/AMDGPU/SIInstructions.td | 20 ++++++++++----
lib/Target/Hexagon/HexagonCopyToCombine.cpp | 5 ++--
test/CodeGen/AMDGPU/llvm.amdgcn.mqsad.pk.u16.u8.ll | 23 ++++++++++++++++
test/CodeGen/AMDGPU/llvm.amdgcn.mqsad.u32.u8.ll | 23 ++++++++++++++++
test/CodeGen/AMDGPU/llvm.amdgcn.msad.u8.ll | 23 ++++++++++++++++
test/CodeGen/AMDGPU/llvm.amdgcn.qsad.pk.u16.u8.ll | 23 ++++++++++++++++
test/CodeGen/AMDGPU/llvm.amdgcn.sad.hi.u8.ll | 23 ++++++++++++++++
test/CodeGen/AMDGPU/llvm.amdgcn.sad.u16.ll | 23 ++++++++++++++++
test/CodeGen/AMDGPU/llvm.amdgcn.sad.u8.ll | 23 ++++++++++++++++
11 files changed, 215 insertions(+), 15 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.mqsad.pk.u16.u8.ll
create mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.mqsad.u32.u8.ll
create mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.msad.u8.ll
create mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.qsad.pk.u16.u8.ll
create mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.sad.hi.u8.ll
create mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.sad.u16.ll
create mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.sad.u8.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 llvm.
from f1ef4a3 GlobalISel: clear vreg mapping after translating each function
new a6a3520 Add (hopefully last) remaining missing dependences to llvm-lto2
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-lto2/CMakeLists.txt | 2 ++
tools/llvm-lto2/LLVMBuild.txt | 2 +-
2 files 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 lld.
from e8eb665 [Core] Retire addReplacement() member function.
new 5a52003 [ELF][MIPS] Recognize and print machine name in case of input [...]
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/Mips.cpp | 46 +++++++++++++++++++++++++++++++++++++++++--
test/ELF/mips-elf-flags-err.s | 10 ++++++++++
2 files changed, 54 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 a4d7181 Remove FIXME about asserting on the end iterator
new f1ef4a3 GlobalISel: clear vreg mapping after translating each function
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/llvm/CodeGen/GlobalISel/IRTranslator.h | 2 +-
lib/CodeGen/GlobalISel/IRTranslator.cpp | 6 ++++--
test/CodeGen/AArch64/GlobalISel/arm64-irtranslator.ll | 9 +++++++++
3 files changed, 14 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 tschwinge/omp/pr72741-wip
in repository gcc.
at ca4a098 [WIP] [PR fortran/72741] Rework Fortran OpenACC routine claus [...]
This branch includes the following new commits:
new b8bd2ad Test cases to check OpenACC offloaded function's attributes a [...]
new 1ab1e18 Use "oacc kernels" attribute for OpenACC kernels
new 2ddc6ce Use correct location information for OpenACC shape and simple [...]
new 9d2976a Use verify_oacc_routine_clauses for C/C++
new 78a4796 Repeated use of the C/C++ OpenACC routine directive
new f7fb566 Cesar's [PATCH] OpenACC routines in fortran modules
new b1c3318 Restore libgomp/testsuite/libgomp.oacc-fortran/routine-7.f90 [...]
new 1d112d3 Cesar's [gomp4] Fix PR72741
new ca4a098 [WIP] [PR fortran/72741] Rework Fortran OpenACC routine claus [...]
The 9 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.
--
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 gcc-6-branch
in repository gcc.
from 6f78b5e PR c++/73456 - ICE with constrained parameter pack.
new 40aea68 PR c++/72868 * constexpr.c (label_matches): Handle case ran [...]
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/cp/ChangeLog | 5 +++++
gcc/cp/constexpr.c | 6 ++++++
gcc/testsuite/ChangeLog | 3 +++
gcc/testsuite/g++.dg/cpp1y/constexpr-switch4.C | 27 ++++++++++++++++++++++++++
4 files changed, 41 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/constexpr-switch4.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 llvm.
from 8949cc2 X86: Use operator lookup for operator==, NFC
new 3f8d4e3 [MCJIT] Improve documentation and error handling for MCJIT::r [...]
new c4513c6 More missing llvm-lto2 dependencies
new a4d7181 Remove FIXME about asserting on the end iterator
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:
include/llvm/ExecutionEngine/ExecutionEngine.h | 7 +++++++
lib/CodeGen/Analysis.cpp | 6 +-----
lib/ExecutionEngine/MCJIT/MCJIT.cpp | 5 ++++-
tools/llvm-lto2/CMakeLists.txt | 2 ++
4 files changed, 14 insertions(+), 6 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 37b2e7a PR c++/73456 - ICE with constrained parameter pack.
new 350f354 Use TImode for piecewise move in 64-bit mode
new 83c375b PR c++/72868 * constexpr.c (label_matches): Handle case ran [...]
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 | 5 +++++
gcc/config/i386/i386.h | 14 +++++++++++--
gcc/cp/ChangeLog | 5 +++++
gcc/cp/constexpr.c | 6 ++++++
gcc/testsuite/ChangeLog | 14 +++++++++++++
gcc/testsuite/g++.dg/cpp1y/constexpr-switch4.C | 27 +++++++++++++++++++++++++
gcc/testsuite/gcc.target/i386/pieces-memcpy-1.c | 13 ++++++++++++
gcc/testsuite/gcc.target/i386/pieces-memcpy-2.c | 13 ++++++++++++
gcc/testsuite/gcc.target/i386/pieces-memcpy-3.c | 13 ++++++++++++
gcc/testsuite/gcc.target/i386/pieces-memcpy-4.c | 13 ++++++++++++
gcc/testsuite/gcc.target/i386/pieces-memcpy-5.c | 13 ++++++++++++
gcc/testsuite/gcc.target/i386/pieces-memcpy-6.c | 13 ++++++++++++
12 files changed, 147 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/constexpr-switch4.C
create mode 100644 gcc/testsuite/gcc.target/i386/pieces-memcpy-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/pieces-memcpy-2.c
create mode 100644 gcc/testsuite/gcc.target/i386/pieces-memcpy-3.c
create mode 100644 gcc/testsuite/gcc.target/i386/pieces-memcpy-4.c
create mode 100644 gcc/testsuite/gcc.target/i386/pieces-memcpy-5.c
create mode 100644 gcc/testsuite/gcc.target/i386/pieces-memcpy-6.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 llvm.
from 91c138b CodeGen: Check for a terminator in llvm::getFuncletMembership
new 9040acb IR: Don't cast the end iterator to Instruction*
new 8949cc2 X86: Use operator lookup for operator==, NFC
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/IR/Core.cpp | 4 ++--
lib/Target/X86/X86FrameLowering.cpp | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.