This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from e74c64e05ab Write summaries for merged modules when splitting modules f [...]
new eca66d0b34e [IR] Remove getNumSuccessorsV/getSuccessorV/setSuccessorV 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:
include/llvm/IR/Instructions.h | 88 ++++++++++++---------------
lib/IR/Instructions.cpp | 133 +----------------------------------------
2 files changed, 42 insertions(+), 179 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 be95f5eddf7 [sanitizer-coverage] one more flavor of coverage: -fsanitiz [...]
new e74c64e05ab Write summaries for merged modules when splitting modules 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:
include/llvm/Bitcode/LLVMBitCodes.h | 2 ++
lib/Analysis/ModuleSummaryAnalysis.cpp | 10 ++++++++++
lib/Bitcode/Writer/BitcodeWriter.cpp | 10 +++++++++-
lib/Transforms/IPO/ThinLTOBitcodeWriter.cpp | 12 ++++++++++--
test/Transforms/ThinLTOBitcodeWriter/split.ll | 4 ++++
tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp | 3 +++
6 files changed, 38 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 7136633db16 Object: Move datalayout check into irsymtab::build. NFCI.
new be95f5eddf7 [sanitizer-coverage] one more flavor of coverage: -fsanitiz [...]
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/Transforms/Instrumentation.h | 1 +
.../Instrumentation/SanitizerCoverage.cpp | 52 ++++++++++++++++++----
.../SanitizerCoverage/inline-8bit-counters.ll | 13 ++++++
3 files changed, 57 insertions(+), 9 deletions(-)
create mode 100644 test/Instrumentation/SanitizerCoverage/inline-8bit-counters.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 clang.
from 32dfbce661 [ASTMatchers] Add clang-query support for equals matcher
new 24708f6979 [ASTMatchers] temporary disable tests with floating suffix
new 6bba2ec198 [sanitizer-coverage] one more flavor of coverage: -fsanitize [...]
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/clang/Driver/CC1Options.td | 3 +++
include/clang/Frontend/CodeGenOptions.def | 1 +
lib/CodeGen/BackendUtil.cpp | 1 +
lib/Driver/SanitizerArgs.cpp | 10 +++++++---
lib/Frontend/CompilerInvocation.cpp | 2 ++
test/Driver/fsanitize-coverage.c | 3 +++
unittests/ASTMatchers/Dynamic/RegistryTest.cpp | 3 +++
7 files changed, 20 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 compiler-rt.
from 4906f471e Mark the tsan strerror_r test as unsupported on Darwin
new f06499282 [sanitizer-coverage] one more flavor of coverage: -fsanitize- [...]
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:
.../sanitizer_coverage_inline8bit_counter.cc | 23 ++++++++++++++++++++++
1 file changed, 23 insertions(+)
create mode 100644 test/sanitizer_common/TestCases/sanitizer_coverage_inline8bit_c [...]
--
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 glibc.
from 37b66c0b1a ld.so: Consolidate 2 strtouls into _dl_strtoul [BZ #21528]
new ab70273bb7 conformtest: Correct sys/wait.h expectations for XPG4.
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:
ChangeLog | 33 +++++++++++++++++++++++++++++++++
conform/Makefile | 1 +
conform/data/sys/wait.h-data | 12 ++++++------
3 files changed, 40 insertions(+), 6 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-tools-extra.
from f08f13c9 Wdocumentation fix.
new 7d52aa17 [clang-tidy] Use -fexceptions explicitly in the tests that ne [...]
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/clang-tidy/modernize-use-noexcept-macro.cpp | 2 +-
test/clang-tidy/modernize-use-noexcept-opt.cpp | 2 +-
test/clang-tidy/modernize-use-noexcept.cpp | 2 +-
3 files changed, 3 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 e99f33afd94 test-release.sh: Remove workaround for test-suite build
new b9fc96d9dd2 Bitcode: Introduce a BitcodeFileContents data type. NFCI.
new 7136633db16 Object: Move datalayout check into irsymtab::build. NFCI.
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/Bitcode/BitcodeReader.h | 13 +++++++++++--
include/llvm/Object/IRObjectFile.h | 1 +
include/llvm/Object/IRSymtab.h | 4 ++--
lib/Bitcode/Reader/BitcodeReader.cpp | 22 +++++++++++++++-------
lib/Object/IRObjectFile.cpp | 11 +++++------
lib/Object/IRSymtab.cpp | 25 +++++++++++++++++--------
6 files changed, 51 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 clang.
from 97a93ed908 [clang] Fix format specifiers fixits
new 1fc30fcae8 [ASTMatchers] Add support for boolean literals
new 6b87ef832e [ASTMatchers] Add support for floatLiterals
new 32dfbce661 [ASTMatchers] Add clang-query support for equals matcher
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:
docs/LibASTMatchersReference.html | 102 +++++++++++++++++----
include/clang/ASTMatchers/ASTMatchers.h | 44 ++++++++-
include/clang/ASTMatchers/Dynamic/Diagnostics.h | 2 +-
include/clang/ASTMatchers/Dynamic/Parser.h | 4 +-
include/clang/ASTMatchers/Dynamic/VariantValue.h | 23 +++++
lib/ASTMatchers/Dynamic/Diagnostics.cpp | 4 +-
lib/ASTMatchers/Dynamic/Marshallers.h | 20 ++++
lib/ASTMatchers/Dynamic/Parser.cpp | 62 ++++++++++---
lib/ASTMatchers/Dynamic/Registry.cpp | 28 ++++--
lib/ASTMatchers/Dynamic/VariantValue.cpp | 64 +++++++++++++
unittests/ASTMatchers/Dynamic/ParserTest.cpp | 28 +++++-
unittests/ASTMatchers/Dynamic/RegistryTest.cpp | 40 ++++++++
unittests/ASTMatchers/Dynamic/VariantValueTest.cpp | 25 +++++
13 files changed, 395 insertions(+), 51 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 c792502570 [Sema] Refactor OverloadCandidate::BuiltinTypes. NFC.
new 97a93ed908 [clang] Fix format specifiers fixits
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/Edit/EditedSource.h | 8 ++++--
lib/Edit/EditedSource.cpp | 37 ++++++++++++------------
test/FixIt/fixit-format-darwin.m | 59 +++++++++++++++++++++++++++++++++++++++
3 files changed, 83 insertions(+), 21 deletions(-)
create mode 100644 test/FixIt/fixit-format-darwin.m
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.