This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from a32a775e6 Fix PR40495 - is_invokable_v<void> does not compile
new 867782985 [libc++] Fix Windows build error in include/filesystem
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/filesystem | 1 -
1 file changed, 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 79118ec14e Adjust documentation for git migration.
new 4d64806bed Rollback unwindlib patch.
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/Basic/DiagnosticDriverKinds.td | 4 --
include/clang/Driver/Options.td | 2 -
include/clang/Driver/ToolChain.h | 8 ---
lib/Driver/ToolChain.cpp | 27 ---------
lib/Driver/ToolChains/CommonArgs.cpp | 86 +++++++++-------------------
test/Driver/compiler-rt-unwind.c | 50 ----------------
6 files changed, 28 insertions(+), 149 deletions(-)
delete mode 100644 test/Driver/compiler-rt-unwind.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 0131ce28740 [x86] add tests for vector bool math; NFC
new ae17beb3c17 GlobalISel: Fix narrowScalar for load/store with different [...]
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/GlobalISel/LegalizerHelper.cpp | 29 +++++++++-
lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp | 24 +++++++-
test/CodeGen/AMDGPU/GlobalISel/legalize-load.mir | 68 +++++++++++++++++++++++
test/CodeGen/AMDGPU/GlobalISel/legalize-store.mir | 64 +++++++++++++++++++++
4 files changed, 181 insertions(+), 4 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 libcxx.
from e0324cb30 Adjust documentation for git migration.
new a32a775e6 Fix PR40495 - is_invokable_v<void> does not compile
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/type_traits | 37 +--
.../utilities/meta/meta.rel/is_invocable.pass.cpp | 305 +++++++++++++--------
.../meta/meta.rel/is_nothrow_invocable.pass.cpp | 233 +++++++++++-----
3 files changed, 376 insertions(+), 199 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 4975e95c2 Adjust documentation for git migration.
new 0e6825fcf Make Type::GetByteSize optional (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:
include/lldb/Symbol/Type.h | 7 +-
source/Core/ValueObjectMemory.cpp | 6 +-
source/Expression/Materializer.cpp | 3 +-
.../SymbolFile/DWARF/DWARFASTParserClang.cpp | 41 ++++++------
.../Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp | 10 +--
source/Plugins/SymbolFile/PDB/PDBASTParser.cpp | 16 +++--
source/Symbol/Type.cpp | 77 ++++++++++++++--------
7 files changed, 92 insertions(+), 68 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 62f89358b14 [AArch64] add tests for vector bool math; NFC
new 0131ce28740 [x86] add tests for vector bool math; 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:
test/CodeGen/X86/bool-ext-inc.ll | 25 +++++++++++++++++++++++++
1 file changed, 25 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 newlib.
from e148aa62a Cygwin: procfd: improve debug output
new c86b2f549 Cygwin: Makefile.in: Improve dependency for version info
new 5a0f2c00a Cygwin: fork/exec: fix child process permissions
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:
winsup/cygwin/Makefile.in | 7 ++++++-
winsup/cygwin/security.h | 1 +
winsup/cygwin/sigproc.cc | 20 ++++++++++++++++----
winsup/cygwin/uinfo.cc | 14 ++++++++++----
winsup/cygwin/wincap.cc | 9 +++++++++
winsup/cygwin/wincap.h | 2 ++
6 files changed, 44 insertions(+), 9 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 8f2bb54a228 [X86][Btver2] Improved latency/throughput model for scalar [...]
new 62f89358b14 [AArch64] add tests for vector bool math; 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:
test/CodeGen/AArch64/bool-ext-inc.ll | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
create mode 100644 test/CodeGen/AArch64/bool-ext-inc.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 llvm.
from c84c48686ce [InstCombine] add tests for ext-of-bool + add/sub; NFC
new 6887626c42c [InstCombine] regenerate test checks; NFC
new 8f2bb54a228 [X86][Btver2] Improved latency/throughput model for scalar [...]
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/X86InstrAVX512.td | 6 +-
lib/Target/X86/X86InstrSSE.td | 17 +--
lib/Target/X86/X86ScheduleBtVer2.td | 7 +-
test/CodeGen/X86/sse-schedule.ll | 16 +--
test/CodeGen/X86/sse2-schedule.ll | 16 +--
test/Transforms/InstCombine/apint-shift.ll | 126 ++++++++++-----------
.../llvm-mca/X86/BtVer2/int-to-fpu-forwarding-2.s | 35 +++---
test/tools/llvm-mca/X86/BtVer2/resources-avx1.s | 16 +--
test/tools/llvm-mca/X86/BtVer2/resources-sse1.s | 8 +-
test/tools/llvm-mca/X86/BtVer2/resources-sse2.s | 8 +-
10 files changed, 129 insertions(+), 126 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 c00cde6ade5 [SelectionDAGBuilder] Remove redundant variable. NFCI.
new b21d80e08f3 Adjust documentation for git migration.
new c84c48686ce [InstCombine] add tests for ext-of-bool + add/sub; 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:
docs/CompileCudaWithLLVM.rst | 4 +-
docs/LibFuzzer.rst | 4 +-
docs/TestSuiteGuide.md | 2 +-
docs/TestSuiteMakefileGuide.rst | 6 +-
docs/TestingGuide.rst | 12 +---
lib/CodeGen/SelectionDAG/TargetLowering.cpp | 2 +-
lib/Target/AMDGPU/AMDGPUISelLowering.h | 16 ++---
test/CodeGen/PowerPC/pr24546.ll | 4 +-
test/Transforms/InstCombine/zext-bool-add-sub.ll | 87 ++++++++++++++++++++++++
utils/lit/setup.py | 4 +-
10 files changed, 111 insertions(+), 30 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.