This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 0267750 Attempt to fix buildbot.
new da70a47 [ELF] - Fixed mistypes in comments. NFC.
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/LinkerScript.h | 4 ++--
1 file changed, 2 insertions(+), 2 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 clang.
from 028c96e [sanitizer-coverage] change trace-pc to use 8-byte guards
new 72aeae9 clang-format: [JS] Fix a crash in handledTemplateStrings.
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/Format/FormatTokenLexer.cpp | 2 ++
unittests/Format/FormatTestJS.cpp | 3 +++
2 files changed, 5 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 45dceee Remove undefined weak hooks from dll thunk export list to rea [...]
new c6e2dc3 [compiler-rt] Disable building of profiling runtime when LLVM [...]
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:
cmake/config-ix.cmake | 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 d1e3c5a Don't create a SymbolTable in Function when the LLVMContext d [...]
new 338f974 [libFuzzer] properly reset the guards when reseting the cover [...]
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/FuzzerInternal.h | 3 +++
lib/Fuzzer/FuzzerTracePC.cpp | 8 ++++++++
lib/Fuzzer/test/trace-pc/CMakeLists.txt | 2 +-
3 files changed, 12 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 f3f34d6 [MIR Parser] Fix Build!
new d1e3c5a Don't create a SymbolTable in Function when the LLVMContext d [...]
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/IR/Function.h | 11 +++++++----
lib/AsmParser/LLParser.cpp | 6 +++---
lib/Bitcode/Writer/BitcodeWriter.cpp | 3 ++-
lib/CodeGen/MIRParser/MIParser.cpp | 6 +++---
lib/CodeGen/MIRParser/MIRParser.cpp | 2 +-
lib/IR/BasicBlock.cpp | 2 +-
lib/IR/Function.cpp | 6 ++++--
lib/IR/Value.cpp | 6 +++---
lib/Transforms/IPO/StripSymbols.cpp | 3 ++-
tools/bugpoint/CrashDebugger.cpp | 9 +++------
10 files changed, 29 insertions(+), 25 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 b9cc2c4 [libFuzzer] change trace-pc to use 8-byte guards
new 5f16c76 MIR Parser: issue an error when the Context discard value names.
new f3f34d6 [MIR Parser] Fix Build!
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/MIRParser/MIRParser.cpp | 8 ++++++++
1 file changed, 8 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 977635d Revert "Don't create a SymbolTable in Function when the LLVMC [...]
new 16197d8 [sanitizer-coverage] change trace-pc to use 8-byte guards
new b9cc2c4 [libFuzzer] change trace-pc to use 8-byte guards
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/FuzzerInternal.h | 23 ++++++-
lib/Fuzzer/FuzzerLoop.cpp | 3 +
lib/Fuzzer/FuzzerTracePC.cpp | 74 ++++++++++++++--------
lib/Fuzzer/test/DSO1.cpp | 11 ++++
lib/Fuzzer/test/DSO2.cpp | 11 ++++
lib/Fuzzer/test/DSOTestExtra.cpp | 11 ++++
lib/Fuzzer/test/DSOTestMain.cpp | 27 ++++++++
lib/Fuzzer/test/fuzzer-jobs.test | 2 +-
lib/Fuzzer/test/fuzzer.test | 4 ++
lib/Fuzzer/test/trace-pc/CMakeLists.txt | 22 +++++++
.../Instrumentation/SanitizerCoverage.cpp | 51 ++++++++-------
test/Instrumentation/SanitizerCoverage/tracing.ll | 2 +-
12 files changed, 184 insertions(+), 57 deletions(-)
create mode 100644 lib/Fuzzer/test/DSO1.cpp
create mode 100644 lib/Fuzzer/test/DSO2.cpp
create mode 100644 lib/Fuzzer/test/DSOTestExtra.cpp
create mode 100644 lib/Fuzzer/test/DSOTestMain.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 clang.
from c80f3af CodeGen: refactor the ObjC cstring literal creation
new 028c96e [sanitizer-coverage] change trace-pc to use 8-byte guards
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:
docs/SanitizerCoverage.rst | 19 +++++++++----------
1 file changed, 9 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 e3e722b Don't create a SymbolTable in Function when the LLVMContext d [...]
new 977635d Revert "Don't create a SymbolTable in Function when the LLVMC [...]
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/IR/Function.h | 3 +--
lib/IR/Function.cpp | 6 ++----
2 files changed, 3 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 zorg.
from 1940dfe [ARM] Adding new ARMv7 buildbots
new 290fd30 [fuzzer bot] disable pdbdump and clang* fuzzers -- sadly noon [...]
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:
.../builders/sanitizers/buildbot_fuzzer.sh | 28 +++++++++++-----------
1 file changed, 14 insertions(+), 14 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.