This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from ea88605 [InstCombine] allow icmp (shr/shl) folds for vectors
new 8f94ffd [codeview] Optimize the size of defranges with gaps
new 31daa34 [sanitizer-coverage] make trace-pc-guard and indirect-call wo [...]
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/MC/MCCodeView.cpp | 48 +++++-
.../Instrumentation/SanitizerCoverage.cpp | 2 +-
test/DebugInfo/COFF/local-variable-gap.ll | 174 +++++++++++++++++++++
test/Instrumentation/SanitizerCoverage/coverage.ll | 1 +
test/MC/COFF/cv-def-range-gap.s | 101 ++++++++++++
5 files changed, 320 insertions(+), 6 deletions(-)
create mode 100644 test/DebugInfo/COFF/local-variable-gap.ll
create mode 100644 test/MC/COFF/cv-def-range-gap.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 master
in repository clang.
from d238c57 clang-format VS plugin: upgrade the project files to VS2015
new e57451a [sanitizer-coverage] make trace-pc-guard and indirect-call wo [...]
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/SanitizerCoverage.rst | 7 +++++--
1 file changed, 5 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 539a656 regenerate checks
new ea88605 [InstCombine] allow icmp (shr/shl) folds for vectors
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/InstCombine/InstCombineCompares.cpp | 41 ++++++++++------------
lib/Transforms/InstCombine/InstCombineInternal.h | 4 +--
test/Transforms/InstCombine/icmp-shr.ll | 10 ++++++
test/Transforms/InstCombine/icmp.ll | 10 ++++++
4 files changed, 40 insertions(+), 25 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 lldb.
from aec4cd7 Fixing bot failures
new 1a4e704 [cmake] Don't depend on lldb-server unless it's built.
new 439086d Allow ArchSpec to take a StringRef.
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/lldb/Core/ArchSpec.h | 14 ++-
lit/CMakeLists.txt | 7 +-
source/Core/ArchSpec.cpp | 205 ++++++++++++++++++++--------------------
unittests/Core/ArchSpecTest.cpp | 41 ++++++++
4 files changed, 158 insertions(+), 109 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 binutils-gdb.
from e2a92b1 Update ISA 3.0 / POWER9 gdb tests to match GAS test cases.
new d2dfe70 testsuite: Fix C++11 compilation failure for gdb.cp/m-static.exp
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 | 4 ++++
gdb/testsuite/gdb.cp/m-static.h | 3 +++
2 files changed, 7 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 lld.
from 14eba89 Make sure we create all necessary PT_LOADs.
new 1f48f81 Error out instead of producing a corrupt PT_LOAD.
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:
ELF/LinkerScript.cpp | 9 ++++++---
test/ELF/linkerscript/no-space.s | 10 ++++++++++
2 files changed, 16 insertions(+), 3 deletions(-)
create mode 100644 test/ELF/linkerscript/no-space.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 master
in repository compiler-rt.
from 4c3be8a [compiler-rt] Remove the system includes from __sanitizer namespace
new 226fa67 [sanitizer] Fixup: Do not introduce __sanitizer namespace globally
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_win_dll_thunk.cc | 2 ++
1 file changed, 2 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 02aff9f [sanitizer] Test the allocator with the ASan win64 memory constants
new b5baf5b [sanitizers] DLAddr Symbolizer should fail if demangle fails
new 074767b [compiler-rt] Do not introduce __sanitizer namespace globally
new 4c3be8a [compiler-rt] Remove the system includes from __sanitizer namespace
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:
lib/asan/asan_interface_internal.h | 2 ++
lib/asan/tests/asan_noinst_test.cc | 2 ++
lib/cfi/cfi.cc | 2 ++
lib/dfsan/dfsan.h | 3 +++
lib/dfsan/dfsan_interceptors.cc | 2 ++
lib/esan/esan_flags.cpp | 2 ++
lib/esan/esan_interface_internal.h | 3 +++
lib/interception/interception.h | 4 ++--
lib/msan/msan_interface_internal.h | 10 ++++++++++
lib/safestack/safestack.cc | 2 ++
lib/sanitizer_common/sanitizer_allocator_internal.h | 4 ++--
lib/sanitizer_common/sanitizer_common.h | 10 +++++-----
lib/sanitizer_common/sanitizer_common_libcdep.cc | 6 +++---
lib/sanitizer_common/sanitizer_coverage_libcdep.cc | 2 ++
lib/sanitizer_common/sanitizer_internal_defs.h | 13 ++++++++++++-
lib/sanitizer_common/sanitizer_mac.h | 6 +++++-
lib/sanitizer_common/sanitizer_platform_limits_linux.cc | 2 ++
lib/sanitizer_common/sanitizer_platform_limits_posix.cc | 2 ++
lib/sanitizer_common/sanitizer_stacktrace_libcdep.cc | 6 +++---
.../sanitizer_stoptheworld_linux_libcdep.cc | 4 ++--
lib/sanitizer_common/sanitizer_symbolizer_mac.cc | 7 ++++---
lib/sanitizer_common/tests/sanitizer_allocator_test.cc | 2 ++
lib/sanitizer_common/tests/sanitizer_libc_test.cc | 2 ++
lib/sanitizer_common/tests/sanitizer_nolibc_test_main.cc | 2 +-
lib/sanitizer_common/tests/sanitizer_test_main.cc | 2 +-
lib/tsan/rtl/tsan_interface.h | 1 +
lib/ubsan/ubsan_type_hash_itanium.cc | 2 ++
lib/xray/xray_init.cc | 1 +
28 files changed, 82 insertions(+), 24 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 binutils-gdb.
from 49b4de6 testsuite: Disable ccache
new e2a92b1 Update ISA 3.0 / POWER9 gdb tests to match GAS test cases.
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/powerpc-power.exp | 477 +++++++++++++++---------------
gdb/testsuite/gdb.arch/powerpc-power.s | 480 ++++++++++++++++---------------
3 files changed, 493 insertions(+), 470 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 12be25f [GlobalOpt] Dead Eliminate declarations
new 539a656 regenerate checks
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:
test/Transforms/InstCombine/icmp-shr.ll | 537 ++++++++++++++++++--------------
1 file changed, 310 insertions(+), 227 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.