This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 6affa236cfc [globalisel][tablegen] Import stores and allow GISel to aut [...]
new 2c4e91e1aae Fix FormatVariadicTest with GCC
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:
unittests/Support/FormatVariadicTest.cpp | 4 +++-
1 file changed, 3 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 llvm.
from f9ce75bf183 [wasm] readSection: Avoid reading past eof (fixes oss-fuzz #3219)
new 10e6ee563a6 Patch in
new 879f02b69ce Accidently merged an incomplete upstream patch in 10e6ee563 [...]
new 6affa236cfc [globalisel][tablegen] Import stores and allow GISel to aut [...]
The 3 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:
.../llvm/CodeGen/GlobalISel/InstructionSelector.h | 7 ++
.../CodeGen/GlobalISel/InstructionSelectorImpl.h | 17 +++++
include/llvm/Target/Target.td | 6 ++
lib/Target/AArch64/AArch64InstrFormats.td | 17 +++++
lib/Target/AArch64/AArch64InstrInfo.td | 16 ++---
lib/Target/AArch64/AArch64RegisterInfo.td | 9 +++
test/CodeGen/AArch64/GlobalISel/select-store.mir | 28 ++++++++
utils/TableGen/GlobalISelEmitter.cpp | 80 +++++++++++++++++++++-
8 files changed, 171 insertions(+), 9 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 3e1218f32a4 [X86][SSE] Regenerate PACKSS tests on 32 + 64-bit targets
new f9ce75bf183 [wasm] readSection: Avoid reading past eof (fixes oss-fuzz #3219)
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/Object/WasmObjectFile.cpp | 8 +++++---
test/tools/llvm-objdump/Inputs/corrupt-section.wasm | Bin 0 -> 22 bytes
test/tools/llvm-objdump/wasm-corrupt-section.test | 2 ++
3 files changed, 7 insertions(+), 3 deletions(-)
create mode 100644 test/tools/llvm-objdump/Inputs/corrupt-section.wasm
create mode 100644 test/tools/llvm-objdump/wasm-corrupt-section.test
--
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 03c18606d76 Forgot to add the new file :-P 2017-10-13 Sebastian Perta [...]
new 020b1a05158 * config/rl78/rl78.md: New define_expand "subdi3". * config [...]
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 | 4 ++++
gcc/config/rl78/rl78.md | 10 ++++++++++
libgcc/ChangeLog | 5 +++++
libgcc/config/rl78/{adddi3.S => subdi3.S} | 22 +++++++++++-----------
libgcc/config/rl78/t-rl78 | 3 ++-
5 files changed, 32 insertions(+), 12 deletions(-)
copy libgcc/config/rl78/{adddi3.S => subdi3.S} (81%)
--
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 67f07003fe1 Updated 'Getting Started' to use valid git links (added tra [...]
new 3e1218f32a4 [X86][SSE] Regenerate PACKSS tests on 32 + 64-bit targets
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/CodeGen/X86/packss.ll | 141 +++++++++++++++++++++------------------------
1 file changed, 67 insertions(+), 74 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 bc19e289f lldb-server tests: Propagate environment variables (pr34192)
new 4e102d11d [lldbtest] Simplify removing an unneeded else. NFCI.
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/lldbtest.py | 3 +--
1 file changed, 1 insertion(+), 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 compiler-rt.
from 328d6584a Revert "[Compiler-rt][MIPS] Fix cross build for XRAY."
new d93cb79ee [Sanitizers] Add total primary allocator RSS to allocator report.
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:
.../sanitizer_allocator_primary64.h | 22 ++++++++++++++--------
1 file changed, 14 insertions(+), 8 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 8b07e281bf [ASTMatchers] Expose forEachOverriden in dynamic AST matchers.
new 5d08928420 CodeGen: Fix invalid bitcast in partial initialization of au [...]
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/CodeGen/CGDecl.cpp | 2 +-
test/CodeGenOpenCL/amdgcn-automatic-variable.cl | 8 ++++++++
2 files changed, 9 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 gcc-6-branch
in repository gcc.
from 3920d5ecf5f Daily bump.
new 9dcbd0a507f Fix path::iterator post-increment and post-decrement
new cde947a2d0b PR libstdc++/81395 fix crash when write follows large read
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:
libstdc++-v3/ChangeLog | 18 ++++++++++
libstdc++-v3/include/bits/fstream.tcc | 2 +-
libstdc++-v3/include/experimental/bits/fs_path.h | 4 +--
.../basic_filebuf/sgetn/char/81395.cc} | 39 +++++++++++++---------
.../experimental/filesystem/path/itr/traversal.cc | 18 ++++++++++
5 files changed, 62 insertions(+), 19 deletions(-)
copy libstdc++-v3/testsuite/{ext/stdio_filebuf/char/79820.cc => 27_io/basic_filebu [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.