This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 9101685 [AMDGPU] Refactor VOP3 instruction TD definitions
new 8e5c84a AVX-512: Fixed a bug in lowering saturated operations on KNL.
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/X86/X86ISelLowering.cpp | 10 ++++++++--
test/CodeGen/X86/xaluo.ll | 10 ++++++++++
2 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 binutils-gdb.
from e8eafa2 Automatic date update in version.in
new 7d5adfe Use 'event_ptid' instead of 'resume_ptid' on startup_inferior [...]
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 | 6 ++++++
gdb/fork-child.c | 4 ++--
2 files changed, 8 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 2a3c739 AMDGPU: Improve documentation.
new 4aaf90e Make llvm::ConvertDebugDeclareToDebugValue() be a void functi [...]
new 9101685 [AMDGPU] Refactor VOP3 instruction TD definitions
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/Transforms/Utils/Local.h | 6 +-
lib/Target/AMDGPU/CIInstructions.td | 25 ---
lib/Target/AMDGPU/SIInstrInfo.td | 90 --------
lib/Target/AMDGPU/SIInstructions.td | 250 ---------------------
lib/Target/AMDGPU/VIInstructions.td | 8 -
lib/Target/AMDGPU/VOP3Instructions.td | 404 ++++++++++++++++++++++++++++++++++
lib/Target/AMDGPU/VOPInstructions.td | 44 ++++
lib/Transforms/Utils/Local.cpp | 13 +-
8 files changed, 456 insertions(+), 384 deletions(-)
create mode 100644 lib/Target/AMDGPU/VOP3Instructions.td
--
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-5-branch
in repository gcc.
from 96747db Daily bump.
new a8a3769 Replace casts with floordiv operator in Python xmethods
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:
libstdc++-v3/ChangeLog | 5 +++++
libstdc++-v3/python/libstdcxx/v6/xmethods.py | 10 +++++-----
2 files changed, 10 insertions(+), 5 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 zorg.
from 29f5332 [sanitizer] one more attempt to enable llvm_symbolizer on the [...]
new 649ecb4 [ARM] Change libcxx bot to find the right RT library's name
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:
buildbot/osuosl/master/config/builders.py | 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 gcc.
from 49ab999 [GCC][PATCH] Add __artificial__ attribute to Aarch64 NEON intrinsics
new 50c1af9 Replace casts with floordiv operator in Python xmethods
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:
libstdc++-v3/ChangeLog | 5 +++++
libstdc++-v3/python/libstdcxx/v6/xmethods.py | 6 +++---
2 files changed, 8 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 gcc-6-branch
in repository gcc.
from 3d2b268 2016-09-20 Thomas Preud'homme <thomas.preudhomme(a)arm.com>
new ca15445 Replace casts with floordiv operator in Python xmethods
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:
libstdc++-v3/ChangeLog | 5 +++++
libstdc++-v3/python/libstdcxx/v6/xmethods.py | 6 +++---
2 files changed, 8 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 gcc-6-branch
in repository gcc.
from 681118e Daily bump.
new 3d2b268 2016-09-20 Thomas Preud'homme <thomas.preudhomme(a)arm.com>
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 | 11 ++++++++++
gcc/lra-constraints.c | 61 +++++++++++++++++++++++++++++++++++++++++----------
2 files changed, 60 insertions(+), 12 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 42ea17a Reverting revision 281960 due to test failures.
new 2a3c739 AMDGPU: Improve documentation.
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:
docs/AMDGPUUsage.rst | 284 +++++++++++++++++++++++++++++++++-----------
docs/CompilerWriterInfo.rst | 2 +
2 files changed, 218 insertions(+), 68 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.