This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 909ee84 [libFuzzer] print the file name before executing the input so [...]
new d22ce76 Revert "[ARM,AArch64] NFC. Add extra test cases for bswap lowering."
new a357047 [AMDGPU] Update nop insertion for debugger usage - Insert one [...]
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/AMDGPU/AMDGPU.td | 2 +-
lib/Target/AMDGPU/SIDebuggerInsertNops.cpp | 49 +++-------
test/CodeGen/AArch64/bswap.ll | 39 --------
test/CodeGen/AMDGPU/debugger-insert-nops.ll | 13 +--
test/CodeGen/ARM/bswap.ll | 145 ----------------------------
5 files changed, 20 insertions(+), 228 deletions(-)
delete mode 100644 test/CodeGen/AArch64/bswap.ll
delete mode 100644 test/CodeGen/ARM/bswap.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 a19270c regenerate checks
new 22dd3bb [libFuzzer] simplify FuzzerInterface.h
new 44171a4 regenerate checks and add a run to show missed shrinkage
new 909ee84 [libFuzzer] print the file name before executing the input so [...]
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:
lib/Fuzzer/CMakeLists.txt | 1 -
lib/Fuzzer/FuzzerDriver.cpp | 3 +-
lib/Fuzzer/FuzzerInterface.cpp | 20 ------
lib/Fuzzer/FuzzerInterface.h | 82 +++++++++--------------
lib/Fuzzer/FuzzerInternal.h | 4 ++
lib/Fuzzer/FuzzerLoop.cpp | 13 ++--
lib/Fuzzer/test/CustomMutatorTest.cpp | 2 +-
lib/Fuzzer/test/fuzzer.test | 4 +-
test/Transforms/InstCombine/narrow-switch.ll | 99 +++++++++++++++++-----------
9 files changed, 109 insertions(+), 119 deletions(-)
delete mode 100644 lib/Fuzzer/FuzzerInterface.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 binutils-gdb.
from d2edc83 Fix build breakage
new 2168b26 Don't convert GOTPCREL relocation against large section
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:
bfd/ChangeLog | 8 +++++++-
bfd/elf64-x86-64.c | 5 +++++
ld/ChangeLog | 9 +++++++++
ld/testsuite/ld-x86-64/{protected3.d => pr20093-1.d} | 9 +++------
ld/testsuite/ld-x86-64/pr20093-1.s | 11 +++++++++++
ld/testsuite/ld-x86-64/{protected3.d => pr20093-2.d} | 9 +++------
ld/testsuite/ld-x86-64/pr20093-2.s | 9 +++++++++
ld/testsuite/ld-x86-64/x86-64.exp | 2 ++
8 files changed, 49 insertions(+), 13 deletions(-)
copy ld/testsuite/ld-x86-64/{protected3.d => pr20093-1.d} (51%)
create mode 100644 ld/testsuite/ld-x86-64/pr20093-1.s
copy ld/testsuite/ld-x86-64/{protected3.d => pr20093-2.d} (51%)
create mode 100644 ld/testsuite/ld-x86-64/pr20093-2.s
--
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 062cef5 [obj2yaml] [yaml2obj] Basic support for MachO::load_command
new af223d6 [codeview] Dump the type index on the first line of each record
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/DebugInfo/CodeView/TypeDumper.cpp | 4 ++--
test/DebugInfo/COFF/inlining.ll | 12 ++++--------
test/DebugInfo/PDB/pdbdump-headers.test | 9 +++------
test/tools/llvm-readobj/codeview-vftable.test | 9 +++------
4 files changed, 12 insertions(+), 22 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 openmp.
from 1238ecb Solve 'Too many args to microtask' problem
new 65f68b9 NFC fix indent (relates to my previous commit)
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:
runtime/src/kmp_settings.c | 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 4f86416 [InstCombine] handle zero constant vectors for LE/GE comparisons too
new 062cef5 [obj2yaml] [yaml2obj] Basic support for MachO::load_command
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/ObjectYAML/MachOYAML.h | 27 +++++++++++
lib/ObjectYAML/MachOYAML.cpp | 11 +++++
test/ObjectYAML/MachO/load_commands.yaml | 81 ++++++++++++++++++++++++++++++++
tools/obj2yaml/macho2yaml.cpp | 13 +++--
tools/yaml2obj/yaml2macho.cpp | 26 ++++++++--
5 files changed, 152 insertions(+), 6 deletions(-)
create mode 100644 test/ObjectYAML/MachO/load_commands.yaml
--
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-tools-extra.
from ed563df [include-fixer] Use scope contexts information to improve query.
new b0fc236 [include-fixer] Fix broken dependency shared build
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-fixer/find-all-symbols/SymbolInfo.h | 2 +-
include-fixer/tool/CMakeLists.txt | 1 +
unittests/include-fixer/CMakeLists.txt | 1 +
3 files changed, 3 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 d80276d [RuntimeDyld] Support R_390_PC64 relocation type
new 49af735 [PGO] Add flags to control IRPGO warnings. Currently there is [...]
new 8e9af26 Update module map for r269380.
new 4f86416 [InstCombine] handle zero constant vectors for LE/GE comparisons too
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:
include/llvm/module.modulemap | 1 +
lib/Transforms/InstCombine/InstCombineCompares.cpp | 5 +--
.../Instrumentation/PGOInstrumentation.cpp | 21 ++++++++++--
test/Transforms/InstCombine/icmp-vec.ll | 37 ++++++++++++++++++++++
4 files changed, 59 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.