summaryrefslogtreecommitdiff
path: root/compiler-rt/lib/fuzzer/FuzzerUtil.cpp
AgeCommit message (Expand)Author
2023-05-25[fuzzer] Platfom specific version of PageSizeVitaly Buka
2023-05-25[fuzzer] Don't hard-code page size in FuzzerUtil.hzhanglimin
2023-05-25Revert "[fuzzer] Don't hard-code page size in FuzzerUtil.h"Jason Molenda
2023-05-25[fuzzer] Don't hard-code page size in FuzzerUtil.hzhanglimin
2021-10-04[libFuzzer] Use octal instead of hex escape sequences in PrintASCIIHans Wennborg
2021-08-03[libFuzzer] replace Vector/Set with std::vector/std::set. The custom names ar...Kostya Serebryany
2021-04-01Tweak SimpleFastHashAaron Green
2021-03-11[crt][fuzzer] Fix up various numeric conversionsAaron Green
2020-03-03Fix UB in compiler-rt base64 implementationserge-sans-paille
2020-03-03Syndicate, test and fix base64 implementationserge-sans-paille
2020-03-02Revert "Syndicate, test and fix base64 implementation"Mitch Phillips
2020-03-02Syndicate, test and fix base64 implementationserge-sans-paille
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-05-08[libFuzzer] Guard symbolization with try-lock.Matt Morehouse
2017-11-17[fuzzer] Initialize PcDescr buffer before calling __sanitizer_symbolize_pcVitaly Buka
2017-08-27[libFuzzer] Use custom allocators for STL containers in libFuzzer.George Karpenkov
2017-08-26Revert "[libFuzzer] Use custom allocators for STL containers in libFuzzer"George Karpenkov
2017-08-26[libFuzzer] Use custom allocators for STL containers in libFuzzerGeorge Karpenkov
2017-08-21Move libFuzzer to compiler_rt.George Karpenkov