This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 3797638dfd [CodeGen] Ignore OpaqueValueExprs that are unique references [...]
new 94cbbb8257 Properly construct `inline` members without initializers
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/SemaTemplateInstantiateDecl.cpp | 4 +++-
test/CodeGenCXX/cxx1z-inline-variables.cpp | 26 ++++++++++++++++++++++++++
2 files changed, 29 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 c83d754ae2b [ShrinkWrap] Take into account landing pad
new 001a48c5f66 [X86] Add ROR/ROL/SHR/SAR by 1 instructions to the Sandy Br [...]
new ea05d68efb0 [X86] Add TEST16mi/TEST32mi/TEST64mi32 to the Sandybridge/H [...]
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/Target/X86/X86SchedBroadwell.td | 2 +-
lib/Target/X86/X86SchedHaswell.td | 2 +-
lib/Target/X86/X86SchedSandyBridge.td | 12 ++-
lib/Target/X86/X86SchedSkylakeClient.td | 2 +-
lib/Target/X86/X86SchedSkylakeServer.td | 2 +-
test/CodeGen/X86/schedule-x86_64.ll | 152 ++++++++++++++++----------------
6 files changed, 90 insertions(+), 82 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 12ea4642637 Fix layering between llvm-c and Support by factoring out so [...]
new c83d754ae2b [ShrinkWrap] Take into account landing pad
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/CodeGen/ShrinkWrap.cpp | 16 +++++
test/CodeGen/X86/x86-shrink-wrap-unwind.ll | 102 +++++++++++++++++++++++++++++
2 files changed, 118 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 6a9321130f4 [RISCV] Preserve stack space for outgoing arguments when th [...]
new 12ea4642637 Fix layering between llvm-c and Support by factoring out so [...]
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-c/Disassembler.h | 38 +-----------------
include/llvm/Support/DisassemblerTypedefs.h | 60 +++++++++++++++++++++++++++++
include/llvm/Support/TargetRegistry.h | 2 +-
3 files changed, 62 insertions(+), 38 deletions(-)
create mode 100644 include/llvm/Support/DisassemblerTypedefs.h
--
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 lldb.
from a09ceddd2 [SymbolFilePDB] Simplify code with newer methods
new a71eb312d Add a suggestion to convert dotest tests to use run_to_source [...]
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:
www/projects.html | 14 ++++++++++++++
1 file changed, 14 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 glibc.
from 79962d89a9 hurd: Code style fixes
new ceb54b9b4f Fix errno values
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 | 6 ++++++
manual/errno.texi | 10 ----------
sysdeps/gnu/errlist.c | 32 ++++++++++++++++----------------
3 files changed, 22 insertions(+), 26 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 glibc.
from 8d3f9e85cf Add narrowing subtract functions.
new 79962d89a9 hurd: Code style fixes
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:
hurd/hurdlock.c | 79 +++++++++++++++++++++++--------------------
mach/lowlevellock.h | 10 +++---
sysdeps/mach/hurd/errno-loc.c | 12 +++----
3 files changed, 52 insertions(+), 49 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 1e4ad8ec34 [analyzer] Improve performance of NoStoreFuncVisitor
new 3797638dfd [CodeGen] Ignore OpaqueValueExprs that are unique references [...]
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/AST/Expr.h | 9 ++++
include/clang/AST/Stmt.h | 11 ++++
lib/CodeGen/CGExpr.cpp | 36 ++++++++++++-
lib/CodeGen/CGExprAgg.cpp | 6 ++-
lib/CodeGen/CGExprComplex.cpp | 5 +-
lib/CodeGen/CGExprScalar.cpp | 5 +-
lib/CodeGen/CodeGenFunction.h | 26 +++------
lib/Sema/SemaPseudoObject.cpp | 67 ++++++++++++++----------
lib/Serialization/ASTReaderStmt.cpp | 1 +
lib/Serialization/ASTWriterStmt.cpp | 1 +
test/CodeGenCXX/ms-property.cpp | 2 +-
test/CodeGenObjC/objc-container-subscripting-1.m | 8 +--
test/CodeGenObjCXX/property-dot-copy-elision.mm | 39 ++++++++++++++
test/CodeGenObjCXX/property-objects.mm | 8 +--
14 files changed, 161 insertions(+), 63 deletions(-)
create mode 100644 test/CodeGenObjCXX/property-dot-copy-elision.mm
--
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 18df4f09ff7 [X86] Fix the SNB scheduler for BLENDVB.
new 6a9321130f4 [RISCV] Preserve stack space for outgoing arguments when th [...]
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/RISCV/RISCVFrameLowering.cpp | 51 +++++++++++++++++++++++----------
lib/Target/RISCV/RISCVFrameLowering.h | 5 ++--
test/CodeGen/RISCV/alloca.ll | 46 +++++++++++++++++++++++++++++
test/CodeGen/RISCV/calling-conv.ll | 14 ++++-----
4 files changed, 91 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 zack/wip-sibcall-macros
in repository glibc.
at db7252fe67 WIP: Introduce pt-compat-stubs and use it to replace pt-vfork.
This branch includes the following new commits:
new db7252fe67 WIP: Introduce pt-compat-stubs and use it to replace pt-vfork.
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.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.