This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from f3e9b57 [SCCP] Update comment in visitBinaryOp() after recent changes.
new 1829afe [libFuzzer] ensure that entries in PersistentAutoDictionary a [...]
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/FuzzerMutate.cpp | 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 9a63b87 [XRay][Arm] Repair XRay table emission on Arm32 and add tests [...]
new f3e9b57 [SCCP] Update comment in visitBinaryOp() after recent changes.
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/Scalar/SCCP.cpp | 7 ++++---
1 file changed, 4 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 clang.
from 103c86b Module: Improve diagnostic message when cxx modules are disab [...]
new a669043 PR13403 (+duplicates): implement C++ DR1310 (http://wg21.link [...]
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/DiagnosticParseKinds.td | 3 -
include/clang/Basic/DiagnosticSemaKinds.td | 11 ++-
include/clang/Sema/Sema.h | 9 ++-
lib/AST/ASTContext.cpp | 8 +-
lib/Parse/ParseDecl.cpp | 69 +++++------------
lib/Parse/ParseExprCXX.cpp | 2 +-
lib/Parse/ParseTemplate.cpp | 13 ++--
lib/Parse/Parser.cpp | 1 +
lib/Sema/SemaCXXScopeSpec.cpp | 4 +-
lib/Sema/SemaDecl.cpp | 18 +++++
lib/Sema/SemaExprCXX.cpp | 14 +++-
lib/Sema/SemaTemplate.cpp | 71 ++++++++++++++---
.../basic.lookup.qual/class.qual/p2.cpp | 89 +++++++++++++++++++++-
test/CXX/drs/dr13xx.cpp | 53 +++++++++++++
test/CXX/drs/dr1xx.cpp | 6 +-
test/Driver/response-file.c | 2 +
test/Index/annotate-nested-name-specifier.cpp | 2 +-
test/Parser/cxx0x-ambig.cpp | 2 +-
test/SemaTemplate/injected-class-name.cpp | 5 +-
test/SemaTemplate/instantiate-enum.cpp | 5 +-
test/SemaTemplate/instantiate-member-class.cpp | 4 +-
test/SemaTemplate/ms-sizeof-missing-typename.cpp | 2 +-
www/cxx_dr_status.html | 6 +-
23 files changed, 296 insertions(+), 103 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 c831236 Fix unsafe moves inside loops
new a3180a3 PR target/78478 * config/ax_check_define.m4: New file.
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:
ChangeLog | 5 +++
config/ax_check_define.m4 | 92 ++++++++++++++++++++++++++++++++++++++++++++++
libgfortran/ChangeLog | 9 +++++
libgfortran/acinclude.m4 | 1 +
libgfortran/configure | 37 +++++++++++++++++++
libgfortran/configure.ac | 3 ++
libgfortran/configure.host | 6 ++-
7 files changed, 152 insertions(+), 1 deletion(-)
create mode 100644 config/ax_check_define.m4
--
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 glibc.
from 41389c4 Fix environment traversal when an envvar value is empty
new fe3f048 Restore clock_* librt exports for MicroBlaze (bug 21061).
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:
ChangeLog | 5 +++++
.../unix/sysv/linux/microblaze/clock-compat.c | 25 ++++++++++------------
2 files changed, 16 insertions(+), 14 deletions(-)
copy string/bits/strings_fortified.h => sysdeps/unix/sysv/linux/microblaze/clock-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 newlib.
from 19f9a97 miscfuncs.cc: Drop unneeded includes and unused global variable
new 9985cf6 miscfuncs.h: Drop now unneeded getentropy declaration
new 3b7b65b Simplify check for Alt-Numpad
new dd7c87a miscfuncs.cc: Revert exclusion of inclusion of exception.h
new ef00718 Cleanup fhandler_console::read for readability
The 4 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:
winsup/cygwin/fhandler_console.cc | 71 ++++++++++++++-------------------------
winsup/cygwin/miscfuncs.cc | 1 +
winsup/cygwin/miscfuncs.h | 26 +++++++++++++-
winsup/cygwin/select.cc | 20 +++--------
4 files changed, 56 insertions(+), 62 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 b1330a5 [Assembler] Improve error when unable to evaluate expression.
new 9a63b87 [XRay][Arm] Repair XRay table emission on Arm32 and add 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:
lib/Target/ARM/ARMAsmPrinter.cpp | 3 +++
test/CodeGen/ARM/xray-armv6-attribute-instrumentation.ll | 6 ++++++
test/CodeGen/ARM/xray-armv7-attribute-instrumentation.ll | 6 ++++++
3 files changed, 15 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 e1c28cd [Builtin] [ARM] Update CMake to support the build of armv6m
new 3b3b6f2 [XRay][Arm] Enable back XRay testing on Arm32 and fix the fai [...]
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/xray/xray_arm.cc | 7 ++++++-
test/xray/lit.cfg | 8 +++++++-
2 files changed, 13 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 gcc.
from f6a6552 gcc/ 2017-01-19 Tamar Christina <tamar.christina(a)arm.com>
new c831236 Fix unsafe moves inside loops
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:
libstdc++-v3/ChangeLog | 7 +++++++
libstdc++-v3/include/bits/stl_heap.h | 9 ++++++---
.../testsuite/23_containers/priority_queue/67085.cc | 4 ++--
.../77528.cc => 25_algorithms/make_heap/movable.cc} | 17 ++++++++---------
4 files changed, 23 insertions(+), 14 deletions(-)
copy libstdc++-v3/testsuite/{23_containers/stack/77528.cc => 25_algorithms/make_he [...]
--
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 6610ca1 [libFuzzer] improve -minimize_crash: honor -artifact_prefix= [...]
new e2c3142 Fix aliases to thumbfunc-based exprs to be thumbfunc.
new b1330a5 [Assembler] Improve error when unable to evaluate expression.
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/MC/MCExpr.h | 23 ++++++++++++++---------
lib/MC/MCAssembler.cpp | 12 +++++++++---
lib/MC/MCExpr.cpp | 13 +++++++------
lib/MC/MCFragment.cpp | 7 +++----
lib/MC/MCParser/AsmParser.cpp | 5 +++--
test/MC/AArch64/error-location-post-layout.s | 9 +++------
test/MC/ARM/elf-thumbfunc.s | 10 ++++++++++
test/MC/ARM/error-location-post-layout.s | 12 ++++++------
8 files changed, 55 insertions(+), 36 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.