This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 36db7109260 LTO: Also include dso-local bit for calls in ThinLTO cache key.
new 0c105e21b44 [X86] Relax restrictions on what setcc condition codes can [...]
new 2d3a710d770 [X86] Auto-generate complete checks. NFC
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/X86ISelLowering.cpp | 3 +-
test/CodeGen/X86/avx512-ext.ll | 4 +-
test/CodeGen/X86/avx512-schedule.ll | 8 ++--
test/CodeGen/X86/vec_setcc-2.ll | 75 ++++++++++++++++++++++++++-----------
4 files changed, 61 insertions(+), 29 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 lldb.
from 7a83a2cfc Disable test_restart_bug failing on Android
new de795bdaa [testsuite] Skip a flakey test.
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:
.../lldbsuite/test/lang/objc/modules-incomplete/TestIncompleteModules.py | 1 +
1 file changed, 1 insertion(+)
--
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 libcxx.
from b50d2443d Remove <experimental/string_view>; use <string_view> instead. [...]
new 53095c720 Add issues in 'Review'
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/upcoming_meeting.html | 26 +++++++++++++++++++++++---
1 file changed, 23 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 c359c50d079 [PEI] Fix failing test caused by r324283
new 74007202a34 [LoopStrengthReduce, x86] don't add cost for a cmp that wil [...]
new 36db7109260 LTO: Also include dso-local bit for calls in ThinLTO cache key.
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/Analysis/TargetTransformInfo.h | 9 +++++
include/llvm/Analysis/TargetTransformInfoImpl.h | 2 ++
lib/Analysis/TargetTransformInfo.cpp | 4 +++
lib/LTO/LTO.cpp | 4 ++-
lib/Target/X86/X86TargetTransformInfo.cpp | 4 +++
lib/Target/X86/X86TargetTransformInfo.h | 1 +
lib/Transforms/Scalar/LoopStrengthReduce.cpp | 5 +--
test/CodeGen/X86/rdrand.ll | 30 +++++++++-------
.../{cache-dso-local.ll => cache-dso-local2.ll} | 9 ++---
.../LoopStrengthReduce/X86/ivchain-X86.ll | 27 ++++++++-------
.../LoopStrengthReduce/X86/macro-fuse-cmp.ll | 40 ++++++++++------------
11 files changed, 81 insertions(+), 54 deletions(-)
copy test/LTO/Resolution/X86/{cache-dso-local.ll => cache-dso-local2.ll} (77%)
--
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 5fe5ed7c369 PR tree-optimization/83369 - Missing diagnostics during inlining
new 0a4feddc1c7 * sv.po: Update.
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/po/ChangeLog | 4 +
gcc/po/sv.po | 277 +++++++++++++++++++++++++++----------------------------
2 files changed, 140 insertions(+), 141 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 lldb.
from d35e70f00 Fix the cputype comparison in GDBRemoteCommunicationServerCom [...]
new 7a83a2cfc Disable test_restart_bug failing on Android
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:
packages/Python/lldbsuite/test/functionalities/signal/raise/TestRaise.py | 1 +
1 file changed, 1 insertion(+)
--
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 ef61178b9 CMake: fix build directory name in clean rule
new d35e70f00 Fix the cputype comparison in GDBRemoteCommunicationServerCom [...]
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:
.../Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp | 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 clang.
from 9018322d0f Add support for attribute 'trivial_abi'.
new 6102cb5d31 IRGen: Move vtable load after argument evaluation.
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/CGCXXABI.h | 9 ++-
lib/CodeGen/CGCall.cpp | 11 +++-
lib/CodeGen/CGCall.h | 52 +++++++++++++--
lib/CodeGen/CGExprCXX.cpp | 4 +-
lib/CodeGen/ItaniumCXXABI.cpp | 73 ++++++++++------------
lib/CodeGen/MicrosoftCXXABI.cpp | 41 ++++++------
test/CodeGenCXX/cfi-vcall-check-after-args.cpp | 12 ++++
test/CodeGenCXX/cxx2a-destroying-delete.cpp | 6 +-
...crosoft-abi-multiple-nonvirtual-inheritance.cpp | 5 +-
.../microsoft-abi-virtual-inheritance.cpp | 30 ++++-----
...iple-nonvirtual-inheritance-this-adjustment.cpp | 10 +--
11 files changed, 146 insertions(+), 107 deletions(-)
create mode 100644 test/CodeGenCXX/cfi-vcall-check-after-args.cpp
--
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 9d8994460a6 [PEI][NFC] Move StackSize opt-remark code next to -warn-stack code
new c359c50d079 [PEI] Fix failing test caused by r324283
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/CodeGen/X86/prologue-epilogue-remarks.mir | 6 ++++++
1 file changed, 6 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.