This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from d7e26a3 * config/i386/adxintrin.h (_subborrow_u32, _addcarry_u32, _ [...]
new d8e3fcc 2016-10-21 Andris Pavenis <andris.pavenis(a)iki.fi>
new 4d2a90e Optimize RNG use in std::sample selection sampling
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:
libcpp/ChangeLog | 5 ++
libcpp/files.c | 12 +++--
libstdc++-v3/ChangeLog | 8 ++++
libstdc++-v3/include/bits/stl_algo.h | 91 ++++++++++++++++++++++++++++++++----
4 files changed, 105 insertions(+), 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 binutils-gdb.
from 4db41a0 Delete target_so_ops->special_symbol_handling hook
new d11261f Fix symbol table file name on AIX
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 | 6 ++++++
gdb/xcoffread.c | 2 +-
2 files changed, 7 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 fe8bebf Split <functional> into smaller pieces
new 1a4cced PR target/78057 * config/i386/i386.c: Include fold-const-ca [...]
new d7e26a3 * config/i386/adxintrin.h (_subborrow_u32, _addcarry_u32, _ [...]
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 | 15 +++++
gcc/config/i386/adxintrin.h | 16 ++---
gcc/config/i386/i386.c | 104 ++++++++++++++++++++++++++++++++
gcc/config/i386/rdseedintrin.h | 6 +-
gcc/config/i386/tbmintrin.h | 8 +--
gcc/testsuite/ChangeLog | 3 +
gcc/testsuite/gcc.target/i386/pr78057.c | 42 +++++++++++++
7 files changed, 179 insertions(+), 15 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr78057.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 d193fb5 [LVI] Fix a bug with a guard being the very first instruction [...]
new b03d0d9 Test commit
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/AArch64/AArch64InstrInfo.cpp | 1 -
1 file changed, 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 90a524f Start adding selftests for print_rtx
new 5405a91 * gimplify.c (gimplify_bind_expr): Handle oacc_declare_retur [...]
new 4d8040d * dwarf2out.c (gen_variable_die): Emit DW_AT_const_expr attr [...]
new a4e1e6b * dwarf2out.c (ranges_table): Change into vec<dw_ranges, va_ [...]
new fe8bebf Split <functional> into smaller pieces
The 4 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 | 23 +
gcc/cp/ChangeLog | 5 +
gcc/cp/cp-objcp-common.c | 5 +
gcc/dwarf2out.c | 103 +-
gcc/gimplify.c | 31 +-
gcc/testsuite/ChangeLog | 4 +
.../g++.dg/debug/dwarf2/constexpr-var-1.C | 9 +
libstdc++-v3/ChangeLog | 30 +
libstdc++-v3/include/Makefile.am | 6 +-
libstdc++-v3/include/Makefile.in | 6 +-
libstdc++-v3/include/bits/refwrap.h | 383 +++++++
libstdc++-v3/include/bits/shared_ptr_base.h | 3 +-
libstdc++-v3/include/bits/std_function.h | 848 +++++++++++++++
libstdc++-v3/include/bits/unique_ptr.h | 1 +
libstdc++-v3/include/std/functional | 1148 +-------------------
libstdc++-v3/include/std/future | 2 +-
libstdc++-v3/include/std/mutex | 2 +-
libstdc++-v3/include/std/regex | 2 +-
.../src/c++11/compatibility-thread-c++0x.cc | 1 +
.../testsuite/20_util/default_delete/48631_neg.cc | 2 +-
.../testsuite/20_util/default_delete/void_neg.cc | 2 +-
.../20_util/unique_ptr/assign/48635_neg.cc | 4 +-
.../20_util/unique_ptr/cons/cv_qual_neg.cc | 2 +-
.../testsuite/30_threads/packaged_task/49668.cc | 1 +
24 files changed, 1389 insertions(+), 1234 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/debug/dwarf2/constexpr-var-1.C
create mode 100644 libstdc++-v3/include/bits/refwrap.h
create mode 100644 libstdc++-v3/include/bits/std_function.h
--
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 73cda08 fix variable names; NFCI
new d193fb5 [LVI] Fix a bug with a guard being the very first instruction [...]
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/Analysis/LazyValueInfo.cpp | 9 ++++-----
test/Transforms/CorrelatedValuePropagation/guards.ll | 17 +++++++++++++++++
2 files changed, 21 insertions(+), 5 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 3305086 Add TestMultipleHits.py
new 3b79d96 Improve the libstdc++ smart pointer formatters
new d071502 Add data formatter for libstdc++ tuple
new e3d925b Add data formatter for libstdc++ unique_ptr
new ab303d1 Fix incorrect header order introduced in rL284830
The 4 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:
.../libstdcpp/smart_ptr/Makefile | 9 +-
.../smart_ptr/TestDataFormatterStdSmartPtr.py | 55 +++++-
.../libstdcpp/{vbool => tuple}/Makefile | 2 +-
.../libstdcpp/tuple/TestDataFormatterStdTuple.py | 49 +++++
.../data-formatter-stl/libstdcpp/tuple/main.cpp | 9 +
.../libstdcpp/{vbool => unique_ptr}/Makefile | 2 +-
.../unique_ptr/TestDataFormatterStdUniquePtr.py | 61 +++++++
.../libstdcpp/unique_ptr/main.cpp | 22 +++
source/Plugins/Language/CPlusPlus/CMakeLists.txt | 3 +
.../Language/CPlusPlus/CPlusPlusLanguage.cpp | 15 ++
source/Plugins/Language/CPlusPlus/LibStdcpp.cpp | 92 ----------
source/Plugins/Language/CPlusPlus/LibStdcpp.h | 13 ++
.../Language/CPlusPlus/LibStdcppSmartPointer.cpp | 200 +++++++++++++++++++++
.../Plugins/Language/CPlusPlus/LibStdcppTuple.cpp | 109 +++++++++++
.../Language/CPlusPlus/LibStdcppUniquePointer.cpp | 160 +++++++++++++++++
15 files changed, 691 insertions(+), 110 deletions(-)
copy packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter- [...]
create mode 100644 packages/Python/lldbsuite/test/functionalities/data-formatter/d [...]
create mode 100644 packages/Python/lldbsuite/test/functionalities/data-formatter/d [...]
copy packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter- [...]
create mode 100644 packages/Python/lldbsuite/test/functionalities/data-formatter/d [...]
create mode 100644 packages/Python/lldbsuite/test/functionalities/data-formatter/d [...]
create mode 100644 source/Plugins/Language/CPlusPlus/LibStdcppSmartPointer.cpp
create mode 100644 source/Plugins/Language/CPlusPlus/LibStdcppTuple.cpp
create mode 100644 source/Plugins/Language/CPlusPlus/LibStdcppUniquePointer.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 3398735 [AMDGPU][mc] Fix ds_min/max[_rtn]_f32 - extra source operand [...]
new 73cda08 fix variable names; 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:
lib/CodeGen/TargetLoweringBase.cpp | 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 llvm.
from f8de69b [DAG] use SDNode flags 'nsz' to enable fadd/fsub with zero folds
new 3398735 [AMDGPU][mc] Fix ds_min/max[_rtn]_f32 - extra source operand [...]
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/AMDGPU/DSInstructions.td | 8 ++++----
test/MC/AMDGPU/ds.s | 24 ++++++++++++------------
test/MC/Disassembler/AMDGPU/ds_vi.txt | 16 ++++++++--------
3 files changed, 24 insertions(+), 24 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 06bac82 [X86][AVX2] Begun generalizing lowering to VPERMD/VPERMPS in [...]
new f8de69b [DAG] use SDNode flags 'nsz' to enable fadd/fsub with zero folds
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/SelectionDAG/DAGCombiner.cpp | 36 ++++++++++++++++++--------------
test/CodeGen/X86/negative-sin.ll | 29 ++++---------------------
2 files changed, 24 insertions(+), 41 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.