This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 54a02ebf1b3 [llvm-cov] Reland sources-specified.test with addition of " [...]
new b1b02b7e6c2 [llvm-demangle-fuzzer] Add a fuzz target for ItaniumDemangler.
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/FuzzingLLVM.rst | 7 +++++++
tools/llvm-demangle-fuzzer/CMakeLists.txt | 8 ++++++++
.../DummyDemanglerFuzzer.cpp} | 6 ++----
.../llvm-demangle-fuzzer/llvm-demangle-fuzzer.cpp | 24 ++++++++++++++++++++++
4 files changed, 41 insertions(+), 4 deletions(-)
create mode 100644 tools/llvm-demangle-fuzzer/CMakeLists.txt
copy tools/{llvm-isel-fuzzer/DummyISelFuzzer.cpp => llvm-demangle-fuzzer/DummyDema [...]
create mode 100644 tools/llvm-demangle-fuzzer/llvm-demangle-fuzzer.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 clang.
from 72f20cba6a Revert "[lit] Raise the logic for enabling clang & lld subst [...]
new 578a8d74e8 [CodeGen] emitOMPArraySectionBase() to generate TBAA info al [...]
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/CodeGen/CGExpr.cpp | 15 ++++++++++-----
1 file changed, 10 insertions(+), 5 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 eb1539dad0a 2017-10-13 Paolo Carlini <paolo.carlini(a)oracle.com>
new 4bed1b09c24 PR target/82274 * internal-fn.c (expand_mul_overflow): If [...]
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 | 7 +++++++
gcc/internal-fn.c | 6 +++---
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gcc.dg/pr82274-1.c | 16 ++++++++++++++++
gcc/testsuite/gcc.dg/pr82274-2.c | 26 ++++++++++++++++++++++++++
libgcc/ChangeLog | 7 +++++++
libgcc/libgcc2.c | 3 ++-
7 files changed, 67 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr82274-1.c
create mode 100644 gcc/testsuite/gcc.dg/pr82274-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 gcc-7-branch
in repository gcc.
from 241db3e47d6 PR target/82524 * config/i386/i386.md (addqi_ext_1, andqi [...]
new 17eb6079cc7 PR target/82274 * internal-fn.c (expand_mul_overflow): If [...]
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 | 5 +++++
gcc/internal-fn.c | 6 +++---
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.dg/pr82274-1.c | 16 ++++++++++++++++
gcc/testsuite/gcc.dg/pr82274-2.c | 26 ++++++++++++++++++++++++++
libgcc/ChangeLog | 7 +++++++
libgcc/libgcc2.c | 3 ++-
7 files changed, 63 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr82274-1.c
create mode 100644 gcc/testsuite/gcc.dg/pr82274-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 llvm.
from ca020c74869 [SCEV] Maintain and use a loop->loop invalidation dependency
new 54a02ebf1b3 [llvm-cov] Reland sources-specified.test with addition of " [...]
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:
.../Inputs/sources_specified/main.covmapping | Bin 624 -> 336 bytes
test/tools/llvm-cov/sources-specified.test | 34 +++++++++++++++++++++
2 files changed, 34 insertions(+)
create mode 100644 test/tools/llvm-cov/sources-specified.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 binutils-gdb.
from 50500caf81 Fix gdb.base/testenv.exp against --target_board=native-exten [...]
new 300b6685f1 Skip a few tests on targets that can't use the "run" commmand.
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:
gdb/testsuite/ChangeLog | 9 +++++++++
gdb/testsuite/gdb.base/annota1.exp | 8 +++-----
gdb/testsuite/gdb.base/annota3.exp | 8 +++-----
gdb/testsuite/gdb.cp/annota2.exp | 8 +++-----
gdb/testsuite/gdb.cp/annota3.exp | 8 +++-----
gdb/testsuite/gdb.multi/bkpt-multi-exec.exp | 2 +-
gdb/testsuite/lib/gdb.exp | 13 +++++++++++++
7 files changed, 35 insertions(+), 21 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 3339ae54f3b [X86] Test scalar integer absolutes on 32-bit targets with/ [...]
new ca020c74869 [SCEV] Maintain and use a loop->loop invalidation dependency
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/Analysis/ScalarEvolution.h | 17 ++-
lib/Analysis/ScalarEvolution.cpp | 80 ++++++++------
unittests/Analysis/ScalarEvolutionTest.cpp | 161 ++++++++++++++---------------
3 files changed, 140 insertions(+), 118 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 clang.
from 8ebf4572cb [CodeGen] getNaturalTypeAlignment() to generate TBAA info al [...]
new 72f20cba6a Revert "[lit] Raise the logic for enabling clang & lld subst [...]
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.py | 155 +++++++++++++++++++++++++++++++++++++++++++++++++-------
1 file changed, 136 insertions(+), 19 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 binutils-gdb.
from dad0c6d2f7 Don't run gdb.gdb/ selftests if use_gdb_stub is true
new 50500caf81 Fix gdb.base/testenv.exp against --target_board=native-exten [...]
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:
gdb/testsuite/ChangeLog | 7 ++
gdb/testsuite/gdb.base/testenv.exp | 199 ++++++++++++++++++++++++-------------
2 files changed, 138 insertions(+), 68 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 2f9a6e36381 [X86] Updated scalar integer absolute tests to cover i8/i16 [...]
new 963cef7a18d [InstCombine] use AddOne helper to reduce code; NFC
new 7cb32686194 Not all buildbots seem to dump the nuw flag in SDAG
new 3339ae54f3b [X86] Test scalar integer absolutes on 32-bit targets with/ [...]
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:
lib/Transforms/InstCombine/InstCombineAddSub.cpp | 9 ++--
test/CodeGen/X86/iabs.ll | 53 ++++++++++++++--------
.../X86/merge-store-partially-alias-loads.ll | 2 +-
3 files changed, 39 insertions(+), 25 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.