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 52d212a [scudo] Lay the foundation for 32-bit support
new 7925f54 [sanitizers] Set Darwin specific linker and compiler flags fo [...]
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/tests/CMakeLists.txt | 5 +++++
lib/tsan/tests/CMakeLists.txt | 6 +++++-
2 files changed, 10 insertions(+), 1 deletion(-)
--
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 06f550b [CUDA] Move device placement new definitions into a wrapper header.
new 724502a [analyzer] Report CFNumberGetValue API misuse
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/clang/StaticAnalyzer/Checkers/Checkers.td | 4 +-
.../Checkers/BasicObjCFoundationChecks.cpp | 77 ++++++++++++----------
test/Analysis/CFNumber.c | 24 +++++--
3 files changed, 63 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 47e18f4 [utils] Add a '--unified-report' option to the code coverage [...]
new 403d906 llvm-objdump: Make some error messages more consistent
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/Object/macho-invalid.test | 14 +++++++-------
test/tools/llvm-objdump/malformed-archives.test | 12 ++++++------
tools/llvm-objdump/llvm-objdump.cpp | 4 ++--
3 files changed, 15 insertions(+), 15 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 e9ca017 [RecursiveASTVisitor] Visit the implicit expression of a CXXD [...]
new 544f03b [CUDA] Switch cuda_wrappers/complex to use a proper include g [...]
new 06f550b [CUDA] Move device placement new definitions into a wrapper header.
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/Headers/CMakeLists.txt | 1 +
lib/Headers/__clang_cuda_runtime_wrapper.h | 18 -----------
lib/Headers/cuda_wrappers/complex | 5 +++-
lib/Headers/{pkuintrin.h => cuda_wrappers/new} | 41 +++++++++++++-------------
4 files changed, 25 insertions(+), 40 deletions(-)
copy lib/Headers/{pkuintrin.h => cuda_wrappers/new} (61%)
--
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 7614f6d DebugInfo: fix incorrect alignment type (NFC)
new 04c77ee [AArch64] Create feature set for Samsung Exynos-M2
new a8dbdb7 [utils] Add an '--only-merge' option to the code coverage pre [...]
new 1182ed1 [utils] Use print_function in the code coverage prep script, NFC.
new 47e18f4 [utils] Add a '--unified-report' option to the code coverage [...]
The 4 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/Target/AArch64/AArch64.td | 37 +++++++++++++-------
utils/prepare-code-coverage-artifact.py | 61 ++++++++++++++++++++++++---------
2 files changed, 68 insertions(+), 30 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 test-suite.
from c56e6be [polybench] remove all __attribute__((optnone))
new 98ff959 [CUDA] [test-suite] Add tests for std::complex.
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:
External/CUDA/CMakeLists.txt | 3 +-
External/CUDA/complex.cu | 444 +++++++++++++++++++++
...m.reference_output => complex.reference_output} | 0
3 files changed, 446 insertions(+), 1 deletion(-)
create mode 100644 External/CUDA/complex.cu
copy External/CUDA/{algorithm.reference_output => complex.reference_output} (100%)
--
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 a92421e Fixed memory leak mistakenly introduced by https://reviews.ll [...]
new 754a33e Use getpagesize() instead of PAGE_SIZE macro when KMP_OS_LINU [...]
new 2591774 Fixing typos in __kmp_release_deps trace outputs
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:
runtime/src/kmp_alloc.c | 9 ++-------
runtime/src/kmp_os.h | 13 +++++++++++--
runtime/src/kmp_runtime.c | 12 +++++++-----
runtime/src/kmp_taskdeps.cpp | 8 ++++----
4 files changed, 24 insertions(+), 18 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 9b4e828 [lit] Work around Windows MSys command line tokenization bug
new 7614f6d DebugInfo: fix incorrect alignment type (NFC)
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/DebugInfoMetadata.h | 24 ++++++++++++------------
lib/Bitcode/Reader/BitcodeReader.cpp | 15 +++++++++++++--
lib/CodeGen/AsmPrinter/DwarfUnit.cpp | 6 +++---
lib/IR/DebugInfoMetadata.cpp | 4 ++--
lib/IR/LLVMContextImpl.h | 8 ++++----
unittests/IR/MetadataTest.cpp | 4 ++--
6 files changed, 36 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 lld.
from c4d72f0 Remove a constructor to simplify.
new 0173cd6 Have on addRegular forward to another. NFC.
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/SymbolTable.cpp | 27 ++++++++++++++-------------
ELF/SymbolTable.h | 4 ++++
ELF/Symbols.h | 11 +++--------
3 files changed, 21 insertions(+), 21 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.