This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-8-branch
in repository gcc.
from 0ea92b158f0 Daily bump.
new a24821d40b0 Backport from mainline PR target/86662
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 | 9 +++++++++
gcc/testsuite/gcc.target/msp430/pr86662.c | 13 +++++++++++++
gcc/tree.c | 3 +--
3 files changed, 23 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/msp430/pr86662.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 gcc-7-branch
in repository gcc.
from fccc7cd64e5 Daily bump.
new 8d7012edf3a Backport from mainline
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 | 9 +++++++++
gcc/testsuite/gcc.target/msp430/pr86662.c | 13 +++++++++++++
gcc/tree.c | 3 +--
3 files changed, 23 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/msp430/pr86662.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 llvm.
from 48bfbb5c8c9 [LiveDebugVariables] Avoid faulty addDefsFromCopies in comp [...]
new 9a9829f2731 [CodeGen] Set FrameSetup/FrameDestroy on BUNDLE instructions
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/MachineInstrBundle.cpp | 15 ++++--
.../Hexagon/packetize-frame-setup-destroy.mir | 62 ++++++++++++++++++++++
2 files changed, 74 insertions(+), 3 deletions(-)
create mode 100644 test/CodeGen/Hexagon/packetize-frame-setup-destroy.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 llvm.
from 98b23f06ba5 [MC, RISCV] Fixed StringRef Assertion `Index < Length && "I [...]
new 48bfbb5c8c9 [LiveDebugVariables] Avoid faulty addDefsFromCopies in comp [...]
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/LiveDebugVariables.cpp | 10 ++++-
test/CodeGen/X86/dbg-value-superreg-copy.mir | 67 ++++++++++++++++++++++++++++
2 files changed, 76 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/X86/dbg-value-superreg-copy.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 gcc.
from f78aef82e33 Don't force visibility to hidden for Darwin > 8.
new 2c5682826ac Code clean-up on darwin.c
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/config/darwin.c | 9 +--------
2 files changed, 6 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 gcc.
from 8fe15fad154 Daily bump.
new f78aef82e33 Don't force visibility to hidden for Darwin > 8.
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:
libstdc++-v3/ChangeLog | 6 ++++++
libstdc++-v3/configure.host | 17 ++++++++++-------
2 files changed, 16 insertions(+), 7 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 gdb-8.2-branch
in repository binutils-gdb.
from 35f0c5a614 Automatic date update in version.in
new 76dae9eb04 Add block range data structure for blocks with non-contiguou [...]
new 8cad3755f9 Record explicit block ranges from dwarf2read.c
new 11c9ee1588 Add support for non-contiguous blocks to find_pc_partial_function
new 9fef689604 Disassemble blocks with non-contiguous ranges
new 84b14f21ca Use BLOCK_ENTRY_PC in place of most uses of BLOCK_START
new 65a1b8803a Introduce find_function_entry_range_from_pc and use it in infrun.c
new cb0f34520d Relocate block range start and end addresses
new 6518e6562b Test case for functions with non-contiguous ranges
The 8 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 | 59 ++++
gdb/ax-gdb.c | 2 +-
gdb/block.c | 21 ++
gdb/block.h | 85 ++++++
gdb/blockframe.c | 140 +++++++--
gdb/cli/cli-cmds.c | 43 ++-
gdb/compile/compile-c-symbols.c | 4 +-
gdb/compile/compile-object-run.c | 2 +-
gdb/compile/compile.c | 4 +-
gdb/dwarf2loc.c | 4 +-
gdb/dwarf2read.c | 4 +
gdb/findvar.c | 4 +-
gdb/infcmd.c | 2 +-
gdb/infrun.c | 7 +-
gdb/inline-frame.c | 6 +-
gdb/linespec.c | 2 +-
gdb/objfiles.c | 8 +
gdb/parse.c | 4 +-
gdb/printcmd.c | 4 +-
gdb/stack.c | 2 +-
gdb/symtab.c | 12 +-
gdb/symtab.h | 59 +++-
gdb/testsuite/ChangeLog | 5 +
gdb/testsuite/gdb.dwarf2/dw2-ranges-func.c | 78 ++++++
gdb/testsuite/gdb.dwarf2/dw2-ranges-func.exp | 405 +++++++++++++++++++++++++++
gdb/tracepoint.c | 4 +-
gdb/value.c | 2 +-
27 files changed, 904 insertions(+), 68 deletions(-)
create mode 100644 gdb/testsuite/gdb.dwarf2/dw2-ranges-func.c
create mode 100644 gdb/testsuite/gdb.dwarf2/dw2-ranges-func.exp
--
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 glibc.
from acc2842ace Fix IA64 links-dso-program link.
new 02458a5236 Update translations for be.
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:
ChangeLog | 4 +++
po/be.po | 98 ++++++++++++++++++++++++++++++++-------------------------------
2 files changed, 54 insertions(+), 48 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 glibc.
from 6c3a8a9d86 Fix BZ#23400 (creating temporary files in source tree), and [...]
new acc2842ace Fix IA64 links-dso-program link.
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:
ChangeLog | 5 +++++
support/Makefile | 2 +-
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 d41a54540bd [llvm] Document "%T" as deprecated in CommandGuide/lit.rst
new 98b23f06ba5 [MC, RISCV] Fixed StringRef Assertion `Index < Length && "I [...]
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/MC/MCParser/AsmParser.cpp | 2 +-
test/Assembler/empty-string.s | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)
create mode 100644 test/Assembler/empty-string.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.