This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 3d04968f309 [MachineOutliner][NFC] Add findRepeatedSubstrings to Suffix [...]
new e8618741099 [FileCheck] Parse command-line options from FILECHECK_OPTS
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/CommandGuide/FileCheck.rst | 3 +++
include/llvm/Support/CommandLine.h | 11 ++++++++++-
lib/Support/CommandLine.cpp | 23 +++++++++++++++++++++--
test/FileCheck/envvar-opts.txt | 15 +++++++++++++++
utils/FileCheck/FileCheck.cpp | 3 ++-
utils/lit/lit/TestingConfig.py | 2 +-
6 files changed, 52 insertions(+), 5 deletions(-)
create mode 100644 test/FileCheck/envvar-opts.txt
--
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 68fe2d8a3 [dfsan] Fix build after r346262
new 23b063668 [sanitizer] Return headed to fix build after r346258
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_linux.cc | 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 01ba68f9b54 AMDGPU: Add an option -disable-promote-alloca-to-lds
new 0bbaef20df4 Silence deprecation warning for GetVersionEx with clang-cl
new 3d04968f309 [MachineOutliner][NFC] Add findRepeatedSubstrings to Suffix [...]
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/CodeGen/MachineOutliner.cpp | 193 +++++++++++++++++++----------------
lib/Support/Windows/WindowsSupport.h | 7 ++
2 files changed, 113 insertions(+), 87 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 c46e445b08c 2018-11-06 Aaron Sawdey <acsawdey(a)linux.ibm.com>
new 76b49a0858e Implement std::pmr::unsynchronized_pool_resource
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 | 32 +
libstdc++-v3/config/abi/pre/gnu.ver | 9 +
libstdc++-v3/include/std/memory_resource | 105 ++-
libstdc++-v3/src/c++17/Makefile.am | 5 +
libstdc++-v3/src/c++17/Makefile.in | 5 +
libstdc++-v3/src/c++17/memory_resource.cc | 786 ++++++++++++++++++++-
.../unsynchronized_pool_resource/allocate.cc | 155 ++++
.../unsynchronized_pool_resource/is_equal.cc} | 17 +-
.../options.cc} | 27 +-
.../unsynchronized_pool_resource/release.cc | 113 +++
10 files changed, 1221 insertions(+), 33 deletions(-)
create mode 100644 libstdc++-v3/testsuite/20_util/unsynchronized_pool_resource/all [...]
copy libstdc++-v3/testsuite/{18_support/aligned_alloc/aligned_alloc.cc => 20_util/ [...]
copy libstdc++-v3/testsuite/20_util/{function_objects/not_fn/87538.cc => unsynchro [...]
create mode 100644 libstdc++-v3/testsuite/20_util/unsynchronized_pool_resource/release.cc
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.