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 b77b02a5ca Add unit test to gdbarch methods register_to_value and value [...]
new 64aaf98419 Automatic date update in version.in
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:
bfd/version.h | 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 gdb-8.0-branch
in repository binutils-gdb.
from f9e9e7ee55 Automatic date update in version.in
new a527ec51ea Automatic date update in version.in
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:
bfd/version.h | 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 binutils-2_28-branch
in repository binutils-gdb.
from 84272cf640 Automatic date update in version.in
new eac59e8c3c Automatic date update in version.in
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:
bfd/version.h | 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 master
in repository lldb.
from aac68f4ba Revert "RunThreadPlan: Fix halting logic in IgnoreBreakpoints [...]
new 8ea1ff802 Correct compiler warnings and Debug build of the NetBSD target
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/Process/NetBSD/NativeProcessNetBSD.cpp | 31 +++++++++++++---------
.../Plugins/Process/NetBSD/NativeProcessNetBSD.h | 2 ++
2 files changed, 21 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 llvm.
from 89995adbedc Print symbols from COFF import libraries.
new 133fa95ca70 [PowerPC] Fix a performance bug for PPC::XXSLDWI.
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/PowerPC/PPCISelLowering.cpp | 88 ++++++-
lib/Target/PowerPC/PPCISelLowering.h | 6 +-
lib/Target/PowerPC/PPCInstrInfo.td | 2 +-
lib/Target/PowerPC/PPCInstrVSX.td | 4 +
test/CodeGen/PowerPC/p8altivec-shuffles-pred.ll | 2 +-
test/CodeGen/PowerPC/p9-xxinsertw-xxextractuw.ll | 64 ++---
test/CodeGen/PowerPC/pr27078.ll | 8 +-
test/CodeGen/PowerPC/vec_sldwi.ll | 307 +++++++++++++++++++++++
8 files changed, 440 insertions(+), 41 deletions(-)
create mode 100644 test/CodeGen/PowerPC/vec_sldwi.ll
--
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 6edbe546d6 arm: Fix typo in array count
new 6a2c695266 aarch64: Thunderx specific memcpy and memmove
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 | 14 ++++
sysdeps/aarch64/memcpy.S | 27 ++++---
sysdeps/aarch64/multiarch/Makefile | 3 +
.../armv7 => aarch64}/multiarch/ifunc-impl-list.c | 43 +++++------
.../aarch64/multiarch/init-arch.h | 14 ++--
.../memmove.c => aarch64/multiarch/memcpy.c} | 37 ++++-----
.../multiarch/memcpy_generic.S} | 36 ++++-----
.../{memcpy.S => multiarch/memcpy_thunderx.S} | 88 +++++++++++++++++++---
.../power4 => aarch64}/multiarch/memmove.c | 29 +++----
9 files changed, 190 insertions(+), 101 deletions(-)
create mode 100644 sysdeps/aarch64/multiarch/Makefile
copy sysdeps/{arm/armv7 => aarch64}/multiarch/ifunc-impl-list.c (55%)
copy support/xpthread_attr_init.c => sysdeps/aarch64/multiarch/init-arch.h (79%)
copy sysdeps/{powerpc/powerpc32/power4/multiarch/memmove.c => aarch64/multiarch/me [...]
copy sysdeps/{powerpc/powerpc64/multiarch/memset-ppc64.S => aarch64/multiarch/memc [...]
copy sysdeps/aarch64/{memcpy.S => multiarch/memcpy_thunderx.S} (75%)
copy sysdeps/{powerpc/powerpc32/power4 => aarch64}/multiarch/memmove.c (62%)
--
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 6463296227d [CodeGen] Fix some Clang-tidy modernize-use-using and Inclu [...]
new 89995adbedc Print symbols from COFF import libraries.
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:
include/llvm/Object/Binary.h | 4 +---
test/tools/llvm-nm/X86/Inputs/example.lib | Bin 0 -> 2000 bytes
test/tools/llvm-nm/X86/importlibrary.test | 7 +++++++
tools/llvm-nm/llvm-nm.cpp | 17 ++++++++++++++++-
4 files changed, 24 insertions(+), 4 deletions(-)
create mode 100644 test/tools/llvm-nm/X86/Inputs/example.lib
create mode 100644 test/tools/llvm-nm/X86/importlibrary.test
--
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 03f335a5fe5 * Make-lang.in (CXX_AND_OBJCXX_OBJS): Alphabetize.
new 60fadde65a9 cp/ * friend.c (do_friend): Remove check for existing dec [...]
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 | 6 ++++
gcc/cp/friend.c | 21 ++-----------
gcc/cp/name-lookup.c | 39 +++++-------------------
gcc/cp/name-lookup.h | 1 -
gcc/testsuite/ChangeLog | 6 ++++
gcc/testsuite/g++.dg/lookup/friend12.C | 4 +--
gcc/testsuite/g++.dg/lookup/friend19.C | 29 ++++++++++++++++++
gcc/testsuite/g++.dg/lookup/friend20.C | 16 ++++++++++
gcc/testsuite/g++.old-deja/g++.jason/scoping12.C | 4 +--
9 files changed, 70 insertions(+), 56 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/lookup/friend19.C
create mode 100644 gcc/testsuite/g++.dg/lookup/friend20.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 1c3064b7b3a [coroutines] Allow rematerialization upto 4 times. Remove i [...]
new 6463296227d [CodeGen] Fix some Clang-tidy modernize-use-using and Inclu [...]
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:
include/llvm/CodeGen/AsmPrinter.h | 6 +-
include/llvm/CodeGen/AtomicExpandUtils.h | 26 +++--
include/llvm/CodeGen/DIE.h | 86 ++++++++--------
include/llvm/CodeGen/FaultMaps.h | 35 +++----
include/llvm/CodeGen/LiveInterval.h | 86 ++++++++--------
include/llvm/CodeGen/LiveIntervalAnalysis.h | 43 ++++----
include/llvm/CodeGen/LiveIntervalUnion.h | 14 +--
include/llvm/CodeGen/LivePhysRegs.h | 12 ++-
include/llvm/CodeGen/LiveRangeEdit.h | 80 ++++++++-------
include/llvm/CodeGen/LiveStackAnalysis.h | 23 +++--
include/llvm/CodeGen/MachineBasicBlock.h | 121 ++++++++++++-----------
include/llvm/CodeGen/MachineBlockFrequencyInfo.h | 17 ++--
include/llvm/CodeGen/MachineDominanceFrontier.h | 23 +++--
include/llvm/CodeGen/MachineDominators.h | 18 ++--
lib/CodeGen/LiveIntervalAnalysis.cpp | 49 +++++----
15 files changed, 358 insertions(+), 281 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 220a51b0690 PR c++/80544 strip cv-quals from cast results
new 1016d09b349 * cp-tree.h (cp_free_lang_data): Add extern. (ovl_skip_hi [...]
new 03f335a5fe5 * Make-lang.in (CXX_AND_OBJCXX_OBJS): Alphabetize.
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:
gcc/cp/ChangeLog | 14 ++++++++++++++
gcc/cp/Make-lang.in | 25 ++++++++++++++++---------
gcc/cp/cp-tree.h | 19 +++++++++++++------
gcc/cp/tree.c | 43 ++++++++++++++++++-------------------------
gcc/cp/typeck.c | 9 ---------
5 files changed, 61 insertions(+), 49 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.