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 4f075c06a3 Automatic date update in version.in
new af39b1c216 Disable -Wformat-nonliteral in parts of printcmd.c
new f1628857d7 Make -Wformat-nonliteral work with gcc
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 | 15 +++++++++++++++
gdb/configure | 11 ++++++++++-
gdb/gdbserver/ChangeLog | 4 ++++
gdb/gdbserver/configure | 11 ++++++++++-
gdb/printcmd.c | 33 +++++++++++++++++++++++++++++++++
gdb/target-float.c | 7 +++++++
gdb/warning.m4 | 11 ++++++++++-
include/ChangeLog | 4 ++++
include/diagnostics.h | 12 ++++++++++++
9 files changed, 105 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 compiler-rt.
from 7030ca8df [hwasan] when verbose_threads==1, print the memory usage per thread
new 07074edb9 [libfuzzer] Temporarily disable unittests failing on Windows.
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/fuzzer/minimize_crash.test | 1 +
test/fuzzer/minimize_two_crashes.test | 2 +-
test/fuzzer/null-deref-on-empty.test | 1 +
test/fuzzer/null-deref.test | 1 +
4 files changed, 4 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 b9c9629e618 [X86][Assembler] Allow %eip as a register in 32-bit mode fo [...]
new 799544783a6 [DebugInfo] Do not generate label debug info if it has been [...]
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/AsmPrinter/CodeViewDebug.cpp | 10 ++--
lib/CodeGen/AsmPrinter/CodeViewDebug.h | 4 +-
.../AsmPrinter/DbgEntityHistoryCalculator.cpp | 25 ++++----
.../AsmPrinter/DbgEntityHistoryCalculator.h | 17 +++---
lib/CodeGen/AsmPrinter/DwarfCompileUnit.h | 2 +-
lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 67 ++++++++++++----------
lib/CodeGen/AsmPrinter/DwarfDebug.h | 7 +--
test/DebugInfo/Generic/debug-label.ll | 4 +-
8 files changed, 72 insertions(+), 64 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 95d4ae18320 [llvm-dwp] Fix `UN:` lines (supposed to be `RUN:`) in X86/s [...]
new b9c9629e618 [X86][Assembler] Allow %eip as a register in 32-bit mode fo [...]
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/AsmParser/X86AsmParser.cpp | 4 ++--
test/CodeGen/X86/eip-addressing-i386.ll | 4 ++--
test/MC/X86/pr38826.s | 24 ++++++++++++++++++++++++
test/MC/X86/x86_errors.s | 4 ++--
4 files changed, 30 insertions(+), 6 deletions(-)
create mode 100644 test/MC/X86/pr38826.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 lldb.
from 91d709c7a Print column info in backtraces et al. if available
new a8d7125bb Re-instate a bit of code that was commented out in r188246 wh [...]
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:
.../Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp | 24 ++++++++++++++--------
tools/debugserver/source/MacOSX/MachProcess.mm | 4 ++--
2 files changed, 18 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 llvm.
from 92c8fe0a62e [llvm-dwp] Use buffer_stream if output file is not seekable [...]
new 95d4ae18320 [llvm-dwp] Fix `UN:` lines (supposed to be `RUN:`) in X86/s [...]
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/tools/llvm-dwp/X86/simple.test | 15 +++++++--------
1 file changed, 7 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 5640bf9559a Daily bump.
new d66aa2617fa PR c++/86982, -Wreturn-local-addr and std::move and std::f [...]
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/cp/ChangeLog | 5 +++++
gcc/cp/typeck.c | 28 ++++++++++++++++++++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/warn/Wreturn-local-addr-5.C | 8 +++++++
4 files changed, 46 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/warn/Wreturn-local-addr-5.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 gcc.
from 136a902a938 PR target/86779 * config/cris/cris.c (TARGET_HAVE_SPECULA [...]
new 5640bf9559a Daily bump.
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/DATESTAMP | 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 gcc-8-branch
in repository gcc.
from c4ad13c00cb 2018-09-05 Janus Weil <janus(a)gcc.gnu.org>
new c22c51dcd03 Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.