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 d9f6d7f8b6 testsuite: Extend TLS core file testing with an OS-generated dump
new 45f25d6c83 gdb: Restore selected frame in print_frame_local_vars
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 | 13 ++++
gdb/frame.c | 16 +++++
gdb/frame.h | 19 ++++++
gdb/stack.c | 24 ++------
gdb/testsuite/ChangeLog | 7 +++
...ter-aborted-step-over.c => bt-selected-frame.c} | 12 +++-
gdb/testsuite/gdb.base/bt-selected-frame.exp | 72 ++++++++++++++++++++++
gdb/testsuite/lib/gdb.exp | 16 +++++
8 files changed, 156 insertions(+), 23 deletions(-)
copy gdb/testsuite/gdb.base/{continue-after-aborted-step-over.c => bt-selected-fra [...]
create mode 100644 gdb/testsuite/gdb.base/bt-selected-frame.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 560976eb573 [X86][SSE] Pull out (AND (XOR X, -1), Y) matching into a he [...]
new add59cbbbbf [UpdateTestChecks] Improved update_mca_test_checks block analysis
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:
.../llvm-mca/AArch64/CortexA57/direct-branch.s | 11 +-
test/tools/llvm-mca/AArch64/Exynos/direct-branch.s | 23 +--
.../AArch64/Exynos/scheduler-queue-usage.s | 16 +-
.../llvm-mca/AArch64/Falkor/zero-latency-store.s | 11 +-
test/tools/llvm-mca/ARM/simple-test-cortex-a9.s | 11 +-
.../llvm-mca/X86/BtVer2/instruction-info-view.s | 35 ++--
test/tools/llvm-mca/X86/bextr-read-after-ld.s | 140 +++++++--------
test/tools/llvm-mca/X86/bzhi-read-after-ld.s | 116 ++++++-------
test/tools/llvm-mca/X86/cpus.s | 86 +++-------
test/tools/llvm-mca/X86/default-iterations.s | 40 +++--
test/tools/llvm-mca/X86/dispatch_width.s | 20 +--
test/tools/llvm-mca/X86/fma3-read-after-ld-1.s | 86 ++++------
test/tools/llvm-mca/X86/fma3-read-after-ld-2.s | 86 ++++------
test/tools/llvm-mca/X86/intel-syntax.s | 39 +++--
test/tools/llvm-mca/X86/llvm-mca-markers-2.s | 11 +-
test/tools/llvm-mca/X86/llvm-mca-markers-3.s | 11 +-
test/tools/llvm-mca/X86/llvm-mca-markers-4.s | 11 +-
test/tools/llvm-mca/X86/llvm-mca-markers-5.s | 33 ++--
test/tools/llvm-mca/X86/option-all-stats-1.s | 33 ++--
test/tools/llvm-mca/X86/option-all-stats-2.s | 33 ++--
test/tools/llvm-mca/X86/option-all-views-1.s | 191 +++++++++++----------
test/tools/llvm-mca/X86/option-all-views-2.s | 161 ++++++++---------
.../llvm-mca/X86/variable-blend-read-after-ld-1.s | 169 ++++++++----------
.../llvm-mca/X86/variable-blend-read-after-ld-2.s | 169 ++++++++----------
utils/update_mca_test_checks.py | 183 +++++++++++++++++---
25 files changed, 887 insertions(+), 838 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 784251f52 Fix windows/mac builds broken by r333182.
new 26acfa38a [lldb-mi] Add possibility to set breakpoints without selectin [...]
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:
lit/lit.cfg | 3 +++
lit/tools/lldb-mi/breakpoint/break-insert.test | 15 +++++++++++++++
lit/tools/lldb-mi/breakpoint/inputs/break-insert.c | 7 +++++++
.../lldb-mi/breakpoint}/lit.local.cfg | 0
tools/lldb-mi/MICmdCmdBreak.cpp | 15 +++++++++++----
tools/lldb-mi/MICmnLLDBDebugSessionInfo.cpp | 5 ++++-
6 files changed, 40 insertions(+), 5 deletions(-)
create mode 100644 lit/tools/lldb-mi/breakpoint/break-insert.test
create mode 100644 lit/tools/lldb-mi/breakpoint/inputs/break-insert.c
copy lit/{Breakpoint => tools/lldb-mi/breakpoint}/lit.local.cfg (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 lld.
from 7c81f92dd [PPC64] Add .toc section after .got section
new 93f15ee59 [PPC64] Set the IRelative relocation type.
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/Arch/PPC64.cpp | 1 +
test/ELF/ppc64-ifunc.s | 10 ++++++++++
2 files 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 llvm.
from 05caaf125a0 Add R_PPC64_IRELATIVE to PPC64 relocations.
new 560976eb573 [X86][SSE] Pull out (AND (XOR X, -1), Y) matching into a he [...]
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 | 37 ++++++++++++++++++++++++++-----------
1 file changed, 26 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.
unknown user pushed a change to branch master
in repository clang.
from 9c82d4ff60 Disable an in-memory vfs file path test on windows.
new 620cb93417 [bash-completion] Fix tab separation on macOS
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:
utils/bash-autocomplete.sh | 3 ++-
1 file changed, 2 insertions(+), 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 llvm.
from 8f9bb802233 Fix unused variable warnings. NFCI.
new 9f6d2386da8 [LICM] Preserve DT and LoopInfo specifically
new 05caaf125a0 Add R_PPC64_IRELATIVE to PPC64 relocations.
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/BinaryFormat/ELFRelocs/PowerPC64.def | 2 ++
lib/Transforms/Scalar/LICM.cpp | 8 ++++--
test/Transforms/LICM/pr37323.ll | 31 +++++++++++++++++++++++
3 files changed, 39 insertions(+), 2 deletions(-)
create mode 100644 test/Transforms/LICM/pr37323.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 f64585aa9 Revert "[ELF] Simplify. NFC"
new 7c81f92dd [PPC64] Add .toc section after .got section
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 | 11 +++-
test/ELF/ppc64-func-entry-points.s | 2 +-
test/ELF/ppc64-got-indirect.s | 115 +++++++++++++++++++++++++++++++++++++
test/ELF/ppc64-relocs.s | 6 +-
4 files changed, 128 insertions(+), 6 deletions(-)
create mode 100644 test/ELF/ppc64-got-indirect.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 clang-tools-extra.
from 4ace5cff [clangd] Serve comments for headers decls from dynamic index only
new c18a3e14 [clangd] Build index on preamble changes instead of the AST changes
new 6ca903cb [clangd] Add clangDriver dependency after r333188
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:
clangd/CMakeLists.txt | 1 +
clangd/ClangdServer.cpp | 15 +++++----
clangd/ClangdUnit.cpp | 25 +++++++++-----
clangd/ClangdUnit.h | 8 +++--
clangd/TUScheduler.cpp | 6 ++--
clangd/TUScheduler.h | 4 +--
clangd/index/FileIndex.cpp | 19 +++++++----
clangd/index/FileIndex.h | 9 +++--
unittests/clangd/FileIndexTests.cpp | 63 +++++++++++++++++++++++++++++++++--
unittests/clangd/TUSchedulerTests.cpp | 8 ++---
unittests/clangd/TestTU.cpp | 2 +-
11 files changed, 120 insertions(+), 40 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 d13570e87b5 FastMathFlags: Make it easier to unset individual ones.
new bc8f9a27992 [InstCombine] Combine XOR and AES instructions on ARM/ARM64.
new 8f9bb802233 Fix unused variable warnings. NFCI.
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/X86ISelLowering.cpp | 3 --
lib/Transforms/InstCombine/InstCombineCalls.cpp | 17 +++++++++
.../InstCombine/AArch64/aes-intrinsics.ll | 44 ++++++++++++++++++++++
test/Transforms/InstCombine/ARM/aes-intrinsics.ll | 43 +++++++++++++++++++++
4 files changed, 104 insertions(+), 3 deletions(-)
create mode 100644 test/Transforms/InstCombine/AArch64/aes-intrinsics.ll
create mode 100644 test/Transforms/InstCombine/ARM/aes-intrinsics.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.