This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 4f8862743a4 [WebAssembly] Update SIMD binary arithmetic
new dcf686e1e73 AMDGPU: Remove broken i16 ternary patterns
new 5718b6f1bcb Refactor FileCheck to make it usable as an API
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/llvm/Support/FileCheck.h | 201 ++++
lib/Support/CMakeLists.txt | 1 +
{utils/FileCheck => lib/Support}/FileCheck.cpp | 490 ++------
lib/Target/AMDGPU/VOP3Instructions.td | 11 -
test/CodeGen/AMDGPU/mad_uint24.ll | 93 +-
utils/FileCheck/FileCheck.cpp | 1471 +-----------------------
6 files changed, 426 insertions(+), 1841 deletions(-)
create mode 100644 include/llvm/Support/FileCheck.h
copy {utils/FileCheck => lib/Support}/FileCheck.cpp (73%)
--
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 191fcc8ada Fix one hard coded value I missed in r339185.
new c91f63e357 [NFC] CGDecl factor out constant emission
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 | 103 +++++++++++++++++++++++++++----------------------
1 file changed, 56 insertions(+), 47 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 1e57d1c2e If a function starts with line number 0, don't try to check i [...]
new 8b805a67e Add documentation for SBTarget::AppendImageSearchPath
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/API/SBTarget.h | 1 +
scripts/interface/SBTarget.i | 3 +++
2 files changed, 4 insertions(+)
--
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 96d68bd48c Support parallel make check with GNU make 4.2+
new 528e15722b Replace some uses of xstrprintf with string_printf
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:
gdb/ChangeLog | 21 +++++++++++++++++++++
gdb/ada-lang.c | 6 ++----
gdb/auxv.c | 4 +---
gdb/breakpoint.c | 22 +++++++---------------
gdb/coff-pe-read.c | 32 ++++++++++++++++----------------
gdb/common/filestuff.h | 19 +++++++++++++++++++
gdb/dwarf2read.c | 26 ++++++++++++--------------
gdb/infcall.c | 10 ++++------
gdb/nat/linux-osdata.c | 32 +++++++++++++-------------------
gdb/valprint.c | 5 ++---
gdb/xtensa-tdep.c | 5 ++---
11 files changed, 99 insertions(+), 83 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 be6180ff6f6 i386: Set cfun->machine->max_used_stack_alignment if needed
new 13110fb9335 PR libstdc++/86861 Meet precondition for Solaris memalign
new a1f32285188 PR libstdc++/86874 fix std::variant::swap regression
new d4965355083 PR libstdc++/60555 std::system_category() should recognise [...]
new fda58c897a8 PR libstdc++/84535 constrain std::thread constructor
new 0f5001df486 Improve libstdc++ docs w.r.t newer C++ standards
The 5 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 | 67 ++++
libstdc++-v3/doc/html/manual/bugs.html | 4 +
libstdc++-v3/doc/html/manual/index.html | 2 +-
libstdc++-v3/doc/html/manual/test.html | 11 +-
libstdc++-v3/doc/html/manual/using_headers.html | 83 ++++-
libstdc++-v3/doc/xml/manual/test.xml | 11 +-
libstdc++-v3/doc/xml/manual/using.xml | 343 ++++++++++++++++-----
libstdc++-v3/include/std/thread | 26 +-
libstdc++-v3/include/std/variant | 59 ++--
libstdc++-v3/libsupc++/new_opa.cc | 28 +-
libstdc++-v3/src/c++11/system_error.cc | 256 +++++++++++++++
.../error_category/generic_category.cc | 69 +++++
.../error_category/system_category.cc | 114 +++++++
.../node_swap.cc => 20_util/variant/86874.cc} | 31 +-
.../thread/cons/{lwg2097.cc => 84535.cc} | 12 +-
15 files changed, 950 insertions(+), 166 deletions(-)
create mode 100644 libstdc++-v3/testsuite/19_diagnostics/error_category/generic_ca [...]
create mode 100644 libstdc++-v3/testsuite/19_diagnostics/error_category/system_cat [...]
copy libstdc++-v3/testsuite/{23_containers/set/modifiers/node_swap.cc => 20_util/v [...]
copy libstdc++-v3/testsuite/30_threads/thread/cons/{lwg2097.cc => 84535.cc} (71%)
--
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 493ce82233 Make test more robust by not checking hard coded debug info [...]
new 873b2e201a Clean up and simplify RequireCompleteType.
new 191fcc8ada Fix one hard coded value I missed in r339185.
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:
lib/Sema/SemaCXXScopeSpec.cpp | 24 +++----
lib/Sema/SemaType.cpp | 74 +++++++++-------------
test/CXX/stmt.stmt/stmt.iter/stmt.ranged/p1.cpp | 2 +-
.../enqueue-kernel-non-entry-block.cl | 2 +-
test/SemaObjC/arc.m | 2 +-
5 files changed, 45 insertions(+), 59 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 a4c655fb498 PR libstdc++/86874 fix std::variant::swap regression
new 30814d3710a [PATCH] Line map table allocation
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:
libcpp/ChangeLog | 5 +++
libcpp/line-map.c | 100 ++++++++++++++++++++++--------------------------------
2 files changed, 45 insertions(+), 60 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 638925075c5 [lit, python3] Update lit error logging to work correctly i [...]
new ab3088f7413 [lit] Disable shtest-timeout on Windows
new 4f8862743a4 [WebAssembly] Update SIMD binary arithmetic
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:
.../InstPrinter/WebAssemblyInstPrinter.cpp | 2 +
lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp | 8 +-
lib/Target/WebAssembly/WebAssemblyCFGStackify.cpp | 2 +
.../WebAssembly/WebAssemblyCallIndirectFixup.cpp | 3 +-
lib/Target/WebAssembly/WebAssemblyFastISel.cpp | 26 ++++++
lib/Target/WebAssembly/WebAssemblyISelLowering.cpp | 2 +
lib/Target/WebAssembly/WebAssemblyInstrCall.td | 10 +++
lib/Target/WebAssembly/WebAssemblyInstrControl.td | 2 +
lib/Target/WebAssembly/WebAssemblyInstrFormats.td | 30 +++++--
lib/Target/WebAssembly/WebAssemblyInstrInfo.td | 2 +
lib/Target/WebAssembly/WebAssemblyInstrSIMD.td | 21 +++--
lib/Target/WebAssembly/WebAssemblyPeephole.cpp | 10 +++
lib/Target/WebAssembly/WebAssemblyRegisterInfo.td | 4 +-
lib/Target/WebAssembly/WebAssemblyUtilities.cpp | 6 ++
test/CodeGen/WebAssembly/simd-arith.ll | 97 +++++++++++++++++++++-
utils/lit/tests/shtest-timeout.py | 3 +
16 files changed, 206 insertions(+), 22 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 a768772bd3 [analyzer] [tests] Do not be verbose by default when updatin [...]
new 493ce82233 Make test more robust by not checking hard coded debug info [...]
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/CodeGenOpenCL/enqueue-kernel-non-entry-block.cl | 8 +++++---
1 file changed, 5 insertions(+), 3 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 069ac442a1 [Headers] Expand _Unwind_Exception for SEH on MinGW/x86_64
new a768772bd3 [analyzer] [tests] Do not be verbose by default when updatin [...]
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:
utils/analyzer/SATestUpdateDiffs.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.