This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch binutils-2_30-branch
in repository binutils-gdb.
from af8eb8d29a Update Ukranian and Russian translations in bfd library
new 780d50f35c Automatic date update in version.in
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:
bfd/version.h | 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 d60daad1a57 PR c++/83824 * parser.c (attr_chainon): New function. (c [...]
new fc9b0d53062 2018-01-17 Harald Anlauf <anlauf(a)gmx.de>
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 | 5 +++++
gcc/fortran/decl.c | 2 +-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/pr83874.f90 | 19 +++++++++++++++++++
4 files changed, 30 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr83874.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 d3309408027 [LangRef] Clarify Varargs forwarding for musttail calls.
new daef2dedfff [CodeGen] Hoist common AsmPrinter code out of X86, ARM, and [...]
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/AsmPrinter/AsmPrinter.cpp | 16 ++++++++
lib/Target/AArch64/AArch64AsmPrinter.cpp | 23 -----------
lib/Target/ARM/ARMAsmPrinter.cpp | 23 -----------
lib/Target/X86/X86AsmPrinter.cpp | 21 ----------
test/CodeGen/AArch64/dllexport.ll | 57 +++++++++++++-------------
test/CodeGen/ARM/Windows/dllexport.ll | 57 +++++++++++++-------------
test/CodeGen/X86/dllexport-x86_64.ll | 64 +++++++++++++++---------------
test/CodeGen/X86/dllexport.ll | 68 ++++++++++++++++----------------
8 files changed, 138 insertions(+), 191 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 33b0668845 [ASTMatchers] Support generating docs for single-line matchers
new 0e0ad4e27a [analyzer] operator new: Add a new checker callback, check:: [...]
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/StaticAnalyzer/Core/Checker.h | 16 +++++
include/clang/StaticAnalyzer/Core/CheckerManager.h | 14 ++++
.../Checkers/CheckerDocumentation.cpp | 17 +++++
lib/StaticAnalyzer/Checkers/MallocChecker.cpp | 80 +++++++++++++++-------
lib/StaticAnalyzer/Core/CheckerManager.cpp | 44 ++++++++++++
lib/StaticAnalyzer/Core/ExprEngineCXX.cpp | 9 ++-
.../Core/ExprEngineCallAndReturn.cpp | 21 ++++--
test/Analysis/NewDelete-custom.cpp | 18 ++---
test/Analysis/new-ctor-malloc.cpp | 18 +++++
9 files changed, 198 insertions(+), 39 deletions(-)
create mode 100644 test/Analysis/new-ctor-malloc.cpp
--
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 gdb-8.1-branch
in repository binutils-gdb.
from 6949085e3e configure: Fix test for fs_base/gs_base in <sys/user.h>
new 2a54d2158b Fix warning on gdb/compile/compile.c (C++-ify "triplet_rx")
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:
gdb/ChangeLog | 5 +++++
gdb/compile/compile.c | 11 ++++++-----
2 files changed, 11 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 5db6ff227c3 [gcc] 2018-01-17 Michael Meissner <meissner(a)linux.vnet.ibm.com>
new d60daad1a57 PR c++/83824 * parser.c (attr_chainon): New function. (c [...]
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 | 12 ++++++
gcc/cp/parser.c | 83 ++++++++++++++++++++++--------------
gcc/testsuite/ChangeLog | 5 +++
gcc/testsuite/g++.dg/cpp0x/pr83824.C | 9 ++++
4 files changed, 77 insertions(+), 32 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr83824.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 45915dee3d7 Add a TargetOption to enable/disable GlobalISel
new f368028af49 [hwasan] LLVM-level flags for linux kernel-compatible hwasa [...]
new d3309408027 [LangRef] Clarify Varargs forwarding for musttail calls.
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:
docs/LangRef.rst | 8 +++---
.../Instrumentation/HWAddressSanitizer.cpp | 30 +++++++++++++++++-----
test/Instrumentation/HWAddressSanitizer/kernel.ll | 27 +++++++++++++++++++
3 files changed, 55 insertions(+), 10 deletions(-)
create mode 100644 test/Instrumentation/HWAddressSanitizer/kernel.ll
--
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 47982b479 [scudo] Fix for the Scudo interface function scope
new 6ae9c03ff [Sanitizers] Make common allocator agnostic to failure handli [...]
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_allocator.cc | 18 +++++++++---------
lib/hwasan/hwasan_allocator.cc | 4 +++-
lib/lsan/lsan_allocator.cc | 10 ++++++----
lib/msan/msan_allocator.cc | 14 ++++++++------
lib/sanitizer_common/sanitizer_allocator.cc | 13 +++++++------
lib/sanitizer_common/sanitizer_allocator_combined.h | 12 ++++++------
lib/sanitizer_common/sanitizer_allocator_internal.h | 2 +-
lib/sanitizer_common/sanitizer_allocator_secondary.h | 15 ++++++++-------
lib/sanitizer_common/tests/sanitizer_allocator_test.cc | 15 +++++----------
lib/tsan/rtl/tsan_mman.cc | 14 +++++++-------
10 files changed, 60 insertions(+), 57 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/pr22715/2.24
in repository glibc.
at 1c9a233a52 x86-64: Properly align La_x86_64_retval to VEC_SIZE [BZ #22715]
This branch includes the following new commits:
new 1c9a233a52 x86-64: Properly align La_x86_64_retval to VEC_SIZE [BZ #22715]
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.
--
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 5ae3508468 [analyzer] operator new: Fix ambigious type name.
new 33b0668845 [ASTMatchers] Support generating docs for single-line matchers
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:
docs/tools/dump_ast_matchers.py | 2 +-
include/clang/ASTMatchers/ASTMatchers.h | 4 +---
2 files changed, 2 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.