summaryrefslogtreecommitdiff
path: root/compiler-rt/lib/fuzzer/tests
AgeCommit message (Expand)Author
2025-06-19[compiler-rt] [Fuzzer] Fix tests linking buildbot failure (#144495)Muhammad Omair Javaid
2025-06-18[compiler-rt] [Fuzzer] Fix ARMv7 test link failure by linking unwinder (#144495)Omair Javaid
2024-11-10[compiler-rt] Add custom libc++ workaround for CMake < 3.26Alexander Richardson
2024-11-06[compiler-rt] Use installed libc++(abi) for tests instead of build treeAlexander Richardson
2024-06-04[compiler-rt] Revise IDE folder structure (#89753)Michael Kruse
2024-03-13[compiler-rt] Remove llvm_gtest dependency from unit testsAlexander Richardson
2023-04-06[compiler-rt] [test] [fuzzer] Don't pass msvc/clang-cl specific flags to ming...Martin Storsjö
2022-12-13Revert "Reland "[compiler-rt][test] Heed COMPILER_RT_DEBUG when compiling uni...Haowei Wu
2022-12-13Reland "[compiler-rt][test] Heed COMPILER_RT_DEBUG when compiling unittests"Rainer Orth
2022-10-05Revert "[compiler-rt][test] Heed COMPILER_RT_DEBUG when compiling unittests"Vitaly Buka
2022-10-05[compiler-rt][test] Heed COMPILER_RT_DEBUG when compiling unittestsRainer Orth
2022-06-25Revert "[CMake][compiler-rt] Clean up the use of libcxx and libcxxabi"Petr Hosek
2022-06-25[CMake][compiler-rt] Clean up the use of libcxx and libcxxabiPetr Hosek
2022-06-24Revert "[CMake][compiler-rt] Clean up the use of libcxx and libcxxabi"Petr Hosek
2022-06-24[CMake][compiler-rt] Clean up the use of libcxx and libcxxabiPetr Hosek
2022-03-04Reapply "[cmake] Prefix gtest and gtest_main with "llvm_"."Stella Laurenzo
2022-03-02Revert "[cmake] Prefix gtest and gtest_main with "llvm_"."Stella Laurenzo
2022-03-02[cmake] Prefix gtest and gtest_main with "llvm_".Stella Laurenzo
2021-10-26[libFuzzer] Improve corpus replacement unit test.Matt Morehouse
2021-10-20Fix unused variable warning.Sterling Augustine
2021-10-20[libFuzzer] Update InputInfo.TimeOfUnit when replacing it in the corpus.PZ Read
2021-10-04[libFuzzer] Use octal instead of hex escape sequences in PrintASCIIHans Wennborg
2021-09-08[compiler-rt][fuzzer] Do not link in libc++ in tests and disable exceptionsLeonard Chan
2021-09-07Greedy set cover implementation of `Merger::Merge`aristotelis
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-02-12Expand unit tests for fuzzer::MergerMarco Vanotti
2020-12-30[compiler-rt] FuzzedDataProvider: Add PickValueInArray for std::arrayMax Moroz
2020-09-04[tests][libFuzzer] Fix `-Wmissing-field-initializers` after D86092Hubert Tong
2020-09-03[libFuzzer] Scale energy assigned to each input based on input execution time.Dokyung Song
2020-09-03[libFuzzer] Add an option to keep initial seed inputs around.Dokyung Song
2020-08-21[LibFuzzer] [tests] [Darwin] Use the pthread library from the SDKAzharuddin Mohammed
2020-05-21[libFuzzer] Fix leak in unit test.Matt Morehouse
2020-05-19Entropic: Boosting LibFuzzer PerformanceMatt Morehouse
2020-03-23[compiler-rt] Add ConsumeRandomLengthString() version without arguments.Max Moroz
2020-02-11[compiler-rt] FuzzedDataProvider: add ConsumeData and method.Max Moroz
2019-08-21reland [gtest] Fix printing of StringRef and SmallString in assert messages.Sam McCall
2019-08-08[compiler-rt] Add ConsumeProbability and ConsumeFloatingPoint methods to FDP.Max Moroz
2019-08-06[compiler-rt] Rename FuzzedDataProvider.h to .hpp and other minor changes.Max Moroz
2019-08-05[compiler-rt] Move FDP to include/fuzzer/FuzzedDataProvider.h for easier use.Max Moroz
2019-07-09[libFuzzer] Include FuzzedDataProvider.h in the test without "utils" subdir.Max Moroz
2019-06-18[libFuzzer] Improve FuzzedDataProvider helper.Max Moroz
2019-06-14[libFuzzer] in autofocus mode, give more weight to functions with DFTKostya Serebryany
2019-06-11Add FuzzedDataProvider helper class / single header library.Max Moroz
2019-05-09[libFuzzer] implement -focus_function=auto, to be used with Data Flow TracesKostya Serebryany
2019-02-28[CMake][LibFuzzer] Match symbol visibility setting between LibFuzzer object f...Dan Liew
2019-02-17[compiler-rt] Fix broken sanitizer bots (hopefully)Jonas Hahnfeld