This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 977361a18dc PR middle-end/82694 * common.opt (fstrict-overflow): No l [...]
new bcb5e350f5f PR c/83801 PR c/83729 * gcc.target/avr/torture/pr83729.c [...]
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/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/gcc.target/avr/torture/pr83729.c | 17 +++++++++++++++++
gcc/testsuite/gcc.target/avr/torture/pr83801.c | 17 +++++++++++++++++
3 files changed, 41 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/avr/torture/pr83729.c
create mode 100644 gcc/testsuite/gcc.target/avr/torture/pr83801.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 lldb.
from 44cd90717 [lldb] Add support to cache a PDB's global scope and fix a bu [...]
new eff0e92fe Fix HostInfoBase::ComputeSharedLibraryDirectory comment
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:
source/Host/common/HostInfoBase.cpp | 6 ++----
1 file changed, 2 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 f70e21b37d9 [GlobalsAA] Don't let dbg intrinsics affect analysis result
new 72491738573 [X86][AVX512F_512]: Adding full coverage of MC encoding for [...]
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/MC/X86/AVX512F_512-32.s | 34750 +++++++++++++++++++++++++++++++++++++++
test/MC/X86/AVX512F_512-64.s | 35714 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 70464 insertions(+)
create mode 100644 test/MC/X86/AVX512F_512-32.s
create mode 100644 test/MC/X86/AVX512F_512-64.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 41c5a1bbf56 2018-01-15 Richard Biener <rguenther(a)suse.de>
new 977361a18dc PR middle-end/82694 * common.opt (fstrict-overflow): No l [...]
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 | 16 ++++++++++++++++
gcc/common.opt | 8 ++++++--
gcc/doc/invoke.texi | 12 ++++++++++++
gcc/fold-const.c | 24 ++++++++++++++++--------
gcc/match.pd | 9 ++++++++-
gcc/opts.c | 7 +++++++
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gcc.dg/no-strict-overflow-7.c | 6 +++---
gcc/testsuite/gcc.dg/tree-ssa/pr81388-1.c | 6 ++----
gcc/tree.h | 17 +++++++++++------
10 files changed, 87 insertions(+), 24 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 bd3a898090e 2018-01-15 Richard Biener <rguenther(a)suse.de>
new 41c5a1bbf56 2018-01-15 Richard Biener <rguenther(a)suse.de>
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 | 13 ++++++++++
gcc/tree-pretty-print.c | 8 +++---
gcc/tree.c | 68 ++++++++++---------------------------------------
3 files changed, 30 insertions(+), 59 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 080a1363668 PR other/83508 * builtins.c (check_access): Avoid warning [...]
new bd3a898090e 2018-01-15 Richard Biener <rguenther(a)suse.de>
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/BASE-VER | 2 +-
gcc/ChangeLog | 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 311c4d31b96 [NFC] Fix comment to adjust to reality
new f70e21b37d9 [GlobalsAA] Don't let dbg intrinsics affect analysis result
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/GlobalsModRef.cpp | 4 ++
test/Analysis/GlobalsModRef/pr35899-dbg-value.ll | 57 ++++++++++++++++++++++++
2 files changed, 61 insertions(+)
create mode 100644 test/Analysis/GlobalsModRef/pr35899-dbg-value.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 ec43597d26d PR target/83013 * config/microblaze/microbl [...]
new 2bd421962ff * tree-ssa-loop-im.c (sort_bbs_in_loop_postorder_cmp): Sta [...]
new 080a1363668 PR other/83508 * builtins.c (check_access): Avoid warning [...]
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 | 11 +++++++++++
gcc/builtins.c | 12 ++++++++++++
gcc/ira-color.c | 3 +--
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/Wstringop-overflow-2.c | 30 +++++++++++++++++++++++++++++
gcc/tree-ssa-loop-im.c | 2 +-
6 files changed, 60 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/Wstringop-overflow-2.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 d5f464044de Daily bump.
new ec43597d26d PR target/83013 * config/microblaze/microbl [...]
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/config/microblaze/microblaze.c | 4 +++-
2 files changed, 9 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 clang.
from 4647e409df [X86] Implement old kunpck intrinsics using vector ops on vX [...]
new 2edd657563 Clang counterpart change for fuzzer FreeBSD support
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/Driver/ToolChains/FreeBSD.cpp | 2 ++
1 file changed, 2 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.