This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from c6d173bbf65 [libFuzzer] enable -fsanitize-coverage=pc-table for all tests
new c19eec32627 [libFuzzer] implement more correct way of computing feature [...]
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/FuzzerTracePC.h | 25 +++++++++++++++----------
lib/Fuzzer/test/FuzzerUnittest.cpp | 4 +++-
2 files changed, 18 insertions(+), 11 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 e5551a7a5e0 Reland "[LLVM][llvm-objcopy] Added basic plumbing to get th [...]
new 2d5d2fa74ea [sanitizer-coverage] relax an assertion
new 0f89608de0f Default MemoryLocation passed to getModRefInfo should be No [...]
new c6d173bbf65 [libFuzzer] enable -fsanitize-coverage=pc-table for all tests
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 | 26 +++++++++++++++-------
lib/Fuzzer/FuzzerTracePC.h | 3 ++-
lib/Fuzzer/test/CMakeLists.txt | 2 +-
lib/Fuzzer/test/inline-8bit-counters.test | 2 +-
.../Instrumentation/SanitizerCoverage.cpp | 9 ++++----
lib/Transforms/Scalar/MemCpyOptimizer.cpp | 2 +-
6 files changed, 28 insertions(+), 16 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 68720204a72 [ScheduleDAG] Don't schedule node with physical register in [...]
new e5551a7a5e0 Reland "[LLVM][llvm-objcopy] Added basic plumbing to get th [...]
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/CMakeLists.txt | 1 +
test/lit.cfg | 1 +
test/tools/llvm-objcopy/basic-copy.test | 47 ++++
test/tools/llvm-objcopy/empty-section.test | 55 +++++
test/tools/llvm-objcopy/program-headers.test | 71 ++++++
tools/LLVMBuild.txt | 1 +
tools/llvm-objcopy/CMakeLists.txt | 9 +
tools/{ => llvm-objcopy}/LLVMBuild.txt | 45 +---
tools/llvm-objcopy/Object.cpp | 341 +++++++++++++++++++++++++++
tools/llvm-objcopy/Object.h | 150 ++++++++++++
tools/llvm-objcopy/llvm-objcopy.cpp | 96 ++++++++
tools/llvm-objcopy/llvm-objcopy.h | 32 +++
12 files changed, 809 insertions(+), 40 deletions(-)
create mode 100644 test/tools/llvm-objcopy/basic-copy.test
create mode 100644 test/tools/llvm-objcopy/empty-section.test
create mode 100644 test/tools/llvm-objcopy/program-headers.test
create mode 100644 tools/llvm-objcopy/CMakeLists.txt
copy tools/{ => llvm-objcopy}/LLVMBuild.txt (52%)
create mode 100644 tools/llvm-objcopy/Object.cpp
create mode 100644 tools/llvm-objcopy/Object.h
create mode 100644 tools/llvm-objcopy/llvm-objcopy.cpp
create mode 100644 tools/llvm-objcopy/llvm-objcopy.h
--
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 c28b6e32167 [AVX-512] Add unmasked subvector inserts and extract to the [...]
new 211f7eebced Allow None as a MemoryLocation to getModRefInfo
new 68720204a72 [ScheduleDAG] Don't schedule node with physical register in [...]
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:
include/llvm/Analysis/AliasAnalysis.h | 55 ++++++++++-------------
include/llvm/Analysis/MemoryLocation.h | 29 +++++++-----
lib/Analysis/MemorySSA.cpp | 2 +-
lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp | 62 +++++++++++++++-----------
lib/Transforms/Scalar/MemCpyOptimizer.cpp | 2 +-
test/CodeGen/ARM/unschedule-first-call.ll | 2 +-
unittests/Analysis/AliasAnalysisTest.cpp | 12 ++---
7 files changed, 87 insertions(+), 77 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 gcc.
from c112272957f 2017-07-31 Steve Ellcey <sellcey(a)cavium.com>
new 2486a41e399 Daily bump.
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:
gcc/DATESTAMP | 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 gcc-7-branch
in repository gcc.
from c856f33547c * es.po, uk.po: Update.
new 50db208bc62 Daily bump.
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:
gcc/DATESTAMP | 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 gcc-6-branch
in repository gcc.
from c51e775e1a2 PR sanitizer/81604 * ubsan.c (ubsan_type_descriptor): For [...]
new 15891d3a4aa Daily bump.
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:
gcc/DATESTAMP | 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 gcc-5-branch
in repository gcc.
from 65ddaa55ea7 PR sanitizer/81604 * ubsan.c (ubsan_type_descriptor): For [...]
new 109bf7c3e31 Daily bump.
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:
gcc/DATESTAMP | 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 binutils-gdb.
from 2141b11005 Update myself in MAINTAINERS
new 51b69c74c6 Automatic date update in version.in
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/version.h | 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 gdb-8.0-branch
in repository binutils-gdb.
from 6f2a570f4a Automatic date update in version.in
new b708f06797 Automatic date update in version.in
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/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.