This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 7c2e5df [mips] Optimize materialization of i64 constants
new d23d98f [ARM] Improve longMAC codegen test
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/ARMISelDAGToDAG.cpp | 4 ++
lib/Target/ARM/ARMISelLowering.cpp | 3 +-
test/CodeGen/ARM/longMAC.ll | 119 ++++++++++++++++++++++++++-----------
3 files changed, 91 insertions(+), 35 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 bd88ec1 [ARM] Small refactor of Thumb2 SMLA insts
new 7c2e5df [mips] Optimize materialization of i64 constants
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/Mips/MicroMips64r6InstrInfo.td | 3 ++
lib/Target/Mips/MicroMipsInstrInfo.td | 6 +++
lib/Target/Mips/Mips64InstrInfo.td | 10 +++++
lib/Target/Mips/MipsInstrInfo.td | 39 ++++++++++++------
lib/Target/Mips/MipsSEISelDAGToDAG.cpp | 4 +-
test/CodeGen/Mips/cmov.ll | 25 +++++++-----
test/CodeGen/Mips/fcmp.ll | 60 ++++++++++++++--------------
test/CodeGen/Mips/llvm-ir/add.ll | 4 +-
test/CodeGen/Mips/llvm-ir/and.ll | 66 +++++++++++++++----------------
test/CodeGen/Mips/llvm-ir/lshr.ll | 2 +-
test/CodeGen/Mips/llvm-ir/ret.ll | 2 +-
test/CodeGen/Mips/llvm-ir/select-int.ll | 2 +-
test/CodeGen/Mips/llvm-ir/shl.ll | 2 +-
test/CodeGen/Mips/mips64imm.ll | 2 +-
14 files changed, 134 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 topic/locales
in repository newlib.
at 1c8cb55 Add sys/_locale.h header and fix up headers
This branch includes the following new commits:
new 64970d1 groundwork part 1
new 0f47e8b groundwork part 2
new c4fc566 Consolidate wctomb/mbtowc calls for POSIX-1.2008
new 7acaf37 Change loadlocale to fill a __locale_t given as parameter
new 73c55fd Rearrange struct __locale_t pointers into an array
new f8a5be1 Use __get_global_locale function where appropriate
new 7410979 newlocale, freelocale, duplocale, uselocale
new 36a843b Fix memory handling in functions called from loadlocale
new e7c8a26 posix.xml: Note duplocale, freelocale, newlocale, uselocale a [...]
new d1c6c3a Remove non-working __part_load_locale function and any related code
new 55fbc8b include/locale.h: Fix POSIX guards
new c67aeb4 Move localeconv, duplocale, freelocale, newlocale, uselocale [...]
new c1c0df7 Implement all per-locale ctype functions
new c7c582c Implement per-locale string functions
new d3267fb Move lconv into struct __locale_t and implement __localeconv_l
new a424217 Rename __get_locale_XXX to __get_XXX_locale to use unified na [...]
new 8202784 Implement strfmon_l
new 9bab75d Bump CygwinAPI minor.
new 1c8cb55 Add sys/_locale.h header and fix up headers
The 19 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.
--
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 161eae5 [ARM] Enable ISel of SMMLS for ARM and Thumb2
new bd88ec1 [ARM] Small refactor of Thumb2 SMLA insts
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/ARMInstrThumb2.td | 20 ++++++++------------
1 file changed, 8 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 binutils-gdb.
from c0272db btrace: Resume recording after disconnect.
new 3a1518e Add myself as a write-after-approval GDB maintainer.
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/MAINTAINERS | 1 +
2 files changed, 5 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 llvm.
from 70e4702 [AVX512] Add load folding support for the unmasked forms of t [...]
new 161eae5 [ARM] Enable ISel of SMMLS for ARM and Thumb2
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/ARMISelDAGToDAG.cpp | 30 ++++++++++++++++++++++++++++++
lib/Target/ARM/ARMInstrThumb2.td | 9 ++++-----
test/CodeGen/ARM/smml.ll | 36 ++++++++++++++++++++++++++++++++++--
3 files changed, 68 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 master
in repository libunwind.
from 9be9138 [libunwind] Properly align _Unwind_Exception.
new 8b1a2bb [libunwind][ARM] Add support for Thumb1 targets
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:
src/UnwindRegistersRestore.S | 15 ++++++++++++---
src/UnwindRegistersSave.S | 28 ++++++++++++++++------------
2 files changed, 28 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 release_39
in repository libunwind.
from ce3e76f Creating release_39 branch off revision 275826
new 37e5b23 Merge r276128: libunwind: limit stack usage in unwind cursor
new 4194a6d Merging r276215: -------------------------------------------- [...]
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:
include/__libunwind_config.h | 7 +++++++
include/unwind.h | 9 ++++++---
src/DwarfParser.hpp | 2 +-
test/alignment.pass.cpp | 21 +++++++++++++++++++++
4 files changed, 35 insertions(+), 4 deletions(-)
create mode 100644 test/alignment.pass.cpp
--
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-tools-extra.
from 6ac6d55 ClangRenameTests: Update libdeps.
new 772f873 [clang-rename] fix typos in tests
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/clang-rename/TemplateFunctionFindByDeclaration.cpp | 7 ++-----
test/clang-rename/TemplateFunctionFindByUse.cpp | 11 ++++-------
2 files changed, 6 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 binutils-gdb.
from 9580450 Revise targets able to run ELF 64k section test
new c0272db btrace: Resume recording after disconnect.
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 | 13 ++++
gdb/NEWS | 3 +
gdb/doc/ChangeLog | 4 ++
gdb/doc/gdb.texinfo | 4 +-
gdb/record-btrace.c | 51 ++++++++++----
.../gdb.perf/skip-command.cc => record-btrace.h} | 42 ++++--------
gdb/remote.c | 61 +++++++++++++++++
gdb/testsuite/ChangeLog | 5 ++
.../break-fun-addr1.c => gdb.btrace/reconnect.c} | 3 +
gdb/testsuite/gdb.btrace/reconnect.exp | 79 ++++++++++++++++++++++
10 files changed, 221 insertions(+), 44 deletions(-)
copy gdb/{testsuite/gdb.perf/skip-command.cc => record-btrace.h} (70%)
copy gdb/testsuite/{gdb.base/break-fun-addr1.c => gdb.btrace/reconnect.c} (92%)
create mode 100644 gdb/testsuite/gdb.btrace/reconnect.exp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.