This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 2d33745 [coroutines] Add handling for unwind coro.ends
new 6e1685e Strip trailing whitespace.
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:
unittests/ADT/APIntTest.cpp | 5 +----
1 file changed, 1 insertion(+), 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 llvm.
from 360f1e7 [GlobalISel] Don't translate intrinsics with metadata parameters.
new debb02e Implement FreeMachineFunction::getPassName().
new 2d33745 [coroutines] Add handling for unwind coro.ends
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/Coroutines.rst | 85 +++++++++++----
include/llvm/IR/Intrinsics.td | 2 +-
lib/CodeGen/MachineModuleInfo.cpp | 4 +
lib/Transforms/Coroutines/CoroSplit.cpp | 42 +++++++-
test/Transforms/Coroutines/ArgAddr.ll | 4 +-
test/Transforms/Coroutines/coro-frame.ll | 4 +-
test/Transforms/Coroutines/coro-split-00.ll | 4 +-
test/Transforms/Coroutines/coro-split-01.ll | 4 +-
test/Transforms/Coroutines/coro-split-02.ll | 4 +-
test/Transforms/Coroutines/coro-split-dbg.ll | 4 +-
test/Transforms/Coroutines/coro-split-eh.ll | 145 ++++++++++++++++++++++++++
test/Transforms/Coroutines/ex0.ll | 4 +-
test/Transforms/Coroutines/ex1.ll | 4 +-
test/Transforms/Coroutines/ex2.ll | 4 +-
test/Transforms/Coroutines/ex3.ll | 4 +-
test/Transforms/Coroutines/ex4.ll | 4 +-
test/Transforms/Coroutines/ex5.ll | 4 +-
test/Transforms/Coroutines/no-suspend.ll | 10 +-
test/Transforms/Coroutines/phi-coro-end.ll | 4 +-
test/Transforms/Coroutines/restart-trigger.ll | 4 +-
20 files changed, 288 insertions(+), 56 deletions(-)
create mode 100644 test/Transforms/Coroutines/coro-split-eh.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 ee2f6d9 Use filename in linemarker when compiling preprocessed source [...]
new 6470a85 [coroutines] update coro_end builtin to match llvm
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/Builtins.def | 2 +-
test/CodeGenCoroutines/coro-builtins.c | 2 +-
2 files changed, 2 insertions(+), 2 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 release_40
in repository llvm.
from 6610cde Merging r297075: -------------------------------------------- [...]
new 0443af3 ReleaseNotes: fix the VS version; follow-up to r297097
new 4423e35 ReleaseNotes: fix indent
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/ReleaseNotes.rst | 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 branch master
in repository llvm.
from c3e4809 [fuzzer] Don't crash if LLVMFuzzerMutate was called by Custom [...]
new 0271044 [GlobalISel] Slightly clean up DBG_VALUE FP build code.
new fa62d55 [GlobalISel] Add vector select translation test. NFC.
new 4298111 [GlobalISel] Relax vector G_SELECT assertion.
new 12a80e8 [GlobalISel] Avoid invalidating ValToVReg when translating no [...]
new 360f1e7 [GlobalISel] Don't translate intrinsics with metadata parameters.
The 5 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/IRTranslator.cpp | 12 +++++++--
lib/CodeGen/GlobalISel/MachineIRBuilder.cpp | 10 ++++----
test/CodeGen/AArch64/GlobalISel/arm64-fallback.ll | 11 ++++++++
.../AArch64/GlobalISel/arm64-irtranslator.ll | 24 +++++++++++++++++
.../AArch64/GlobalISel/irtranslator-bitcast.ll | 30 ++++++++++++++++++++++
5 files changed, 80 insertions(+), 7 deletions(-)
create mode 100644 test/CodeGen/AArch64/GlobalISel/irtranslator-bitcast.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 6b149f3 llvm-objdump: handle line numbers and source options for amdg [...]
new 43959ee Fix bugpoint to work with swifterror values
new c20464c SjLjEHPrepare: Fix the pass for swifterror arguments
new 85cbde2 [NVPTX] Fixed lowering of unaligned loads/stores of f16 scala [...]
new cf71edc [GlobalISel] Add constant dbg.value translation tests. NFC.
new e8bbfec [GlobalISel] Emit DBG_VALUE %noreg for non-int/fp constant values.
new 80a7dba [GlobalISel] Ignore %noreg when applying default regbank mapping.
new c3e4809 [fuzzer] Don't crash if LLVMFuzzerMutate was called by Custom [...]
The 7 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/MachineIRBuilder.cpp | 7 ++-
lib/CodeGen/GlobalISel/RegisterBankInfo.cpp | 7 +++
lib/CodeGen/SjLjEHPrepare.cpp | 22 ++++++++
lib/Fuzzer/FuzzerMutate.cpp | 4 +-
lib/Fuzzer/FuzzerMutate.h | 3 ++
lib/Fuzzer/test/CMakeLists.txt | 1 +
lib/Fuzzer/test/CustomCrossOverAndMutateTest.cpp | 33 ++++++++++++
.../test/fuzzer-customcrossoverandmutate.test | 1 +
lib/Target/NVPTX/NVPTXISelLowering.cpp | 42 ++++++++++++----
test/CodeGen/AArch64/GlobalISel/debug-insts.ll | 10 +++-
.../AArch64/GlobalISel/regbankselect-dbg-value.mir | 45 +++++++++++++++++
test/CodeGen/ARM/sjljeh-swifterror.ll | 27 ++++++++++
test/CodeGen/NVPTX/f16-instructions.ll | 14 ++++++
test/CodeGen/NVPTX/misaligned-vector-ldst.ll | 58 ++++++++++++++++++++++
tools/bugpoint/CrashDebugger.cpp | 6 ++-
15 files changed, 262 insertions(+), 18 deletions(-)
create mode 100644 lib/Fuzzer/test/CustomCrossOverAndMutateTest.cpp
create mode 100644 lib/Fuzzer/test/fuzzer-customcrossoverandmutate.test
create mode 100644 test/CodeGen/AArch64/GlobalISel/regbankselect-dbg-value.mir
create mode 100644 test/CodeGen/ARM/sjljeh-swifterror.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 binutils-gdb.
from f7bb4e3 GDB: Fix some null pointer dereferences due to disassembler-o [...]
new 1672e0d Share gdb/environ.[ch] with gdbserver
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:
gdb/ChangeLog | 11 +++++++++++
gdb/Makefile.in | 4 ++--
gdb/{ => common}/environ.c | 2 +-
gdb/{ => common}/environ.h | 0
gdb/gdbserver/ChangeLog | 5 +++++
gdb/gdbserver/Makefile.in | 5 +++++
6 files changed, 24 insertions(+), 3 deletions(-)
rename gdb/{ => common}/environ.c (99%)
rename gdb/{ => common}/environ.h (100%)
--
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 d29c0a6 fix test to not check optimized IR; NFCI
new ee2f6d9 Use filename in linemarker when compiling preprocessed 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:
include/clang/Frontend/FrontendOptions.h | 9 +++++-
lib/Frontend/FrontendAction.cpp | 48 ++++++++++++++++++++++++++++++--
test/Frontend/preprocessed-input.i | 10 +++++++
3 files changed, 64 insertions(+), 3 deletions(-)
create mode 100644 test/Frontend/preprocessed-input.i
--
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 18b5c0b [AArch64] Vulcan is now ThunderXT99
new 0578f37 Fix C2712 build error on Windows
new 6b149f3 llvm-objdump: handle line numbers and source options for amdg [...]
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/Support/Windows/Threading.inc | 18 ++--
.../llvm-objdump/AMDGPU/Inputs/source-lines.cl | 6 ++
.../llvm-objdump}/AMDGPU/lit.local.cfg | 0
test/tools/llvm-objdump/AMDGPU/source-lines.ll | 109 +++++++++++++++++++++
tools/llvm-objdump/llvm-objdump.cpp | 3 +
5 files changed, 130 insertions(+), 6 deletions(-)
create mode 100644 test/tools/llvm-objdump/AMDGPU/Inputs/source-lines.cl
copy test/{Analysis/CostModel => tools/llvm-objdump}/AMDGPU/lit.local.cfg (100%)
create mode 100644 test/tools/llvm-objdump/AMDGPU/source-lines.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.