This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 4e7c8ba [PCH] Add a fno-pch-timestamp option to cc1 to disable inclus [...]
new 39ba7a7 [OpenMP] Initial implementation of parse+sema for clause use_ [...]
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/AST/OpenMPClause.h | 65 +++++++
include/clang/AST/RecursiveASTVisitor.h | 7 +
include/clang/Basic/DiagnosticSemaKinds.td | 2 +
include/clang/Basic/OpenMPKinds.def | 2 +
include/clang/Sema/Sema.h | 5 +
lib/AST/OpenMPClause.cpp | 20 ++
lib/AST/StmtPrinter.cpp | 8 +
lib/AST/StmtProfile.cpp | 4 +
lib/Basic/OpenMPKinds.cpp | 2 +
lib/CodeGen/CGStmtOpenMP.cpp | 1 +
lib/Parse/ParseOpenMP.cpp | 3 +
lib/Sema/SemaOpenMP.cpp | 43 +++++
lib/Sema/TreeTransform.h | 27 +++
lib/Serialization/ASTReaderStmt.cpp | 14 ++
lib/Serialization/ASTWriterStmt.cpp | 8 +
.../target_data_use_device_ptr_ast_print.cpp | 154 +++++++++++++++
.../OpenMP/target_data_use_device_ptr_messages.cpp | 206 +++++++++++++++++++++
tools/libclang/CIndex.cpp | 3 +
18 files changed, 574 insertions(+)
create mode 100644 test/OpenMP/target_data_use_device_ptr_ast_print.cpp
create mode 100644 test/OpenMP/target_data_use_device_ptr_messages.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 glibc.
from f531f93 x86-64: Add p{read,write}[v]64 to syscalls.list [BZ #20348]
new e15eaa8 Regenerate i686 libm-test-ulps with GCC 6.1 at -O3 [BZ #20347]
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 | 5 +++++
sysdeps/i386/i686/fpu/multiarch/libm-test-ulps | 4 ++--
2 files changed, 7 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 dj/malloc
in repository glibc.
from b856f64 Update to new binary file-based trace file.
new 6ce1106 Fix double-padding bug
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:
malloc/malloc.c | 11 ++++++-----
1 file changed, 6 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 c6bcae0 Fix Fortran DO loop fallback
new a5af7a7 * tree-vect-data-refs.c (vect_no_alias_p): New function. (v [...]
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 | 10 +++
gcc/testsuite/ChangeLog | 6 ++
gcc/testsuite/gcc.dg/vect/vect-35-big-array.c | 8 ++-
gcc/testsuite/gcc.dg/vect/vect-35.c | 6 +-
gcc/testsuite/gcc.dg/vect/vect-alias-check-2.c | 19 ++++++
gcc/tree-vect-data-refs.c | 90 ++++++++++++++++++++++++--
gcc/tree-vect-loop.c | 10 +--
7 files changed, 130 insertions(+), 19 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/vect-alias-check-2.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 fab569e AMDGPU/SI: Add support for R_AMDGPU_GOTPCREL
new c0ce580 [X86][AVX] Add support for target shuffle combining to VPERMI [...]
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 | 32 +++++++++++++++++++++-
lib/Target/X86/X86ShuffleDecodeConstantPool.cpp | 9 ++++--
test/CodeGen/X86/vector-shuffle-combining-avx.ll | 10 +++++++
.../X86/vector-shuffle-combining-avx512bw.ll | 12 ++++++++
4 files changed, 59 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 dcf0053 Rename llc's -fpreserve-as-comments flag -preserve-as-comments.
new fab569e AMDGPU/SI: Add support for R_AMDGPU_GOTPCREL
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/AMDGPUAsmPrinter.cpp | 2 +-
lib/Target/AMDGPU/AMDGPUMCInstLower.cpp | 10 +-
lib/Target/AMDGPU/AMDGPUTargetMachine.cpp | 6 +-
lib/Target/AMDGPU/SIISelLowering.cpp | 73 ++++++---
lib/Target/AMDGPU/SIInstrInfo.h | 6 +
test/CodeGen/AMDGPU/global-variable-relocs.ll | 203 +++++++++++++++++++++++++
test/CodeGen/AMDGPU/global-zero-initializer.ll | 18 ---
test/CodeGen/AMDGPU/hsa-func.ll | 4 +-
test/CodeGen/AMDGPU/hsa-note-no-func.ll | 2 +-
test/CodeGen/AMDGPU/hsa.ll | 4 +-
10 files changed, 277 insertions(+), 51 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/global-variable-relocs.ll
delete mode 100644 test/CodeGen/AMDGPU/global-zero-initializer.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 lld.
from 0133e20 Reverted r275257 "[ELF] - Implement extern "c++" version script tag"
new 92d34e8 [ELF] - Add predefined sections to output sections list in on [...]
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/Writer.cpp | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 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.
charles.baylis pushed a change to branch master
in repository toolchain/abe-tests.
from 714ae4a Teach validate-manifest.pl how to validate mingw manifests
new 5a8a836 Add wrapper for md5sum
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:
wrappers/{chmod => md5sum} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
copy wrappers/{chmod => md5sum} (100%)
--
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 929d54b [MC] Fix lexing ordering in assembly label parsing to preserv [...]
new dcf0053 Rename llc's -fpreserve-as-comments flag -preserve-as-comments.
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/llc/llc.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 clang.
from 3627834 [PCH] Fix timestamp check on windows hosts.
new 4e7c8ba [PCH] Add a fno-pch-timestamp option to cc1 to disable inclus [...]
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/CC1Options.td | 2 ++
include/clang/Frontend/FrontendOptions.h | 6 ++++--
lib/Frontend/CompilerInvocation.cpp | 1 +
lib/Frontend/FrontendActions.cpp | 5 ++++-
test/PCH/Inputs/pragma-once2-pch.h | 1 +
test/PCH/Inputs/pragma-once2.h | 3 +++
test/PCH/include-timestamp.cpp | 27 +++++++++++++++++++++++++++
7 files changed, 42 insertions(+), 3 deletions(-)
create mode 100644 test/PCH/Inputs/pragma-once2-pch.h
create mode 100644 test/PCH/Inputs/pragma-once2.h
create mode 100644 test/PCH/include-timestamp.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.