This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-5-branch
in repository gcc.
from bf3798a S/390: Disable scalar vector instructions with -mno-vx.
new 171e660 [gcc]
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 | 10 +++++++
gcc/config/rs6000/vsx.md | 26 ++++++++++++------
gcc/testsuite/ChangeLog | 8 ++++++
gcc/testsuite/gcc.target/powerpc/pr70963.c | 43 ++++++++++++++++++++++++++++++
4 files changed, 79 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr70963.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 gcc-4_9-branch
in repository gcc.
from 39e2033 Daily bump.
new ea40a0b [gcc]
new f20520d [ARM] PR driver/70132: Avoid double fclose in driver-arm.c
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 | 19 +++++++++++++
gcc/config/arm/driver-arm.c | 11 ++++----
gcc/config/rs6000/vsx.md | 26 ++++++++++++------
gcc/testsuite/ChangeLog | 8 ++++++
gcc/testsuite/gcc.target/powerpc/pr70963.c | 43 ++++++++++++++++++++++++++++++
5 files changed, 93 insertions(+), 14 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr70963.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 4b05ce2 [ThinLTO] Add option to emit imports files for distributed backends
new 86f93f6 [X86][AVX] Added some shuffle combine from load tests
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/CodeGen/X86/vector-shuffle-combining-avx.ll | 19 +++++++
.../X86/vector-shuffle-combining-avx512bw.ll | 61 ++++++++++++++++++++++
2 files changed, 80 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 clang.
from 5d9c8e6 Remove unused diagnostic. NFC.
new e11aefe [CMake] Pass LLVM_LIBDIR_SUFFIX into Compiler-RT
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:
runtime/CMakeLists.txt | 1 +
1 file changed, 1 insertion(+)
--
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 2f45dbb Test begin and end functions for directory iterators
new e66d763 gcc/
new d6c90d8 DWARF: fix stack usage assessment for DW_OP_neg
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 | 12 ++++++++++++
gcc/calls.c | 10 ++++++++++
gcc/dwarf2out.c | 2 +-
gcc/testsuite/ChangeLog | 9 +++++++++
gcc/testsuite/gcc.target/i386/pr70876.c | 13 +++++++++++++
gcc/testsuite/gnat.dg/debug6.adb | 10 ++++++++++
gcc/testsuite/gnat.dg/debug6_pkg.ads | 16 ++++++++++++++++
gcc/tree-chkp.c | 1 +
8 files changed, 72 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr70876.c
create mode 100644 gcc/testsuite/gnat.dg/debug6.adb
create mode 100644 gcc/testsuite/gnat.dg/debug6_pkg.ads
--
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 50b2db8 [docs] Fix unexpected indentation in HowToCrossCompileLLVM.rst
new 4b05ce2 [ThinLTO] Add option to emit imports files for distributed backends
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/LTO/ThinLTOCodeGenerator.h | 6 +++++
include/llvm/Transforms/IPO/FunctionImport.h | 4 ++++
lib/LTO/ThinLTOCodeGenerator.cpp | 24 +++++++++++++++++++
lib/Transforms/IPO/FunctionImport.cpp | 15 ++++++++++++
.../X86/Inputs/emit_imports.ll} | 0
test/ThinLTO/X86/emit_imports.ll | 21 +++++++++++++++++
test/tools/gold/X86/thinlto_emit_imports.ll | 27 ++++++++++++++++++++++
tools/gold/gold-plugin.cpp | 20 ++++++++++++++++
tools/llvm-lto/llvm-lto.cpp | 24 +++++++++++++++++++
9 files changed, 141 insertions(+)
copy test/{tools/llvm-lto/Inputs/thinlto.ll => ThinLTO/X86/Inputs/emit_imports.ll} (100%)
create mode 100644 test/ThinLTO/X86/emit_imports.ll
create mode 100644 test/tools/gold/X86/thinlto_emit_imports.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 lld.
from 9154639 Print member name in undefined symbol error.
new 40d8656 [ELF] - Implemented -z combrelocs/nocombreloc.
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/Config.h | 1 +
ELF/Driver.cpp | 1 +
ELF/OutputSections.cpp | 21 +++++++++-
ELF/OutputSections.h | 3 +-
ELF/Writer.cpp | 5 ++-
test/ELF/aarch64-abs64-dyn.s | 2 +-
test/ELF/aarch64-tls-ie.s | 2 +-
test/ELF/combrelocs.s | 92 +++++++++++++++++++++++++++++++++++++++++++
test/ELF/gotpcrelx.s | 2 +-
test/ELF/i386-tls-ie-shared.s | 6 +--
test/ELF/mips-32.s | 2 +-
test/ELF/mips-64.s | 2 +-
test/ELF/tls-dynamic-i686.s | 4 +-
test/ELF/tls-got.s | 2 +-
test/ELF/tls-i686.s | 2 +-
15 files changed, 130 insertions(+), 17 deletions(-)
create mode 100644 test/ELF/combrelocs.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 gcc.
from a30ff73 PR target/70927 * config/i386/sse.md (<sse>_andnot<mode>3<m [...]
new e639882 libstdc++/71038 fix error checks in filesystem::copy_file
new 2f45dbb Test begin and end functions for directory iterators
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:
libstdc++-v3/ChangeLog | 10 ++++
libstdc++-v3/include/experimental/bits/fs_dir.h | 12 +++--
libstdc++-v3/src/filesystem/ops.cc | 2 +-
.../filesystem/iterators/directory_iterator.cc | 26 +++++++++
.../iterators/recursive_directory_iterator.cc | 16 ++++++
.../{create_directory.cc => copy_file.cc} | 61 ++++++++++++++--------
6 files changed, 101 insertions(+), 26 deletions(-)
copy libstdc++-v3/testsuite/experimental/filesystem/operations/{create_directory.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 clang-tools-extra.
from 68b6763 [include-fixer] Default to YAML db, it's much more useful tha [...]
new 6fce394 [clang-tidy] Lift parsing of sequence of names functions to utils.
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:
clang-tidy/misc/DanglingHandleCheck.cpp | 20 ++-----------
clang-tidy/misc/SuspiciousStringCompareCheck.cpp | 25 +++++-----------
clang-tidy/performance/FasterStringFindCheck.cpp | 22 +++-----------
clang-tidy/utils/CMakeLists.txt | 3 +-
clang-tidy/utils/OptionsUtils.cpp | 38 ++++++++++++++++++++++++
clang-tidy/utils/OptionsUtils.h | 32 ++++++++++++++++++++
6 files changed, 87 insertions(+), 53 deletions(-)
create mode 100644 clang-tidy/utils/OptionsUtils.cpp
create mode 100644 clang-tidy/utils/OptionsUtils.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 gcc.
from abf93a2 Add debugging ruler to diagnostic-show-locus.c
new 4b3fd38 [gcc]
new a30ff73 PR target/70927 * config/i386/sse.md (<sse>_andnot<mode>3<m [...]
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/sse.md | 98 +++++++-----
gcc/config/rs6000/vsx.md | 26 ++-
gcc/testsuite/ChangeLog | 12 ++
gcc/testsuite/gcc.target/i386/avx512dq-logic-2.c | 196 +++++++++++++++++++++++
gcc/testsuite/gcc.target/i386/avx512vl-logic-1.c | 132 +++++++++++++++
gcc/testsuite/gcc.target/i386/avx512vl-logic-2.c | 196 +++++++++++++++++++++++
gcc/testsuite/gcc.target/powerpc/pr70963.c | 43 +++++
8 files changed, 671 insertions(+), 47 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/avx512dq-logic-2.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx512vl-logic-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx512vl-logic-2.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr70963.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.