This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from c1458454c9 -Wdocumentation should allow '...' params in variadic functi [...]
new f10bd51bb6 [MS] Raise the default value of _MSC_VER to 1911, which is VS 2017
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/ReleaseNotes.rst | 5 +++++
lib/Driver/ToolChains/MSVC.cpp | 5 ++---
2 files changed, 7 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 llvm.
from e14de92ad45 Unify spelling.
new 44bde8dadb8 [llvm-rc] Add optional serialization support for DIALOG(EX) [...]
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:
.../llvm-rc/Inputs/parser-correct-everything.rc | 2 +-
.../llvm-rc/Inputs/parser-dialog-simple-font.rc | 4 +
test/tools/llvm-rc/Inputs/tag-dialog-bad-style.rc | 2 +
test/tools/llvm-rc/Inputs/tag-dialog-headers.rc | 53 +++
test/tools/llvm-rc/parser.test | 7 +-
test/tools/llvm-rc/tag-dialog.test | 393 +++++++++++++++++++++
tools/llvm-rc/ResourceFileWriter.cpp | 67 +++-
tools/llvm-rc/ResourceFileWriter.h | 14 +
tools/llvm-rc/ResourceScriptParser.cpp | 40 ++-
tools/llvm-rc/ResourceScriptParser.h | 8 +-
tools/llvm-rc/ResourceScriptStmt.cpp | 6 +-
tools/llvm-rc/ResourceScriptStmt.h | 23 +-
tools/llvm-rc/ResourceVisitor.h | 6 +
13 files changed, 597 insertions(+), 28 deletions(-)
create mode 100644 test/tools/llvm-rc/Inputs/parser-dialog-simple-font.rc
create mode 100644 test/tools/llvm-rc/Inputs/tag-dialog-bad-style.rc
create mode 100644 test/tools/llvm-rc/Inputs/tag-dialog-headers.rc
--
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 f1381a926e Revert r315087
new c1458454c9 -Wdocumentation should allow '...' params in variadic functi [...]
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/AST/CommentSema.cpp | 10 +++++++++-
test/Sema/warn-documentation.cpp | 22 ++++++++++++++++++++++
test/Sema/warn-documentation.m | 11 +++++++++++
3 files changed, 42 insertions(+), 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 b3c632084 [asan] Use gold linker in android tests.
new e9b56a340 [sanitizer] Test ubsan and cfi on android.
new 8501b0e87 Factor out default_(a|ub)sanitizer_opts in lit.
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:
cmake/config-ix.cmake | 2 +-
test/asan/lit.cfg | 34 ++++++++--------------
test/cfi/cross-dso/lit.local.cfg | 2 +-
test/cfi/lit.cfg | 4 +--
test/cfi/stats.cpp | 3 ++
test/lit.common.cfg | 12 ++++++--
.../android_commands/android_run.py | 2 +-
test/ubsan/CMakeLists.txt | 2 +-
test/ubsan/TestCases/Integer/suppressions.cpp | 1 +
.../TestCases/TypeCheck/Function/lit.local.cfg | 2 +-
test/ubsan/lit.common.cfg | 10 ++-----
11 files changed, 36 insertions(+), 38 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 release/2.26/master
in repository glibc.
from 6e1ea21501 malloc: Fix tcache leak after thread destruction [BZ #22111]
new d5c6dea2d5 Update NEWS for bug 22111.
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:
NEWS | 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 llvm.
from 0ef919dcd45 [GlobalISel] Fix legalizer trying to process a deleted inst [...]
new eadc313c6ab llvm-dwarfdump: Add an option to collect debug info quality [...]
new e14de92ad45 Unify spelling.
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/CommandGuide/llvm-dwarfdump.rst | 5 +
include/llvm/ADT/STLExtras.h | 7 +
test/tools/llvm-dwarfdump/X86/statistics.ll | 134 ++++++++++++++++
test/tools/llvm-dwarfdump/cmdline.test | 1 +
tools/llvm-dwarfdump/CMakeLists.txt | 1 +
tools/llvm-dwarfdump/Statistics.cpp | 239 ++++++++++++++++++++++++++++
tools/llvm-dwarfdump/llvm-dwarfdump.cpp | 44 +++--
7 files changed, 414 insertions(+), 17 deletions(-)
create mode 100644 test/tools/llvm-dwarfdump/X86/statistics.ll
create mode 100644 tools/llvm-dwarfdump/Statistics.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 master
in repository glibc.
from fd3b4e7c8a Use libm_alias_ldouble for ldbl-128 functions.
new f85a176f3f Use libm_alias_double in ldbl-128, ldbl-96 fma.
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 +++++
sysdeps/ieee754/ldbl-128/s_fma.c | 3 ++-
sysdeps/ieee754/ldbl-96/s_fma.c | 3 ++-
3 files changed, 9 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 lld.
from 2aef841ce [lit] Improve tool substitution in lit.
new 2e012291f Inline a small function. NFC.
new c9eaeea81 Refine our --wrap implementation.
new faf507e7a Revert r314616: Run writeTo() concurrently.
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:
ELF/InputSection.cpp | 22 ++++++++--------------
ELF/InputSection.h | 1 -
ELF/SymbolTable.cpp | 34 ++++++++++++++++++++++++++++++++++
ELF/SymbolTable.h | 3 +++
ELF/Writer.cpp | 6 ++----
test/ELF/Inputs/wrap-no-real.s | 3 +++
test/ELF/lto/wrap-2.ll | 4 ++--
test/ELF/wrap-no-real.s | 26 ++++++++++++++++++++++++++
test/ELF/wrap.s | 8 ++------
9 files changed, 80 insertions(+), 27 deletions(-)
create mode 100644 test/ELF/Inputs/wrap-no-real.s
create mode 100644 test/ELF/wrap-no-real.s
--
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/2.26/master
in repository glibc.
from dd3a7239fd test-math-iscanonical.cc: Replace bool with int
new 6e1ea21501 malloc: Fix tcache leak after thread destruction [BZ #22111]
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 | 9 ++++
malloc/Makefile | 3 ++
malloc/malloc.c | 8 +--
malloc/tst-malloc-tcache-leak.c | 112 ++++++++++++++++++++++++++++++++++++++++
4 files changed, 129 insertions(+), 3 deletions(-)
create mode 100644 malloc/tst-malloc-tcache-leak.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.