This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 3ef733230a Add missing temporary materialization conversion on left-han [...]
new f0389c4d45 [ASTMatchers] Introduce a matcher for `ObjCIvarExpr`, suppor [...]
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/LibASTMatchersReference.html | 30 ++++++++++++++++++++++
include/clang/ASTMatchers/ASTMatchers.h | 16 ++++++++++++
include/clang/ASTMatchers/ASTMatchersInternal.h | 9 ++++++-
lib/ASTMatchers/ASTMatchersInternal.cpp | 1 +
lib/ASTMatchers/Dynamic/Registry.cpp | 1 +
unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp | 10 ++++++++
6 files changed, 66 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 glibc.
from 20365a315b hurd: Fix some ld.so symbol override from libc
new da80612d61 Add the missing ChangeLog entry for commit be525a69a66
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 | 10 ++++++++++
1 file changed, 10 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 clang.
from 5a987ef0b0 [AST] Sink 'part of explicit cast' down into ImplicitCastExpr
new 3ef733230a Add missing temporary materialization conversion on left-han [...]
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/Analysis/CFG.cpp | 8 +-
lib/Sema/SemaExpr.cpp | 6 +
lib/Sema/SemaExprCXX.cpp | 25 +-
lib/Sema/SemaInit.cpp | 10 -
lib/Sema/SemaOverload.cpp | 7 +
test/Analysis/cfg-rich-constructors.cpp | 55 ++--
test/Analysis/lambda-notes.cpp | 2 +-
test/Analysis/temp-obj-dtors-cfg-output.cpp | 439 +++++++++++++------------
test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/p6.cpp | 2 +-
test/CodeGenCXX/stack-reuse-miscompile.cpp | 36 +-
test/CodeGenObjCXX/literals.mm | 14 +-
11 files changed, 325 insertions(+), 279 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 cdd19d45280 Fixes to testcase for PR tree-optimization/86636
new 41f6d43173e PR tree-optimization/86696 - ICE in handle_char_store at gc [...]
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/ChangeLog | 7 +++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/pr86696.C | 30 ++++++++++++++++++++++++++++++
gcc/tree-ssa-strlen.c | 15 +++++++++++----
4 files changed, 53 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/pr86696.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 gcc.
from d9a49803cc1 i386: Remove _Unwind_Frames_Increment
new cdd19d45280 Fixes to testcase for PR tree-optimization/86636
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/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gcc.c-torture/compile/pr86636.c | 2 ++
2 files changed, 8 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 6f446a56af7 Enable MachineOutliner by default under -Oz for AArch64
new 767b5de4f4a bpf: add missing RegState to notify MachineInstr verifier n [...]
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/Target/BPF/BPFInstrInfo.cpp | 18 ++++++++++--------
test/CodeGen/BPF/memcpy-expand-in-order.ll | 4 ++--
2 files changed, 12 insertions(+), 10 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 a0c25fcea2b [x86] add more tests for signbit math; NFC
new 125191a9e0c [DAGCombiner] fold 'not' with signbit math
new 6f446a56af7 Enable MachineOutliner by default under -Oz for AArch64
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/SelectionDAG/DAGCombiner.cpp | 45 ++++++++++++++
lib/Target/AArch64/AArch64InstrInfo.cpp | 5 ++
lib/Target/AArch64/AArch64InstrInfo.h | 1 +
lib/Target/AArch64/AArch64TargetMachine.cpp | 3 +
test/CodeGen/AArch64/O3-pipeline.ll | 2 +
test/CodeGen/AArch64/arm64-memset-to-bzero.ll | 6 +-
test/CodeGen/AArch64/arm64-opt-remarks-lazy-bfi.ll | 8 +--
test/CodeGen/AArch64/cond-sel.ll | 4 +-
test/CodeGen/AArch64/machine-outliner-default.mir | 71 ++++++++++++++++++++++
test/CodeGen/AArch64/machine-outliner-flags.ll | 8 ++-
test/CodeGen/AArch64/max-jump-table.ll | 1 +
test/CodeGen/AArch64/signbit-shift.ll | 34 +++++------
test/CodeGen/PowerPC/signbit-shift.ll | 21 +++----
test/CodeGen/X86/signbit-shift.ll | 43 +++++--------
14 files changed, 181 insertions(+), 71 deletions(-)
create mode 100644 test/CodeGen/AArch64/machine-outliner-default.mir
--
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 13b09222ff2 [Support] Use unsigned char for xxHash 64-bit
new b9dee6e2c28 [AArch64] add more tests for signbit math; NFC
new 67980f703ba [PowerPC] add more tests for signbit math; NFC
new a0c25fcea2b [x86] add more tests for signbit math; NFC
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:
test/CodeGen/AArch64/signbit-shift.ll | 81 +++++++++++++++++++++++++++++
test/CodeGen/PowerPC/signbit-shift.ll | 96 +++++++++++++++++++++++++++++++++++
test/CodeGen/X86/signbit-shift.ll | 84 ++++++++++++++++++++++++++++++
3 files changed, 261 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 0a1753ac2dd AMDGPU/R600: Add MOV instructions to BFE patterns
new 13b09222ff2 [Support] Use unsigned char for xxHash 64-bit
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/Support/xxhash.cpp | 6 +++---
1 file 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 tag gcc-8_2_0-release
in repository gcc.
at 9fb89fa845c (commit)
No new revisions were added by this update.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.