This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 07fb566d4b4 [libFuzzer] experimental support for Clang's coverage (fpro [...]
new f604fb5d6e2 D36604: PR34148: Do not assume we can use a copy relocation [...]
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/TargetMachine.cpp | 5 +++--
test/CodeGen/X86/global-access-pie-copyrelocs.ll | 14 ++++++++++++++
2 files changed, 17 insertions(+), 2 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 c5fedc7598 [OpenMP] Move failing flag tests to disabled GPU offloading [...]
new 7ecee51e07 Disabling openmp-offload.c on linux until it is stabilized o [...]
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/Driver/openmp-offload.c | 3 +++
1 file changed, 3 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 3683455e312 [x86] add tests for rotate left/right with masked shifter; NFC
new 07fb566d4b4 [libFuzzer] experimental support for Clang's coverage (fpro [...]
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/Fuzzer/CMakeLists.txt | 1 +
lib/Fuzzer/FuzzerClangCounters.cpp | 49 ++++++++++++++++++++++++++++
lib/Fuzzer/FuzzerDefs.h | 4 +++
lib/Fuzzer/FuzzerTracePC.cpp | 20 ++++++++----
lib/Fuzzer/FuzzerTracePC.h | 33 ++++++++++++++-----
lib/Fuzzer/test/fprofile-instr-generate.test | 7 ++++
6 files changed, 99 insertions(+), 15 deletions(-)
create mode 100644 lib/Fuzzer/FuzzerClangCounters.cpp
create mode 100644 lib/Fuzzer/test/fprofile-instr-generate.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 llvm.
from f722db8b0a2 [MIPS] Use ABI to determine stack alignment.
new 3683455e312 [x86] add tests for rotate left/right with masked shifter; NFC
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/CodeGen/X86/rotate4.ll | 151 ++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 151 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 53b30a288 Enable ASAN on NetBSD
new 83dafd31d [compiler-rt] Add SANITIZER_CXX_ABI_LIBNAME=libc++ option.
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:
CMakeLists.txt | 2 ++
1 file changed, 2 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 c5e4ac86db2 [Analysis] Fix some Clang-tidy modernize-use-using and Incl [...]
new 2e808dea515 [x86] regenerate test checks, add 64-bit run; NFC
new f722db8b0a2 [MIPS] Use ABI to determine stack alignment.
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/Target/Mips/MipsSubtarget.h | 4 +-
test/CodeGen/Mips/stack-alignment.ll | 4 +-
test/CodeGen/X86/rot16.ll | 216 ++++++++++++++++++++++++-----------
3 files changed, 153 insertions(+), 71 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 2f4440dc771 Fix some broken tests.
new c5e4ac86db2 [Analysis] Fix some Clang-tidy modernize-use-using and Incl [...]
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/AliasAnalysis.h | 38 ++++++-----
include/llvm/Analysis/BasicAliasAnalysis.h | 40 +++++++----
include/llvm/Analysis/CFLAndersAliasAnalysis.h | 28 +++++---
include/llvm/Analysis/CFLSteensAliasAnalysis.h | 29 ++++----
include/llvm/Analysis/LazyCallGraph.h | 68 ++++++++++---------
lib/Analysis/AliasAnalysis.cpp | 42 ++++++++----
lib/Analysis/BasicAliasAnalysis.cpp | 32 +++++++--
lib/Analysis/CFLAndersAliasAnalysis.cpp | 94 ++++++++++++++++++--------
lib/Analysis/CFLGraph.h | 55 +++++++++++----
lib/Analysis/CFLSteensAliasAnalysis.cpp | 15 ++--
lib/Analysis/LazyCallGraph.cpp | 26 +++++--
11 files changed, 306 insertions(+), 161 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 hjl/pr81820/master
in repository gcc.
discards a3751acbfea Replace frame pointer with stack pointer
adds ff00c6744b9 PR c++/80452 - Core 1579, implicit move semantics on return/throw
adds c79a9a2464a PR c++/81359 - Unparsed NSDMI error from SFINAE context.
adds 6bf4b27efb1 PR81738: Split vect-alias-check-6.c
adds ed5348787c1 Rename ix86_split_stack_boundary to ix86_split_stack_guard.
adds 05641ad8b6a PR target/81708 * config/i386/i386.opt (mstack-protector- [...]
adds 7d08196ddac PR libstdc++/81808 skip test if reading directory doesn't fail
adds 8d9f9279223 Daily bump.
adds f283da529ce PR c++/81671 - nullptr_t template parameter
adds f4b56643a35 Fix ifunc and resolver (PR ipa/81213).
adds 07b8a4124a8 Introduce TARGET_SUPPORTS_ALIASES
adds f5f4a06fc5d Do not instrument void variables with MPX (PR tree-opt/79987).
adds 56f97d12ef2 * tree-sra.c (build_access_from_expr_1): Use more precise [...]
adds ad20f4d7e0e 2017-08-11 Tamar Christina <tamar.christina(a)arm.com> * c [...]
adds a0fa63ce696 Correct invalid ChangeLog entry
adds 5b005e86c8c [PR lto/81430] Revert "Add nvptx_override_options_after_change"
adds 80e5248311b 2017-08-11 Thomas Koenig <tkoenig(a)gcc.gnu.org>
adds f8b90e58a88 2017-08-11 Thomas Koenig <tkoenig(a)gcc.gnu.org>
adds 0eb79e8b9e0 PR c/81795 * c-decl.c (pushtag): Only print inform if the [...]
new 78ed00c779c i386: Replace frame pointer with stack pointer in debug insns
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (a3751acbfea)
\
N -- N -- N refs/heads/hjl/pr81820/master (78ed00c779c)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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 | 62 ++++++++++++--
gcc/DATESTAMP | 2 +-
gcc/asan.c | 4 +-
gcc/c-family/ChangeLog | 5 ++
gcc/c-family/c-opts.c | 22 ++---
gcc/c/ChangeLog | 6 ++
gcc/c/c-decl.c | 18 ++--
gcc/cgraph.c | 7 +-
gcc/config/aarch64/aarch64.md | 6 +-
gcc/config/aarch64/predicates.md | 5 --
gcc/config/i386/i386-protos.h | 2 +-
gcc/config/i386/i386.c | 98 +++++++++++++++-------
gcc/config/i386/i386.md | 2 +-
gcc/config/i386/i386.opt | 4 +
gcc/config/nvptx/nvptx.c | 14 ----
gcc/cp/ChangeLog | 29 +++++++
gcc/cp/call.c | 26 ++++--
gcc/cp/cp-tree.h | 2 +-
gcc/cp/decl2.c | 25 +++---
gcc/cp/except.c | 30 +++++--
gcc/cp/method.c | 14 +++-
gcc/cp/optimize.c | 6 +-
gcc/cp/pt.c | 2 +-
gcc/cp/typeck.c | 20 ++++-
gcc/defaults.h | 9 ++
gcc/doc/invoke.texi | 8 +-
gcc/fortran/ChangeLog | 12 +++
gcc/fortran/invoke.texi | 8 +-
gcc/fortran/resolve.c | 27 +++---
gcc/ipa-visibility.c | 15 ++--
gcc/symtab.c | 6 +-
gcc/testsuite/ChangeLog | 32 +++++++
gcc/testsuite/g++.dg/cpp0x/move-return1.C | 22 +++++
gcc/testsuite/g++.dg/cpp0x/nullptr39.C | 15 ++++
gcc/testsuite/g++.dg/inherit/vdtor1.C | 7 ++
gcc/testsuite/gcc.dg/pr81795.c | 14 ++++
gcc/testsuite/gcc.dg/vect/vect-alias-check-6.c | 11 +--
gcc/testsuite/gcc.dg/vect/vect-alias-check-7.c | 16 ++++
gcc/testsuite/gcc.target/i386/mpx/pr79987.c | 5 ++
.../gcc.target/i386/{pr81214.c => pr81213.c} | 11 ++-
gcc/testsuite/gcc.target/i386/stack-prot-sym.c | 6 ++
gcc/testsuite/gfortran.dg/bind_c_usage_30.f90 | 6 ++
gcc/tree-chkp.c | 3 +
gcc/tree-sra.c | 8 +-
gcc/varpool.c | 6 +-
libstdc++-v3/ChangeLog | 6 ++
.../testsuite/27_io/basic_fstream/53984.cc | 25 ++++++
47 files changed, 513 insertions(+), 176 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/move-return1.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/nullptr39.C
create mode 100644 gcc/testsuite/g++.dg/inherit/vdtor1.C
create mode 100644 gcc/testsuite/gcc.dg/pr81795.c
create mode 100644 gcc/testsuite/gcc.dg/vect/vect-alias-check-7.c
create mode 100644 gcc/testsuite/gcc.target/i386/mpx/pr79987.c
copy gcc/testsuite/gcc.target/i386/{pr81214.c => pr81213.c} (54%)
create mode 100644 gcc/testsuite/gcc.target/i386/stack-prot-sym.c
create mode 100644 gcc/testsuite/gfortran.dg/bind_c_usage_30.f90
--
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 668a56d09e7 [X86] Don't use fsin/fcos/fsincos instructions ever
new f524386039f [OptDiag] Updating Remarks in SampleProfile
new 2f4440dc771 Fix some broken tests.
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:
include/llvm/IR/DiagnosticInfo.h | 1 +
include/llvm/Transforms/Instrumentation.h | 2 +-
lib/IR/DiagnosticInfo.cpp | 10 +++
lib/Transforms/IPO/SampleProfile.cpp | 75 +++++++++++-------
test/DebugInfo/PDB/pdbdump-headers.test | 96 +++++++++++++++--------
test/Transforms/SampleProfile/cov-zero-samples.ll | 4 +-
test/Transforms/SampleProfile/inline-coverage.ll | 4 +-
test/Transforms/SampleProfile/remarks.ll | 42 +++++++++-
8 files changed, 165 insertions(+), 69 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.