This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from 276a520 Move 'quoted' for string_view from <string_view> to <iomanip> [...]
new e465ff3 [PATCH] D25483: [libcxx] [test] Fix non-Standard assumptions [...]
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/std/containers/sequences/deque/deque.cons/size.pass.cpp | 2 +-
.../containers/sequences/deque/deque.cons/size_value.pass.cpp | 2 +-
.../containers/sequences/list/list.cons/input_iterator.pass.cpp | 3 ++-
test/std/containers/sequences/list/list.cons/size_type.pass.cpp | 3 ++-
.../sequences/list/list.cons/size_value_alloc.pass.cpp | 3 ++-
.../containers/sequences/vector/vector.capacity/reserve.pass.cpp | 3 ++-
.../sequences/vector/vector.capacity/resize_size.pass.cpp | 6 ++++--
.../sequences/vector/vector.capacity/resize_size_value.pass.cpp | 3 ++-
.../sequences/vector/vector.cons/construct_iter_iter.pass.cpp | 9 +++++----
.../sequences/vector/vector.cons/construct_size_value.pass.cpp | 3 ++-
.../sequences/vector/vector.modifiers/push_back.pass.cpp | 5 ++++-
.../sequences/vector/vector.modifiers/push_back_rvalue.pass.cpp | 5 ++++-
12 files changed, 31 insertions(+), 16 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 ca649ec Don't create a dummy ELF to process a binary file.
new ceb9814 Define ~DIHelper::DIHelper() in .cpp.
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/InputFiles.cpp | 2 ++
ELF/InputFiles.h | 4 +++-
2 files changed, 5 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 cbc0087 [libFuzzer] docs: update the examples
new 428b70f [InstCombine] fix foldSPFofSPF() to handle vector splats
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/InstCombine/InstCombineSelect.cpp | 40 +++++++++++-------------
test/Transforms/InstCombine/select.ll | 14 ++++-----
2 files changed, 24 insertions(+), 30 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 60923f3 Another additional error check for invalid Mach-O files for t [...]
new cbc0087 [libFuzzer] docs: update the examples
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:
docs/LibFuzzer.rst | 60 +++++++++++++++++++++++++++---------------------------
1 file changed, 30 insertions(+), 30 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 1a7e8ec Atomics library: provide operations for __int128 when it is a [...]
new f977078 [asan] Test jumps which bypass variables declaration
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/asan/TestCases/use-after-scope-goto.cc | 73 +++++++++++++++++++++++++++++
1 file changed, 73 insertions(+)
create mode 100644 test/asan/TestCases/use-after-scope-goto.cc
--
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 23d90fc [libFuzzer] docs: separate section for fuzz target
new 964532c [InstCombine] add vector tests for foldSPFofSPF to show missi [...]
new 60923f3 Another additional error check for invalid Mach-O files for t [...]
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/MachO.def | 10 +++++++
include/llvm/Support/MachO.h | 15 ++++++++++
lib/Object/MachOObjectFile.cpp | 26 ++++++++++++++++
test/Object/Inputs/macho-invalid-fvmfile-obsolete | Bin 0 -> 44 bytes
test/Object/Inputs/macho-invalid-ident-obsolete | Bin 0 -> 36 bytes
test/Object/Inputs/macho-invalid-idfvmlib-obsolete | Bin 0 -> 48 bytes
.../Inputs/macho-invalid-loadfvmlib-obsolete | Bin 0 -> 48 bytes
.../Inputs/macho-invalid-prebind_cksum-obsolete | Bin 0 -> 40 bytes
.../Inputs/macho-invalid-prebound_dylib-obsolete | Bin 0 -> 48 bytes
test/Object/Inputs/macho-invalid-prepage-obsolete | Bin 0 -> 44 bytes
test/Object/Inputs/macho-invalid-symseg-obsolete | Bin 0 -> 44 bytes
test/Object/macho-invalid.test | 24 +++++++++++++++
test/Transforms/InstCombine/select.ll | 33 +++++++++++++++++++++
13 files changed, 108 insertions(+)
create mode 100644 test/Object/Inputs/macho-invalid-fvmfile-obsolete
create mode 100644 test/Object/Inputs/macho-invalid-ident-obsolete
create mode 100644 test/Object/Inputs/macho-invalid-idfvmlib-obsolete
create mode 100644 test/Object/Inputs/macho-invalid-loadfvmlib-obsolete
create mode 100644 test/Object/Inputs/macho-invalid-prebind_cksum-obsolete
create mode 100644 test/Object/Inputs/macho-invalid-prebound_dylib-obsolete
create mode 100644 test/Object/Inputs/macho-invalid-prepage-obsolete
create mode 100644 test/Object/Inputs/macho-invalid-symseg-obsolete
--
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 038c96d [coroutines] Add diagnostics for copy/move assignment operato [...]
new ad44c9e Add documentation describing the components of a complete too [...]
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:
docs/Toolchain.rst | 354 +++++++++++++++++++++++++++++++++++++++++++++++++++
docs/UsersManual.rst | 4 +
docs/index.rst | 1 +
3 files changed, 359 insertions(+)
create mode 100644 docs/Toolchain.rst
--
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 bd7b3fc PR fortran/78026 * parse.c (decode_statement): Don't create [...]
new d59ca9c [gcc] 2016-10-27 Michael Meissner <meissner(a)linux.vnet.ibm.com>
new 3e9bc50 * config/sparc/sparc.md (<*vlop:code><VL:mode>3): Remove lea [...]
new c8fb4e0 * gcc.dg/vect/pr71264.c: XFAIL on SPARC.
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:
gcc/ChangeLog | 75 ++++++++++++++++
gcc/config/rs6000/constraints.md | 12 +++
gcc/config/rs6000/rs6000-cpus.def | 4 +-
gcc/config/rs6000/rs6000.c | 120 +++++++++++++++++++------
gcc/config/rs6000/rs6000.h | 4 +
gcc/config/rs6000/rs6000.md | 119 ++++++++++++++++++------
gcc/config/rs6000/rs6000.opt | 4 +
gcc/config/rs6000/vsx.md | 88 ++++++++++++++----
gcc/config/sparc/sparc.md | 2 +-
gcc/doc/md.texi | 12 +++
gcc/testsuite/ChangeLog | 10 +++
gcc/testsuite/gcc.dg/vect/pr71264.c | 3 +-
gcc/testsuite/gcc.target/powerpc/vsx-simode.c | 22 +++++
gcc/testsuite/gcc.target/powerpc/vsx-simode2.c | 15 ++++
gcc/testsuite/gcc.target/powerpc/vsx-simode3.c | 22 +++++
15 files changed, 440 insertions(+), 72 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/vsx-simode.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/vsx-simode2.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/vsx-simode3.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 79758d4 AMDGPU/SI: Handle s_setreg hazard in GCNHazardRecognizer
new 23d90fc [libFuzzer] docs: separate section for fuzz target
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:
docs/LibFuzzer.rst | 27 +++++++++++++++++++++++----
1 file changed, 23 insertions(+), 4 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 f8e32dd [libFuzzer] remove large examples from the libFuzzer docs and [...]
new 79758d4 AMDGPU/SI: Handle s_setreg hazard in GCNHazardRecognizer
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/GCNHazardRecognizer.cpp | 19 +++
lib/Target/AMDGPU/GCNHazardRecognizer.h | 1 +
test/CodeGen/MIR/AMDGPU/inserted-wait-states.mir | 142 +++++++++++++++--------
3 files changed, 113 insertions(+), 49 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.