This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 210f16960b3 [cmake] Fix libc++ detection
new 620db41ce74 [Support] fix countLeadingZeros for types shorter than int
new 46e550273c4 [bugpoint] Fix crash when testing for miscompilation.
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:
include/llvm/Support/MathExtras.h | 4 ++--
tools/bugpoint/BugDriver.h | 2 +-
tools/bugpoint/CrashDebugger.cpp | 2 +-
tools/bugpoint/ExtractFunction.cpp | 6 +++---
tools/bugpoint/Miscompilation.cpp | 17 ++++++++++-------
5 files changed, 17 insertions(+), 14 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 c8da0cf0f08 [X86][SKX] Setup WriteFMul and remove unnecessary InstRW sc [...]
new 210f16960b3 [cmake] Fix libc++ detection
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/HandleLLVMStdlib.cmake | 6 ++++--
1 file changed, 4 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 master
in repository binutils-gdb.
from db0c309f40 Fix an illegal memory access when trying to copy an ELF bina [...]
new f67c0c9171 Enable 'set print inferior-events' and improve detach/fork/k [...]
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:
gdb/ChangeLog | 30 ++++++++
gdb/infcmd.c | 8 ++
gdb/inferior.c | 18 ++---
gdb/inferior.h | 4 +
gdb/infrun.c | 42 ++++++-----
gdb/remote.c | 9 ++-
gdb/testsuite/ChangeLog | 26 +++++++
gdb/testsuite/gdb.base/attach-non-pgrp-leader.exp | 5 +-
gdb/testsuite/gdb.base/attach.exp | 3 +-
gdb/testsuite/gdb.base/catch-syscall.exp | 4 +-
gdb/testsuite/gdb.base/foll-fork.exp | 14 ++--
gdb/testsuite/gdb.base/foll-vfork.exp | 16 ++--
...elativedebug.c => fork-print-inferior-events.c} | 26 ++++---
.../gdb.base/fork-print-inferior-events.exp | 85 ++++++++++++++++++++++
gdb/testsuite/gdb.base/hook-stop.exp | 3 +-
gdb/testsuite/gdb.base/kill-after-signal.exp | 6 +-
gdb/testsuite/gdb.base/solib-overlap.exp | 2 +-
gdb/testsuite/gdb.threads/clone-attach-detach.exp | 4 +-
gdb/testsuite/gdb.threads/kill.exp | 8 +-
.../gdb.threads/process-dies-while-detaching.exp | 4 +-
20 files changed, 243 insertions(+), 74 deletions(-)
copy gdb/testsuite/gdb.base/{relativedebug.c => fork-print-inferior-events.c} (83%)
create mode 100644 gdb/testsuite/gdb.base/fork-print-inferior-events.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 llvm.
from 33b053f159a [llvm-mca] Remove unused flag -verbose. NFC
new 422ac9ee805 [test] Update llc checks for CodeGen/X86/avg.ll
new c8da0cf0f08 [X86][SKX] Setup WriteFMul and remove unnecessary InstRW sc [...]
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/X86/X86SchedSkylakeServer.td | 28 +--
test/CodeGen/X86/avg.ll | 340 ++++++++++++++++----------------
2 files changed, 171 insertions(+), 197 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 5f76154960 [CUDA] Enable CUDA compilation with CUDA-9.2
new 57e1e9a159 Improve -Warray-bounds to handle multiple array extents rath [...]
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/Sema/SemaChecking.cpp | 7 ++++++-
test/SemaCXX/array-bounds.cpp | 15 +++++++++++++++
test/SemaCXX/constant-expression-cxx11.cpp | 7 +++++--
3 files changed, 26 insertions(+), 3 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 4882062d7b8 [X86] Split off PHMINPOSUW to their own schedule class
new 33b053f159a [llvm-mca] Remove unused flag -verbose. 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:
tools/llvm-mca/llvm-mca.cpp | 4 ----
1 file changed, 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 c2a684aafa1 [lit] Report line number for failed RUN command
new 4882062d7b8 [X86] Split off PHMINPOSUW to their own schedule class
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/X86InstrSSE.td | 4 ++--
lib/Target/X86/X86SchedBroadwell.td | 3 ++-
lib/Target/X86/X86SchedHaswell.td | 2 +-
lib/Target/X86/X86SchedSandyBridge.td | 4 ++--
lib/Target/X86/X86SchedSkylakeClient.td | 3 +--
lib/Target/X86/X86SchedSkylakeServer.td | 5 +----
lib/Target/X86/X86Schedule.td | 1 +
lib/Target/X86/X86ScheduleAtom.td | 1 +
lib/Target/X86/X86ScheduleBtVer2.td | 1 +
lib/Target/X86/X86ScheduleSLM.td | 1 +
lib/Target/X86/X86ScheduleZnver1.td | 1 +
test/tools/llvm-mca/X86/BtVer2/resources-avx1.s | 6 +++---
test/tools/llvm-mca/X86/BtVer2/resources-sse41.s | 6 +++---
13 files changed, 20 insertions(+), 18 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 dbe20f7ece5 [AMDGPU] Truncate packed inline constant
new c2a684aafa1 [lit] Report line number for failed RUN command
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:
docs/CommandGuide/lit.rst | 2 +
utils/lit/lit/TestRunner.py | 31 ++++++---
.../shtest-run-at-line/external-shell/basic.txt | 3 +
.../external-shell/line-continuation.txt | 11 ++++
.../external-shell}/lit.local.cfg | 0
.../shtest-run-at-line/internal-shell/basic.txt | 3 +
.../internal-shell/line-continuation.txt | 11 ++++
.../internal-shell/lit.local.cfg | 2 +
utils/lit/tests/Inputs/shtest-run-at-line/lit.cfg | 3 +
.../lit/tests/Inputs/shtest-shell/colon-error.txt | 3 +
utils/lit/tests/max-failures.py | 2 +-
utils/lit/tests/shtest-format.py | 1 +
utils/lit/tests/shtest-output-printing.py | 5 +-
utils/lit/tests/shtest-run-at-line.py | 74 ++++++++++++++++++++++
utils/lit/tests/shtest-shell.py | 12 +++-
utils/lit/tests/unit/TestRunner.py | 6 +-
16 files changed, 153 insertions(+), 16 deletions(-)
create mode 100644 utils/lit/tests/Inputs/shtest-run-at-line/external-shell/basic.txt
create mode 100644 utils/lit/tests/Inputs/shtest-run-at-line/external-shell/line-c [...]
copy utils/lit/tests/Inputs/{shtest-format/external_shell => shtest-run-at-line/ex [...]
create mode 100644 utils/lit/tests/Inputs/shtest-run-at-line/internal-shell/basic.txt
create mode 100644 utils/lit/tests/Inputs/shtest-run-at-line/internal-shell/line-c [...]
create mode 100644 utils/lit/tests/Inputs/shtest-run-at-line/internal-shell/lit.local.cfg
create mode 100644 utils/lit/tests/Inputs/shtest-run-at-line/lit.cfg
create mode 100644 utils/lit/tests/Inputs/shtest-shell/colon-error.txt
create mode 100644 utils/lit/tests/shtest-run-at-line.py
--
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 2efd9754 [clangd] Initialize candidate count in unit test
new bc9a0220 [clangd] Commit a heinous crime to make test hermetic and not [...]
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/clangd/Inputs/sstream.h | 3 +++
test/clangd/symbols.test | 6 +++---
2 files changed, 6 insertions(+), 3 deletions(-)
create mode 100644 test/clangd/Inputs/sstream.h
--
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 37c88ba012b [XOP] v4i32 IFMA 'VPMACS' instructions should use the Write [...]
new dbe20f7ece5 [AMDGPU] Truncate packed inline constant
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/SIFoldOperands.cpp | 2 +-
lib/Target/AMDGPU/SIInstrInfo.cpp | 7 +++++++
test/CodeGen/AMDGPU/pk_max_f16_literal.ll | 2 +-
3 files changed, 9 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.