This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository compiler-rt.
from 38d99a1 [xray] Unbreak unittest after r295967.
new 75f58d1 [test] Use @LINE macro
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/ubsan/TestCases/Misc/vla.c | 4 ++--
1 file changed, 2 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 binutils-2_28-branch
in repository binutils-gdb.
from 55ff522 Correct VLE 16D and SDAREL relocations
new c7b66f4 S/390: Add support for new cpu architecture - arch12.
new 844be12 S/390: Issue error for overflowing relocs.
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:
bfd/elf64-s390.c | 12 ++
gas/config/tc-s390.c | 8 +-
gas/doc/as.texinfo | 2 +-
gas/doc/c-s390.texi | 6 +-
gas/testsuite/gas/s390/s390.exp | 1 +
gas/testsuite/gas/s390/zarch-arch12.d | 200 ++++++++++++++++++++++++
gas/testsuite/gas/s390/zarch-arch12.s | 194 +++++++++++++++++++++++
gas/testsuite/gas/s390/zarch-z13.d | 12 +-
include/opcode/s390.h | 5 +-
opcodes/s390-mkopc.c | 6 +
opcodes/s390-opc.c | 101 +++++++-----
opcodes/s390-opc.txt | 283 ++++++++++++++++++++++++++++------
12 files changed, 738 insertions(+), 92 deletions(-)
create mode 100644 gas/testsuite/gas/s390/zarch-arch12.d
create mode 100644 gas/testsuite/gas/s390/zarch-arch12.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 243d7e3 [InstCombine] use loop instead of recursion to peek through F [...]
new c5d447a [AddressSanitizer] Add PS4 offset
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/Transforms/Instrumentation/AddressSanitizer.cpp | 10 +++++++---
test/Instrumentation/AddressSanitizer/ps4.ll | 14 ++++++++++++++
2 files changed, 21 insertions(+), 3 deletions(-)
create mode 100644 test/Instrumentation/AddressSanitizer/ps4.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 binutils-gdb.
from 14bc53a Use gdb::function_view in iterate_over_symtabs & co
new 64025b4 S/390: Add support for new cpu architecture - arch12.
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:
gas/config/tc-s390.c | 8 +-
gas/doc/as.texinfo | 2 +-
gas/doc/c-s390.texi | 6 +-
gas/testsuite/gas/s390/s390.exp | 1 +
gas/testsuite/gas/s390/zarch-arch12.d | 200 ++++++++++++++++++++++++
gas/testsuite/gas/s390/zarch-arch12.s | 194 +++++++++++++++++++++++
gas/testsuite/gas/s390/zarch-z13.d | 12 +-
include/opcode/s390.h | 5 +-
opcodes/s390-mkopc.c | 6 +
opcodes/s390-opc.c | 101 +++++++-----
opcodes/s390-opc.txt | 283 ++++++++++++++++++++++++++++------
11 files changed, 726 insertions(+), 92 deletions(-)
create mode 100644 gas/testsuite/gas/s390/zarch-arch12.d
create mode 100644 gas/testsuite/gas/s390/zarch-arch12.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.
Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/abe.
from 5749824 Additional fix for sysroots directory name typo.
new 5c6c14f Handle --testcontainer machine:port with no "user@" part
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/schroot.sh | 4 ++++
1 file changed, 4 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 lld.
from 9881c65 Add a test showing that nocopyreloc is only about copy relocs.
new 76c8745 Make InputSection a class. 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:
ELF/Driver.cpp | 4 +--
ELF/GdbIndex.cpp | 4 +--
ELF/GdbIndex.h | 6 ++--
ELF/ICF.cpp | 52 +++++++++++++--------------
ELF/InputFiles.cpp | 36 +++++++++----------
ELF/InputSection.cpp | 89 +++++++++++++++++++++++++++++------------------
ELF/InputSection.h | 27 ++++++--------
ELF/LinkerScript.cpp | 6 ++--
ELF/LinkerScript.h | 4 +--
ELF/MapFile.cpp | 6 ++--
ELF/MarkLive.cpp | 10 +++---
ELF/OutputSections.cpp | 26 +++++++-------
ELF/OutputSections.h | 4 +--
ELF/Relocations.cpp | 10 +++---
ELF/Relocations.h | 2 +-
ELF/Symbols.cpp | 2 +-
ELF/Symbols.h | 2 +-
ELF/SyntheticSections.cpp | 40 ++++++++++-----------
ELF/SyntheticSections.h | 30 ++++++++--------
ELF/Target.cpp | 6 ++--
ELF/Thunks.cpp | 6 ++--
ELF/Thunks.h | 2 +-
ELF/Writer.cpp | 8 ++---
23 files changed, 196 insertions(+), 186 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 8add37f [InstCombine] use 'match' to reduce code; NFCI
new 243d7e3 [InstCombine] use loop instead of recursion to peek through F [...]
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/Transforms/InstCombine/InstCombineCasts.cpp | 10 ++++------
1 file changed, 4 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 llvm.
from dae323d AMDGPU/SI: Fix trunc i16 pattern
new 8add37f [InstCombine] use 'match' to reduce code; NFCI
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/Transforms/InstCombine/InstCombineCasts.cpp | 20 +++++++++-----------
1 file changed, 9 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 llvm.
from 65875f1 Strip trailing whitespace.
new dae323d AMDGPU/SI: Fix trunc i16 pattern
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/SIInstructions.td | 5 ++
lib/Target/AMDGPU/VOP1Instructions.td | 6 ---
test/CodeGen/AMDGPU/trunc.ll | 91 +++++++++++++++++++++++------------
3 files changed, 65 insertions(+), 37 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 1e9d41d opcodes,gas: associate SPARC ASIs with an architecture level.
new 07e253a Introduce gdb::function_view
new 14bc53a Use gdb::function_view in iterate_over_symtabs & co
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 | 124 +++++++++++
gdb/Makefile.in | 10 +
gdb/ada-lang.c | 107 ++++------
gdb/common/function-view.h | 355 ++++++++++++++++++++++++++++++++
gdb/compile/compile-c-support.c | 16 +-
gdb/configure | 2 +
gdb/configure.ac | 2 +
gdb/dwarf2read.c | 51 +++--
gdb/language.h | 19 +-
gdb/linespec.c | 313 ++++++++++++----------------
gdb/macrocmd.c | 30 +--
gdb/macrotab.c | 17 +-
gdb/macrotab.h | 39 ++--
gdb/psymtab.c | 79 ++++---
gdb/symfile-debug.c | 42 ++--
gdb/symfile.c | 13 +-
gdb/symfile.h | 64 +++---
gdb/symmisc.c | 47 ++---
gdb/symtab.c | 287 +++++++++-----------------
gdb/symtab.h | 33 ++-
gdb/unittests/function-view-selftests.c | 178 ++++++++++++++++
21 files changed, 1138 insertions(+), 690 deletions(-)
create mode 100644 gdb/common/function-view.h
create mode 100644 gdb/unittests/function-view-selftests.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.