This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 2e289579e6a Clarify documentation for -fpie and -fPIE
new b663291ac99 * argv.c (expandargv): Fix memory leak for expanded [...]
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:
libiberty/ChangeLog | 4 ++++
libiberty/argv.c | 2 ++
2 files changed, 6 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 binutils-gdb.
from e11fb955fb Remove long_long_align_bit gdbarch attribute
new 7c1b5f3db7 Introduce ref_ptr::new_reference
new 1831a9f9d3 Remove new_bfd_ref
new bbfa6f0086 Use new_reference for struct value
new 7c66fffc1f Change Python code to use new_reference
The 4 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 | 32 ++++++++++++++++++++++++++++++++
gdb/common/gdb_ref_ptr.h | 7 +++++++
gdb/dwarf2loc.c | 2 +-
gdb/exec.c | 2 +-
gdb/gdb_bfd.c | 16 ++++++++--------
gdb/gdb_bfd.h | 25 +++++++------------------
gdb/python/py-cmd.c | 7 +++----
gdb/python/python.c | 10 ++--------
gdb/symfile-mem.c | 2 +-
gdb/value.c | 10 ++++------
gdb/value.h | 8 ++++----
gdb/varobj.c | 7 +++----
12 files changed, 73 insertions(+), 55 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 8cde9622c0a [DebugInfo] Prevent infinite recursion for malformed DWARF
new 2a793f6500a Fix infinite loop after r331115
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/CodeGen/GlobalISel/LegalizerHelper.cpp | 4 ++
lib/Target/AArch64/AArch64LegalizerInfo.cpp | 3 +-
.../AArch64/GlobalISel/legalize-load-vector.mir | 61 ++++++++++++++++++++++
3 files changed, 67 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/AArch64/GlobalISel/legalize-load-vector.mir
--
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 fe944acf8f This patch adds support to objdump for disassembly of NFP (N [...]
new 2b4424c35b Add initial type alignment support
new 007e153034 Handle alignof and _Alignof
new 6d7bb8246b Expose type alignment on gdb.Type
new 2fff16dd8c Remove rust_type_alignment
new e11fb955fb Remove long_long_align_bit gdbarch attribute
The 5 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 | 56 +++++++
gdb/NEWS | 7 +
gdb/arc-tdep.c | 11 +-
gdb/arch-utils.c | 8 +
gdb/arch-utils.h | 4 +
gdb/c-exp.y | 8 +-
gdb/c-lang.c | 1 +
gdb/doc/ChangeLog | 4 +
gdb/doc/python.texi | 7 +
gdb/dwarf2read.c | 117 +++++++++++++-
gdb/eval.c | 13 ++
gdb/expprint.c | 1 +
gdb/gdbarch.c | 46 +++---
gdb/gdbarch.h | 12 +-
gdb/gdbarch.sh | 6 +-
gdb/gdbtypes.c | 122 +++++++++++++++
gdb/gdbtypes.h | 34 +++-
gdb/i386-tdep.c | 27 +++-
gdb/jit.c | 4 +-
gdb/python/py-type.c | 24 +++
gdb/rust-lang.c | 43 +----
gdb/std-operator.def | 1 +
gdb/testsuite/ChangeLog | 14 ++
gdb/testsuite/gdb.base/align.exp | 109 +++++++++++++
gdb/testsuite/gdb.cp/align.exp | 174 +++++++++++++++++++++
.../gdb.dwarf2/{enum-type.exp => dw2-align.exp} | 64 ++++----
gdb/testsuite/gdb.python/py-type.c | 2 +
gdb/testsuite/gdb.python/py-type.exp | 4 +
gdb/testsuite/lib/gdb.exp | 30 ++++
29 files changed, 838 insertions(+), 115 deletions(-)
create mode 100644 gdb/testsuite/gdb.base/align.exp
create mode 100644 gdb/testsuite/gdb.cp/align.exp
copy gdb/testsuite/gdb.dwarf2/{enum-type.exp => dw2-align.exp} (54%)
--
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 4bc4b1d20be [X86][Atom] Remove unnecessary x87 load/move instrw overrides.
new 44735eb19df [SLPVectorizer] Debug info shouldn't impact spill cost comp [...]
new 8cde9622c0a [DebugInfo] Prevent infinite recursion for malformed DWARF
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:
lib/DebugInfo/DWARF/DWARFDie.cpp | 40 ++++--
lib/Transforms/Vectorize/SLPVectorizer.cpp | 5 +-
.../SLPVectorizer/AArch64/spillcost-di.ll | 93 ++++++++++++++
.../X86/invalid_abstract_origin.s} | 138 +++++++++++++--------
4 files changed, 213 insertions(+), 63 deletions(-)
create mode 100644 test/Transforms/SLPVectorizer/AArch64/spillcost-di.ll
copy test/tools/{dsymutil/Inputs/invalid.s => llvm-dwarfdump/X86/invalid_abstract_ [...]
--
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 773f4004bfb selftest.h: fix alphabetization of per-source-file selftest [...]
new 2e289579e6a Clarify documentation for -fpie and -fPIE
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 | 5 +++++
gcc/doc/invoke.texi | 8 ++++----
2 files changed, 9 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 llvm.
from 5b508199fa8 AMDGPU: Remove some dead code
new 4bc4b1d20be [X86][Atom] Remove unnecessary x87 load/move instrw overrides.
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/X86ScheduleAtom.td | 5 ++---
1 file changed, 2 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 llvm.
from 1cff79735ca [llvm-mca] Correctly handle zero-latency stores that consum [...]
new 5b508199fa8 AMDGPU: Remove some dead code
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/AMDGPUISelDAGToDAG.cpp | 4 ----
1 file changed, 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.