This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from b69a2b5cec2 [CodeGenPrepare] Cut off FindAllMemoryUses if there are too [...]
new d5395f15ca1 Add missing case to switch
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/DebugInfo/PDB/PDBExtras.cpp | 1 +
1 file changed, 1 insertion(+)
--
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 binutils-gdb.
from 7684e58062 [AArch64] Fix the bit pattern order in the comments in auto- [...]
new 031ed05dd2 s390-vregs.exp: Fix Tcl error after non-zero-pad patch
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/testsuite/ChangeLog | 6 ++++++
gdb/testsuite/gdb.arch/s390-vregs.exp | 18 ++++++++++--------
2 files changed, 16 insertions(+), 8 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 194f31ae02b NFC. Fixed typos in the comments.
new 7749c87e33b Format some case labels and shrink an anonymous namespace NFC
new 78116356ca3 [codeview] Emit 'D' as the cv source language for D code
new b69a2b5cec2 [CodeGenPrepare] Cut off FindAllMemoryUses if there are too [...]
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:
include/llvm/DebugInfo/CodeView/CodeView.h | 6 ++++-
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 29 ++++++++++-----------
lib/CodeGen/CodeGenPrepare.cpp | 17 ++++++++++---
lib/DebugInfo/CodeView/EnumTables.cpp | 2 +-
test/DebugInfo/COFF/dlang.ll | 41 ++++++++++++++++++++++++++++++
tools/llvm-pdbutil/MinimalSymbolDumper.cpp | 1 +
6 files changed, 75 insertions(+), 21 deletions(-)
create mode 100644 test/DebugInfo/COFF/dlang.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 llvm.
from 9988d29df52 [DOTGraphTraits] Propagate Graph template argument, NFC
new 194f31ae02b NFC. Fixed typos in the comments.
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:
utils/docker/debian8/release/Dockerfile | 2 +-
utils/docker/example/release/Dockerfile | 2 +-
2 files changed, 2 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 newlib.
from d6cac3e1d [arm] Fix strcpy for unified syntax on ARMv4t thumb.
new be1485191 cygwin: Fix resource leak in readdir reparse point handling
new 42f1be581 cygwin: fix formatting in check_reparse_point_target
new 3e80cefb1 cygwin: unify reparse point checking code into single function
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:
winsup/cygwin/fhandler_disk_file.cc | 69 +++++++--------------------
winsup/cygwin/path.cc | 95 ++++++++++++++++++++++---------------
winsup/cygwin/path.h | 3 +-
3 files changed, 74 insertions(+), 93 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 614a50c10 [compiler-rt] Add missing const specifier to MemoryMappedSegm [...]
new 5884a6648 [scudo] Quarantine overhaul
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/scudo/scudo_allocator.cpp | 69 ++++++++++++++++++----------------------
lib/scudo/scudo_flags.cpp | 49 ++++++++++++++++++++++-------
lib/scudo/scudo_flags.inc | 22 +++++++++----
test/scudo/overflow.cpp | 6 ++--
test/scudo/quarantine.cpp | 73 +++++++++++++++++++++++++++++++++++++++----
5 files changed, 154 insertions(+), 65 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 218d603c34 [mips] Add support for -m(no-)extern-data.
new 6fc7e24c55 [clang-format] Fix comment levels between '} else {' and PPD [...]
new 80a3f91c8e [OPENMP] Fix the restrictions for in_reduction clause.
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/Format/TokenAnnotator.cpp | 2 +-
lib/Format/UnwrappedLineParser.cpp | 18 +++--
lib/Format/UnwrappedLineParser.h | 8 +-
lib/Sema/SemaOpenMP.cpp | 91 +++++++++++++---------
test/OpenMP/task_ast_print.cpp | 8 ++
unittests/Format/FormatTestComments.cpp | 133 +++++++++++++++++++++++++++++++-
6 files changed, 211 insertions(+), 49 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 f2d5726e3 [sanitizer_common] Move filesystem-related code out of saniti [...]
new 614a50c10 [compiler-rt] Add missing const specifier to MemoryMappedSegm [...]
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/sanitizer_procmaps.h | 8 ++++----
1 file changed, 4 insertions(+), 4 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 glibc.
from 422ff87c24 Avoid accessing corrupted stack from __stack_chk_fail [BZ #21752]
new 95a7339258 tunables: Use direct syscall for access (BZ#21744)
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 | 10 +++++++
elf/dl-tunables.c | 2 ++
include/unistd.h | 7 -----
.../float1282mpn.c => generic/not-errno.h} | 5 ++--
sysdeps/unix/sysv/linux/access.c | 15 ----------
sysdeps/unix/sysv/linux/{access.c => not-errno.h} | 32 +++++++---------------
6 files changed, 24 insertions(+), 47 deletions(-)
copy sysdeps/{ieee754/float128/float1282mpn.c => generic/not-errno.h} (86%)
copy sysdeps/unix/sysv/linux/{access.c => not-errno.h} (57%)
--
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 4c6428f58e [X86][InlineAsm][Ms Compatibility]Prefer variable name over [...]
new 218d603c34 [mips] Add support for -m(no-)extern-data.
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/Driver/Options.td | 6 ++++++
lib/Driver/ToolChains/Clang.cpp | 11 +++++++++++
test/Driver/mips-features.c | 15 +++++++++++++++
3 files changed, 32 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.