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 7bcd41f70 [Fuzzer] Avoid the unnecessary rebuild of the custom libc++
new 4b4c1dade [sanitizer] Fix SANITIZER_INTERCEPT_MMAP and SANITIZER_INTERC [...]
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_platform_interceptors.h | 4 ++--
1 file 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 llvm.
from 44f97b98b66 [DebugInfo] Support DWARF expressions in eh_frame
new a86576d8771 Fix cmake's multi-config generators after r326738
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:
cmake/modules/HandleLLVMOptions.cmake | 4 +---
include/llvm/ADT/Statistic.h | 7 +++++++
include/llvm/Config/llvm-config.h.cmake | 2 +-
3 files changed, 9 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 clang.
from 6522d1a803 [analyzer] [NFC] Minor refactoring of NonNullParamChecker
new c603a41d41 [OpenCL] Remove block invoke function from emitted block lit [...]
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/CGBlocks.cpp | 117 +++++++++----------------
lib/CodeGen/CGOpenCLRuntime.cpp | 35 +++++---
lib/CodeGen/CGOpenCLRuntime.h | 4 +
test/CodeGenOpenCL/amdgpu-enqueue-kernel.cl | 16 ++--
test/CodeGenOpenCL/blocks.cl | 59 +++++--------
test/CodeGenOpenCL/cl20-device-side-enqueue.cl | 83 ++++++++----------
6 files changed, 135 insertions(+), 179 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 720d3116643 PR target/84277 * except.h (output_function_exception_tab [...]
new dc4a43f21b0 PR tree-optimization/84468 - bogus -Wstringop-truncation 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/ChangeLog | 6 +
gcc/testsuite/ChangeLog | 7 +
gcc/testsuite/g++.dg/warn/Wstringop-truncation-1.C | 4 +-
gcc/testsuite/g++.dg/warn/Wstringop-truncation-2.C | 164 +++++++++++++++++++++
gcc/testsuite/gcc.dg/Wstringop-truncation-2.c | 126 ++++++++++++++++
gcc/testsuite/gcc.dg/Wstringop-truncation.c | 131 ++++++++++++++++
gcc/tree-ssa-strlen.c | 27 +++-
7 files changed, 462 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/warn/Wstringop-truncation-2.C
create mode 100644 gcc/testsuite/gcc.dg/Wstringop-truncation-2.c
create mode 100644 gcc/testsuite/gcc.dg/Wstringop-truncation.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 9f148e7de29 [X86][SSE] Regenerate float maxnum/minnum tests
new 44f97b98b66 [DebugInfo] Support DWARF expressions in eh_frame
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/DebugInfo/DWARF/DWARFDataExtractor.h | 7 +
include/llvm/DebugInfo/DWARF/DWARFDebugFrame.h | 278 ++++++++++-
include/llvm/DebugInfo/DWARF/DWARFExpression.h | 14 +-
include/llvm/Support/ScopedPrinter.h | 2 +
lib/DebugInfo/DWARF/DWARFContext.cpp | 12 +-
lib/DebugInfo/DWARF/DWARFDataExtractor.cpp | 69 +++
lib/DebugInfo/DWARF/DWARFDebugFrame.cpp | 545 +++++++--------------
lib/DebugInfo/DWARF/DWARFExpression.cpp | 5 +-
lib/ObjectYAML/ELFYAML.cpp | 1 +
.../Inputs/dwarf-exprs.exe-x86-64.yaml | 46 ++
test/tools/llvm-readobj/unwind.test | 170 +++++++
tools/llvm-readobj/CMakeLists.txt | 1 +
tools/llvm-readobj/DwarfCFIEHPrinter.h | 244 +++++++++
tools/llvm-readobj/ELFDumper.cpp | 6 +
14 files changed, 1011 insertions(+), 389 deletions(-)
create mode 100644 test/tools/llvm-readobj/Inputs/dwarf-exprs.exe-x86-64.yaml
create mode 100644 test/tools/llvm-readobj/unwind.test
create mode 100644 tools/llvm-readobj/DwarfCFIEHPrinter.h
--
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 c8bc50c0d9 Push a function scope when parsing function bodies without a [...]
new 6522d1a803 [analyzer] [NFC] Minor refactoring of NonNullParamChecker
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:
.../Checkers/NonNullParamChecker.cpp | 133 ++++++++++-----------
1 file changed, 65 insertions(+), 68 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 2d325a5a5 Write a hash of the executable into the PE timestamp fields.
new 8a4adbf7c [lld] Attempt to appease buildbot.
new 22d32bf60 Initialize a member in C++11 style. NFC.
new a3f869fdf Use exact uint32_t for uint32_t ELF field. NFC.
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/LinkerScript.cpp | 2 +-
ELF/OutputSections.cpp | 4 +---
ELF/OutputSections.h | 2 +-
ELF/Writer.cpp | 2 +-
test/ELF/conflict-debug-variable.s | 4 ++--
5 files changed, 6 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 a896ada8ee6 Update a few switch statements to handle file_magic::pdb.
new 3c6344a9e29 Fix a bug regarding a mis-identified file type in pdbutil.
new 9f148e7de29 [X86][SSE] Regenerate float maxnum/minnum tests
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:
test/CodeGen/X86/fmaxnum.ll | 178 ++++++++++++++++++++++++---------------
test/CodeGen/X86/fminnum.ll | 172 +++++++++++++++++++++++--------------
tools/llvm-pdbutil/InputFile.cpp | 2 +-
3 files changed, 222 insertions(+), 130 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 eb85033972b [Pipeliner] Fixed node order issue related to zero latency edges
new a896ada8ee6 Update a few switch statements to handle file_magic::pdb.
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/Object/Binary.cpp | 3 +++
lib/Object/ObjectFile.cpp | 1 +
lib/Object/SymbolicFile.cpp | 1 +
3 files changed, 5 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 clang-tools-extra.
from acb5dd35 [clang-tidy] Add "portability" module and rename readability- [...]
new 2c369a29 do not register matcher for objc-only checks when analyzing 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:
clang-tidy/google/AvoidThrowingObjCExceptionCheck.cpp | 5 +++++
clang-tidy/objc/AvoidNSErrorInitCheck.cpp | 4 ++++
clang-tidy/objc/ForbiddenSubclassingCheck.cpp | 4 ++++
clang-tidy/objc/PropertyDeclarationCheck.cpp | 4 ++++
4 files changed, 17 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.