summaryrefslogtreecommitdiff
path: root/lib/fuzzer/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* change orderJonathan Metzman2019-04-301-1/+1
* [libFuzzer] Enable for i386Jonathan Metzman2019-04-301-2/+2
* Enable x86 buildsJonathan Metzman2019-04-301-2/+7
* [CMake] Add fuzzer as a component for runtime buildsChris Bieneman2019-04-191-0/+2
* [libFuzzer] revert part of r358726 committed by mistake (oops)Kostya Serebryany2019-04-191-1/+0
* [libFuzzer] in fork mode, make sure the child stats are always collected. Thi...Kostya Serebryany2019-04-191-0/+1
* [compiler-rt] Build custom libcxx with libcxxabiJonas Hahnfeld2019-02-171-8/+7
* [libFuzzer] move the implementation of the fork mode into a separate fileKostya Serebryany2019-02-121-0/+2
* [libFuzzer] remove stale code, NFCKostya Serebryany2019-01-301-4/+0
* [libFuzzer][MSVC] Disable exceptions in MSVC headersJonathan Metzman2019-01-251-3/+4
* Fix building sanitizers for MinGWMartin Storsjo2019-01-231-1/+1
* [libFuzzer][MSVC] Enable building libFuzzer with MSVCJonathan Metzman2019-01-221-2/+8
* [libFuzzer][MSVC] Use alternatename for ext functionsJonathan Metzman2019-01-151-1/+1
* [libfuzzer][MSVC] Make calls to builtin functions work with MSVCJonathan Metzman2019-01-091-0/+2
* [compiler-rt][Fuzzer] Use the new C++ ABI namespace CMake supportPetr Hosek2018-10-311-1/+1
* [fuzzer] Replace FuzzerExtFunctionsDlsymWin.cpp with FuzzerExtFunctionsWeakAl...Jonathan Metzman2018-09-201-1/+1
* Revert "[Fuzzer] Update path to libc++ headers"Petr Hosek2018-07-241-2/+2
* [Fuzzer] Update path to libc++ headersPetr Hosek2018-07-231-2/+2
* [CMake] Use cxx-headers as a depedency for C++ headersPetr Hosek2018-07-161-2/+2
* [CMake] Add compiler-rt header files to the list of sources for targetsDan Liew2018-07-101-2/+24
* [Fuzzer] Set an explicit libc++ dependency when neededPetr Hosek2018-06-181-2/+6
* [libFuzzer] [NFC] Support multi-arch and multi-OS building and testingGeorge Karpenkov2018-06-141-3/+1
* Reland "Passthrough additional flags to custom libcxx CMake build"Petr Hosek2018-06-131-0/+1
* Revert r334458, r334220, r334212, r334139.Matt Morehouse2018-06-121-1/+0
* [Fuzzer] Use private libc++ even for FuchsiaPetr Hosek2018-06-061-7/+2
* [CMake] Passthrough additional flags to custom libcxx CMake buildPetr Hosek2018-06-061-0/+1
* [libFuzzer] initial implementation of -data_flow_trace. It parses the data fl...Kostya Serebryany2018-06-061-0/+1
* [libFuzzer] remove the experimental support for clang coverage instrumentatio...Kostya Serebryany2018-05-101-1/+0
* [Fuzzer] Avoid C++ compiler checks for fuzzer C++ libraryPetr Hosek2018-04-131-1/+2
* [Fuzzer] Build the shared memory hooks for FuchsiaPetr Hosek2018-03-161-0/+1
* [Fuzzer] When building for Fuchsia, add an explicit libc++ dependencyPetr Hosek2018-03-101-0/+5
* [Fuzzer] Avoid the unnecessary rebuild of the custom libc++Petr Hosek2018-03-071-3/+3
* [CMake] Remove -stdlib= which is unused when passing -nostdinc++Jonas Hahnfeld2018-02-011-0/+2
* Reland "[Fuzzer] Parametrize add_custom_libcxx"Petr Hosek2018-01-211-7/+7
* Revert "[Fuzzer] Parametrize add_custom_libcxx"Petr Hosek2018-01-201-6/+5
* [Fuzzer] Parametrize add_custom_libcxxPetr Hosek2018-01-201-5/+6
* Reland "[libFuzzer] Support using libc++"Petr Hosek2018-01-171-0/+36
* Revert "[libFuzzer] Support using libc++"Petr Hosek2018-01-171-36/+0
* [libFuzzer] Support using libc++Petr Hosek2018-01-171-0/+36
* [libFuzzer] Add support for Fuchsia OS.Matt Morehouse2017-12-081-0/+1
* [libFuzzer] Remove FuzzerCommand.cpp from build sources.Matt Morehouse2017-12-041-1/+0
* [libFuzzer] Encapsulate commands in a class.Matt Morehouse2017-12-041-0/+1
* [Sanitizers] Always build libFuzzer with frame pointers.Alex Shlyapnikov2017-10-131-0/+2
* [libFuzzer] Fix libFuzzer flag propagation for standalone builds.George Karpenkov2017-08-281-2/+5
* [libFuzzer] Move check for thread_local back into libFuzzer's CMake,George Karpenkov2017-08-221-0/+10
* [libFuzzer] apply changes lost during the migration to compiler-rtKostya Serebryany2017-08-221-0/+1
* Move libFuzzer to compiler_rt.George Karpenkov2017-08-211-0/+63