[PATCH] D105284: Greedy set cover implementation of `Merger::Merge`

Aristotelis Koutsouridis via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 23 07:47:24 PDT 2021


arisKoutsou updated this revision to Diff 368107.
arisKoutsou edited the summary of this revision.
arisKoutsou added a comment.

- Add a greeting message to differentiate between upstream and custom fuzzer.
- Initial commit of greedy Merge() function.
- Add modulo operation before indexing to 'Covered' bitvector.
- Adding chrono timers to measure function wall time.
- Revert "Adding chrono timers to measure function wall time."
- Remove AllFeatures() method. Nicer comments.
- Apply clion formatting.
- Rename UniqFeatures var.
- Formatting.
- Remove print from main.
- Add new value for Flag.merge and Flag.merge_inner
- Fix FuzzerFork
- Fix flag value
- Fix Features to AllFeatures in TPC collect.
- Fix Merge() call bug.
- Clang-Format
- Merge branch 'main' into greedy-cmin
- Merge branch 'main' into greedy-cmin
- Merge branch 'main' into greedy-cmin
- Styling
- Merge branch 'main' into greedy-cmin


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D105284/new/

https://reviews.llvm.org/D105284

Files:
  compiler-rt/lib/fuzzer/FuzzerDriver.cpp
  compiler-rt/lib/fuzzer/FuzzerFlags.def
  compiler-rt/lib/fuzzer/FuzzerFork.cpp
  compiler-rt/lib/fuzzer/FuzzerInternal.h
  compiler-rt/lib/fuzzer/FuzzerMerge.cpp
  compiler-rt/lib/fuzzer/FuzzerMerge.h
  compiler-rt/lib/fuzzer/tests/FuzzerUnittest.cpp
  compiler-rt/test/fuzzer/set_cover_merge.test

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D105284.368107.patch
Type: text/x-patch
Size: 21008 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210823/04b7716d/attachment-0001.bin>


More information about the llvm-commits mailing list