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 7ea65f08fa Add comment describing continuable/steppable/non-steppable w [...]
new 0c8885885a Regenerate gdbarch.h
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 | 4 ++++
gdb/gdbarch.h | 3 ++-
2 files changed, 6 insertions(+), 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 3bdab0c31e2 [X86] Add support for turning vXi1 shuffles into KSHIFTL/KSHIFTR.
new 0444f576689 [DebugInfo] Common behavior for error 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/llvm/DebugInfo/CodeView/CodeViewError.h | 35 +++++++++-----
include/llvm/DebugInfo/MSF/MSFError.h | 30 +++++++-----
include/llvm/DebugInfo/PDB/DIA/DIAError.h | 34 +++++++------
include/llvm/DebugInfo/PDB/GenericError.h | 40 +++++++++-------
include/llvm/DebugInfo/PDB/Native/RawError.h | 34 +++++++------
lib/DebugInfo/CodeView/CodeViewError.cpp | 35 ++------------
lib/DebugInfo/CodeView/TypeStreamMerger.cpp | 2 +-
lib/DebugInfo/MSF/MSFError.cpp | 30 ++----------
lib/DebugInfo/PDB/DIA/DIAError.cpp | 31 ++----------
lib/DebugInfo/PDB/DIA/DIASession.cpp | 9 ++--
lib/DebugInfo/PDB/GenericError.cpp | 55 +++++++---------------
lib/DebugInfo/PDB/Native/NativeSession.cpp | 1 -
lib/DebugInfo/PDB/Native/PDBFile.cpp | 2 +-
lib/DebugInfo/PDB/Native/PDBFileBuilder.cpp | 1 -
lib/DebugInfo/PDB/Native/RawError.cpp | 30 ++----------
lib/DebugInfo/PDB/PDB.cpp | 6 +--
lib/DebugInfo/Symbolize/Symbolize.cpp | 3 +-
lib/Support/BinaryStreamError.cpp | 2 +-
test/DebugInfo/PDB/pdb-invalid-type.test | 2 +-
test/DebugInfo/PDB/pdbdump-headers.test | 2 +-
.../tools/llvm-readobj/codeview-merging-cycle.test | 2 +-
test/tools/llvm-symbolizer/pdb/missing_pdb.test | 2 +-
tools/llvm-pdbutil/llvm-pdbutil.cpp | 3 +-
tools/obj2yaml/Error.cpp | 2 +-
24 files changed, 155 insertions(+), 238 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 1ab846eab [LLD] Add test missed from r341206. NFC.
new 89b0b2bdf [DebugInfo] Common behavior for error 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:
COFF/PDB.cpp | 8 ++++----
1 file changed, 4 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 binutils-gdb.
from 6e1453f681 gas/elf/section14.d: Change skip to xfail
new 7eb65fafed Eliminate target_have_continuable_watchpoint
new 7ea65f08fa Add comment describing continuable/steppable/non-steppable w [...]
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 | 18 ++++++++++++++++++
gdb/gdbarch.h | 2 ++
gdb/gdbarch.sh | 2 ++
gdb/nto-procfs.c | 3 ---
gdb/s390-linux-nat.c | 1 -
gdb/target-delegates.c | 27 ---------------------------
gdb/target.h | 41 ++++++++++++++++++++++++++++++++++-------
gdb/x86-nat.h | 7 -------
8 files changed, 56 insertions(+), 45 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 c4a2b8b5e44 [XRay] Make Trace loading endian-aware
new 3bdab0c31e2 [X86] Add support for turning vXi1 shuffles into KSHIFTL/KSHIFTR.
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/X86/X86ISelLowering.cpp | 52 ++++-
test/CodeGen/X86/avx512-skx-insert-subvec.ll | 5 +-
test/CodeGen/X86/kshift.ll | 271 +++++++--------------------
3 files changed, 118 insertions(+), 210 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 bff6dcb26b8 [XRay] Make the FDRTraceWriter Endian-aware
new c4a2b8b5e44 [XRay] Make Trace loading endian-aware
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/XRay/Trace.cpp | 33 +++++++++++++++++++++------------
1 file changed, 21 insertions(+), 12 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 3278521b5d7 tree-vrp: add "const" qualifier to various value_range pointers
new 2a06e47d59c 2018-08-31 Richard Biener <rguenther(a)suse.de>
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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/torture/pr87168.c | 30 ++++++++++++++++++++++++++++++
gcc/tree-ssa-sccvn.c | 11 +++++++++--
4 files changed, 51 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr87168.c
--
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 4d1c633545 ld: Lookup section in output with the same name
new 6e1453f681 gas/elf/section14.d: Change skip to xfail
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/ChangeLog | 5 +++++
gas/testsuite/gas/elf/section14.d | 2 +-
gas/testsuite/lib/gas-defs.exp | 10 ++++++++++
3 files changed, 16 insertions(+), 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 gcc.
from 0d7050dfc89 [AArch64] Implement new intrinsics vabsd_s64 and vnegd_s64.
new 3278521b5d7 tree-vrp: add "const" qualifier to various value_range pointers
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 | 40 ++++++++++++++++++++++++++++++++++++++++
gcc/tree-vrp.c | 52 +++++++++++++++++++++++++++-------------------------
gcc/tree-vrp.h | 22 +++++++++++-----------
3 files changed, 78 insertions(+), 36 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.