This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 84cbf606897 [PowerPC] - Recommit r304907 now that the issue has been fixed
new 57a32cdffd7 [PowerPC] Pretty-print CR bits the way the binutils disasse [...]
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/InstPrinter/PPCInstPrinter.cpp | 37 ++++++++++++++++-------
test/CodeGen/PowerPC/build-vector-tests.ll | 20 +++++++-----
test/CodeGen/PowerPC/expand-contiguous-isel.ll | 2 +-
test/CodeGen/PowerPC/expand-isel.ll | 14 ++++-----
test/CodeGen/PowerPC/logic-ops-on-compares.ll | 12 ++++----
test/CodeGen/PowerPC/mtvsrdd.ll | 4 +--
test/CodeGen/PowerPC/ppc64-i128-abi.ll | 4 +--
7 files changed, 56 insertions(+), 37 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 openmp.
from a37b659 Whitespace.
new 57d1ed0 Cleanup: __kmp_env_* variables
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:
runtime/src/kmp.h | 8 +------
runtime/src/kmp_global.cpp | 5 -----
runtime/src/kmp_settings.cpp | 16 +++++++-------
runtime/src/kmp_tasking.cpp | 50 ++++++++++++++++++++++++--------------------
4 files changed, 35 insertions(+), 44 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 416f1839f Fix unused variable warning with MemoryMappedSegment private data
new 5764cd92b Only scan global sections containing data in LSan on darwin
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/lsan/lsan_common_mac.cc | 21 +++++++++++++++++++++
lib/sanitizer_common/sanitizer_common.cc | 5 +++--
lib/sanitizer_common/sanitizer_common.h | 12 +++++++++---
lib/sanitizer_common/sanitizer_procmaps_mac.cc | 9 +++++++--
4 files changed, 40 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 clang.
from 4d083037ef [analyzer] Add diagnostic text for generalized refcount anno [...]
new 6a4e0d5fc1 [coroutines] Add serialization/deserialization of coroutines
new 37cdc82da7 Introduce -nostdlib++ flag to disable linking the C++ standa [...]
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/clang/AST/StmtCXX.h | 5 ++
include/clang/Driver/Options.td | 1 +
include/clang/Driver/ToolChain.h | 4 ++
include/clang/Serialization/ASTBitCodes.h | 9 +++-
lib/AST/StmtCXX.cpp | 14 ++++++
lib/Driver/ToolChain.cpp | 8 ++++
lib/Driver/ToolChains/Ananas.cpp | 7 ++-
lib/Driver/ToolChains/BareMetal.cpp | 5 +-
lib/Driver/ToolChains/CloudABI.cpp | 4 +-
lib/Driver/ToolChains/CommonArgs.cpp | 10 ++--
lib/Driver/ToolChains/CrossWindows.cpp | 3 +-
lib/Driver/ToolChains/Darwin.cpp | 5 +-
lib/Driver/ToolChains/DragonFly.cpp | 3 +-
lib/Driver/ToolChains/FreeBSD.cpp | 3 +-
lib/Driver/ToolChains/Fuchsia.cpp | 16 ++++---
lib/Driver/ToolChains/Gnu.cpp | 16 ++++---
lib/Driver/ToolChains/Hexagon.cpp | 3 +-
lib/Driver/ToolChains/MinGW.cpp | 3 +-
lib/Driver/ToolChains/Minix.cpp | 3 +-
lib/Driver/ToolChains/NaCl.cpp | 16 ++++---
lib/Driver/ToolChains/NetBSD.cpp | 3 +-
lib/Driver/ToolChains/OpenBSD.cpp | 3 +-
lib/Driver/ToolChains/PS4CPU.cpp | 3 +-
lib/Driver/ToolChains/Solaris.cpp | 2 +-
lib/Driver/ToolChains/WebAssembly.cpp | 3 +-
lib/Serialization/ASTReaderStmt.cpp | 66 ++++++++++++++++++++------
lib/Serialization/ASTWriterStmt.cpp | 49 ++++++++++++++------
test/Driver/nostdlibxx.cpp | 8 ++++
test/PCH/coroutines.cpp | 77 +++++++++++++++++++++++++++++++
29 files changed, 271 insertions(+), 81 deletions(-)
create mode 100644 test/Driver/nostdlibxx.cpp
create mode 100644 test/PCH/coroutines.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 lld.
from 8abfccdd7 [ELF] - Fix init_fini_priority.s test.
new 8531b978f lld: only write .manifest files if /manifest is passed, PR33925
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:
COFF/Config.h | 2 +-
COFF/Driver.cpp | 26 +++++++++++++++++++-------
test/COFF/manifest.test | 9 +++++++--
test/COFF/manifestinput.test | 2 +-
4 files changed, 28 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 llvm.
from 902fe6e6a0c [X86][CGP] Reduce memcmp() expansion to 2 load pairs (PR33914)
new 75c17877dc9 [docs] Fix a typo: iteratation -> iteration
new 84cbf606897 [PowerPC] - Recommit r304907 now that the issue has been fixed
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:
docs/ProgrammersManual.rst | 2 +-
lib/Target/PowerPC/PPCISelDAGToDAG.cpp | 26 +++++++
test/CodeGen/PowerPC/logic-ops-on-compares.ll | 73 +++++++++++++++++--
...testComparesieqsll.ll => testComparesinesll.ll} | 83 ++++++++++------------
...testComparesieqsll.ll => testComparesineull.ll} | 83 ++++++++++------------
...stCompareslleqsll.ll => testComparesllnesll.ll} | 82 ++++++++++-----------
...stCompareslleqsll.ll => testComparesllneull.ll} | 82 ++++++++++-----------
7 files changed, 242 insertions(+), 189 deletions(-)
copy test/CodeGen/PowerPC/{testComparesieqsll.ll => testComparesinesll.ll} (57%)
copy test/CodeGen/PowerPC/{testComparesieqsll.ll => testComparesineull.ll} (57%)
copy test/CodeGen/PowerPC/{testCompareslleqsll.ll => testComparesllnesll.ll} (59%)
copy test/CodeGen/PowerPC/{testCompareslleqsll.ll => testComparesllneull.ll} (59%)
--
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 c3aec137ea5 2017-07-25 Andrew Pinski <apinski(a)cavium.com>
new bf4f61c0a3d Remove deprecated iostream members for C++17
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:
libstdc++-v3/ChangeLog | 9 +++++++++
libstdc++-v3/include/bits/ios_base.h | 4 +++-
libstdc++-v3/include/std/streambuf | 7 +++++--
libstdc++-v3/testsuite/27_io/types/1.cc | 8 ++------
.../{18_support/byte/global_neg.cc => 27_io/types/4.cc} | 11 ++++++++---
5 files changed, 27 insertions(+), 12 deletions(-)
copy libstdc++-v3/testsuite/{18_support/byte/global_neg.cc => 27_io/types/4.cc} (77%)
--
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 37590ade7 Extend 'target symbols add' to load symbols from a given module
new e0de83b26 [TypeSystem] Guard the global `ASTSourceMap` with a mutex
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:
source/Symbol/ClangExternalASTSourceCommon.cpp | 16 ++++++++++++----
1 file 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 ad87a2bf2 Revert "[compiler-rt] Include thread ID into sanitizers logs"
new 416f1839f Fix unused variable warning with MemoryMappedSegment private data
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/sanitizer_common/sanitizer_procmaps_common.cc | 2 ++
1 file changed, 2 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.