This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 3e27a44e649 [X86] Create schedule classes for BTmi and BTmr instructions
new 0b13e127297 [InstCombine] add more insert-extract tests for D52439; 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:
test/Transforms/InstCombine/extractelement.ll | 26 ++++++++++++++++++++++++++
1 file changed, 26 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 gcc.
from fffa8e82b00 2018-10-01 Richard Biener <rguenther(a)suse.de>
new 451b5705c33 2018-10-01 Paul Thomas <pault(a)gcc.gnu.org>
new d1702320d26 Regenerate libstdc++ HTML pages
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/fortran/ChangeLog | 8 +++++++-
gcc/fortran/dependency.c | 4 ++--
gcc/fortran/trans-expr.c | 4 ++--
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gfortran.dg/dependency_52.f90 | 22 ++++++++++++++++++----
libstdc++-v3/ChangeLog | 4 ++++
libstdc++-v3/doc/html/manual/appendix_gfdl.html | 2 +-
libstdc++-v3/doc/html/manual/appendix_gpl.html | 2 +-
libstdc++-v3/doc/html/manual/facets.html | 4 ++--
.../doc/html/manual/policy_data_structures.html | 4 ++--
libstdc++-v3/doc/html/manual/profile_mode.html | 2 +-
.../doc/html/manual/profile_mode_design.html | 2 +-
.../doc/html/manual/profile_mode_diagnostics.html | 2 +-
libstdc++-v3/doc/html/manual/using_exceptions.html | 4 ++--
14 files changed, 50 insertions(+), 20 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 71670be4acf Move llvm util dependencies from clang-tools-extra to add_l [...]
new 3e27a44e649 [X86] Create schedule classes for BTmi and BTmr instructions
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/X86InstrInfo.td | 4 ++--
lib/Target/X86/X86SchedBroadwell.td | 9 ++++++---
lib/Target/X86/X86SchedHaswell.td | 9 ++++++---
lib/Target/X86/X86SchedSandyBridge.td | 9 ++++++---
lib/Target/X86/X86SchedSkylakeClient.td | 9 ++++++---
lib/Target/X86/X86SchedSkylakeServer.td | 8 +++++---
lib/Target/X86/X86Schedule.td | 6 +++++-
lib/Target/X86/X86ScheduleAtom.td | 6 ++++--
lib/Target/X86/X86ScheduleBtVer2.td | 6 ++++--
lib/Target/X86/X86ScheduleSLM.td | 8 +++++---
lib/Target/X86/X86ScheduleZnver1.td | 6 ++++--
11 files changed, 53 insertions(+), 27 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 0db38f4133 Add support for unified_shared_memory clause on requires directive
new 039345a171 [OPENMP] Fix enum identifier, 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/CodeGen/CGStmtOpenMP.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 binutils-gdb.
from 714e9a954a [ARC] Fixed issue with DTSOFF relocs.
new c74e7cb96f Aarch64: Move pseudo defines to header
new 05c71722fc Aarch64: Detect FP regs in signal frame
new 6bb8890e2c Add aarch64-sighandler-regs.exp test
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:
gdb/ChangeLog | 35 ++++
gdb/aarch64-linux-tdep.c | 218 +++++++++++++++++++--
gdb/aarch64-tdep.c | 8 -
gdb/arch/aarch64.h | 8 +
gdb/testsuite/ChangeLog | 6 +
gdb/testsuite/gdb.arch/aarch64-sighandler-regs.c | 187 ++++++++++++++++++
gdb/testsuite/gdb.arch/aarch64-sighandler-regs.exp | 149 ++++++++++++++
gdb/testsuite/lib/gdb.exp | 50 +++++
8 files changed, 634 insertions(+), 27 deletions(-)
create mode 100644 gdb/testsuite/gdb.arch/aarch64-sighandler-regs.c
create mode 100644 gdb/testsuite/gdb.arch/aarch64-sighandler-regs.exp
--
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 openmp.
from e5c7a85 [libomptarget-nvptx] Align data sharing stack
new 81ef7a1 Fixed workaround made in https://reviews.llvm.org/D51694.
new 789cb44 [libomptarget-nvptx] reduction: Determine if runtime uninitialized
new be73d23 [libomptarget-nvptx] Enable asserts in bclib
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:
libomptarget/deviceRTLs/nvptx/CMakeLists.txt | 2 +-
libomptarget/deviceRTLs/nvptx/src/reduction.cu | 18 ++++++++++--------
runtime/src/include/50/omp_lib.h.var | 8 ++++----
3 files changed, 15 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 eab58e03b0f [LLVM-C] Add an accessor for the kind of a Metadata Node
new 71670be4acf Move llvm util dependencies from clang-tools-extra to add_l [...]
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:
cmake/modules/AddLLVM.cmake | 11 +++++++++++
1 file changed, 11 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 clang-tools-extra.
from 85e69b16 [clangd] Query dex index using query-style trigrams, not iden [...]
new 518e0898 [clangd] Add "check-clangd" target
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:
test/CMakeLists.txt | 31 ++++++++++++++++---------------
1 file changed, 16 insertions(+), 15 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 a0c469ac4d Build clang-headers when building clang tools.
new 0db38f4133 Add support for unified_shared_memory clause on requires directive
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 | 31 ++++++++++++++++++++++
include/clang/AST/RecursiveASTVisitor.h | 6 +++++
include/clang/Basic/OpenMPKinds.def | 2 ++
include/clang/Sema/Sema.h | 4 +++
lib/AST/OpenMPClause.cpp | 2 ++
lib/AST/StmtPrinter.cpp | 5 ++++
lib/AST/StmtProfile.cpp | 3 +++
lib/Basic/OpenMPKinds.cpp | 2 ++
lib/CodeGen/CGStmtOpenMP.cpp | 1 +
lib/Parse/ParseOpenMP.cpp | 1 +
lib/Sema/SemaOpenMP.cpp | 13 +++++++++
lib/Sema/TreeTransform.h | 7 +++++
lib/Serialization/ASTReader.cpp | 6 +++++
lib/Serialization/ASTWriter.cpp | 3 +++
test/OpenMP/requires_unified_address_ast_print.cpp | 3 +++
test/OpenMP/requires_unified_address_messages.cpp | 8 +++++-
tools/libclang/CIndex.cpp | 3 +++
17 files changed, 99 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.