This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from c6bf8fac1ee dsymutil: Avoid pruning non-type forward declarations insid [...]
new 40d40d8e3a1 [WebAssembly] SIMD loads and 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 | 25 +
lib/Target/WebAssembly/WebAssemblyInstrSIMD.td | 45 +-
test/CodeGen/WebAssembly/offset-simd.ll | 1312 ++++++++++++++++++++
3 files changed, 1381 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/WebAssembly/offset-simd.ll
--
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 5d5d75a0b Use a CompletionRequest in the expression command completion [NFC]
new 83341b1a8 Fixed comment for UserExpression::Complete [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/Expression/UserExpression.h | 4 ++--
1 file changed, 2 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 binutils-gdb.
from 43135d3b15 RISC-V: Allow instruction require more than one extension
new 40bac49b63 sparc: gas: leon.d: disassemble assuming v8 also in sparc64 [...]
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:
gas/ChangeLog | 5 +++++
gas/testsuite/gas/sparc/leon.d | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
--
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 2666d874668 2018-08-30 Sandra Loosemore <sandra(a)codesourcery.com>
new fd30578fdd2 PR testsuite/87158 - FAIL gcc.c-torture/execute/memchr-1.c [...]
new c6bfb63c970 2018-08-30 Sandra Loosemore <sandra(a)codesourcery.com>
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/testsuite/ChangeLog | 22 ++++++++++++++++++++++
gcc/testsuite/g++.dg/cpp0x/noexcept30.C | 1 +
gcc/testsuite/g++.dg/cpp1y/constexpr-82218.C | 1 +
gcc/testsuite/g++.dg/expr/pmf-3.C | 1 +
gcc/testsuite/g++.dg/ext/attr-returns-nonnull.C | 2 +-
gcc/testsuite/g++.dg/tree-ssa/lifetime-dse1.C | 2 +-
gcc/testsuite/g++.dg/tree-ssa/pr61034.C | 2 +-
gcc/testsuite/gcc.c-torture/execute/memchr-1.c | 6 +++---
gcc/testsuite/gcc.dg/addr_equal-1.c | 2 +-
gcc/testsuite/gcc.dg/ipa/pr85734.c | 2 +-
gcc/testsuite/gcc.dg/ipa/propmalloc-1.c | 2 +-
gcc/testsuite/gcc.dg/ipa/propmalloc-2.c | 2 +-
gcc/testsuite/gcc.dg/ipa/propmalloc-3.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/pr78154.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/pr83648.c | 2 +-
libstdc++-v3/ChangeLog | 5 +++++
.../experimental/propagate_const/observers/1.cc | 1 +
17 files changed, 44 insertions(+), 13 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 4ed0bf2194a Remove some debugging code that was accidentally left in.
new c6bf8fac1ee dsymutil: Avoid pruning non-type forward declarations insid [...]
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/tools/dsymutil/Inputs/modules-pruning/1.o | Bin 0 -> 2984 bytes
.../dsymutil/Inputs/modules-pruning/Outer.pcm | Bin 0 -> 20988 bytes
test/tools/dsymutil/X86/modules-pruning.cpp | 59 +++++++++++++++++
tools/dsymutil/DwarfLinker.cpp | 71 +++++++++++----------
4 files changed, 95 insertions(+), 35 deletions(-)
create mode 100644 test/tools/dsymutil/Inputs/modules-pruning/1.o
create mode 100644 test/tools/dsymutil/Inputs/modules-pruning/Outer.pcm
create mode 100644 test/tools/dsymutil/X86/modules-pruning.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 lldb.
from 75decc23e Move NoBuiltin=true closer to the other LangOpts code [NFC]
new 5d5d75a0b Use a CompletionRequest in the expression command completion [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/Expression/ExpressionParser.h | 7 ++++---
include/lldb/Expression/UserExpression.h | 2 +-
source/Commands/CommandObjectExpression.cpp | 4 +---
.../Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp | 12 ++++++------
.../Plugins/ExpressionParser/Clang/ClangExpressionParser.h | 2 +-
.../Plugins/ExpressionParser/Clang/ClangUserExpression.cpp | 5 +++--
source/Plugins/ExpressionParser/Clang/ClangUserExpression.h | 2 +-
7 files changed, 17 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 libunwind.
from bd4a414 NFC: Test commit access
new 1f89d78 Add support for SEH unwinding on Windows.
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/__libunwind_config.h | 11 +-
include/unwind.h | 20 +-
src/AddressSpace.hpp | 6 +-
src/CMakeLists.txt | 3 +-
src/Unwind-seh.cpp | 468 ++++++++++++++++++++++++++++++++++
src/UnwindCursor.hpp | 581 +++++++++++++++++++++++++++++++++++++++++++
src/UnwindLevel1-gcc-ext.c | 4 +
src/UnwindLevel1.c | 3 +
src/config.h | 6 +-
9 files changed, 1091 insertions(+), 11 deletions(-)
create mode 100644 src/Unwind-seh.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 llvm.
from cf77b92ddda Add a utility script to stress test the demangler.
new 4ed0bf2194a Remove some debugging code that was accidentally left in.
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/Demangle/MicrosoftDemangle.cpp | 11 -----------
1 file changed, 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 gcc.
from 602ae46c5b2 gcc:
new 2666d874668 2018-08-30 Sandra Loosemore <sandra(a)codesourcery.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/ChangeLog | 8 ++++
gcc/doc/tm.texi | 106 +++++++++++++++++++++++++++++++++++------------------
gcc/doc/tm.texi.in | 73 ++++++++++++++++++++++++++----------
gcc/target.def | 29 ++++++++-------
4 files changed, 148 insertions(+), 68 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 4d1c56ccd Adjusting some comments in ClangExpressionParser.cpp
new 75decc23e Move NoBuiltin=true closer to the other LangOpts code [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:
source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.