This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 23ff0950e14 [opt-viewer] Include default values in help output
new 7ba5765d894 [SmallVector] Remove unused typedefs, spotted by GCC 7. 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:
unittests/ADT/SmallVectorTest.cpp | 3 ---
1 file changed, 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 users/hjl/pr21562
in repository binutils-gdb.
discards 5351962166 Add more tests
discards 01fe3c67f6 Revert "ELF: Resolve referenced __start_XXX/__stop_XXX symbols"
discards 749e60185d ELF: Resolve referenced __start_XXX/__stop_XXX symbols
adds 9845682bda Include <signal.h> on gdbserver/fork-child.c (and fix regressions)
adds 6d45d4b42b gdbarch: Remove displaced_step_free_closure
adds 561bf3e950 Automatic date update in version.in
new 4f92d39f71 Always define referenced __start_SECNAME/__stop_SECNAME
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (5351962166)
\
N -- N -- N refs/heads/users/hjl/pr21562 (4f92d39f71)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
bfd/elf-bfd.h | 5 +-
bfd/elf32-i386.c | 4 +-
bfd/elf64-x86-64.c | 8 ++-
bfd/elflink.c | 54 +--------------
bfd/version.h | 2 +-
gdb/ChangeLog | 17 +++++
gdb/aarch64-linux-tdep.c | 2 -
gdb/amd64-linux-tdep.c | 2 -
gdb/arch-utils.c | 8 ---
gdb/arch-utils.h | 7 --
gdb/arm-linux-tdep.c | 2 -
gdb/gdbarch.c | 24 -------
gdb/gdbarch.h | 15 -----
gdb/gdbarch.sh | 12 ----
gdb/gdbserver/ChangeLog | 4 ++
gdb/gdbserver/fork-child.c | 3 +
gdb/i386-linux-tdep.c | 2 -
gdb/infrun.c | 8 +--
gdb/rs6000-aix-tdep.c | 1 -
gdb/rs6000-tdep.c | 2 -
gdb/s390-linux-tdep.c | 2 -
ld/emultempl/elf32.em | 64 ++++++++++++++++--
ld/ld.texinfo | 16 ++---
ld/ldlang.c | 93 ++++++++++++--------------
ld/testsuite/ld-elf/pr21562.t | 3 +
ld/testsuite/ld-elf/{pr21562f.d => pr21562a.d} | 5 +-
ld/testsuite/ld-elf/pr21562a.s | 8 +++
ld/testsuite/ld-elf/{pr21562f.d => pr21562b.d} | 5 +-
ld/testsuite/ld-elf/pr21562b.s | 8 +++
ld/testsuite/ld-elf/{pr21562e.d => pr21562c.d} | 4 +-
ld/testsuite/ld-elf/{pr21562f.d => pr21562d.d} | 4 +-
ld/testsuite/ld-elf/pr21562e.d | 2 +-
ld/testsuite/ld-elf/pr21562f.d | 2 +-
ld/testsuite/ld-elf/pr21562g.d | 2 +-
ld/testsuite/ld-elf/pr21562h.d | 2 +-
ld/testsuite/ld-gc/gc.exp | 6 ++
ld/testsuite/ld-gc/pr19161.d | 2 +-
ld/testsuite/ld-gc/pr20022.d | 11 +++
ld/testsuite/ld-gc/pr20022a.s | 8 +++
ld/testsuite/ld-gc/pr20022b.s | 8 +++
ld/testsuite/ld-gc/start.d | 2 +-
ld/testsuite/ld-x86-64/lea1a.d | 2 +-
ld/testsuite/ld-x86-64/lea1b.d | 2 +-
ld/testsuite/ld-x86-64/lea1d.d | 2 +-
ld/testsuite/ld-x86-64/lea1e.d | 2 +-
45 files changed, 220 insertions(+), 227 deletions(-)
create mode 100644 ld/testsuite/ld-elf/pr21562.t
copy ld/testsuite/ld-elf/{pr21562f.d => pr21562a.d} (54%)
create mode 100644 ld/testsuite/ld-elf/pr21562a.s
copy ld/testsuite/ld-elf/{pr21562f.d => pr21562b.d} (54%)
create mode 100644 ld/testsuite/ld-elf/pr21562b.s
copy ld/testsuite/ld-elf/{pr21562e.d => pr21562c.d} (56%)
copy ld/testsuite/ld-elf/{pr21562f.d => pr21562d.d} (56%)
create mode 100644 ld/testsuite/ld-gc/pr20022.d
create mode 100644 ld/testsuite/ld-gc/pr20022a.s
create mode 100644 ld/testsuite/ld-gc/pr20022b.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 gcc.
from 2cbbeb51391 * predict.c (drop_profile): Also drop individual bb/edge a [...]
new 7a74f26bc83 rs6000: Factor out emit_split_stack_prologue
new 78a228e6956 rs6000: Factor out emit_vrsave_prologue
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/ChangeLog | 12 ++++
gcc/config/rs6000/rs6000.c | 141 +++++++++++++++++++++++++--------------------
2 files changed, 91 insertions(+), 62 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 lld.
from 30e5c66c4 Added LLVM_FALLTHROUGH to address warning: this statement may [...]
new fb59e64c6 Move clearOutputSections before createPhdrs. 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/LinkerScript.cpp | 6 ++++--
ELF/LinkerScript.h | 3 ++-
ELF/Writer.cpp | 37 +++++++++++++++++++++++--------------
3 files changed, 29 insertions(+), 17 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 1af74782db4 [X86][SSE] Extended PR32368 to SSE/AVX1/AVX2
new 23ff0950e14 [opt-viewer] Include default values in help output
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/opt-viewer/opt-diff.py | 2 +-
utils/opt-viewer/opt-stats.py | 2 +-
utils/opt-viewer/opt-viewer.py | 2 +-
3 files changed, 3 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 users/hjl/pr21562
in repository binutils-gdb.
at 5351962166 Add more tests
This branch includes the following new commits:
new 749e60185d ELF: Resolve referenced __start_XXX/__stop_XXX symbols
new 01fe3c67f6 Revert "ELF: Resolve referenced __start_XXX/__stop_XXX symbols"
new 5351962166 Add more tests
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.
--
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 c8aab0d95a7 [X86][AVX512] Added test case for PR32368
new 1af74782db4 [X86][SSE] Extended PR32368 to SSE/AVX1/AVX2
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/pr32368.ll | 150 +++++++++++++++++++++++++++++++++++++++++---
1 file changed, 142 insertions(+), 8 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 f79912032bb dwarfdump: Handle relocs to zlib (.zdebug*) compressed sections
new c8aab0d95a7 [X86][AVX512] Added test case for PR32368
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/pr32368.ll | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
create mode 100644 test/CodeGen/X86/pr32368.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 gcc.
from 8fe6a288baa * cgraphbuild.c (cgraph_edge::rebuild_references): Do not [...]
new 2cbbeb51391 * predict.c (drop_profile): Also drop individual bb/edge a [...]
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:
gcc/ChangeLog | 7 +++++++
gcc/predict.c | 43 ++++++++++++++++++++++++++++++++++---------
2 files changed, 41 insertions(+), 9 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 b1984510d5c [X86][SLM] Add SLM arithmetic vectorization tests
new f79912032bb dwarfdump: Handle relocs to zlib (.zdebug*) compressed sections
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/DebugInfo/DWARF/DWARFContext.cpp | 2 +-
test/DebugInfo/Inputs/dwarfdump-test-zlib.cc | 3 ++-
test/DebugInfo/Inputs/dwarfdump-test-zlib.o.elf-x86-64 | Bin 0 -> 4688 bytes
test/DebugInfo/dwarfdump-zlib.test | 5 +++++
4 files changed, 8 insertions(+), 2 deletions(-)
create mode 100644 test/DebugInfo/Inputs/dwarfdump-test-zlib.o.elf-x86-64
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.