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 58dbbd00 [clang-tidy] Fix example in documentation, NFC
new d360ad8e [clangd] Updated gold for completion tests after cfe changes.
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/clangd/completion-snippet.test | 8 ++++----
test/clangd/completion.test | 8 ++++----
2 files changed, 8 insertions(+), 8 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 gcc-7-branch
in repository gcc.
from 0ebc12e6560 Daily bump.
new d4a2264ef03 PR sanitizer/81929 * tree.c (struct replace_placeholders_ [...]
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:
gcc/cp/ChangeLog | 9 +++++++++
gcc/cp/tree.c | 13 +++++++------
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/ubsan/pr81929.C | 14 ++++++++++++++
4 files changed, 35 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/ubsan/pr81929.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 llvm.
from 0cbbfe2ecf7 Move code to a helper function. NFC.
new 2c77a5ae102 [InstCombine] Make cases for ICMP_UGT/ICMP_ULT use similar [...]
new 6f218ee4501 [InstCombine] Simplify check for RHS being a splat constant [...]
new 6aa096704ad [InstCombine] Move the call to isSignBitCheck into getDeman [...]
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:
lib/Transforms/InstCombine/InstCombineCompares.cpp | 42 ++++++++--------------
1 file changed, 15 insertions(+), 27 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 13b2b2b88 [sanitizer] Move report locking code from asan into common
new b774cd86d Deflake the "xpc-race.mm" test.
new 988561edd [sanitizer] Replace AddressSanitizer with correct tool name
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/sanitizer_common/sanitizer_common.cc | 5 +--
test/tsan/Darwin/xpc-race.mm | 53 +++++++++++++++++++-------------
2 files changed, 34 insertions(+), 24 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 d3fa505559b llvm-ar: align the first archive member consistently.
new 0cbbfe2ecf7 Move code to a helper function. 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:
lib/Object/ArchiveWriter.cpp | 20 +++++++++++++-------
1 file changed, 13 insertions(+), 7 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 cc76a8176e [clang] Fix printf fixit for objc specific types
new 44655e1e70 [lit.cfg] Avoid concatenating which(clang-func-mapping) if i [...]
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/lit.cfg.py | 6 +++++-
1 file changed, 5 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 llvm.
from 55d3e2aced7 [TargetTransformInfo] Handle intrinsic call in getInstructi [...]
new bbd7d72ffd7 [TableGen] Replace InfoByHwMode::getAsString with writeToStream
new 1f90df4d887 [XRay] support conditional return on PPC.
new d3fa505559b llvm-ar: align the first archive member consistently.
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:
include/llvm/Target/Target.td | 1 +
lib/CodeGen/XRayInstrumentation.cpp | 70 ++++++++++++++++-----
lib/Object/ArchiveWriter.cpp | 8 ++-
lib/Target/PowerPC/PPC.h | 5 ++
lib/Target/PowerPC/PPCAsmPrinter.cpp | 80 ++++++++++++++++++------
lib/Target/PowerPC/PPCMCInstLower.cpp | 81 +++++++++++++------------
test/CodeGen/PowerPC/xray-conditional-return.ll | 79 ++++++++++++++++++++++++
test/CodeGen/PowerPC/xray-ret-is-terminator.ll | 32 ++++++++++
test/Object/archive-symtab.test | 10 ++-
utils/TableGen/CodeGenDAGPatterns.cpp | 10 ++-
utils/TableGen/CodeGenDAGPatterns.h | 2 +
utils/TableGen/CodeGenRegisters.cpp | 2 +-
utils/TableGen/InfoByHwMode.cpp | 63 ++++++++++---------
utils/TableGen/InfoByHwMode.h | 12 +++-
14 files changed, 346 insertions(+), 109 deletions(-)
create mode 100644 test/CodeGen/PowerPC/xray-conditional-return.ll
create mode 100644 test/CodeGen/PowerPC/xray-ret-is-terminator.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 74d4b6706e [Coverage] Add an option to emit limited coverage info
new da4e89c847 bindings: expose Linkage to the python bindings
new cc76a8176e [clang] Fix printf fixit for objc specific types
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:
bindings/python/clang/cindex.py | 28 ++++++++++++++++++++++++++
bindings/python/tests/cindex/test_linkage.py | 30 ++++++++++++++++++++++++++++
lib/Sema/SemaChecking.cpp | 2 +-
test/FixIt/fixit-format-ios.m | 26 ++++++++++++++++++++++++
4 files changed, 85 insertions(+), 1 deletion(-)
create mode 100644 bindings/python/tests/cindex/test_linkage.py
create mode 100644 test/FixIt/fixit-format-ios.m
--
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 b5edc3e43 Fix windows buildbot broken by r313999
new fa06689f9 [sanitizer] Move CommonSanitizerReportMutex from _print.cc to [...]
new 106ad97ba [asan] Fix unlocking order for CommonSanitizerReportMutex and [...]
new 13b2b2b88 [sanitizer] Move report locking code from asan into common
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:
lib/asan/asan_report.cc | 55 +++++++-------------------------
lib/sanitizer_common/sanitizer_common.cc | 38 ++++++++++++++++++++++
lib/sanitizer_common/sanitizer_common.h | 8 +++++
lib/sanitizer_common/sanitizer_printf.cc | 2 --
4 files changed, 57 insertions(+), 46 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.