This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from cb2e390 [PPC] altivec.h functions for converting half precision to si [...]
new 2ef126f [sanitizer] Passthrough CMAKE_OSX_DEPLOYMENT_TARGET when buil [...]
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:
runtime/CMakeLists.txt | 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 107362c RegAllocGreedy: Properly initialize this pass, so that -run-p [...]
new 5ffd1d0 Don't pass nullptr into memcpy
new c1aa37c Remove redundant uses of \brief.
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/llvm/DebugInfo/MSF/ByteStream.h | 3 ++
include/llvm/IR/DebugInfoMetadata.h | 84 ++++++++++++++++-----------------
2 files changed, 45 insertions(+), 42 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 4da3d72 Revert "Revert "llvm-strings: support printing the filename""
new d84b0f9 [tsan] Add support for C++ exceptions into TSan (call __tsan_ [...]
new 107362c RegAllocGreedy: Properly initialize this pass, so that -run-p [...]
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/llvm/Analysis/EHPersonalities.h | 5 +
include/llvm/CodeGen/Passes.h | 3 +
include/llvm/InitializePasses.h | 1 +
include/llvm/Transforms/Utils/EscapeEnumerator.h | 49 +++++++++
include/llvm/Transforms/Utils/Local.h | 7 ++
lib/Analysis/EHPersonalities.cpp | 23 ++++
lib/CodeGen/CodeGen.cpp | 1 +
lib/CodeGen/RegAllocGreedy.cpp | 31 +++---
lib/CodeGen/ShadowStackGCLowering.cpp | 116 +--------------------
lib/Transforms/Instrumentation/ThreadSanitizer.cpp | 68 ++++++------
lib/Transforms/Utils/CMakeLists.txt | 1 +
lib/Transforms/Utils/EscapeEnumerator.cpp | 96 +++++++++++++++++
lib/Transforms/Utils/InlineFunction.cpp | 32 +-----
lib/Transforms/Utils/Local.cpp | 37 +++++++
test/CodeGen/MIR/Generic/runPass.mir | 11 ++
test/Instrumentation/ThreadSanitizer/eh.ll | 57 ++++++++++
.../ThreadSanitizer/no_sanitize_thread.ll | 2 +-
.../ThreadSanitizer/sanitize-thread-no-checking.ll | 2 +-
.../ThreadSanitizer/str-nobuiltin.ll | 14 +--
19 files changed, 356 insertions(+), 200 deletions(-)
create mode 100644 include/llvm/Transforms/Utils/EscapeEnumerator.h
create mode 100644 lib/Transforms/Utils/EscapeEnumerator.cpp
create mode 100644 test/CodeGen/MIR/Generic/runPass.mir
create mode 100644 test/Instrumentation/ThreadSanitizer/eh.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 6adce92 Temporarily relax test expectations to fix failures on ppc64.
new 416f4bd [tsan] Add support for C++ exceptions into TSan (call __tsan_ [...]
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/tsan/rtl/tsan_rtl.cc | 8 ++
test/tsan/exceptions.cc | 185 +++++++++++++++++++++++++++++++++++++++++++++++
test/tsan/test.h | 1 +
3 files changed, 194 insertions(+)
create mode 100644 test/tsan/exceptions.cc
--
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 ee6c971 Implement P0504R0 (Revisiting in-place tag types for any/opti [...]
new 17515fa Implement P0513R0, Poisoning the Hash. * include/bits/functio [...]
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:
libstdc++-v3/ChangeLog | 17 +++++++++++++++
libstdc++-v3/include/bits/functional_hash.h | 14 ++++++++++++
libstdc++-v3/include/bits/unique_ptr.h | 4 +++-
libstdc++-v3/include/std/optional | 2 +-
libstdc++-v3/include/std/variant | 2 ++
.../testsuite/20_util/default_delete/48631_neg.cc | 2 +-
.../testsuite/20_util/default_delete/void_neg.cc | 2 +-
.../20_util/optional/{observers/6.cc => hash.cc} | 23 ++++++++++----------
.../20_util/unique_ptr/assign/48635_neg.cc | 4 ++--
.../20_util/unique_ptr/cons/cv_qual_neg.cc | 2 +-
.../testsuite/20_util/unique_ptr/hash/1.cc | 23 ++++++++++++++++++++
.../{optional/observers/6.cc => variant/hash.cc} | 25 +++++++++++-----------
12 files changed, 88 insertions(+), 32 deletions(-)
copy libstdc++-v3/testsuite/20_util/optional/{observers/6.cc => hash.cc} (70%)
copy libstdc++-v3/testsuite/20_util/{optional/observers/6.cc => variant/hash.cc} (69%)
--
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 34a869c Add a checkSymbolTable() method to the MachOObjectFile class.
new 4da3d72 Revert "Revert "llvm-strings: support printing the filename""
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/tools/llvm-strings/Inputs/abcd | 1 +
test/tools/llvm-strings/archive-filename.test | 9 +++++++++
test/tools/llvm-strings/file-filename.test | 3 +++
test/tools/llvm-strings/nested-archives.test | 5 ++---
test/tools/llvm-strings/stdin-filename.test | 3 +++
tools/llvm-strings/llvm-strings.cpp | 21 +++++++++++++++++----
6 files changed, 35 insertions(+), 7 deletions(-)
create mode 100644 test/tools/llvm-strings/Inputs/abcd
create mode 100644 test/tools/llvm-strings/archive-filename.test
create mode 100644 test/tools/llvm-strings/file-filename.test
create mode 100644 test/tools/llvm-strings/stdin-filename.test
--
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 openmp.
from d4da538 Introduce dynamic affinity dispatch capabilities
new 0859e6a Update stats-gathering code
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:
runtime/src/kmp_barrier.cpp | 36 ++++++++---------
runtime/src/kmp_global.c | 4 +-
runtime/src/kmp_runtime.c | 22 +++++-----
runtime/src/kmp_stats.cpp | 38 +++++++++++------
runtime/src/kmp_stats.h | 99 +++++++++++++++++----------------------------
runtime/src/z_Linux_util.c | 20 +++++----
6 files changed, 102 insertions(+), 117 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 openmp.
from 7675578 Added check for malloc return.
new d4da538 Introduce dynamic affinity dispatch capabilities
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:
runtime/cmake/LibompHandleFlags.cmake | 1 +
runtime/cmake/config-ix.cmake | 1 +
runtime/src/kmp.h | 368 +++++++--------------------
runtime/src/kmp_affinity.cpp | 98 +++----
runtime/src/kmp_affinity.h | 464 ++++++++++++++++++++++++++++++++++
runtime/src/kmp_ftn_cdecl.c | 1 +
runtime/src/kmp_ftn_entry.h | 18 +-
runtime/src/kmp_ftn_extra.c | 1 +
runtime/src/kmp_global.c | 12 +-
runtime/src/kmp_runtime.c | 1 +
runtime/src/kmp_settings.c | 37 +--
runtime/src/z_Linux_util.c | 113 +--------
runtime/src/z_Windows_NT_util.c | 239 +----------------
13 files changed, 633 insertions(+), 721 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 b5aa1e1 ARM: try to fix GCC 4.8 compilation again after r286881.
new 2900d3d [Hexagon] Give a predicate function a more meaningful name
new 34a869c Add a checkSymbolTable() method to the MachOObjectFile class.
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/llvm/Object/MachO.h | 2 +
lib/Object/MachOObjectFile.cpp | 68 +++++++++++++++++++++
lib/Target/Hexagon/HexagonISelDAGToDAG.cpp | 4 +-
lib/Target/Hexagon/HexagonPatterns.td | 32 +++++-----
.../X86/Inputs/macho-invalid-symbol-indr | Bin 0 -> 260 bytes
.../X86/Inputs/macho-invalid-symbol-lib_ordinal | Bin 0 -> 304 bytes
.../X86/Inputs/macho-invalid-symbol-nsect | Bin 0 -> 424 bytes
.../X86/Inputs/macho-invalid-symbol-strx | Bin 0 -> 260 bytes
test/tools/llvm-objdump/X86/malformed-machos.test | 12 ++++
tools/llvm-objdump/MachODump.cpp | 3 +
10 files changed, 103 insertions(+), 18 deletions(-)
create mode 100644 test/tools/llvm-objdump/X86/Inputs/macho-invalid-symbol-indr
create mode 100644 test/tools/llvm-objdump/X86/Inputs/macho-invalid-symbol-lib_ordinal
create mode 100644 test/tools/llvm-objdump/X86/Inputs/macho-invalid-symbol-nsect
create mode 100644 test/tools/llvm-objdump/X86/Inputs/macho-invalid-symbol-strx
--
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 libcxx.
from a4163bc Missed a test with exceptions disabled earlier. Oops.
new 506f7fc P0503R0, adopted in Issaquah, rewords some requirements on nu [...]
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:
.../istream.iterator.cons/copy.pass.cpp | 4 ++++
.../istream.iterator.cons/default.pass.cpp | 27 ++++++++++++++++++++++
.../istream.iterator/types.pass.cpp | 15 +++++++++---
www/cxx1z_status.html | 6 ++---
4 files changed, 46 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.