This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 1bad30c [AVX-512] Fix a disassembler failure for AVX-512 vcmpss/vcmps [...]
new 38feb36 [ValueTracking] recognize even more variants of smin/smax
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/ValueTracking.cpp | 20 ++++++++++++++++++++
test/CodeGen/X86/vec_minmax_match.ll | 24 ++++++++++++------------
2 files changed, 32 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 llvm.
from 2311432 test: synchronise lit substitutions
new 1bad30c [AVX-512] Fix a disassembler failure for AVX-512 vcmpss/vcmps [...]
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/Disassembler/X86Disassembler.cpp | 18 ++++++++++----
test/MC/Disassembler/X86/avx-512.txt | 31 +++++++++++++++++++++++++
2 files changed, 45 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 libcxx.
from 66350f0 Protect bitset tests under libcpp-no-exceptions
new fc044a1 Fix PR30979 - tuple<move_only> is constructible from move_onl [...]
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 | 8 ++--
.../tuple/tuple.tuple/tuple.cnstr/move.pass.cpp | 50 ++++++++++++++++++++++
2 files changed, 54 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 7c0b299 [ValueTracking] move min/max matching to helper function; NFCI
new 2311432 test: synchronise lit substitutions
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/lit.cfg | 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 3dda977 * gcc-interface/decl.c (gnat_to_gnu_entity): In assertion ab [...]
new 9bf6a8e 2016-11-13 Prathamesh Kulkarni <prathamesh.kulkarni(a)linaro.org>
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 | 20 ++++++++++++
gcc/c-family/c-common.h | 1 +
gcc/c-family/c-format.c | 3 ++
gcc/c-family/c-warn.c | 56 ++++++++++++++++++++++++++++++++
gcc/c-family/c.opt | 5 +++
gcc/c/c-parser.c | 22 +++++++++++++
gcc/cp/parser.c | 23 +++++++++++++
gcc/doc/invoke.texi | 8 ++++-
gcc/pretty-print.c | 26 +++++++++++++++
gcc/testsuite/ChangeLog | 8 +++++
gcc/testsuite/c-c++-common/pr35503-1.c | 10 ++++++
gcc/testsuite/c-c++-common/pr35503-2.c | 14 ++++++++
gcc/testsuite/c-c++-common/pr35503-3.c | 9 +++++
gcc/testsuite/gcc.dg/format/gcc_diag-1.c | 9 ++++-
14 files changed, 212 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/pr35503-1.c
create mode 100644 gcc/testsuite/c-c++-common/pr35503-2.c
create mode 100644 gcc/testsuite/c-c++-common/pr35503-3.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 5eb34e8 [X86][IR] Reduce the number of full string comparisons in the [...]
new 7c0b299 [ValueTracking] move min/max matching to helper function; 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/Analysis/ValueTracking.cpp | 105 +++++++++++++++++++++++------------------
1 file changed, 59 insertions(+), 46 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 4404d0d AMDGPU: Implement SGPR spilling with scalar stores
new c99852c llvm-strings: support printing the filename
new 5eb34e8 [X86][IR] Reduce the number of full string comparisons in the [...]
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/IR/AutoUpgrade.cpp | 329 ++++++++++++++------------
test/tools/llvm-strings/archive-filename.test | 9 +
test/tools/llvm-strings/file-filename.test | 4 +
test/tools/llvm-strings/stdin-filename.test | 3 +
tools/llvm-strings/llvm-strings.cpp | 21 +-
5 files changed, 206 insertions(+), 160 deletions(-)
create mode 100644 test/tools/llvm-strings/archive-filename.test
create mode 100644 test/tools/llvm-strings/file-filename.test
create mode 100644 test/tools/llvm-strings/stdin-filename.test
--
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 f6f8b4f PR rtl-optimization/78232 PR rtl-optimization/78248 * gcc. [...]
new 3dda977 * gcc-interface/decl.c (gnat_to_gnu_entity): In assertion ab [...]
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/ada/ChangeLog | 5 +++++
gcc/ada/gcc-interface/decl.c | 3 ++-
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 gcc-6-branch
in repository gcc.
from 3130139 * gcc-interface/utils2.c (gnat_protect_expr): Also protect o [...]
new c7474f3 * gcc-interface/decl.c (gnat_to_gnu_entity): In assertion ab [...]
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/ada/ChangeLog | 5 +++++
gcc/ada/gcc-interface/decl.c | 3 ++-
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 gcc-5-branch
in repository gcc.
from 616ec54 Daily bump.
new 8adde8a * gcc-interface/decl.c (gnat_to_gnu_entity): In assertion ab [...]
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/ada/ChangeLog | 5 +++++
gcc/ada/gcc-interface/decl.c | 3 ++-
2 files changed, 7 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.