This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 40d79c6 Revert r296730, "cmake: Configure the ThinLTO cache directory [...]
new a59e6d2 [GlobalISel][X86] Support float/double and vector types.
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/X86GenRegisterBankInfo.def | 40 ++-
lib/Target/X86/X86InstructionSelector.cpp | 177 ++++++++-
lib/Target/X86/X86InstructionSelector.h | 11 +
lib/Target/X86/X86LegalizerInfo.cpp | 41 ++-
lib/Target/X86/X86LegalizerInfo.h | 2 +
lib/Target/X86/X86RegisterBankInfo.cpp | 64 +++-
lib/Target/X86/X86RegisterBanks.td | 3 +
test/CodeGen/X86/GlobalISel/X86-regbankselect.mir | 153 +++++++-
test/CodeGen/X86/GlobalISel/binop-isel.ll | 157 ++++++--
.../X86/GlobalISel/irtranslator-callingconv.ll | 90 ++---
test/CodeGen/X86/GlobalISel/legalize-add.mir | 8 +-
test/CodeGen/X86/GlobalISel/legalize-sub.mir | 8 +-
.../X86/GlobalISel/x86_64-instructionselect.mir | 394 +++++++++++++++++++--
13 files changed, 992 insertions(+), 156 deletions(-)
mode change 100755 => 100644 test/CodeGen/X86/GlobalISel/binop-isel.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 gcc.
from 387e18c Update overload resolution with deduction guides.
new af8ad81 2017-03-03 Richard Biener <rguenther(a)suse.de>
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 | 6 ++++++
gcc/match.pd | 3 ++-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/torture/pr79818.c | 19 +++++++++++++++++++
4 files changed, 32 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr79818.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 gcc.
from e04737a Allow deduction guides to look into primary template.
new 387e18c Update overload resolution with deduction guides.
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/call.c | 16 ++++++++++
gcc/cp/cp-tree.h | 2 ++
gcc/cp/pt.c | 44 +++++++++++++++++++-------
gcc/testsuite/g++.dg/cpp1z/class-deduction36.C | 15 +++++++++
gcc/testsuite/g++.dg/cpp1z/class-deduction38.C | 27 ++++++++++++++++
6 files changed, 98 insertions(+), 12 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1z/class-deduction36.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/class-deduction38.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 404db43 Python commands as first class citizens.
new 312d3eb Remove some dead code in FileSpec.
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/Core/Disassembler.h | 2 ++
include/lldb/Core/StringList.h | 2 --
include/lldb/Host/FileCache.h | 1 +
include/lldb/Host/FileSpec.h | 16 ----------------
source/Core/StringList.cpp | 4 ----
source/Host/common/FileSpec.cpp | 15 ---------------
.../DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.h | 3 +++
.../BSD-Archive/ObjectContainerBSDArchive.h | 2 ++
source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.h | 2 +-
source/Plugins/SymbolFile/DWARF/DWARFDebugPubnamesSet.h | 3 +++
.../Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.h | 1 +
source/Plugins/SymbolFile/Symtab/SymbolFileSymtab.h | 1 +
12 files changed, 14 insertions(+), 38 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 libcxx.
from 04732df Fix sign-compare warning in test; Oddly this only appears on OS X
new f4dfb45 Clean up more usages of _LIBCPP_HAS_NO_RVALUE_REFERENCES
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:
.../back.insert.iter.ops/back.insert.iter.op=/rv_value.pass.cpp | 8 ++------
.../front.insert.iter.op=/rv_value.pass.cpp | 9 ++-------
.../insert.iter.ops/insert.iter.op=/rv_value.pass.cpp | 7 ++-----
.../template.valarray/valarray.assign/move_assign.pass.cpp | 4 ++--
.../numarray/template.valarray/valarray.cons/move.pass.cpp | 4 ++--
.../numeric.ops/adjacent.difference/adjacent_difference.pass.cpp | 5 +++--
.../adjacent.difference/adjacent_difference_op.pass.cpp | 5 +++--
test/std/thread/futures/futures.promise/set_rvalue.pass.cpp | 9 ++-------
.../futures/futures.promise/set_rvalue_at_thread_exit.pass.cpp | 8 +-------
.../thread/futures/futures.unique_future/move_assign.pass.cpp | 4 +---
test/std/thread/futures/futures.unique_future/move_ctor.pass.cpp | 4 +---
.../thread.lock.unique.cons/move_assign.pass.cpp | 4 +---
.../thread.lock.unique.cons/move_ctor.pass.cpp | 4 +---
.../thread.thread.class/thread.thread.assign/move.pass.cpp | 4 +---
.../thread.thread.class/thread.thread.constr/move.pass.cpp | 4 +---
15 files changed, 25 insertions(+), 58 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 1dcd685 [msan] Handle x86_sse_stmxcsr and x86_sse_ldmxcsr.
new 40d79c6 Revert r296730, "cmake: Configure the ThinLTO cache directory [...]
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:
cmake/modules/HandleLLVMOptions.cmake | 19 +++++--------------
1 file changed, 5 insertions(+), 14 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 libcxx.
from 778ec30 Work around test failure on 32 bit OS X
new 04732df Fix sign-compare warning in test; Oddly this only appears on OS X
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:
.../forwardlist/forwardlist.cons/move_alloc.pass.cpp | 12 +++++-------
1 file changed, 5 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 master
in repository gcc.
from 66c2be6 Daily bump.
new e04737a Allow deduction guides to look into primary 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 | 17 ++++++
gcc/cp/cp-tree.h | 4 ++
gcc/cp/parser.c | 74 ++++++++++++++------------
gcc/cp/pt.c | 22 ++------
gcc/cp/search.c | 7 +++
gcc/testsuite/g++.dg/cpp1z/class-deduction37.C | 16 ++++++
6 files changed, 90 insertions(+), 50 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1z/class-deduction37.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 7b7499a LiveDebugValues: Assume calls never clobber SP.
new 1dcd685 [msan] Handle x86_sse_stmxcsr and x86_sse_ldmxcsr.
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/Transforms/Instrumentation/MemorySanitizer.cpp | 50 +++++++++++++++++++--
test/Instrumentation/MemorySanitizer/csr.ll | 52 ++++++++++++++++++++++
2 files changed, 98 insertions(+), 4 deletions(-)
create mode 100644 test/Instrumentation/MemorySanitizer/csr.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 compiler-rt.
from 9789e71 Revert "Use pthreads for thread-local lsan allocator cache on [...]
new bf31812 [msan] Test for _mm_getcsr and _mm_setcsr (r296848).
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/msan/tests/msan_test.cc | 12 ++++++++++++
1 file changed, 12 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.