This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 77ab75a [libFuzzer] more refactoring; NFC
new 860a9f5 [LV] When reporting about a specific instruction without debu [...]
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/Analysis/LoopAccessAnalysis.cpp | 5 +-
.../LoopVectorize/diag-missing-instr-debug-loc.ll | 78 ++++++++++++++++++++++
2 files changed, 82 insertions(+), 1 deletion(-)
create mode 100644 test/Transforms/LoopVectorize/diag-missing-instr-debug-loc.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 llvm.
from 1d75557 [NVPTX] Check if callsite is defined when computing argument [...]
new dae780f [AVX-512] Don't lower avx512 vcvtps2ph/vcvtph2ps nodes to ISD [...]
new 77ab75a [libFuzzer] more refactoring; 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:
lib/Fuzzer/FuzzerCrossOver.cpp | 2 +-
lib/Fuzzer/FuzzerDefs.h | 7 +++++
lib/Fuzzer/FuzzerDictionary.h | 3 ++
lib/Fuzzer/FuzzerIO.cpp | 2 +-
lib/Fuzzer/FuzzerInternal.h | 39 +----------------------
lib/Fuzzer/FuzzerMutate.cpp | 6 +++-
lib/Fuzzer/FuzzerMutate.h | 2 +-
lib/Fuzzer/FuzzerOptions.h | 55 +++++++++++++++++++++++++++++++++
lib/Target/X86/X86ISelLowering.cpp | 4 ++-
lib/Target/X86/X86ISelLowering.h | 3 ++
lib/Target/X86/X86InstrFragmentsSIMD.td | 6 ++--
lib/Target/X86/X86IntrinsicsInfo.h | 12 +++----
12 files changed, 89 insertions(+), 52 deletions(-)
create mode 100644 lib/Fuzzer/FuzzerOptions.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 2a54686 [libFuzzer] refactoring: split the large header into many; NFC
new 1d75557 [NVPTX] Check if callsite is defined when computing argument [...]
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/NVPTX/NVPTXISelLowering.cpp | 30 ++++++++++++++++++------------
lib/Target/NVPTX/NVPTXISelLowering.h | 3 ++-
test/CodeGen/NVPTX/zero-cs.ll | 10 ++++++++++
3 files changed, 30 insertions(+), 13 deletions(-)
create mode 100644 test/CodeGen/NVPTX/zero-cs.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 llvm.
from 60dd435 [libFuzzer] refactoring: move the Corpus into a separate clas [...]
new 2a54686 [libFuzzer] refactoring: split the large header into many; 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:
lib/Fuzzer/FuzzerCorpus.h | 56 ++++++
lib/Fuzzer/FuzzerCrossOver.cpp | 2 +
lib/Fuzzer/FuzzerDefs.h | 100 ++++++++++
lib/Fuzzer/FuzzerDictionary.h | 114 +++++++++++
lib/Fuzzer/FuzzerDriver.cpp | 2 +
lib/Fuzzer/FuzzerInternal.h | 391 +------------------------------------
lib/Fuzzer/FuzzerLoop.cpp | 4 +
lib/Fuzzer/FuzzerMain.cpp | 3 +-
lib/Fuzzer/FuzzerMutate.cpp | 6 +-
lib/Fuzzer/FuzzerMutate.h | 130 ++++++++++++
lib/Fuzzer/FuzzerRandom.h | 31 +++
lib/Fuzzer/FuzzerTracePC.cpp | 1 +
lib/Fuzzer/FuzzerTracePC.h | 84 ++++++++
lib/Fuzzer/FuzzerTraceState.cpp | 5 +-
lib/Fuzzer/FuzzerUtil.cpp | 4 -
lib/Fuzzer/test/FuzzerUnittest.cpp | 3 +
16 files changed, 539 insertions(+), 397 deletions(-)
create mode 100644 lib/Fuzzer/FuzzerCorpus.h
create mode 100644 lib/Fuzzer/FuzzerDefs.h
create mode 100644 lib/Fuzzer/FuzzerDictionary.h
create mode 100644 lib/Fuzzer/FuzzerMutate.h
create mode 100644 lib/Fuzzer/FuzzerRandom.h
create mode 100644 lib/Fuzzer/FuzzerTracePC.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 lldb.
from 44e50d8 Fix Clang initialization and Clang-tidy modernize-use-nullptr [...]
new 9a96eb8 Adds tests for breakpoint names, and a FindBreakpointsByName.
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/lldb/API/SBTarget.h | 4 ++++
include/lldb/Breakpoint/BreakpointList.h | 11 +++++++++++
scripts/interface/SBTarget.i | 3 +++
source/API/SBTarget.cpp | 17 +++++++++++++++++
source/Breakpoint/BreakpointList.cpp | 17 +++++++++++++++++
source/Commands/CommandObjectBreakpoint.cpp | 18 ++++++++++++++----
6 files changed, 66 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 40e5ccb Revert "TableGen: Switch from a std::map to a DenseMap in Cod [...]
new 60dd435 [libFuzzer] refactoring: move the Corpus into a separate clas [...]
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/FuzzerDriver.cpp | 30 ++++-----
lib/Fuzzer/FuzzerFlags.def | 5 +-
lib/Fuzzer/FuzzerIO.cpp | 2 +-
lib/Fuzzer/FuzzerInternal.h | 56 +++++++++++-----
lib/Fuzzer/FuzzerLoop.cpp | 134 ++++++--------------------------------
lib/Fuzzer/test/fuzzer-dirs.test | 3 +
lib/Fuzzer/test/fuzzer-drill.test | 8 ---
lib/Fuzzer/test/fuzzer-trunc.test | 8 ---
8 files changed, 83 insertions(+), 163 deletions(-)
delete mode 100644 lib/Fuzzer/test/fuzzer-drill.test
delete mode 100644 lib/Fuzzer/test/fuzzer-trunc.test
--
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 lldb.
from b61ac5c Add some more tests for breakpoint serialization.
new 44e50d8 Fix Clang initialization and Clang-tidy modernize-use-nullptr [...]
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:
.../Utility/RegisterContextNetBSD_x86_64.cpp | 62 +++++++++++---------
.../Plugins/Process/Utility/RegisterInfos_i386.h | 61 ++++++++++---------
.../Plugins/Process/Utility/RegisterInfos_x86_64.h | 68 +++++++++++-----------
3 files changed, 97 insertions(+), 94 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 86978b7 [InferAttributes] Don't access parameters that don't exist.
new 40e5ccb Revert "TableGen: Switch from a std::map to a DenseMap in Cod [...]
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:
utils/TableGen/CodeGenRegisters.h | 3 ++-
1 file changed, 2 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 zorg.
from 0f83b78 Removed inoperative builder lldb-x86_64-debian-clang.
new be6890f Try to re-enable CFI tests on sanitizer-linux bot.
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:
.../buildbot/builders/sanitizers/buildbot_cmake.sh | 26 ++++++++++++----------
1 file changed, 14 insertions(+), 12 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.