This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 9e819d59ee0 [X86] Add FMA4 schedule tests
new 74c2e955760 [AVX512] Adding support for load truncate store of I1
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/X86ISelLowering.cpp | 3 +
test/CodeGen/X86/avx512-load-trunc-store-i1.ll | 151 +++++++++++++++++++++++++
2 files changed, 154 insertions(+)
create mode 100644 test/CodeGen/X86/avx512-load-trunc-store-i1.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 llvm.
from d355ea7abce [X86] Add FMA3 schedule tests
new 9e819d59ee0 [X86] Add FMA4 schedule 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/fma4-schedule.ll | 758 ++++++++++++++++++++++++++++++++++++++
1 file changed, 758 insertions(+)
create mode 100644 test/CodeGen/X86/fma4-schedule.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 683d2c72ded Improve std::complex test and move to sub-directory
new a131a6ccceb * gcc-interface/gigi.h (pad_type_has_rm_size): Declare. * [...]
new 57904972d55 Test whitespace handling in std::complex extraction
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/ada/ChangeLog | 16 +++++
gcc/ada/gcc-interface/decl.c | 64 +++++------------
gcc/ada/gcc-interface/gigi.h | 3 +
gcc/ada/gcc-interface/trans.c | 3 +-
gcc/ada/gcc-interface/utils.c | 84 +++++++++++++++-------
gcc/testsuite/ChangeLog | 5 ++
gcc/testsuite/gnat.dg/alignment11.adb | 15 ++++
gcc/testsuite/gnat.dg/alignment12.adb | 17 +++++
libstdc++-v3/ChangeLog | 3 +
.../complex/inserters_extractors/char/dr2714.cc | 28 ++++++++
10 files changed, 164 insertions(+), 74 deletions(-)
create mode 100644 gcc/testsuite/gnat.dg/alignment11.adb
create mode 100644 gcc/testsuite/gnat.dg/alignment12.adb
--
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 bfac46c5f45 [PM][InstCombine] fixing omission of AliasAnalysis in new-p [...]
new d355ea7abce [X86] Add FMA3 schedule 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/fma-schedule.ll | 2219 ++++++++++++++++++++++++++++++--------
1 file changed, 1742 insertions(+), 477 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 00e922723c2 2017-12-14 Richard Biener <rguenther(a)suse.de>
new 683d2c72ded Improve std::complex test and move to sub-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:
libstdc++-v3/ChangeLog | 7 +++++++
.../{ => inserters_extractors/char}/dr2714.cc | 20 +++-----------------
2 files changed, 10 insertions(+), 17 deletions(-)
rename libstdc++-v3/testsuite/26_numerics/complex/{ => inserters_extractors/char}/ [...]
--
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 6f8293e7 [clangd] Fix the unitttest build error on buildbot.
new 56892337 [clangd] Symbol index interfaces and an in-memory index imple [...]
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:
clangd/CMakeLists.txt | 1 +
clangd/index/Index.h | 29 ++++++++++
clangd/index/MemIndex.cpp | 52 ++++++++++++++++++
clangd/index/MemIndex.h | 41 +++++++++++++++
unittests/clangd/CMakeLists.txt | 1 +
unittests/clangd/IndexTests.cpp | 114 ++++++++++++++++++++++++++++++++++++++++
6 files changed, 238 insertions(+)
create mode 100644 clangd/index/MemIndex.cpp
create mode 100644 clangd/index/MemIndex.h
create mode 100644 unittests/clangd/IndexTests.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 gcc.
from 27c3c006f1c PR bootstrap/83396 * var-tracking.c (vt_initialize): Igno [...]
new 5ab8299a9a1 2017-12-14 Richard Biener <rguenther(a)suse.de>
new 00e922723c2 2017-12-14 Richard Biener <rguenther(a)suse.de>
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 | 7 +++++++
gcc/c/ChangeLog | 7 +++++++
gcc/c/c-fold.c | 2 +-
gcc/testsuite/ChangeLog | 10 ++++++++++
gcc/testsuite/gcc.dg/pr83415.c | 12 ++++++++++++
gcc/testsuite/gcc.dg/torture/pr83418.c | 17 +++++++++++++++++
gcc/vr-values.c | 7 ++++---
7 files changed, 58 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr83415.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr83418.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 b081151734b [PATCH PR81228][AARCH64]Fix ICE by adding LTGT in vec_cmp<m [...]
new 4f2bedf8f68 PR tree-optimization/83198 * gimple-ssa-sprintf.c (format [...]
new 27c3c006f1c PR bootstrap/83396 * var-tracking.c (vt_initialize): Igno [...]
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 | 13 +++++++++++++
gcc/gimple-ssa-sprintf.c | 10 +++++-----
gcc/testsuite/ChangeLog | 9 +++++++++
gcc/testsuite/gcc.dg/pr83198.c | 18 ++++++++++++++++++
gcc/testsuite/gcc.dg/pr83396.c | 12 ++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/pr83198.c | 23 +++++++++++++++++++++++
gcc/var-tracking.c | 28 +++++++++++++++++-----------
7 files changed, 97 insertions(+), 16 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr83198.c
create mode 100644 gcc/testsuite/gcc.dg/pr83396.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr83198.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 44bd1138645 [AArch64] Specify fp16 support for Cortex-A55 and Cortex-A75
new b081151734b [PATCH PR81228][AARCH64]Fix ICE by adding LTGT in vec_cmp<m [...]
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 | 9 +++++++++
gcc/config/aarch64/aarch64-simd.md | 10 ++++++++++
gcc/config/aarch64/aarch64.c | 2 +-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/pr81228.c | 21 +++++++++++++++++++++
5 files changed, 46 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/pr81228.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.