This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 415e9b1 [ARM] Implement support for ACLE Coprocessor MCR and MRC intrinsics
new cabfd71 [ARM] Implement support for ACLE Coprocessor MCRR and MRRC in [...]
new df2df3e Add missing <cassert> include to testcase
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 | 20 +++++++++++++
gcc/config/arm/arm-builtins.c | 18 ++++++++++++
gcc/config/arm/arm.c | 17 +++++++++++
gcc/config/arm/arm.md | 31 ++++++++++++++++++++
gcc/config/arm/arm_acle.h | 34 ++++++++++++++++++++++
gcc/config/arm/arm_acle_builtins.def | 4 +++
gcc/config/arm/iterators.md | 12 ++++++++
gcc/config/arm/unspecs.md | 4 +++
gcc/testsuite/ChangeLog | 7 +++++
gcc/testsuite/gcc.target/arm/acle/mcrr.c | 16 ++++++++++
gcc/testsuite/gcc.target/arm/acle/mcrr2.c | 16 ++++++++++
gcc/testsuite/gcc.target/arm/acle/mrrc.c | 14 +++++++++
gcc/testsuite/gcc.target/arm/acle/mrrc2.c | 14 +++++++++
gcc/testsuite/lib/target-supports.exp | 2 +-
libstdc++-v3/ChangeLog | 3 ++
.../priority_queue/mem_usage/pop_test.hpp | 1 +
16 files changed, 212 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/arm/acle/mcrr.c
create mode 100644 gcc/testsuite/gcc.target/arm/acle/mcrr2.c
create mode 100644 gcc/testsuite/gcc.target/arm/acle/mrrc.c
create mode 100644 gcc/testsuite/gcc.target/arm/acle/mrrc2.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 lldb.
from 91d7d72 Another windows build fix
new 56917fa Revert "Fixes for Clang API changes to use std::shared_ptr"
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:
.../Clang/ClangModulesDeclVendor.cpp | 33 +++++++++++-----------
1 file changed, 16 insertions(+), 17 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 6e36bc2 [OpenCL] Re-enable supported core extensions based on opencl [...]
new 471e0b2 Revert "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInv [...]
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/Frontend/ASTUnit.h | 27 +++++-----
include/clang/Frontend/CompilerInstance.h | 4 +-
include/clang/Frontend/CompilerInvocation.h | 2 +-
include/clang/Frontend/Utils.h | 6 +--
include/clang/Sema/CodeCompleteConsumer.h | 17 ++++---
include/clang/Tooling/Tooling.h | 8 ++-
lib/ARCMigrate/ARCMT.cpp | 4 +-
lib/Frontend/ASTUnit.cpp | 63 +++++++++++++-----------
lib/Frontend/ChainedIncludesSource.cpp | 2 +-
lib/Frontend/CompilerInstance.cpp | 14 +++---
lib/Frontend/CompilerInvocation.cpp | 11 +++--
lib/Frontend/CreateInvocationFromCommandLine.cpp | 10 ++--
lib/StaticAnalyzer/Frontend/ModelInjector.cpp | 5 +-
lib/Tooling/Tooling.cpp | 15 +++---
tools/c-index-test/core_main.cpp | 7 +--
tools/clang-import-test/clang-import-test.cpp | 2 +-
tools/diagtool/ShowEnabledWarnings.cpp | 4 +-
tools/libclang/CIndex.cpp | 9 ++--
tools/libclang/CIndexCodeCompletion.cpp | 19 +++----
tools/libclang/CXTranslationUnit.h | 3 +-
tools/libclang/Indexing.cpp | 29 +++++------
unittests/AST/ExternalASTSourceTest.cpp | 4 +-
unittests/Frontend/CodeGenActionTest.cpp | 4 +-
unittests/Frontend/FrontendActionTest.cpp | 20 ++++----
24 files changed, 147 insertions(+), 142 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-tools-extra.
from 33cbbc9 Fixes for Clang API change
new a09220a Revert "Fix for shared_ptrification in Clang"
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-fixer/IncludeFixer.cpp | 5 ++---
include-fixer/IncludeFixer.h | 2 +-
2 files changed, 3 insertions(+), 4 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 f6f52a3 [AMDGPU] Remove extra semicolon. NFC
new 40caa97 [X86][SSE] Pass float domain flag to shuffle combine match fu [...]
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 | 26 +++++++++++++-------------
1 file changed, 13 insertions(+), 13 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 9060577 [AMDGPU] Do not emit .AMDGPU.config section for amdhsa
new f6f52a3 [AMDGPU] Remove extra semicolon. 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:
lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.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 gcc.
from ce50635 Check for __cxa_thread_atexit for freebsd crosses
new 286c4ff [ARM] Refactor NEON builtin framework to work for other builtins
new f6bc04f [ARM] Move CRC builtins to refactored framework
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 | 46 ++++
gcc/config/arm/arm-builtins.c | 274 ++++++++++++---------
.../nds32-modes.def => arm/arm_acle_builtins.def} | 13 +-
3 files changed, 207 insertions(+), 126 deletions(-)
copy gcc/config/{nds32/nds32-modes.def => arm/arm_acle_builtins.def} (70%)
--
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 943d501 [X86][AVX] Regenerate shuffle 128-bit tests.
new 2634e45 [X86][SSE] Simplify float domain requirement in unary shuffle [...]
new 9060577 [AMDGPU] Do not emit .AMDGPU.config section for amdhsa
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/Target/AMDGPU/AMDGPUAsmPrinter.cpp | 10 ++++++----
lib/Target/X86/X86ISelLowering.cpp | 3 +--
test/CodeGen/AMDGPU/hsa-func.ll | 3 +--
test/CodeGen/AMDGPU/hsa.ll | 4 ++--
4 files changed, 10 insertions(+), 10 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 acc6558 Fix changelog entry.
new ce50635 Check for __cxa_thread_atexit for freebsd crosses
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 | 6 ++++++
libstdc++-v3/configure | 11 +++++++++++
libstdc++-v3/crossconfig.m4 | 1 +
3 files changed, 18 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.