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 6394c60699 Don't use print_insn_XXX in GDB
new ae87f7e73e Fix address violation when disassembling a corrupt binary.
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:
binutils/objdump.c | 27 +++++++++++++++------------
ld/ChangeLog | 5 +++++
ld/testsuite/ld-nds32/diff.d | 6 +++---
3 files changed, 23 insertions(+), 15 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 clang.
from 6e3d1bf62c Corrected some comment typos; NFC.
new 6bdfcedff7 Be more strict when checking the -flto option value
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/Frontend/CompilerInvocation.cpp | 10 ++++++++--
test/CodeGen/thinlto-backend-option.ll | 6 ++++--
2 files changed, 12 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 compiler-rt.
from 2716b49e6 [ASan] Move rss_limit_is_exceeded_ flag to ASan.
new fccfd4523 [sanitizer] MmapAlignedOrDie changes to reduce fragmentation
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:
.../sanitizer_allocator_primary32.h | 58 +++++++++++++++++++---
lib/sanitizer_common/sanitizer_common.h | 10 +++-
lib/sanitizer_common/sanitizer_posix.cc | 23 ++++++---
lib/sanitizer_common/sanitizer_win.cc | 6 ++-
.../tests/sanitizer_common_test.cc | 35 ++++++++++++-
5 files changed, 112 insertions(+), 20 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 99031bafd6 xfail pr20022.d on targets without dynamic relocs in .text
new 6394c60699 Don't use print_insn_XXX in GDB
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 | 17 +++++++++++++++++
gdb/aarch64-tdep.c | 2 +-
gdb/arm-tdep.c | 5 +----
gdb/i386-tdep.c | 2 +-
gdb/ia64-tdep.c | 2 +-
gdb/mips-tdep.c | 6 +-----
gdb/spu-tdep.c | 2 +-
include/ChangeLog | 8 ++++++++
include/dis-asm.h | 8 --------
opcodes/ChangeLog | 13 +++++++++++++
opcodes/aarch64-dis.c | 2 +-
opcodes/arm-dis.c | 2 +-
opcodes/disassemble.h | 8 ++++++++
opcodes/ia64-dis.c | 2 +-
opcodes/mips-dis.c | 2 +-
opcodes/spu-dis.c | 2 +-
16 files changed, 57 insertions(+), 26 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 newlib.
from 0d79b021a Add JLI support.
new c347bb646 stdio.h: guard function macros with !__cplusplus
new 8a3b3bb4d Feature test macros overhaul: signal.h (part 3)
new 6a6c1c52e Feature test macros overhaul: Cygwin signal.h
The 3 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:
newlib/libc/include/stdio.h | 2 ++
newlib/libc/include/sys/signal.h | 24 ++++++++++++++++--------
winsup/cygwin/include/cygwin/signal.h | 26 +++++++++++++++++++++++++-
3 files changed, 43 insertions(+), 9 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 8665c171659 [mips] Fix multiprecision arithmetic.
new b9bba8a9e8b Revert "[ARM] Support constant pools in data when generatin [...]
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/ARM/ARMAsmPrinter.cpp | 3 ---
lib/Target/ARM/ARMISelLowering.cpp | 53 +++++++++++---------------------------
lib/Target/ARM/ARMISelLowering.h | 2 --
test/CodeGen/ARM/constantfp.ll | 50 -----------------------------------
4 files changed, 15 insertions(+), 93 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 e1b55b0a439 cmd/cgo: make _cgo_flags consistent across runs
new c4e8bef923f Improve Cortex-A53 FP scheduler
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 | 14 ++++++++++++++
gcc/config/arm/cortex-a53.md | 34 ++++++++++++++++------------------
2 files changed, 30 insertions(+), 18 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 cb9c282754f [MathExtras] fix documentation comments; NFC
new 8665c171659 [mips] Fix multiprecision arithmetic.
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/SelectionDAG/LegalizeIntegerTypes.cpp | 21 +-
lib/Target/Mips/MipsISelLowering.cpp | 135 +++++++-
lib/Target/Mips/MipsSEISelDAGToDAG.cpp | 99 +++---
lib/Target/Mips/MipsSEISelDAGToDAG.h | 3 +-
lib/Target/Mips/MipsSEISelLowering.cpp | 176 ----------
test/CodeGen/Mips/2008-06-05-Carry.ll | 13 +-
test/CodeGen/Mips/dsp-patterns.ll | 4 +-
test/CodeGen/Mips/llcarry.ll | 11 +-
test/CodeGen/Mips/llvm-ir/add.ll | 394 ++++++++++++++--------
test/CodeGen/Mips/llvm-ir/sub.ll | 174 +++++++---
test/CodeGen/Mips/madd-msub.ll | 81 +++--
11 files changed, 648 insertions(+), 463 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.