This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 6fa886d2fa0 compiler: implement //go:nowritebarrierrec
new 9957ead7c31 * trans-array.c (gfc_conv_array_initializer): Remove exces [...]
new 35f9aa56924 * typeck2.c (digest_init_r): Fix overlength strings. * vt [...]
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/cp/ChangeLog | 6 ++++++
gcc/cp/typeck2.c | 9 +++++++--
gcc/fortran/ChangeLog | 5 +++++
gcc/fortran/trans-array.c | 20 ++++++++++++++++++++
4 files changed, 38 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 llvm.
from ab2b9db4901 [RISCV] Fix decoding of invalid instruction with C extensio [...]
new 64a51341c95 [RISCV][MC] Reject bare symbols for the simm6 and simm6non [...]
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/RISCV/AsmParser/RISCVAsmParser.cpp | 18 ++++--------------
test/MC/RISCV/rv32c-invalid.s | 9 +++++++++
test/MC/RISCV/rv64c-invalid.s | 3 +++
3 files changed, 16 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 c8301cc3196 [WebAssembly] Fix signature of `main` in FixFunctionBitcasts
new ab2b9db4901 [RISCV] Fix decoding of invalid instruction with C extensio [...]
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/RISCV/Disassembler/RISCVDisassembler.cpp | 18 ++++++++++++++++++
lib/Target/RISCV/RISCVInstrInfoC.td | 4 ++--
test/MC/Disassembler/RISCV/invalid-instruction.txt | 13 +++++++++++++
3 files changed, 33 insertions(+), 2 deletions(-)
create mode 100644 test/MC/Disassembler/RISCV/invalid-instruction.txt
--
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 72803c47f [ELF] Guard --fix-cortex-a53-843419 against --just-syms
new 73de918ad lld-link: For nonexisting inputs, omit follow-on diagnostics
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:
COFF/Driver.cpp | 3 +++
test/COFF/could-not-open.test | 5 +++++
2 files changed, 8 insertions(+)
create mode 100644 test/COFF/could-not-open.test
--
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 aa4f97a256d [cmake] Fix a unittest when `LLVM_LINK_LLVM_DYLIB` is requested.
new 0e178bfba37 [cmake] Fix missing DEPENDS.
new 9a7f4371107 [AArch64] Add integer abs testcases for D51873.
new c8301cc3196 [WebAssembly] Fix signature of `main` in FixFunctionBitcasts
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:
.../WebAssembly/WebAssemblyFixFunctionBitcasts.cpp | 6 ++-
test/CodeGen/AArch64/iabs.ll | 52 ++++++++++++++++++++++
.../WebAssembly/{main.ll => main-no-args.ll} | 0
.../WebAssembly/{main.ll => main-with-args.ll} | 12 +++--
tools/llvm-exegesis/CMakeLists.txt | 3 ++
tools/llvm-exegesis/lib/AArch64/CMakeLists.txt | 3 ++
tools/llvm-exegesis/lib/CMakeLists.txt | 3 ++
tools/llvm-exegesis/lib/X86/CMakeLists.txt | 3 ++
8 files changed, 73 insertions(+), 9 deletions(-)
create mode 100644 test/CodeGen/AArch64/iabs.ll
copy test/CodeGen/WebAssembly/{main.ll => main-no-args.ll} (100%)
rename test/CodeGen/WebAssembly/{main.ll => main-with-args.ll} (58%)
--
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 7e66a67d [clangd] Fix Dexp build
new 2266973c [clangd] Introduce PostingList interface
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/CMakeLists.txt | 1 +
clangd/index/dex/Dex.cpp | 18 ++++--
clangd/index/dex/Dex.h | 1 +
clangd/index/dex/Iterator.cpp | 67 -------------------
clangd/index/dex/Iterator.h | 19 ------
clangd/index/dex/PostingList.cpp | 84 ++++++++++++++++++++++++
clangd/index/dex/PostingList.h | 52 +++++++++++++++
unittests/clangd/DexTests.cpp | 135 +++++++++++++++++++--------------------
8 files changed, 216 insertions(+), 161 deletions(-)
create mode 100644 clangd/index/dex/PostingList.cpp
create mode 100644 clangd/index/dex/PostingList.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 gcc.
from 016080e3e9a libgo: build roots index to speed up bulkBarrierPreWrite
new 3c7c00146f0 PR ada/81103 * terminals.c: Do not include termio.h.
new ec22739443d * Makefile.rtl (arm% linux-gnueabi%): Always set EH_MECHAN [...]
new f1bac0a0bb6 PR target/86812 * config/visium/visium.c (TARGET_HAVE_SPE [...]
new 423c6e0d58f runtime: avoid write barriers with traceback info
new 6fa886d2fa0 compiler: implement //go:nowritebarrierrec
The 5 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 | 5 ++
gcc/ada/ChangeLog | 11 ++-
gcc/ada/Makefile.rtl | 7 +-
gcc/ada/terminals.c | 9 ---
gcc/config/visium/visium.c | 27 ++++---
gcc/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/gogo.h | 3 +
gcc/go/gofrontend/lex.cc | 8 +-
gcc/go/gofrontend/lex.h | 8 +-
gcc/go/gofrontend/parse.cc | 5 +-
gcc/go/gofrontend/wb.cc | 156 ++++++++++++++++++++++++++++++++++--
libgo/go/runtime/proc.go | 4 +-
libgo/go/runtime/runtime2.go | 2 +-
libgo/go/runtime/trace.go | 4 +-
libgo/go/runtime/traceback_gccgo.go | 4 +-
libgo/runtime/proc.c | 10 +--
16 files changed, 213 insertions(+), 52 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 a87f4cb64 [DWARFExpression] Read literars as unsigned values.
new 928b6628d [LLDB] - Improved DWARF5 support.
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/lldb/lldb-enumerations.h | 5 +-
.../show_location/TestShowLocationDwarf5.py | 34 +++++
.../test/functionalities/show_location/a.yaml | 58 +++++++++
source/Core/Section.cpp | 2 +
source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp | 6 +
.../Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp | 1 +
.../Plugins/SymbolFile/DWARF/DWARFCompileUnit.cpp | 31 ++++-
source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.h | 4 +-
.../SymbolFile/DWARF/DWARFDebugInfoEntry.cpp | 8 ++
source/Plugins/SymbolFile/DWARF/DWARFDebugLine.cpp | 142 ++++++++++++++++-----
source/Plugins/SymbolFile/DWARF/DWARFDebugLine.h | 18 ++-
source/Plugins/SymbolFile/DWARF/DWARFFormValue.cpp | 139 ++++++++++++++------
source/Plugins/SymbolFile/DWARF/DWARFFormValue.h | 1 +
source/Plugins/SymbolFile/DWARF/DWARFUnit.h | 2 +
.../SymbolFile/DWARF/DebugNamesDWARFIndex.cpp | 10 +-
.../Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp | 10 +-
source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h | 2 +
source/Symbol/ObjectFile.cpp | 1 +
18 files changed, 393 insertions(+), 81 deletions(-)
create mode 100644 packages/Python/lldbsuite/test/functionalities/show_location/Te [...]
create mode 100644 packages/Python/lldbsuite/test/functionalities/show_location/a.yaml
--
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 c21fea9179 [OPENMP] Fix PR38903: Crash on instantiation of the non-depe [...]
new 9d84dfe6d9 [NFC]Refactor MultiVersion Resolver Emission to combine types
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/Basic/Attr.td | 33 +++++++++++++++++
lib/CodeGen/CodeGenFunction.cpp | 80 +++++++++++------------------------------
lib/CodeGen/CodeGenFunction.h | 41 ++++++++++-----------
lib/CodeGen/CodeGenModule.cpp | 47 ++++++++++++++++++------
4 files changed, 108 insertions(+), 93 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.
git pushed a change to branch gdb-8.2-branch
in repository binutils-gdb.
from 419dd85085 Automatic date update in version.in
new 18a2770232 Fix crash with empty Rust enum
new fde24e1a53 Make Rust error message mention the field name
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:
gdb/ChangeLog | 13 +++++++++++
gdb/rust-lang.c | 46 ++++++++++++++++++++++++++++++++++++---
gdb/testsuite/ChangeLog | 12 ++++++++++
gdb/testsuite/gdb.rust/simple.exp | 14 ++++++++++++
gdb/testsuite/gdb.rust/simple.rs | 4 ++++
5 files changed, 86 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.