This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 2a2770c PR c++/77467 * constexpr.c (enum constexpr_switch_state): N [...]
new 5feeeb0 2016-09-28 Jerry DeLisle <jvdelisle(a)gcc.gnu.org>
new d23296d 2016-09-28 Jerry DeLisle <jvdelisle(a)gcc.gnu.org>
new 3c57b79 * gimple-ssa-sprintf.c: Fix comment formatting. (format_int [...]
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:
gcc/ChangeLog | 9 +++++++
gcc/gimple-ssa-sprintf.c | 42 +++++++++++++-------------------
gcc/testsuite/ChangeLog | 5 ++++
gcc/testsuite/gfortran.dg/inquire_17.f90 | 10 ++++++++
libgfortran/ChangeLog | 6 +++++
libgfortran/io/transfer.c | 7 +++---
6 files changed, 51 insertions(+), 28 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/inquire_17.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 clang.
from 7da28ae Re-commit r282556, reverted in r282564, with a fix to CallArg [...]
new d024a29 Long-overdue update to cxx_status: C++14 is no longer "upcoming".
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:
www/cxx_status.html | 26 ++++++++++----------------
1 file changed, 10 insertions(+), 16 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 4785ab7 * config/i386/cpuinfo.c (__get_cpuid_output): Remove. (__cp [...]
new 2a2770c PR c++/77467 * constexpr.c (enum constexpr_switch_state): N [...]
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/cp/ChangeLog | 23 +++++
gcc/cp/constexpr.c | 116 ++++++++++++++++++------
gcc/testsuite/ChangeLog | 5 ++
gcc/testsuite/g++.dg/cpp1y/constexpr-77467.C | 128 +++++++++++++++++++++++++++
4 files changed, 243 insertions(+), 29 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/constexpr-77467.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 27e0165 Fix the bug introduced in r282616.
new 22cd98f [InstCombine] update to use FileCheck
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/Transforms/InstCombine/bit-checks.ll | 673 ++++++++++++++++++------------
1 file changed, 410 insertions(+), 263 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 6a96fd6 [CUDA] Added support for CUDA-8
new 7da28ae Re-commit r282556, reverted in r282564, with a fix to CallArg [...]
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/AST/ExprCXX.h | 10 ++
lib/CodeGen/CGCall.cpp | 8 +-
lib/CodeGen/CGCall.h | 14 ++-
lib/CodeGen/CGExpr.cpp | 11 +-
lib/CodeGen/CGExprCXX.cpp | 44 +++++--
lib/CodeGen/CodeGenFunction.h | 12 +-
lib/CodeGen/ItaniumCXXABI.cpp | 5 +-
test/CodeGenCXX/cxx1z-eval-order.cpp | 140 ++++++++++++++++------
test/CodeGenObjCXX/property-object-reference-2.mm | 2 +-
www/cxx_status.html | 11 +-
10 files changed, 193 insertions(+), 64 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 bc9cf99 Fix the bug when -compile-twice is specified, the PSI will be [...]
new 27e0165 Fix the bug introduced in r282616.
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/LTO/ThinLTOCodeGenerator.cpp | 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 compiler-rt.
from e398a5c [compiler-rt] Fix interception of multiple defined symbols.
new 5969de9 Add build script for symbolizer which can be linked into inst [...]
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:
.../symbolizer/sanitizer_symbolize.cc | 72 ++++++++
.../symbolizer/sanitizer_wrappers.cc | 182 ++++++++++++++++++++
.../symbolizer/scripts/build_symbolizer.sh | 183 +++++++++++++++++++++
.../symbolizer/scripts/global_symbols.txt | 130 +++++++++++++++
.../TestCases/Linux/print_memory_profile_test.cc | 24 +--
5 files changed, 581 insertions(+), 10 deletions(-)
create mode 100644 lib/sanitizer_common/symbolizer/sanitizer_symbolize.cc
create mode 100644 lib/sanitizer_common/symbolizer/sanitizer_wrappers.cc
create mode 100755 lib/sanitizer_common/symbolizer/scripts/build_symbolizer.sh
create mode 100644 lib/sanitizer_common/symbolizer/scripts/global_symbols.txt
--
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 release_39
in repository llvm.
from 69e5622 [3.9.1] Merging r281319 [ARM] Support ldr.w in pseudo instruc [...]
new 2eb3d6d Cherry pick r281957 (see http://llvm.org/PR30463)
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/BranchFolding.cpp | 19 ++++++++++++++-----
test/CodeGen/X86/branchfolding-undef.mir | 29 +++++++++++++++++++++++++++++
2 files changed, 43 insertions(+), 5 deletions(-)
create mode 100644 test/CodeGen/X86/branchfolding-undef.mir
--
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 77f586a [X86][AVX] Add test showing that VBROADCAST loads don't corre [...]
new bc9cf99 Fix the bug when -compile-twice is specified, the PSI will be [...]
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/ProfileSummaryInfo.h | 6 ++++--
lib/Analysis/ProfileSummaryInfo.cpp | 15 ++++++++++++---
2 files changed, 16 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 0735186 * include/std/chrono (system_clock): Fix typo in comment.
new 4785ab7 * config/i386/cpuinfo.c (__get_cpuid_output): Remove. (__cp [...]
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:
libgcc/ChangeLog | 5 +++++
libgcc/config/i386/cpuinfo.c | 20 +++-----------------
2 files changed, 8 insertions(+), 17 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.