This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 9744ab9394 IWYU for llvm-config.h in clang. See r331124 for details.
new f7b558b229 [OPENMP] Do not crash on incorrect input data.
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/CGOpenMPRuntime.cpp | 47 +++++++++++++++++++++++++++++++----------
test/OpenMP/target_codegen.cpp | 7 ++++++
test/OpenMP/target_messages.cpp | 21 +++++++++++++++++-
3 files changed, 63 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 glibc.
from 340d9652b9 manual/startup.texi (Aborting a Program): Remove inappropria [...]
new dc115e1cdc Replace hidden_def with libm_hidden_def in math
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 | 6 ++++++
math/w_exp_compat.c | 2 +-
math/w_exp_template.c | 5 +----
math/w_expl_compat.c | 2 +-
4 files changed, 9 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 lldb.
from 9804710c4 llgs tests: Use noack-mode for communication to avoid pr37294
new 771b5adad Match also DW_TAG_partial_unit when DW_TAG_compile_unit is matched
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:
.../Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp | 7 +++++--
source/Plugins/SymbolFile/DWARF/DWARFASTParserGo.cpp | 3 ++-
.../Plugins/SymbolFile/DWARF/DWARFASTParserJava.cpp | 3 ++-
.../Plugins/SymbolFile/DWARF/DWARFASTParserOCaml.cpp | 3 ++-
source/Plugins/SymbolFile/DWARF/DWARFDIE.cpp | 4 ++--
.../Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.cpp | 20 ++++++++++++++------
source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp | 1 +
source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp | 19 +++++++++++++------
.../Plugins/SymbolFile/DWARF/UniqueDWARFASTType.cpp | 1 +
9 files changed, 42 insertions(+), 19 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 b6736ee4c14 [SystemZ] Improve handling of Select pseudo-instructions
new b57e446bd82 [SystemZ] Refactor some VT casts in DAG match patterns
new 1cff79735ca [llvm-mca] Correctly handle zero-latency stores that consum [...]
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/SystemZ/SystemZInstrFormats.td | 118 ++++++++++-----------
.../llvm-mca/AArch64/Falkor/zero-latency-store.s | 44 ++++++++
tools/llvm-mca/Dispatch.cpp | 3 +-
tools/llvm-mca/Scheduler.cpp | 3 +-
4 files changed, 107 insertions(+), 61 deletions(-)
create mode 100644 test/tools/llvm-mca/AArch64/Falkor/zero-latency-store.s
--
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 05cdaca17f6 IWYU for llvm-config.h, removals. Also see r331184.
new b6736ee4c14 [SystemZ] Improve handling of Select pseudo-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/SystemZ/SystemZFeatures.td | 1 +
lib/Target/SystemZ/SystemZISelLowering.cpp | 21 ++++-----------------
lib/Target/SystemZ/SystemZISelLowering.h | 3 +--
lib/Target/SystemZ/SystemZInstrFP.td | 4 ++++
lib/Target/SystemZ/SystemZInstrFormats.td | 8 ++++++--
lib/Target/SystemZ/SystemZInstrInfo.td | 11 ++++++-----
test/CodeGen/SystemZ/asm-18.ll | 16 ++++++++++------
7 files changed, 32 insertions(+), 32 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 0bce23e1e89 Use char_span for return type of location_get_source_line
new ebf0a6c6426 * tree.c (build_clobber): New.
new 38dba48bd4d * init.c (build_dtor_call): Use build_special_member_call.
new 6ae0d78c821 PR c++/61982 - dead stores to destroyed objects.
new 773f4004bfb selftest.h: fix alphabetization of per-source-file selftest [...]
The 4 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 | 17 ++
gcc/cp/ChangeLog | 13 ++
gcc/cp/call.c | 44 ++++-
gcc/cp/cp-tree.h | 1 +
gcc/cp/decl.c | 3 +-
gcc/cp/init.c | 225 ++++++++++++--------------
gcc/gimplify.c | 16 +-
gcc/selftest.h | 14 +-
gcc/testsuite/g++.dg/tree-ssa/lifetime-dse1.C | 18 +++
gcc/tree.c | 10 ++
gcc/tree.h | 1 +
11 files changed, 220 insertions(+), 142 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/tree-ssa/lifetime-dse1.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 3984543d60b AMDGPU/GlobalISel: Don't try to lower geometry shaders
new dc81591f346 [X86] Fix SkylakeServer typo in WritePSADBW class - it only [...]
new c9cfc15fa0b [X86] Drop unnecessary VPORrm InstrRW override in SkylakeServer.
new 05cdaca17f6 IWYU for llvm-config.h, removals. Also see r331184.
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/llvm/ADT/EpochTracker.h | 1 -
include/llvm/ADT/ilist_node_options.h | 1 -
include/llvm/Support/Process.h | 1 -
lib/Support/Locale.cpp | 1 -
lib/Target/X86/X86SchedSkylakeServer.td | 3 +--
unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp | 1 -
6 files changed, 1 insertion(+), 7 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 86579e89 [clangd] Also use UTF-16 in index position.
new e08ffe67 [clangd] Using index for GoToDefinition.
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:
clangd/ClangdServer.cpp | 6 +-
clangd/XRefs.cpp | 232 +++++++++++++++++++++++++++++-----------
clangd/XRefs.h | 4 +-
clangd/index/FileIndex.cpp | 22 ++--
clangd/index/FileIndex.h | 4 +
unittests/clangd/XRefsTests.cpp | 92 ++++++++++++++--
6 files changed, 275 insertions(+), 85 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 users/hjl/linux/master
in repository binutils-gdb.
from 17458000d5 Update binutils-lto-mixed.patch against master
adds d83d540335 Fix second bug where --icf=safe triggers segfault when linking ARM.
adds f31c089e78 Fix dependency tracking in gdbserver subdirectories
adds 224608c3ca [OB PATCH] Fix some comments in thread.c
adds ebf7373d2f Automatic date update in version.in
adds d27d16bfdc Add test case for a known hang in infrun
adds 1a1de166f4 Updated Spanish translation for gas sub-directory
adds 4352556b36 PR22978, TLS local-dynamic incorrectly linked on hppa-linux
adds 5c8f23cdab Improve on-line help for thread_apply_command and thread_app [...]
adds 7106056554 RISC-V: Add new option -mrelax/-mno-relax.
adds 3d75146d2b Automatic date update in version.in
adds 5a8edf8ece Test that gcc -B picks up new ld
adds 00aecdcf62 FreeBSD: Fix 'Couldn't get registers: Device busy' error (PR [...]
adds b2c5b54ee3 Automatic date update in version.in
new 273d72d9dc Merge remote-tracking branch 'origin/master' into users/hjl/ [...]
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:
bfd/ChangeLog | 11 +
bfd/elf32-hppa.c | 69 +-
bfd/version.h | 2 +-
gas/ChangeLog | 16 +
gas/config/tc-riscv.c | 14 +
gas/doc/c-riscv.texi | 9 +
gas/po/es.po | 1649 +++++++++-----------
gas/testsuite/gas/riscv/no-relax-reloc.d | 12 +
gas/testsuite/gas/riscv/no-relax-reloc.s | 8 +
gas/testsuite/gas/riscv/relax-reloc.d | 17 +
gas/testsuite/gas/riscv/relax-reloc.s | 8 +
gdb/ChangeLog | 12 +
gdb/gdbserver/ChangeLog | 5 +
gdb/gdbserver/Makefile.in | 8 +-
gdb/inf-ptrace.c | 5 +-
gdb/remote.c | 5 +-
gdb/testsuite/ChangeLog | 5 +
.../gdb.threads/multiple-successive-infcall.c | 111 ++
.../gdb.threads/multiple-successive-infcall.exp | 72 +
gdb/thread.c | 17 +-
gold/ChangeLog | 6 +
gold/gc.h | 2 +-
ld/ChangeLog | 5 +
ld/testsuite/lib/ld-lib.exp | 18 +
24 files changed, 1117 insertions(+), 969 deletions(-)
create mode 100644 gas/testsuite/gas/riscv/no-relax-reloc.d
create mode 100644 gas/testsuite/gas/riscv/no-relax-reloc.s
create mode 100644 gas/testsuite/gas/riscv/relax-reloc.d
create mode 100644 gas/testsuite/gas/riscv/relax-reloc.s
create mode 100644 gdb/testsuite/gdb.threads/multiple-successive-infcall.c
create mode 100644 gdb/testsuite/gdb.threads/multiple-successive-infcall.exp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.