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 7dffc3fb2 [libFuzzer] add a stress test for the DataFlow tracer
new d5e64ad16 [libFuzzer] change the output format for the DataFlow tracer
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/fuzzer/dataflow/DataFlow.cpp | 48 +++++++++++++++++++++-------------------
test/fuzzer/dataflow.test | 47 +++++++++------------------------------
2 files changed, 35 insertions(+), 60 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 49011d2b653 [llvm-strip] Expose --keep-symbol option
new 0390dacdd03 [llvm-strip] Minor fix of the usage of TableGen
new c349f814879 [Tablegen] Tidying up InstRegexOp a little, 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:
.../llvm-objcopy/strip-all-and-keep-symbol.test | 4 +++
tools/llvm-objcopy/llvm-objcopy.cpp | 39 ++++++++++++++--------
utils/TableGen/CodeGenSchedule.cpp | 21 ++++++------
utils/TableGen/CodeGenTarget.h | 10 +++---
4 files changed, 46 insertions(+), 28 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 compiler-rt.
from 8b089472c [libFuzzer] Don't complain about lack of interesting inputs w [...]
new 7dffc3fb2 [libFuzzer] add a stress test for the DataFlow tracer
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/fuzzer/ExplodeDFSanLabelsTest.cpp | 23 +++++++++++++++++++++++
test/fuzzer/dataflow.test | 12 ++++++++++--
2 files changed, 33 insertions(+), 2 deletions(-)
create mode 100644 test/fuzzer/ExplodeDFSanLabelsTest.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 glibc.
from 727b38df05 x86-64: Skip zero length in __mem[pcpy|move|set]_erms
new 1dfeb17e67 Remove sysdeps/sh/soft-fp directory.
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:
ChangeLog | 6 ++++++
sysdeps/sh/Implies | 1 -
sysdeps/sh/{soft-fp => }/sfp-machine.h | 0
3 files changed, 6 insertions(+), 1 deletion(-)
rename sysdeps/sh/{soft-fp => }/sfp-machine.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 llvm.
from 879a0d87269 [Power9]Legalize and emit code for W vector extract and con [...]
new 49011d2b653 [llvm-strip] Expose --keep-symbol option
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/tools/llvm-objcopy/strip-all-and-keep-symbol.test | 8 ++++++++
tools/llvm-objcopy/StripOpts.td | 7 +++++++
tools/llvm-objcopy/llvm-objcopy.cpp | 3 +++
3 files changed, 18 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 cd0dd90d1 [sanitizer] Define UINTPTR_MAX
new 8b089472c [libFuzzer] Don't complain about lack of interesting inputs w [...]
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/fuzzer/FuzzerLoop.cpp | 2 +-
1 file changed, 1 insertion(+), 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 4cb7c3ee0c9 [GlobalISel][InstructionSelect] Moving type checks forward, [...]
new 879a0d87269 [Power9]Legalize and emit code for W vector extract and con [...]
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/PowerPC/PPCInstrVSX.td | 42 ++++++-
test/CodeGen/PowerPC/f128-vecExtractNconv.ll | 181 +++++++++++++++++++++++++++
2 files changed, 218 insertions(+), 5 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 e99b1c16bb5 [Power9]Legalize and emit code for DW vector extract and co [...]
new 4cb7c3ee0c9 [GlobalISel][InstructionSelect] Moving type checks forward, [...]
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/TableGen/GlobalISelEmitter.td | 44 ++++++++++++++++++++++--------------
utils/TableGen/GlobalISelEmitter.cpp | 6 +++++
2 files changed, 33 insertions(+), 17 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 310e78bb8fd StructurizeCFG: Adjust the loop depth for a subregion to or [...]
new e99b1c16bb5 [Power9]Legalize and emit code for DW vector extract and co [...]
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/PowerPC/PPCInstrVSX.td | 27 +++++
test/CodeGen/PowerPC/f128-vecExtractNconv.ll | 160 +++++++++++++++++++++++++++
2 files changed, 187 insertions(+)
create mode 100644 test/CodeGen/PowerPC/f128-vecExtractNconv.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 glibc.
from 2834fb4610 Remove sysdeps/alpha/soft-fp directory.
new 727b38df05 x86-64: Skip zero length in __mem[pcpy|move|set]_erms
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:
ChangeLog | 8 ++++++++
sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S | 6 ++++++
sysdeps/x86_64/multiarch/memset-vec-unaligned-erms.S | 5 +++++
3 files changed, 19 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.