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 f0774c6 [sancov] workaround for absence of weak symbols on win
new dafa926 [sancov] workaround for absence of weak symbols on win
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.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 llvm.
from 405b044 IR: Module summary representation for type identifiers; summa [...]
new 0e1ad99 Fix build bots.
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/IR/ModuleSummaryIndexYAML.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 clang.
from cf2ed0b Fix assertion failure on deduction failure due to too short t [...]
new b98cb95 Factor out more common logic in template argument deduction f [...]
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/Sema/SemaTemplateDeduction.cpp | 133 +++++++++++++++++--------------------
1 file changed, 62 insertions(+), 71 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 libcxx.
from 5a60459 PR31540: install libc++abi headers into include/c++/v1 in bui [...]
new 85294a2 Get test-suite configuring on Windows with clang-cl
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/libcxx/test/config.py | 59 +++++++++++++++++++++++++++++++++++++++-------
1 file changed, 50 insertions(+), 9 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 compiler-rt.
from 73826d7 [sancov] introducing SANCOV_OPTIONS
new e78a0bf [gtest] Teach the sanitizer's custom gtest compilations to di [...]
new f0774c6 [sancov] workaround for absence of weak symbols on win
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/Modules/AddCompilerRT.cmake | 1 +
cmake/config-ix.cmake | 1 +
lib/asan/asan_win.cc | 3 +--
3 files changed, 3 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 866c5c1 Revert r291025 ("AMDGPU: Remove unneccessary intermediate vector")
new 405b044 IR: Module summary representation for type identifiers; summa [...]
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/IR/ModuleSummaryIndex.h | 36 +++++++
include/llvm/IR/ModuleSummaryIndexYAML.h | 111 +++++++++++++++++++++
lib/Transforms/IPO/LowerTypeTests.cpp | 51 ++++++++++
.../LowerTypeTests/Inputs/import-unsat.yaml | 10 ++
test/Transforms/LowerTypeTests/export-nothing.ll | 7 ++
test/Transforms/LowerTypeTests/import-unsat.ll | 24 +++++
6 files changed, 239 insertions(+)
create mode 100644 include/llvm/IR/ModuleSummaryIndexYAML.h
create mode 100644 test/Transforms/LowerTypeTests/Inputs/import-unsat.yaml
create mode 100644 test/Transforms/LowerTypeTests/export-nothing.ll
create mode 100644 test/Transforms/LowerTypeTests/import-unsat.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 gcc.
from be516c7 [bootstrap-O3] add a default initializer to avoid a warning at -O3
new a4e92d6 2017-01-05 Tim Shen <timshen(a)google.com>
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 | 6 ++++++
libstdc++-v3/include/std/variant | 7 ++++---
2 files changed, 10 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 7db9a51 [gtest] Work around broken installs of libc++ where we don't [...]
new 4125a9a [PM] Fix a typo in a comment that Davide spotted in another c [...]
new 866c5c1 Revert r291025 ("AMDGPU: Remove unneccessary intermediate vector")
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/CGSCCPassManager.h | 2 +-
lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | 40 +++++++++++--------------
2 files changed, 19 insertions(+), 23 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 compiler-rt.
from 966395d break overly long line in sanitizer_win.cc
new 73826d7 [sancov] introducing SANCOV_OPTIONS
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/CMakeLists.txt | 1 +
lib/sanitizer_common/sancov_flags.cc | 54 ++++++++++++++++++++++
lib/sanitizer_common/sancov_flags.h | 40 ++++++++++++++++
lib/sanitizer_common/sancov_flags.inc | 21 +++++++++
.../sanitizer_coverage_libcdep_new.cc | 17 +++++--
.../TestCases/sanitizer_coverage_symbolize.cc | 34 ++++++++++++++
6 files changed, 163 insertions(+), 4 deletions(-)
create mode 100644 lib/sanitizer_common/sancov_flags.cc
create mode 100644 lib/sanitizer_common/sancov_flags.h
create mode 100644 lib/sanitizer_common/sancov_flags.inc
create mode 100644 test/sanitizer_common/TestCases/sanitizer_coverage_symbolize.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 libcxx.
from d0f20b2 Fix XPASS buildbot failure related to structured bindings
new 5a60459 PR31540: install libc++abi headers into include/c++/v1 in bui [...]
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/HandleLibCXXABI.cmake | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.