This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 7bccaa88a [WebAssembly] Error on mismatched function signature in final output
new e31bec478 [WebAssembly] Only mark non-hidden symbols as live if they ar [...]
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/wasm/gc-imports.ll | 56 +++++++++++++++++--------------------------------
wasm/MarkLive.cpp | 5 +++--
wasm/Symbols.h | 2 +-
3 files changed, 23 insertions(+), 40 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 016054315fd [RISCV] Tail calls don't need to save return address
new 34d9682fc55 [llvm-exegesis][NFC] Simplify BenchmarkRunner.
new a3ff01d1016 [NFC][ARM] ldrd/strd negative tests
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:
test/CodeGen/ARM/ldrd.ll | 52 +++++++++++++++++++++++++++++
tools/llvm-exegesis/lib/BenchmarkRunner.cpp | 33 +++++++-----------
2 files changed, 64 insertions(+), 21 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 660c8bd9ccd [x86] Lower some trunc + shuffle patterns to vpmov[q|d][b|w]
new 016054315fd [RISCV] Tail calls don't need to save return address
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/RISCV/MCTargetDesc/RISCVMCCodeEmitter.cpp | 8 ++++++--
test/MC/RISCV/tail-call.s | 10 +++++-----
2 files changed, 11 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 gcc-8-branch
in repository gcc.
from 2e2052934b0 RISC-V: Add custom RTEMS multilibs
new 36449c98fed PR c++/86182 - ICE with anonymous union passed to template.
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/pt.c | 2 +-
gcc/testsuite/g++.dg/template/anonunion3.C | 16 ++++++++++++++++
3 files changed, 23 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/template/anonunion3.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 11ef9aa12e6 [llvm-exegesis][NFC] Simplify LLVMState.
new 660c8bd9ccd [x86] Lower some trunc + shuffle patterns to vpmov[q|d][b|w]
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 | 125 +++++++++++++++++++++++++++++--
test/CodeGen/X86/shuffle-vs-trunc-256.ll | 81 +++++++-------------
test/CodeGen/X86/shuffle-vs-trunc-512.ll | 3 +-
3 files changed, 146 insertions(+), 63 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 21650449492 [CodeGen] Avoid handling DBG_VALUE in LiveRegUnits::stepBackward
new 11ef9aa12e6 [llvm-exegesis][NFC] Simplify LLVMState.
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:
tools/llvm-exegesis/lib/BenchmarkRunner.cpp | 5 +++--
tools/llvm-exegesis/lib/LlvmState.cpp | 34 +++++++++++++++++------------
tools/llvm-exegesis/lib/LlvmState.h | 34 ++++++++++++++---------------
3 files changed, 39 insertions(+), 34 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 968729df5 Disable gmodules tests on linux
new 67dea37db ScriptInterpreterPython cleanup
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/API/CMakeLists.txt | 5 ---
source/Plugins/ScriptInterpreter/CMakeLists.txt | 4 +-
.../ScriptInterpreter/Python/CMakeLists.txt | 2 +-
.../ScriptInterpreter/Python/PythonDataObjects.cpp | 11 +----
.../ScriptInterpreter/Python/PythonDataObjects.h | 4 --
.../Python/PythonExceptionState.cpp | 4 --
.../Python/PythonExceptionState.h | 4 --
.../Python/ScriptInterpreterPython.cpp | 48 +++++++---------------
.../Python/ScriptInterpreterPython.h | 8 ----
.../Plugins/ScriptInterpreter/Python/lldb-python.h | 7 +---
10 files changed, 21 insertions(+), 76 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 66532ac22af 2018-06-21 Richard Biener <rguenther(a)suse.de>
new 2c085ec2501 IPA summaries use ::get in ipa-pure-const.c.
new 63e6ad798ec PR libstdc++/70940 make pmr::resource_adaptor return aligne [...]
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 | 7 +
gcc/ipa-pure-const.c | 13 +-
libstdc++-v3/ChangeLog | 19 +++
libstdc++-v3/include/experimental/memory_resource | 154 ++++++++++++++++-----
.../memory_resource/resource_adaptor.cc | 52 ++++++-
5 files changed, 200 insertions(+), 45 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 9aad86180 Improve SBThread's stepping API using SBError parameter.
new 968729df5 Disable gmodules tests on linux
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:
packages/Python/lldbsuite/test/test_categories.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.