This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from bb8c53976bc [WebAssembly] Support for atomic stores
new 807ab9588cf [ThinLTO] Fix printing of module paths for distributed back [...]
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/IR/AsmWriter.cpp | 58 +++++++++++++++++++++++++++++-------------
test/tools/gold/X86/thinlto.ll | 10 ++++++++
2 files changed, 51 insertions(+), 17 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 e6975aec62b /cp 2018-07-02 Paolo Carlini <paolo.carlini(a)oracle.com>
new ba2dee86000 P0758R1 Implicit conversion traits
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 | 15 ++
libstdc++-v3/include/std/type_traits | 38 ++++-
.../requirements/explicit_instantiation.cc | 8 +-
.../requirements/typedefs.cc | 10 +-
.../20_util/is_nothrow_convertible/value.cc | 177 +++++++++++++++++++++
.../make_signed/requirements/typedefs_neg.cc | 2 +-
.../make_unsigned/requirements/typedefs_neg.cc | 2 +-
7 files changed, 238 insertions(+), 14 deletions(-)
copy libstdc++-v3/testsuite/20_util/{remove_cvref => is_nothrow_convertible}/requi [...]
copy libstdc++-v3/testsuite/20_util/{alignment_of => is_nothrow_convertible}/requi [...]
create mode 100644 libstdc++-v3/testsuite/20_util/is_nothrow_convertible/value.cc
--
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 56cfe695b Refactoring for for the internal command line completion API (NFC)
new 05955b5ce [lldbsuite, windows] Don't crash LLDB when we try to retrieve [...]
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:
.../register/intel_avx/TestYMMRegister.py | 1 +
.../register/register_command/TestRegisters.py | 4 ++--
.../test/lang/cpp/trivial_abi/TestTrivialABI.py | 19 +++++++++----------
.../Windows/Common/x64/RegisterContextWindows_x64.cpp | 3 +++
.../Windows/Common/x86/RegisterContextWindows_x86.cpp | 3 +++
5 files changed, 18 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 gcc.
from 7f932aca11d P0887R1 The identity metafunction
new e6975aec62b /cp 2018-07-02 Paolo Carlini <paolo.carlini(a)oracle.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/cp/ChangeLog | 5 +++++
gcc/cp/parser.c | 9 ++++++---
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/g++.dg/diagnostic/thread-thread_local.C | 13 +++++++++++++
4 files changed, 28 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/diagnostic/thread-thread_local.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 lldb.
from fe2ebf85f [lldb-mi] Clean up and update a few MI commands.
new 56cfe695b Refactoring for for the internal command line completion API (NFC)
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/CommandAlias.h | 16 +-
include/lldb/Interpreter/CommandInterpreter.h | 11 +-
include/lldb/Interpreter/CommandObject.h | 87 ++------
include/lldb/Interpreter/CommandObjectMultiword.h | 21 +-
.../lldb/Interpreter/CommandObjectRegexCommand.h | 5 +-
include/lldb/Utility/CompletionRequest.h | 94 ++++++++
source/Commands/CommandObjectCommands.cpp | 45 ++--
source/Commands/CommandObjectFrame.cpp | 22 +-
source/Commands/CommandObjectHelp.cpp | 28 +--
source/Commands/CommandObjectHelp.h | 5 +-
source/Commands/CommandObjectMultiword.cpp | 59 ++---
source/Commands/CommandObjectPlatform.cpp | 19 +-
source/Commands/CommandObjectPlugin.cpp | 22 +-
source/Commands/CommandObjectProcess.cpp | 25 +--
source/Commands/CommandObjectSettings.cpp | 239 +++++++++++----------
source/Commands/CommandObjectTarget.cpp | 117 +++++-----
source/Interpreter/CommandAlias.cpp | 17 +-
source/Interpreter/CommandInterpreter.cpp | 67 +++---
source/Interpreter/CommandObject.cpp | 26 ++-
source/Interpreter/CommandObjectRegexCommand.cpp | 24 +--
source/Utility/CMakeLists.txt | 1 +
source/Utility/CompletionRequest.cpp | 26 +++
unittests/Utility/CMakeLists.txt | 1 +
unittests/Utility/CompletionRequestTest.cpp | 38 ++++
24 files changed, 536 insertions(+), 479 deletions(-)
create mode 100644 include/lldb/Utility/CompletionRequest.h
create mode 100644 source/Utility/CompletionRequest.cpp
create mode 100644 unittests/Utility/CompletionRequestTest.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 gcc-8-branch
in repository gcc.
from 80ddc7311c3 2018-07-02 Paul Thomas <pault(a)gcc.gnu.org>
new a98e0d991b5 rs6000: Set up ieee128_float_type_node correctly (PR86285)
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/rs6000/rs6000.c | 13 ++++++++-----
2 files changed, 18 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 llvm.
from 2546414701c [ARM] Fix PR37382: Don't optimize mul.with.overflow on thumbv6m.
new bb8c53976bc [WebAssembly] Support for atomic stores
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:
.../MCTargetDesc/WebAssemblyMCTargetDesc.h | 7 +
lib/Target/WebAssembly/WebAssemblyInstrAtomics.td | 140 ++++++++-
.../WebAssembly/WebAssemblySetP2AlignOperands.cpp | 7 +
.../WebAssembly/i32-load-store-alignment.ll | 20 ++
.../WebAssembly/i64-load-store-alignment.ll | 25 +-
test/CodeGen/WebAssembly/offset-atomics.ll | 318 +++++++++++++++++++++
.../{store-trunc.ll => store-trunc-atomic.ll} | 22 +-
7 files changed, 526 insertions(+), 13 deletions(-)
copy test/CodeGen/WebAssembly/{store-trunc.ll => store-trunc-atomic.ll} (56%)
--
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 7b4c9af9cc3 Optimize std::sub_match comparisons using string_view-like type
new 7f932aca11d P0887R1 The identity metafunction
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 | 8 ++
libstdc++-v3/include/std/type_traits | 7 ++
.../requirements/alias_decl.cc} | 30 ++++---
.../requirements/explicit_instantiation.cc | 8 +-
.../20_util/type_identity/requirements/typedefs.cc | 94 ++++++++++++++++++++++
5 files changed, 131 insertions(+), 16 deletions(-)
copy libstdc++-v3/testsuite/20_util/{remove_cvref/requirements/explicit_instantiat [...]
copy libstdc++-v3/testsuite/20_util/{remove_cvref => type_identity}/requirements/e [...]
create mode 100644 libstdc++-v3/testsuite/20_util/type_identity/requirements/typedefs.cc
--
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 8636bd77426 [llvm-mca] Clear the content of map VariantDescriptors in I [...]
new 2546414701c [ARM] Fix PR37382: Don't optimize mul.with.overflow on thumbv6m.
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/ARMISelLowering.cpp | 8 ++++++--
test/CodeGen/ARM/overflow-intrinsic-optimizations.ll | 5 +++++
2 files changed, 11 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 lld.
from a6eff40fc [ELF] Fix other tests after r336129
new 9b16c5436 [LTO] Errors in LLVM backend should manifest as lld errors
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:
Common/ErrorHandler.cpp | 13 ++++++++++++-
test/ELF/lto/Inputs/sample-profile.prof | 1 +
test/ELF/lto/sample-profile.ll | 4 ++--
test/wasm/lto/diagnostics.ll | 22 ++++++++++++++++++++++
4 files changed, 37 insertions(+), 3 deletions(-)
create mode 100644 test/ELF/lto/Inputs/sample-profile.prof
create mode 100644 test/wasm/lto/diagnostics.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.