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 5ffcba415 [libFuzzer] better README.txt
new 8713a9766 [NFC] do not run linter on libFuzzer's tests.
new 190938f45 [libFuzzer] apply changes lost during the migration to compiler-rt
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/fuzzer/CMakeLists.txt | 1 +
lib/fuzzer/FuzzerClangCounters.cpp | 49 +++++++++++++++++++++++++++++++++++++
lib/fuzzer/FuzzerDefs.h | 4 +++
lib/fuzzer/FuzzerLoop.cpp | 3 ++-
lib/fuzzer/FuzzerTracePC.cpp | 33 +++++++++++++++++++------
lib/fuzzer/FuzzerTracePC.h | 50 ++++++++++++++++++++------------------
test/fuzzer/CMakeLists.txt | 1 +
7 files changed, 109 insertions(+), 32 deletions(-)
create mode 100644 lib/fuzzer/FuzzerClangCounters.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 release_50
in repository llvm.
from 28646d0ecb2 Merging r310712: ------------------------------------------ [...]
new ef21e43d69b Merging r310990: ------------------------------------------ [...]
new 94bd5ab1242 Merging r311071: ------------------------------------------ [...]
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/CodeGen/SelectionDAG/LegalizeTypes.h | 1 +
lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp | 33 +++++++++++++++
lib/Object/COFFModuleDefinition.cpp | 8 +++-
lib/ToolDrivers/llvm-dlltool/DlltoolDriver.cpp | 16 ++++++++
lib/ToolDrivers/llvm-dlltool/Options.td | 6 +--
test/CodeGen/X86/pr34177.ll | 52 ++++++++++++++++++++++++
test/DllTool/coff-decorated.def | 26 ++++++++++++
7 files changed, 138 insertions(+), 4 deletions(-)
create mode 100644 test/CodeGen/X86/pr34177.ll
create mode 100644 test/DllTool/coff-decorated.def
--
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 ec925a2578a Moving libFuzzer from LLVM to compiler-rt.
new 88b828e2532 dsymutil: don't copy compile units without children from PCM files
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/dsymutil/Inputs/modules-empty/1.o | Bin 0 -> 2176 bytes
test/tools/dsymutil/Inputs/modules-empty/Empty.pcm | Bin 0 -> 1304 bytes
test/tools/dsymutil/X86/modules-empty.m | 28 +++++++++++++++++++++
tools/dsymutil/DwarfLinker.cpp | 2 ++
4 files changed, 30 insertions(+)
create mode 100644 test/tools/dsymutil/Inputs/modules-empty/1.o
create mode 100644 test/tools/dsymutil/Inputs/modules-empty/Empty.pcm
create mode 100644 test/tools/dsymutil/X86/modules-empty.m
--
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 63c10e624 Remove check-fuzzer from check-all, as tests don't pass on so [...]
new 893db08e1 [libFuzzer] remove stale file
new 5ffcba415 [libFuzzer] better README.txt
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/fuzzer/README.txt | 3 +-
lib/fuzzer/cxx.dict | 122 --------------------------------------------------
2 files changed, 1 insertion(+), 124 deletions(-)
delete mode 100644 lib/fuzzer/cxx.dict
--
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 75dfe623df Fix position of tests-unsupported definition in assert/Makefile.
new 80f91666fe Fix sparc32 bits/long-double.h (bug 21987).
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/unix/sysv/linux/sparc/{ => sparc32}/bits/long-double.h | 0
sysdeps/unix/sysv/linux/sparc/{ => sparc64}/bits/long-double.h | 0
3 files changed, 8 insertions(+)
copy sysdeps/unix/sysv/linux/sparc/{ => sparc32}/bits/long-double.h (100%)
rename sysdeps/unix/sysv/linux/sparc/{ => sparc64}/bits/long-double.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 gcc.
from b1296b8dc7f Daily bump.
new ac5aec43b09 2017-08-21 Jerry DeLisle <jvdelisle(a)gcc.gnu.org>
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/fortran/ChangeLog | 6 ++++++
gcc/fortran/trans-io.c | 26 ++++++++++++++++----------
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/dtio_12.f90 | 6 ++++++
4 files changed, 33 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 compiler-rt.
from 0c8339c8a Move libFuzzer to compiler_rt.
new 63c10e624 Remove check-fuzzer from check-all, as tests don't pass on so [...]
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/CMakeLists.txt | 2 ++
1 file changed, 2 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 zorg.
from b5ca445 [libFuzzer] add one more test to the bot (in WARNINGS mode for now)
new 908cae3 [libFuzzer] fully enable the proj4-2017-08-14 test
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:
zorg/buildbot/builders/sanitizers/buildbot_fuzzer.sh | 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 glibc.
from ea99fcd038 Fix GCC 7 build of k_standard.c.
new 75dfe623df Fix position of tests-unsupported definition in assert/Makefile.
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 | 5 +++++
assert/Makefile | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.