This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-6-branch
in repository gcc.
from be66872 PR target/78862 * config/tilegx/tilegx.md (tilegx_expand_prol [...]
new 2b74195 2017-02-03 Bill Schmidt <wschmidt(a)linux.vnet.ibm.com>
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/testsuite/ChangeLog | 10 ++++++++++
gcc/testsuite/g++.dg/vect/pr36648.cc | 9 +++++++--
2 files changed, 17 insertions(+), 2 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 gcc-5-branch
in repository gcc.
from ba1ffe1 PR lto/79061 * asan.c (asan_add_global): Force has_dynamic_ [...]
new 46b2c2e 2017-02-03 Bill Schmidt <wschmidt(a)linux.vnet.ibm.com>
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/testsuite/ChangeLog | 10 ++++++++++
gcc/testsuite/g++.dg/vect/pr36648.cc | 9 +++++++--
2 files changed, 17 insertions(+), 2 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 lldb.
from 6873dad Push down more common code into PlatformPOSIX
new 97107b8 Use LLDB_LOG in NativeRegisterContextLinux*** files
new 2a9b946 Fix incorrect logging in ThreadPlan::ShouldReportStop
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:
.../Process/Linux/NativeRegisterContextLinux.cpp | 10 +--
.../Linux/NativeRegisterContextLinux_arm.cpp | 87 ++++++-------------
.../Linux/NativeRegisterContextLinux_arm64.cpp | 99 +++++++---------------
.../Linux/NativeRegisterContextLinux_mips64.cpp | 65 +++++---------
source/Target/ThreadPlan.cpp | 7 +-
5 files changed, 81 insertions(+), 187 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 a8bebde clang-format: [JS] Fix bugs in parsing and aligning template [...]
new b0192ce [Lit Test] Make tests C++11 compatible - OpenMP constant expressions
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/OpenMP/distribute_collapse_messages.cpp | 26 ++++++++++++++++++++--
test/OpenMP/ordered_messages.cpp | 11 +++++++++
.../target_parallel_for_collapse_messages.cpp | 26 ++++++++++++++++++++--
.../target_parallel_for_ordered_messages.cpp | 26 ++++++++++++++++++++--
4 files changed, 83 insertions(+), 6 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 6a1eedf PR target/78862 * config/tilegx/tilegx.md (tilegx_expand_prol [...]
new ecf5c11 * config/i386/i386.c (dimode_scalar_chain::convert_reg): Us [...]
new 3bb22d5 PR libstdc++/60936 reduce coupling between objects in libstdc++.a
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/ChangeLog | 5 ++
gcc/config/i386/i386.c | 21 ++++-
libstdc++-v3/ChangeLog | 32 ++++++++
libstdc++-v3/src/c++11/Makefile.am | 9 ++-
libstdc++-v3/src/c++11/Makefile.in | 20 +++--
libstdc++-v3/src/c++11/cow-string-inst.cc | 25 ------
.../{cow-wstring-inst.cc => cow-string-io-inst.cc} | 33 ++++----
libstdc++-v3/src/c++11/cow-wstring-inst.cc | 24 ------
...{cow-wstring-inst.cc => cow-wstring-io-inst.cc} | 9 +--
libstdc++-v3/src/c++11/functexcept.cc | 31 --------
libstdc++-v3/src/c++11/functional.cc | 5 ++
libstdc++-v3/src/c++11/future.cc | 5 ++
libstdc++-v3/src/c++11/ios.cc | 16 ++++
libstdc++-v3/src/c++11/regex.cc | 6 ++
libstdc++-v3/src/c++11/snprintf_lite.cc | 20 +++--
.../src/c++11/{system_error.cc => sso_string.cc} | 91 ++--------------------
.../c++11/{fstream-inst.cc => string-io-inst.cc} | 30 +++----
libstdc++-v3/src/c++11/system_error.cc | 74 ++----------------
.../{cow-wstring-inst.cc => wstring-io-inst.cc} | 25 ++----
libstdc++-v3/src/c++98/misc-inst.cc | 28 -------
20 files changed, 174 insertions(+), 335 deletions(-)
copy libstdc++-v3/src/c++11/{cow-wstring-inst.cc => cow-string-io-inst.cc} (70%)
copy libstdc++-v3/src/c++11/{cow-wstring-inst.cc => cow-wstring-io-inst.cc} (91%)
copy libstdc++-v3/src/c++11/{system_error.cc => sso_string.cc} (57%)
copy libstdc++-v3/src/c++11/{fstream-inst.cc => string-io-inst.cc} (72%)
copy libstdc++-v3/src/c++11/{cow-wstring-inst.cc => wstring-io-inst.cc} (78%)
--
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 4a90cbc PR target/79354 * config/rs6000/rs6000.md (movsi_from_sf): [...]
new e4a330c 2017-02-03 Doug Gilmore <Doug.Gilmore(a)imgtec.com>
new 6a1eedf PR target/78862 * config/tilegx/tilegx.md (tilegx_expand_prol [...]
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:
MAINTAINERS | 1 +
gcc/ChangeLog | 7 +++++++
gcc/config/tilegx/tilegx.c | 7 +++++--
gcc/config/tilepro/tilepro.c | 7 +++++--
4 files changed, 18 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 gcc-6-branch
in repository gcc.
from a4a93a1 PR lto/79061 * asan.c (asan_add_global): Force has_dynamic_ [...]
new be66872 PR target/78862 * config/tilegx/tilegx.md (tilegx_expand_prol [...]
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 | 10 ++++++++++
gcc/config/tilegx/tilegx.c | 7 +++++--
gcc/config/tilepro/tilepro.c | 7 +++++--
3 files changed, 20 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 llvm.
from da9f518 [X86][SSE] Add support for combining scalar_to_vector(extract [...]
new b6a21d0 Fix a bug in llvm-obdump(1) with the -objc-meta-data flag wit [...]
new 30af593 GlobalISel: translate dynamic alloca instructions.
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/llvm/CodeGen/GlobalISel/IRTranslator.h | 10 +--
include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h | 23 ++++++
lib/CodeGen/GlobalISel/IRTranslator.cpp | 83 +++++++++++++++++++--
lib/CodeGen/GlobalISel/MachineIRBuilder.cpp | 24 ++++++
test/CodeGen/AArch64/GlobalISel/dynamic-alloca.ll | 57 ++++++++++++++
.../X86/Inputs/macho-invalid-bind-entry | Bin 0 -> 3448 bytes
test/tools/llvm-objdump/X86/malformed-machos.test | 3 +
tools/llvm-objdump/MachODump.cpp | 2 +-
8 files changed, 185 insertions(+), 17 deletions(-)
create mode 100644 test/CodeGen/AArch64/GlobalISel/dynamic-alloca.ll
create mode 100644 test/tools/llvm-objdump/X86/Inputs/macho-invalid-bind-entry
--
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 ae1a546 [X86][SSE] Renamed all_of/any_of reduction patterns tests
new da9f518 [X86][SSE] Add support for combining scalar_to_vector(extract [...]
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/X86ISelLowering.cpp | 14 ++++++++++++++
test/CodeGen/X86/combine-fcopysign.ll | 2 +-
test/CodeGen/X86/pr29112.ll | 4 ++--
test/CodeGen/X86/vector-shuffle-combining-xop.ll | 11 +++--------
4 files changed, 20 insertions(+), 11 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 lldb.
from d24872a Fix mac build breakage due to StringStream move
new 6873dad Push down more common code into PlatformPOSIX
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/Platform/FreeBSD/PlatformFreeBSD.cpp | 42 ----------------
source/Plugins/Platform/FreeBSD/PlatformFreeBSD.h | 9 ----
.../Plugins/Platform/Kalimba/PlatformKalimba.cpp | 18 -------
source/Plugins/Platform/Kalimba/PlatformKalimba.h | 5 --
source/Plugins/Platform/Linux/PlatformLinux.cpp | 56 ----------------------
source/Plugins/Platform/Linux/PlatformLinux.h | 10 ----
source/Plugins/Platform/MacOSX/PlatformDarwin.cpp | 28 -----------
source/Plugins/Platform/MacOSX/PlatformDarwin.h | 7 ---
source/Plugins/Platform/NetBSD/PlatformNetBSD.cpp | 42 ----------------
source/Plugins/Platform/NetBSD/PlatformNetBSD.h | 9 ----
source/Plugins/Platform/POSIX/PlatformPOSIX.cpp | 41 ++++++++++++++++
source/Plugins/Platform/POSIX/PlatformPOSIX.h | 10 ++++
12 files changed, 51 insertions(+), 226 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.