This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 784e89ad5 [FileSystem] Add convenience method to check for directories.
new 7f86780ae Refactor ClangASTContext::AddEnumerationValueToEnumerationTyp [...]
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/Symbol/ClangASTContext.h | 5 +-
.../radar_43822994}/Makefile | 2 +
.../radar_43822994/TestScopedEnumType.py | 44 ++++++++++++
.../expression_command/radar_43822994/main.cpp | 16 +++++
.../SymbolFile/DWARF/DWARFASTParserClang.cpp | 4 +-
.../SymbolFile/NativePDB/UdtRecordCompleter.cpp | 8 +--
source/Plugins/SymbolFile/PDB/PDBASTParser.cpp | 3 +-
source/Symbol/ClangASTContext.cpp | 78 +++++++++++++---------
8 files changed, 113 insertions(+), 47 deletions(-)
copy packages/Python/lldbsuite/test/{python_api/sbvalue_const_addrof => expression [...]
create mode 100644 packages/Python/lldbsuite/test/expression_command/radar_4382299 [...]
create mode 100644 packages/Python/lldbsuite/test/expression_command/radar_4382299 [...]
--
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 97c767972 [LLD] Fix Microsoft precompiled headers cross-compile on Linux
new 3e8407b4d [COFF] Improve relocation against discarded section error
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/Chunks.cpp | 6 ++++--
COFF/SymbolTable.cpp | 2 +-
COFF/SymbolTable.h | 2 ++
test/COFF/reloc-discarded.s | 1 +
4 files changed, 8 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 glibc.
from ac8060265b Add an additional test to resolv/tst-resolv-network.c
new d524fa6c35 Check multiple NT_GNU_PROPERTY_TYPE_0 notes [BZ #23509]
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 | 10 ++++++++++
sysdeps/x86/dl-prop.h | 51 ++++++++++++++++++++++++++++++++++++++++----------
sysdeps/x86/link_map.h | 9 +++++----
3 files changed, 56 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-mainline-allmodconfig
in repository toolchain/binutils-gdb.
from fc7b364aba Add support for new load commands added by Apple to the MACH [...]
adds 0661ae2e53 Add updated French and Portuguese translations.
adds d3def5d73e Enhance objdump's --disassemble switch so that it can now ta [...]
adds 07deea26b5 ada-tasks.c::read_atcb: start from a cleared ada_task_info result
adds 76136aeda5 (Ada/tasking) fix array or string index out of range warning
adds 9e49efb79c Automatic date update in version.in
adds 5acaada745 Make gold testsuite work with CC and CXX specifying -B
adds 17cf289784 gdb/riscv: Handle errors while setting the frame id
adds cd115d615c gdb/riscv: Update test to support targets without FP hardware
adds b5420128da x86-64: fix ZMM register state tracking
adds d4718d5c9f (AArch64) wrong value returned by "finish" for HFA
No new revisions were added by this update.
Summary of changes:
bfd/ChangeLog | 5 +
bfd/po/fr.po | 8056 +++++++++++-----------
bfd/po/pt.po | 6 +-
bfd/version.h | 2 +-
binutils/ChangeLog | 28 +
binutils/NEWS | 4 +
binutils/doc/binutils.texi | 12 +-
binutils/objdump.c | 37 +-
binutils/po/pt.po | 22 +-
binutils/testsuite/binutils-all/bintest.s | 8 +
binutils/testsuite/binutils-all/objcopy.exp | 1 +
binutils/testsuite/binutils-all/objdump.exp | 82 +-
binutils/testsuite/binutils-all/readelf.s | 5 +-
binutils/testsuite/binutils-all/readelf.ss | 12 +-
binutils/testsuite/binutils-all/readelf.ss-64 | 1 +
binutils/testsuite/binutils-all/readelf.ss-mips | 4 +-
binutils/testsuite/binutils-all/readelf.ss-tmips | 4 +-
gas/ChangeLog | 4 +
gas/po/fr.po | 6198 +++++++++--------
gdb/ChangeLog | 31 +
gdb/aarch64-tdep.c | 2 +-
gdb/ada-tasks.c | 28 +-
gdb/i387-tdep.c | 40 +-
gdb/riscv-tdep.c | 17 +-
gdb/testsuite/ChangeLog | 10 +
gdb/testsuite/gdb.arch/i386-avx512.c | 7 +
gdb/testsuite/gdb.arch/i386-avx512.exp | 10 +
gdb/testsuite/gdb.arch/riscv-reg-aliases.exp | 24 +-
gold/ChangeLog | 31 +
gold/Makefile.am | 75 +-
gold/Makefile.in | 119 +-
gold/testsuite/Makefile.am | 788 ++-
gold/testsuite/Makefile.in | 841 ++-
gold/testsuite/incremental_test.sh | 2 +-
34 files changed, 8469 insertions(+), 8047 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 2b6079de734 [NFC][BdVer2] Load and store throughput tests: also check s [...]
new 9d83280b4a2 [x86] add RUNs for AVX1; 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/CodeGen/X86/insert-into-constant-vector.ll | 96 +++++++++++++++++++++----
1 file changed, 82 insertions(+), 14 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.