This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 13b118f Revert 2015-11-09 sanitizer/obstack configury
new adacc1c Adapt the numbering scheme (PR gcov-profile/64874)
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/gcov-io.h | 18 +++++++++---------
gcc/gcov-iov.c | 6 +++---
3 files changed, 18 insertions(+), 12 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 lld.
from fcd491b [ELF] Fix the semantic of PROVIDE in linker scripts.
new 8ff7316 [ELF] - Linkerscript: implemented output section [address] at [...]
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:
ELF/LinkerScript.cpp | 9 ++
ELF/LinkerScript.h | 1 +
test/ELF/linkerscript-outsections-addr.s | 122 ++++++++++++++++++++++++
test/ELF/linkerscript/linkerscript-diagnostic.s | 2 +-
4 files changed, 133 insertions(+), 1 deletion(-)
create mode 100644 test/ELF/linkerscript-outsections-addr.s
--
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 b58ea25 Update test to account for r276604
new 3142f1e Update description for CLANG_DEFAULT_CXX_STDLIB and add comment. 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:
CMakeLists.txt | 4 ++--
lib/Driver/ToolChain.cpp | 2 ++
2 files changed, 4 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 9728cbe Cleanup : Reformat PartialInliner.cpp to have current LLVM st [...]
new 4631a8f [AVX512] Cleanup FMA operand order in patterns to match the V [...]
new f7a9781 [AVX512] Add some additional patterns so that we can fold bro [...]
new 70e4702 [AVX512] Add load folding support for the unmasked forms of t [...]
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:
lib/Target/X86/X86InstrAVX512.td | 159 +++++++++-------
lib/Target/X86/X86InstrInfo.cpp | 144 +++++++++++++++
test/CodeGen/X86/avx512-fma-intrinsics.ll | 198 ++++++++++----------
test/CodeGen/X86/avx512-fma.ll | 9 +-
test/CodeGen/X86/avx512bwvl-intrinsics.ll | 296 +++++++++++++++---------------
test/CodeGen/X86/fma_patterns.ll | 6 +-
test/CodeGen/X86/fma_patterns_wide.ll | 6 +-
7 files changed, 505 insertions(+), 313 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 4cd3494 Fix : Partial Inliner requires AssumptionCacheTracker
new 9728cbe Cleanup : Reformat PartialInliner.cpp to have current LLVM st [...]
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/IPO/PartialInlining.cpp | 145 +++++++++++++++++----------------
1 file changed, 74 insertions(+), 71 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 a173d7f Automatic date update in version.in
new 9580450 Revise targets able to run ELF 64k section test
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:
ld/ChangeLog | 6 ++++++
ld/testsuite/ld-elf/sec64k.exp | 12 ++++--------
2 files changed, 10 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 llvm.
from 3d0336e [InstSimplify] Fold trunc([zs]ext(%V)) -> %V
new 4cd3494 Fix : Partial Inliner requires AssumptionCacheTracker
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/llvm/Transforms/IPO/PartialInlining.h | 3 -
lib/Transforms/IPO/PartialInlining.cpp | 93 +++++++++++++++++----------
test/Transforms/Inline/partial-inline-act.ll | 20 ++++++
3 files changed, 78 insertions(+), 38 deletions(-)
create mode 100644 test/Transforms/Inline/partial-inline-act.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 libcxx.
from e1445fd Implement the std::pair parts of "Improving pair and tuple". [...]
new b0cf9cb Remove use of C++1z static assert in C++11 test
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:
.../pairs.pair/special_member_generation_test.pass.cpp | 16 ++++++++--------
1 file changed, 8 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 bd1bb9d [Sema] Replace mem_fn with lambdas. NFC.
new 4ef5448 [MSVCToolChain] Guard hardcoded Windows paths with LLVM_ON_WIN32
new b58ea25 Update test to account for r276604
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/Driver/MSVCToolChain.cpp | 2 ++
test/CodeGenCXX/atomicinit.cpp | 4 ++--
2 files changed, 4 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 libcxx.
from 4be71c6 Recommit r276548 - Make pair/tuples assignment operators SFIN [...]
new e1445fd Implement the std::pair parts of "Improving pair and tuple". [...]
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/__tuple | 46 ++++
include/tuple | 54 +---
include/utility | 280 +++++++++++++--------
.../utility/pairs/pairs.pair/U_V.pass.cpp | 73 +++++-
.../pairs.pair/const_first_const_second.pass.cpp | 75 ++++--
...cpp => const_first_const_second_cxx03.pass.cpp} | 26 --
.../pairs/pairs.pair/const_pair_U_V.pass.cpp | 148 ++++++++++-
..._U_V.pass.cpp => const_pair_U_V_cxx03.pass.cpp} | 7 +-
.../utility/pairs/pairs.pair/default.pass.cpp | 15 +-
.../pairs/pairs.pair/not_constexpr_cxx11.fail.cpp | 57 +++++
.../utility/pairs/pairs.pair/rv_pair_U_V.pass.cpp | 138 +++++++++-
.../special_member_generation_test.pass.cpp | 126 ++++++++++
test/support/archetypes.hpp | 110 ++++++++
www/cxx1z_status.html | 2 +-
14 files changed, 947 insertions(+), 210 deletions(-)
copy test/std/utilities/utility/pairs/pairs.pair/{const_first_const_second.pass.cp [...]
copy test/std/utilities/utility/pairs/pairs.pair/{assign_const_pair_U_V.pass.cpp = [...]
create mode 100644 test/std/utilities/utility/pairs/pairs.pair/not_constexpr_cxx11 [...]
create mode 100644 test/std/utilities/utility/pairs/pairs.pair/special_member_gene [...]
create mode 100644 test/support/archetypes.hpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.