This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from 0a799bd Turn On -DLIBCXX_ENABLE_BENCHMARKS by default.
new 3ec6b84 Fix or suppress GCC warnings during build.
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:
CMakeLists.txt | 15 ++++++++++++---
include/__config | 6 ++++++
include/__tuple | 2 +-
include/cstdlib | 6 ++++++
include/typeinfo | 5 ++++-
src/strstream.cpp | 3 +++
6 files changed, 32 insertions(+), 5 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 2db6ea8 2016-08-29 Michael Meissner <meissner(a)linux.vnet.ibm.com>
new a02b4ea Allow the use of ad-hoc locations for fix-it hints
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/diagnostic-show-locus.c | 70 +++++++++++++++++++++++++++++++++++++++++++++
gcc/input.c | 22 --------------
gcc/input.h | 6 +++-
libcpp/ChangeLog | 9 ++++++
libcpp/include/line-map.h | 6 ++++
libcpp/line-map.c | 27 +++++++++++++++++
7 files changed, 127 insertions(+), 23 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 0a077e0 * Makefile.in (gcov-iov.h): Add dummy recipe.
new ef60796 PR target/77403 * config/i386/sse.md (vec_set_lo_<mode><mas [...]
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 | 7 +++++++
gcc/config/i386/sse.md | 8 ++++----
gcc/testsuite/ChangeLog | 9 +++++++--
gcc/testsuite/gcc.target/i386/pr77403.c | 15 +++++++++++++++
4 files changed, 33 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr77403.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 5413d61 Propagate TBAA info in SelectionDAG::getIndexedLoad
new 1254de0 [LV] Move insertelement sequence after scalar definitions
new 6aad1fb [CMake] Builtins build needs LLVM_*_OUTPUT_INTDIR variables
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:
lib/Transforms/Vectorize/LoopVectorize.cpp | 11 ++++++
runtimes/CMakeLists.txt | 2 ++
.../AArch64/first-order-recurrence.ll | 42 ++++++++++++++++++++++
test/Transforms/LoopVectorize/X86/scatter_crash.ll | 32 ++++++++---------
4 files changed, 71 insertions(+), 16 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 3b89f81 Copy StringExtractor to StdStringExtractor.
new e7d31b4 Convert GetNameColonValue to return StringRefs.
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/lldb/Interpreter/Args.h | 13 +-
include/lldb/Utility/StringExtractor.h | 10 +-
source/Interpreter/Args.cpp | 103 +++---
.../gdb-remote/GDBRemoteCommunicationClient.cpp | 383 ++++++++++-----------
.../GDBRemoteCommunicationServerCommon.cpp | 113 +++---
.../GDBRemoteCommunicationServerPlatform.cpp | 12 +-
.../Process/gdb-remote/ProcessGDBRemote.cpp | 300 +++++++---------
source/Utility/StringExtractor.cpp | 46 ++-
source/Utility/StringExtractorGDBRemote.h | 2 +
unittests/Utility/StringExtractorTest.cpp | 16 +-
10 files changed, 489 insertions(+), 509 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 3cefe0a Remove std::atomic from lldb::Address.
new 3b89f81 Copy StringExtractor to StdStringExtractor.
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:
.../{StringExtractor.h => StdStringExtractor.h} | 24 ++++----
source/Utility/CMakeLists.txt | 1 +
...{StringExtractor.cpp => StdStringExtractor.cpp} | 64 +++++++++++-----------
tools/debugserver/source/JSON.cpp | 2 +-
tools/debugserver/source/JSON.h | 6 +-
tools/debugserver/source/RNBRemote.cpp | 24 ++++----
6 files changed, 62 insertions(+), 59 deletions(-)
copy include/lldb/Utility/{StringExtractor.h => StdStringExtractor.h} (86%)
copy source/Utility/{StringExtractor.cpp => StdStringExtractor.cpp} (85%)
--
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 libcxx.
from f76a087 Update Google Benchmark library.
new 0a799bd Turn On -DLIBCXX_ENABLE_BENCHMARKS by default.
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:
CMakeLists.txt | 2 +-
benchmarks/CMakeLists.txt | 35 ++++++++++++++++-------------------
docs/BuildingLibcxx.rst | 2 +-
docs/TestingLibcxx.rst | 11 +++++------
4 files changed, 23 insertions(+), 27 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 8c596dc * configure.ac (nvptx-*): Hardwire newlib. * configure: Rebuilt.
new 2db6ea8 2016-08-29 Michael Meissner <meissner(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 | 12 ++
gcc/testsuite/gcc.target/powerpc/vec-init-4.c | 212 +++++++++++++++++++++
gcc/testsuite/gcc.target/powerpc/vec-init-5.c | 258 ++++++++++++++++++++++++++
gcc/testsuite/gcc.target/powerpc/vec-init-6.c | 16 ++
gcc/testsuite/gcc.target/powerpc/vec-init-7.c | 13 ++
gcc/testsuite/gcc.target/powerpc/vec-init-8.c | 194 +++++++++++++++++++
gcc/testsuite/gcc.target/powerpc/vec-init-9.c | 193 +++++++++++++++++++
7 files changed, 898 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/powerpc/vec-init-4.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/vec-init-5.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/vec-init-6.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/vec-init-7.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/vec-init-8.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/vec-init-9.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.