This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 9b820ef This patchset improves zero extend costs and code generation.
new 2c44ece On AArch64 the UXTB and UXTH instructions are aliases of UBFM [...]
new 7a4429b 2016-07-28 Steven G. Kargl <kargl(a)gcc.gnu.org> Thomas [...]
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 | 13 ++++++++++++
gcc/config/aarch64/aarch64.c | 4 ++--
gcc/config/aarch64/aarch64.md | 22 ++++++++++++++------
gcc/config/aarch64/iterators.md | 3 ---
gcc/fortran/ChangeLog | 13 ++++++++++--
gcc/fortran/error.c | 39 ++++++++++++++++++++---------------
gcc/fortran/frontend-passes.c | 5 +++++
gcc/testsuite/ChangeLog | 9 ++++++--
gcc/testsuite/gfortran.dg/pr71883.f90 | 38 ++++++++++++++++++++++++++++++++++
9 files changed, 114 insertions(+), 32 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr71883.f90
--
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 0e9859b Removed unused variables
new 04cc0ad AMDGPU/SI: Don't use reserved VGPRs for SGPR spilling
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/SIInstrInfo.cpp | 3 ++-
lib/Target/AMDGPU/SIMachineFunctionInfo.cpp | 3 ++-
lib/Target/AMDGPU/SIRegisterInfo.cpp | 9 ++++++---
lib/Target/AMDGPU/SIRegisterInfo.h | 3 ++-
4 files changed, 12 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 clang.
from b0e340c Reapply r276856 "Adjust Registry interface to not require plu [...]
new 56b9ac6 [OpenMP] Codegen for use_device_ptr clause.
new f15ab0c [OpenMP] Code generation for the is_device_ptr clause
new 15f36df [OpenMP][CUDA] Do not forward OpenMP flags for CUDA device actions.
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/clang/AST/OpenMPClause.h | 233 +++++++++--
include/clang/Basic/DiagnosticSemaKinds.td | 4 +-
lib/AST/OpenMPClause.cpp | 127 ++++--
lib/CodeGen/CGOpenMPRuntime.cpp | 422 +++++++++++++------
lib/CodeGen/CGOpenMPRuntime.h | 50 ++-
lib/CodeGen/CGStmtOpenMP.cpp | 138 +++++-
lib/CodeGen/CodeGenFunction.h | 3 +
lib/Driver/Tools.cpp | 8 +-
lib/Sema/SemaOpenMP.cpp | 189 +++++++--
lib/Serialization/ASTReaderStmt.cpp | 99 ++++-
lib/Serialization/ASTWriterStmt.cpp | 34 +-
test/Driver/offloading-interoperability.c | 17 +
test/OpenMP/target_data_use_device_ptr_codegen.cpp | 464 +++++++++++++++++++++
test/OpenMP/target_is_device_ptr_codegen.cpp | 293 +++++++++++++
test/OpenMP/target_is_device_ptr_messages.cpp | 34 ++
15 files changed, 1852 insertions(+), 263 deletions(-)
create mode 100644 test/Driver/offloading-interoperability.c
create mode 100644 test/OpenMP/target_data_use_device_ptr_codegen.cpp
create mode 100644 test/OpenMP/target_is_device_ptr_codegen.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 binutils-gdb.
from ff20cab Automatic date update in version.in
new 4931146 Fix decoding of Windows resources.
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:
binutils/ChangeLog | 8 ++++++++
binutils/resbin.c | 16 ++++++++++++----
binutils/rescoff.c | 2 +-
3 files changed, 21 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 gcc.
from 26693c2 gcc/
new f339cf7 gcc/
new 4d73e6c This patch improves the readability of the prolog and epilog [...]
new 9b820ef This patchset improves zero extend costs and code generation.
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:
gcc/ChangeLog | 21 ++++++
gcc/config/aarch64/aarch64.c | 82 +++++++++++-----------
gcc/testsuite/ChangeLog | 5 ++
.../g++.dg/vect/{pr70729.cc => pr70729-nest.cc} | 20 ++++--
gcc/tree-ssa-loop-im.c | 19 ++---
5 files changed, 91 insertions(+), 56 deletions(-)
copy gcc/testsuite/g++.dg/vect/{pr70729.cc => pr70729-nest.cc} (85%)
--
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 lldb.
from 59c798a Add some logging to the kernel dynamicloader plugin when we f [...]
new 16119cb Add IR fixups for RenderScript ABI mismatch between ARMV7 fro [...]
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:
.../RenderScriptRuntime/CMakeLists.txt | 2 +
.../RenderScriptExpressionOpts.cpp | 201 +++++++++++++++
.../RenderScriptExpressionOpts.h | 60 +++++
.../RenderScriptRuntime/RenderScriptRuntime.cpp | 3 +-
.../RenderScriptRuntime/RenderScriptRuntime.h | 12 +-
.../RenderScriptx86ABIFixups.cpp | 286 +++++++++++++++++++++
.../RenderScriptRuntime/RenderScriptx86ABIFixups.h | 18 +-
7 files changed, 573 insertions(+), 9 deletions(-)
create mode 100644 source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime [...]
create mode 100644 source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime [...]
create mode 100644 source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime [...]
copy include/lldb/Core/CxaDemangle.h => source/Plugins/LanguageRuntime/RenderScrip [...]
--
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 3fa868e Fix signed/unsigned warning.
new 0e9859b Removed unused variables
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:
unittests/Support/TargetParserTest.cpp | 12 ------------
1 file changed, 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 b1bee51 Reapply r276856 "Adjust Registry interface to not require plu [...]
new 3fa868e Fix signed/unsigned warning.
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:
unittests/Support/TargetParserTest.cpp | 12 ++++++------
1 file changed, 6 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 8311fe2 [PATCH] Revert Revert r238497 because of PR 71961.
new 26693c2 gcc/
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 | 8 ++++++++
gcc/tree-chkp.c | 9 ++++-----
2 files changed, 12 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 llvm.
from b18ca96 AMDGPU: add execfix flag to SI_ELSE
new b1bee51 Reapply r276856 "Adjust Registry interface to not require plu [...]
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/Support/Registry.h | 81 +++++++++++----------------------------
lib/CodeGen/GCMetadataPrinter.cpp | 2 +
lib/CodeGen/GCStrategy.cpp | 2 +
3 files changed, 26 insertions(+), 59 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.