This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 9563977e8b [X86] Add support for 'amdfam17h' to __builtin_cpu_is to match gcc.
new f8e070853e [Driver] Export symbols needed to use profile runtime
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/Darwin.cpp | 29 +++++++++++++++++++++++++++++
test/Driver/darwin-ld.c | 14 ++++++++++++++
2 files changed, 43 insertions(+)
--
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 6ac6915cc75 Really fix llvm-rc include-paths.test
new 761e543ac73 [Transforms] Fix some Clang-tidy modernize and Include What [...]
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/Transforms/Utils/CodeExtractor.h | 51 ++++++-----
include/llvm/Transforms/Utils/FunctionComparator.h | 25 +++--
include/llvm/Transforms/Utils/PredicateInfo.h | 75 +++++++--------
include/llvm/Transforms/Utils/SSAUpdater.h | 29 +++---
include/llvm/Transforms/Utils/SSAUpdaterImpl.h | 75 ++++++++-------
include/llvm/Transforms/Utils/SymbolRewriter.h | 8 +-
lib/Transforms/Utils/CodeExtractor.cpp | 68 ++++++++------
lib/Transforms/Utils/FunctionComparator.cpp | 45 +++++++--
lib/Transforms/Utils/PredicateInfo.cpp | 95 +++++++++++--------
lib/Transforms/Utils/SSAUpdater.cpp | 39 ++++----
lib/Transforms/Utils/SymbolRewriter.cpp | 101 ++++++++++++---------
11 files changed, 361 insertions(+), 250 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 adf2c165d9 [Analyzer] Support bodyfarming libstdc++ implementation of s [...]
new 9563977e8b [X86] Add support for 'amdfam17h' to __builtin_cpu_is to match gcc.
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/Basic/Targets/X86.cpp | 1 +
lib/CodeGen/CGBuiltin.cpp | 2 ++
test/CodeGen/target-builtin-noerror.c | 1 +
3 files changed, 4 insertions(+)
--
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 95281d613 [sanitizer] Move the errno/ENOMEM allocator checks logic to s [...]
new c16a15f6e Disable profile tests on Android.
new e3e1659d1 Disable TSan tests on Android.
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/tsan/CMakeLists.txt | 3 ++-
lib/tsan/tests/CMakeLists.txt | 2 +-
test/profile/lit.cfg | 3 +++
test/tsan/CMakeLists.txt | 2 +-
test/tsan/lit.cfg | 3 +++
5 files changed, 10 insertions(+), 3 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 compiler-rt.
from 57e44143e [ubsan] Support ubsan-minimal tests on Android.
new 95281d613 [sanitizer] Move the errno/ENOMEM allocator checks logic to s [...]
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/sanitizer_common/CMakeLists.txt | 1 +
...istent_allocator.cc => sanitizer_allocator_checks.cc} | 16 ++++++++++------
lib/sanitizer_common/sanitizer_allocator_checks.h | 9 +++++++--
lib/tsan/rtl/tsan_mman.cc | 1 +
4 files changed, 19 insertions(+), 8 deletions(-)
copy lib/sanitizer_common/{sanitizer_persistent_allocator.cc => sanitizer_allocato [...]
--
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 93d4eecab59 PR middle-end/80421 * gcc.c-torture/execute/pr80421.c: New test.
new 44494055cc4 * config/i386/i386.c (ix86_canonicalize_comparison): New f [...]
new 7795ea01e00 runtime: fix issues on AIX about uintptr(_t)
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 | 24 +++++++++++++++---------
gcc/config/i386/i386.c | 27 +++++++++++++++++++++++++++
gcc/go/gofrontend/MERGE | 2 +-
gcc/testsuite/ChangeLog | 14 +++++++++-----
gcc/testsuite/gcc.target/i386/387-ficom-2.c | 9 +++++++++
libgo/runtime/go-caller.c | 2 +-
libgo/runtime/proc.c | 2 +-
7 files changed, 63 insertions(+), 17 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/387-ficom-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 d0071aec2a6 /gcc 2017-10-11 Qing Zhao <qing.zhao(a)oracle.com>
new ca9472248f4 PR c++/80194 * g++.dg/cpp1y/pr80194.C: New test.
new 86b21f49419 PR c++/78523 * g++.dg/cpp1y/pr78523.C: New test.
new 727f3baffee PR c++/82414 * g++.dg/lto/pr82414_0.C: New test.
new a5a2cc6f4df PR tree-optimization/78558 * gcc.dg/vect/pr78558.c: New test.
new 93d4eecab59 PR middle-end/80421 * gcc.c-torture/execute/pr80421.c: New test.
The 5 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 | 17 ++++
gcc/testsuite/g++.dg/cpp1y/pr78523.C | 12 +++
gcc/testsuite/g++.dg/cpp1y/pr80194.C | 17 ++++
gcc/testsuite/g++.dg/lto/pr82414_0.C | 13 +++
gcc/testsuite/gcc.c-torture/execute/pr80421.c | 121 ++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/vect/pr78558.c | 44 ++++++++++
6 files changed, 224 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/pr78523.C
create mode 100644 gcc/testsuite/g++.dg/cpp1y/pr80194.C
create mode 100644 gcc/testsuite/g++.dg/lto/pr82414_0.C
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr80421.c
create mode 100644 gcc/testsuite/gcc.dg/vect/pr78558.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 clang.
from 57a445eedd [clang-fuzzer] Build with newer protobuf-mutator.
new adf2c165d9 [Analyzer] Support bodyfarming libstdc++ implementation of s [...]
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/BodyFarm.cpp | 44 +++++++++++++++++++++++++-------------------
test/Analysis/call_once.cpp | 11 ++++++++++-
2 files changed, 35 insertions(+), 20 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.