summaryrefslogtreecommitdiff
path: root/compiler-rt/lib/fuzzer/FuzzerTracePC.cpp
AgeCommit message (Expand)Author
2025-09-19Fix libFuzzer array alignment with empty modules (#159661)Bitshift
2023-07-18[fuzzer] Enable loongarch64Youling Tang
2022-02-22[libFuzzer] Refactor GetNextInstructionPc/GetPreviousInstructionPcFangrui Song
2021-11-05[libFuzzer] Disable Msan on InternalStrnlenVitaly Buka
2021-09-04[compiler-rt] NFC: Fix trivial typoKazuaki Ishizaki
2021-08-03[libFuzzer] replace Vector/Set with std::vector/std::set. The custom names ar...Kostya Serebryany
2021-07-02Revert "Refactor mutation strategies into a standalone library"Marco Vanotti
2021-07-02Refactor mutation strategies into a standalone libraryAaron Green
2021-05-26Revert "Refactor mutation strategies into a standalone library"Matt Morehouse
2021-05-26Refactor mutation strategies into a standalone libraryAaron Green
2021-03-11[crt][fuzzer] Fix up various numeric conversionsAaron Green
2020-10-23[libFuzzer] Added -print_full_coverage flag.Max Moroz
2020-07-14[libFuzzer] Separate platform related macros out from FuzzerDefs.h into Fuzze...Dokyung Song
2020-02-03[libFuzzer] Make dataflow and focus functions more user friendly.Max Moroz
2019-10-01[libFuzzer] Remove lazy counters.Matt Morehouse
2019-07-31compiler-rt: Rename .cc file in lib/sanitizer_common to .cppNico Weber
2019-05-09[libFuzzer] perform more agressive value profiling in memcmpKostya Serebryany
2019-02-15[libFuzzer] print new functions as they are discovered in the fork modeKostya Serebryany
2019-02-14[libFuzzer] when doing the merge, keep track of the coveraged edges, not just...Kostya Serebryany
2019-02-12[libFuzzer] simplify the code for print_coverage=1 so that it doesn't fail on...Kostya Serebryany
2019-01-31[fuzzer] Use RawPrint instead of Printf for instrumentation warningJonathan Metzman
2019-01-31[libFuzzer] experimental performance optimization -lazy_counters, off by defa...Kostya Serebryany
2019-01-30[libFuzzer] refactor the handling of instrumentation counters so that they ar...Kostya Serebryany
2019-01-29[libFuzzer] remove stale code Kostya Serebryany
2019-01-29[libFuzzer] revert an accidental commitKostya Serebryany
2019-01-29[libFuzzer] remove deprecated support for -fsanitize-coverage=trace-pc[-guard]Kostya Serebryany
2019-01-29[libFuzzer] remove deprecated support for -fsanitize-coverage=trace-pc[-guard]Kostya Serebryany
2019-01-26[libFuzzer] print uncovered functions when doing -print_coverage=1Kostya Serebryany
2019-01-24[libFuzzer] more agressive value profiling and CMP tracing for switch statementsKostya Serebryany
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-15[libFuzzer] Remove unstable edge handlingJonathan Metzman
2019-01-09[libfuzzer][MSVC] Make calls to builtin functions work with MSVCJonathan Metzman
2018-10-10[libFuzzer] Generalize the code for getting the previous offset for different...George Karpenkov
2018-08-30[libFuzzer] Port to WindowsMatt Morehouse
2018-08-29Revert "[libFuzzer] Port to Windows"Matt Morehouse
2018-08-29[libFuzzer] Port to WindowsMatt Morehouse
2018-08-28Revert "[libFuzzer] Port to Windows"Matt Morehouse
2018-08-28[libFuzzer] Port to WindowsMatt Morehouse
2018-08-08[libFuzzer] Optimize handle unstable checks by reducing iterationsMax Moroz
2018-08-06[libFuzzer] Add unstable function printing to print_unstable_stats flagMax Moroz
2018-08-02[libFuzzer] use absolute distance in addition to the hamming distance in valu...Kostya Serebryany
2018-07-24[libFuzzer] Handle unstable edges by disregarding unstable edgesMax Moroz
2018-07-23[libFuzzer] Handle unstable edges by using minimum hit countsMax Moroz
2018-07-19[libFuzzer] when -print_coverage=1 is given, print more stats (the number of ...Kostya Serebryany
2018-07-18[libFuzzer] Create single template for visiting Inline8bitCountersMax Moroz
2018-07-17libFuzzer: prevent irrelevant strings from leaking into auto-dictionaryMatt Morehouse
2018-07-16[libFuzzer] Implement stat::stability_rate based on the percentage of unstabl...Max Moroz
2018-07-16Revert r337175 (https://reviews.llvm.org/D49212) due to unintentional format ...Max Moroz
2018-07-16[libFuzzer] Implement stat::stability_rate based on the percentage of unstabl...Max Moroz
2018-07-06libFuzzer: always print line-break for NEW_FUNC/PC outputKostya Serebryany