This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from a4cbe6d [ELF] Better error reporting for duplicate symbol
new a254e44 [ELF] Attempt to fix buildbot (duplicate _gp symbol)
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/ELF/duplicate-internal.s | 2 +-
1 file changed, 1 insertion(+), 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 38950e5 [X86][SSE] Regenerate test (just adds missing header)
new 43252d0 Use the last 7 bits to represent the discriminator to fit it [...]
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/Utils/AddDiscriminators.cpp | 12 +++++++-----
1 file changed, 7 insertions(+), 5 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 7b859ae Remove dead arguments. NFC.
new a4cbe6d [ELF] Better error reporting for duplicate symbol
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/Relocations.cpp | 21 +++++++++++++++++----
ELF/Relocations.h | 4 ++++
ELF/SymbolTable.cpp | 33 ++++++++++++++++++++++++++-------
ELF/SymbolTable.h | 2 --
test/ELF/Inputs/conflict-debug.s | 5 +++++
test/ELF/basic.s | 3 ++-
test/ELF/conflict.s | 21 ++++++++++++++++-----
test/ELF/lto/duplicated.ll | 2 +-
test/ELF/tls-mismatch.s | 2 +-
9 files changed, 72 insertions(+), 21 deletions(-)
create mode 100644 test/ELF/Inputs/conflict-debug.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.
from c2f9232 [X86][AVX512][Clang] Add support for mask_{move|store|load}_s [...]
new 3c0f4ea [clang-format] Remove (SourceManager, FileID) variants
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/Format/Format.h | 20 ++------------------
lib/Format/Format.cpp | 19 -------------------
lib/Index/CommentToXML.cpp | 26 +++++++++++++-------------
3 files changed, 15 insertions(+), 50 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 e8b24d9 Remove parameter valaddr from la_val_print
new 30a7bb8 Fix some error-handling bugs in python frame filters
new 7353f24 Fix py-value.exp failure on Python 3
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 | 5 +++++
gdb/python/py-framefilter.c | 18 +++++++++++++++---
gdb/testsuite/ChangeLog | 10 ++++++++++
gdb/testsuite/gdb.python/py-framefilter.py | 6 ++++++
gdb/testsuite/gdb.python/py-value.exp | 6 +++++-
5 files changed, 41 insertions(+), 4 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 gcc.
from ed73a6c gcc/testsuite * gcc.dg/vect/pr56541.c: Xfail on !vect_cond_ [...]
new 3d9a2fb [2/2] Add store merging unit tests
new af1b77d 2016-11-08 Janus Weil <janus(a)gcc.gnu.org>
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 | 13 +++
gcc/fortran/ChangeLog | 6 ++
gcc/fortran/expr.c | 27 +++--
gcc/gimple-ssa-store-merging.c | 139 +++++++++++++++++++++++++
gcc/selftest-run-tests.c | 2 +
gcc/selftest.h | 1 +
gcc/testsuite/ChangeLog | 5 +
gcc/testsuite/gfortran.dg/proc_ptr_comp_46.f90 | 29 ++++++
8 files changed, 213 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/proc_ptr_comp_46.f90
--
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 e27c924 [ELF] - Fix mistype. NFC.
new 7b859ae Remove dead arguments. 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/InputFiles.cpp | 12 +++++-------
ELF/InputFiles.h | 5 ++---
2 files changed, 7 insertions(+), 10 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 cc977dc Use get_frame_register_value instead of deprecated_frame_regi [...]
new e8b24d9 Remove parameter valaddr from la_val_print
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 | 84 +++++++++++++++++++++++
gdb/ada-lang.h | 4 +-
gdb/ada-valprint.c | 68 ++++++++++---------
gdb/c-lang.h | 8 +--
gdb/c-valprint.c | 33 +++++-----
gdb/cp-valprint.c | 13 ++--
gdb/d-lang.h | 4 +-
gdb/d-valprint.c | 14 ++--
gdb/f-lang.h | 4 +-
gdb/f-valprint.c | 13 ++--
gdb/go-lang.h | 4 +-
gdb/go-valprint.c | 14 ++--
gdb/infcmd.c | 3 -
gdb/language.c | 4 +-
gdb/language.h | 9 +--
gdb/m2-lang.h | 4 +-
gdb/m2-valprint.c | 19 +++---
gdb/mi/mi-main.c | 1 -
gdb/mips-tdep.c | 1 -
gdb/mt-tdep.c | 1 -
gdb/p-lang.h | 6 +-
gdb/p-valprint.c | 19 +++---
gdb/printcmd.c | 1 -
gdb/rust-lang.c | 28 ++++----
gdb/sh64-tdep.c | 4 +-
gdb/valprint.c | 190 +++++++++++++++++++++++++++++++----------------------
gdb/valprint.h | 12 ++--
gdb/value.h | 4 +-
28 files changed, 334 insertions(+), 235 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 abcddd5 [TargetLowering] Fix undef vector element issue with true/fal [...]
new 38950e5 [X86][SSE] Regenerate test (just adds missing header)
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/psubus.ll | 1 +
1 file changed, 1 insertion(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.