This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from b8d9430 PR target/72867 * gcc.target/i386/pr72867.c: Add -msse to d [...]
new 9ea71b1 PR middle-end/67485 * expmed.c (expand_mult_const): Change [...]
new 2e94744 PR target/71910 * tree-cfg.c (execute_fixup_cfg): Add node [...]
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 | 10 ++++++++++
gcc/expmed.c | 8 ++++----
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/g++.dg/gomp/pr71910.C | 13 +++++++++++++
gcc/testsuite/gcc.c-torture/compile/pr67485.c | 7 +++++++
gcc/tree-cfg.c | 25 ++++++++++++++++---------
6 files changed, 56 insertions(+), 13 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/gomp/pr71910.C
create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr67485.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 compiler-rt.
from 0b5730d Revert "[compiler-rt] Allow c++ abi to be explictly disabled [...]
new b5fd586 Move the Decorator, ThreadNameWithParenthesis, and DescribeTh [...]
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/asan/asan_descriptions.cc | 50 ++++++++++++++++++++
lib/asan/asan_descriptions.h | 60 +++++++++++++++++++++++
lib/asan/asan_report.cc | 107 ------------------------------------------
lib/asan/asan_report.h | 1 -
4 files changed, 110 insertions(+), 108 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 gcc-6-branch
in repository gcc.
from c504995 * doc/install.texi (*-*-solaris2*): Adjust latest change.
new 49f9745 2016-08-16 Thomas Koenig <tkoenig(a)gcc.gnu.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/fortran/ChangeLog | 8 ++++++++
gcc/fortran/dump-parse-tree.c | 8 ++++++++
gcc/fortran/frontend-passes.c | 8 +++++++-
3 files changed, 23 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 0084b42 [InstCombine] use m_APInt in foldICmpWithConstant; NFCI
new fc81921 [Asan] Unpoison red zones even if use-after-scope was disable [...]
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/Transforms/Instrumentation/AddressSanitizer.cpp | 5 +++--
test/Instrumentation/AddressSanitizer/lifetime-uar-uas.ll | 6 +++---
test/Instrumentation/AddressSanitizer/lifetime.ll | 6 +++++-
3 files changed, 11 insertions(+), 6 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 lld.
from 29f2d02 [ELF] - Do not exit if -v is specified.
new 722e076 ELF: ignored option -G may be joined with its argument
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/Options.td | 2 +-
1 file changed, 1 insertion(+), 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 gcc.
from 7c66016 gcov: add new option (--hash-filenames) (PR
new b8d9430 PR target/72867 * gcc.target/i386/pr72867.c: Add -msse to d [...]
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 | 5 +++++
gcc/testsuite/gcc.target/i386/pr72867.c | 2 +-
2 files changed, 6 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 0ebd4a8 [Hexagon] Standardize vector predicate load/store pseudo inst [...]
new 0084b42 [InstCombine] use m_APInt in foldICmpWithConstant; 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/Transforms/InstCombine/InstCombineCompares.cpp | 92 +++++++++++-----------
lib/Transforms/InstCombine/InstCombineInternal.h | 3 +-
2 files changed, 46 insertions(+), 49 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 5d7cb14 Reduce the number of allocations required for AST attributes. [...]
new da17e40 Revert "[X86] Add xgetbv/x[X86] Add xgetbv xsetbv intrinsics [...]
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/clang/Basic/BuiltinsX86.def | 2 --
lib/CodeGen/CGBuiltin.cpp | 6 +---
lib/Headers/intrin.h | 10 ++++++
lib/Headers/xsaveintrin.h | 13 -------
test/CodeGen/builtins-x86.c | 2 --
test/CodeGen/x86_32-xsave.c | 56 ++---------------------------
test/CodeGen/x86_64-xsave.c | 72 ++-----------------------------------
test/Headers/ms-intrin.cpp | 1 +
8 files changed, 17 insertions(+), 145 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-tools-extra.
from f568176 [clang-tidy] readability-implicit-bool-cast forgets to store [...]
new 0eb9139 Remove most instances of REQUIRES: shell from the tools/extra 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/clang-tidy/clang-tidy-run-with-database.cpp | 3 +--
test/clang-tidy/list-checks.cpp | 1 -
test/include-fixer/commandline_options.cpp | 7 +++----
test/include-fixer/exit_on_fatal.cpp | 1 -
test/include-fixer/fixeddb.cpp | 1 -
test/include-fixer/include_path.cpp | 5 ++---
test/include-fixer/merge.test | 1 -
test/include-fixer/prefix_variable.cpp | 1 -
test/include-fixer/yamldb.cpp | 1 -
test/include-fixer/yamldb_autodetect.cpp | 1 -
10 files changed, 6 insertions(+), 16 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.