This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository compiler-rt.
from 8ba3c90b5 [LibFuzzer] Report when custom counters are available.
new 98f17ff68 Revert r330376 "[sanitizer] Generalize atomic_uint8_t, atomic [...]
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/sanitizer_common/sanitizer_atomic.h | 38 ++++++++++++++++++++++++---------
1 file changed, 28 insertions(+), 10 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 98206475478 AMDGPU: Legalize the operand of SI_INIT_M0
new 06d4ac89d73 [AArch64][AsmParser] Extend RegOp with integrated 'shift/extend'.
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/AArch64/AArch64RegisterInfo.td | 1 +
lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp | 148 ++++++++++++++++------
2 files changed, 113 insertions(+), 36 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 289b2361869 [Sparc] Fix addressing mode when using 64-bit values in inl [...]
new 98206475478 AMDGPU: Legalize the operand of SI_INIT_M0
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/AMDGPU/SIInstrInfo.cpp | 15 +++++++++++++++
test/CodeGen/AMDGPU/llvm.amdgcn.sendmsg.ll | 15 +++++++++++++++
2 files changed, 30 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 f2e8d8edd85 Fix build failures for r330387 on buildbots that don't buil [...]
new 289b2361869 [Sparc] Fix addressing mode when using 64-bit values in inl [...]
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/Sparc/SparcISelDAGToDAG.cpp | 2 ++
test/CodeGen/SPARC/inlineasm.ll | 8 ++++++++
2 files changed, 10 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 compiler-rt.
from 7ee23385d [Fuzzer] Add a missing header in Fuchsia implementation
new 023daf3d1 [LibFuzzer] Unbreak the `trace-malloc-unbalanced.test` when u [...]
new 1fe2897b9 [LibFuzzer] Try to unbreak the `FuzzerMutate.ShuffleBytes1` u [...]
new 8ba3c90b5 [LibFuzzer] Report when custom counters are available.
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/FuzzerTracePC.cpp | 3 +++
lib/fuzzer/scripts/unbalanced_allocs.py | 10 +++++-----
lib/fuzzer/tests/FuzzerUnittest.cpp | 2 +-
test/fuzzer/extra-counters.test | 1 +
4 files changed, 10 insertions(+), 6 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 binutils-gdb.
from ebf7373d2f Automatic date update in version.in
new d27d16bfdc Add test case for a known hang in infrun
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/testsuite/ChangeLog | 5 +
.../gdb.threads/multiple-successive-infcall.c | 111 +++++++++++++++++++++
.../gdb.threads/multiple-successive-infcall.exp | 72 +++++++++++++
3 files changed, 188 insertions(+)
create mode 100644 gdb/testsuite/gdb.threads/multiple-successive-infcall.c
create mode 100644 gdb/testsuite/gdb.threads/multiple-successive-infcall.exp
--
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 0af0deeed91 LowerTypeTests: Propagate symver directives
new f2e8d8edd85 Fix build failures for r330387 on buildbots that don't buil [...]
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/Transforms/ThinLTOBitcodeWriter/symver.ll | 3 +++
1 file changed, 3 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 98f500f52fa Move a dump() implementation out of line.
new 0af0deeed91 LowerTypeTests: Propagate symver directives
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/Object/ModuleSymbolTable.h | 9 +++
lib/Object/ModuleSymbolTable.cpp | 81 +++++++++++++++----------
lib/Object/RecordStreamer.cpp | 5 ++
lib/Object/RecordStreamer.h | 14 +++--
lib/Transforms/IPO/LowerTypeTests.cpp | 18 ++++++
lib/Transforms/IPO/ThinLTOBitcodeWriter.cpp | 23 ++++++-
test/Transforms/LowerTypeTests/export-symver.ll | 16 +++++
test/Transforms/ThinLTOBitcodeWriter/symver.ll | 22 +++++++
8 files changed, 150 insertions(+), 38 deletions(-)
create mode 100644 test/Transforms/LowerTypeTests/export-symver.ll
create mode 100644 test/Transforms/ThinLTOBitcodeWriter/symver.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 lld.
from 24c1c8d25 [ELF] Increase NextGroupId with --end-group
new 2ea067a3c Fix trap instruction on pp64.
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:
ELF/Arch/PPC64.cpp | 3 ++-
test/ELF/fill-trap-ppc.s | 7 ++++---
2 files changed, 6 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 llvm.
from 7256bf169ac [MachineOutliner] NFC: Move EnableLinkOnceODROutlining into [...]
new 98f500f52fa Move a dump() implementation out of line.
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/CodeGen/LatencyPriorityQueue.h | 9 +--------
lib/CodeGen/LatencyPriorityQueue.cpp | 11 +++++++++++
2 files changed, 12 insertions(+), 8 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.