summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer
Commit message (Expand)AuthorAgeFilesLines
* [libFuzzer] increase the size of FixedWord from 27 to 64, see PR31950Kostya Serebryany2017-02-144-1/+24
* Use "%zd" format specifier for printing number of testcases executed.Kostya Serebryany2017-02-141-1/+1
* [libFuzzer] Use stoull instead of stol to ensure 64 bits.Marcos Pividori2017-02-101-2/+2
* [CMake] Fix pthread handling for out-of-tree buildsEric Fiselier2017-02-101-2/+2
* [libFuzzer] Export external functions on tests.Marcos Pividori2017-02-101-0/+12
* [libFuzzer] Use dynamic loading for External Functions on Windows.Marcos Pividori2017-02-102-1/+61
* [libFuzzer] Use long long to ensure 64 bits.Marcos Pividori2017-02-083-3/+3
* [libFuzzer] Use custom target instead of list of binaries for tests.Marcos Pividori2017-02-084-16/+8
* [libFuzzer] Properly use Handle instead of FD on Windows.Marcos Pividori2017-02-084-1/+12
* [libFuzzer] Change Uninstrumented test name.Marcos Pividori2017-02-083-2/+2
* [libFuzzer] fuzzer-jobs requires posix.Marcos Pividori2017-02-081-0/+2
* [libFuzzer] Update fuzzer.test to properly set environment variables.Marcos Pividori2017-02-081-1/+1
* [libFuzzer] Don't add newline character when using echo in tests.Marcos Pividori2017-02-082-3/+3
* [libFuzzer] Disable ulimit test on windows.Marcos Pividori2017-02-081-0/+2
* [libFuzzer] Remove ? wildcard on tests.Marcos Pividori2017-02-081-7/+10
* [libFuzzer] Update fuzzer-segv to set environment variables.Marcos Pividori2017-02-081-1/+1
* [libFuzzer] Properly configure tests for Windows.Marcos Pividori2017-02-081-0/+17
* [libFuzzer] Simplify dump_coverage test.Marcos Pividori2017-02-081-11/+7
* [libFuzzer] Update Load test to work on 32 bits.Marcos Pividori2017-02-081-1/+1
* [libFuzzer] Update test to consider different exceptions.Marcos Pividori2017-02-082-2/+2
* [libFuzzer] Temporarily fix Shmem for Windows.Marcos Pividori2017-02-082-0/+65
* [libFuzzer] replace std::random_shuffle with std::shuffle as std::random_shuf...Kostya Serebryany2017-02-074-10/+7
* [libFuzzer] make code less clever to avoid fallthrough in switch (and in turn...Kostya Serebryany2017-02-061-3/+3
* [libFuzzer] properly hide the memcmp interceptor from msanKostya Serebryany2017-02-031-1/+1
* [libfuzzer] chromium-related compilation fixesMike Aizatsky2017-02-033-10/+13
* [libFuzzer] reorganize the tracing code to make it easier to experiment with ...Kostya Serebryany2017-02-022-19/+36
* [libFuzzer] Properly handle exceptions with UnhandledExceptionFilter.Marcos Pividori2017-02-021-5/+2
* [libFuzzer] Disable afl tests on non-posix systems.Marcos Pividori2017-02-012-0/+4
* [libFuzzer] Disable equivalence tests on non posix systems.Marcos Pividori2017-02-011-0/+2
* [libFuzzer] Isolate merge tests that require posix.Marcos Pividori2017-02-012-8/+23
* [libFuzzer] Add features `windows` and `posix` for lit tests.Marcos Pividori2017-02-013-0/+11
* [libFuzzer] Accept different extensions.Marcos Pividori2017-02-011-1/+1
* [libFuzzer] Fix test because cmd prompt does not expand wildcard.Marcos Pividori2017-02-011-1/+1
* [libFuzzer] Do not use llvm-objdump for disassembling a DSO.Marcos Pividori2017-02-011-4/+1
* [libFuzzer] Properly check if we can use dumpbin.Marcos Pividori2017-02-011-1/+1
* [libFuzzer] increase the default size for shmemKostya Serebryany2017-02-014-12/+12
* [libFuzzer] Implement TmpDir() for Windows.Marcos Pividori2017-01-301-1/+11
* [libfuzzer] include errno.h. On Ubuntu 14.04 we got away w/o it, but other sy...Kostya Serebryany2017-01-281-0/+1
* [libFuzzer] make shmem more robust in the presence of signalsKostya Serebryany2017-01-272-3/+17
* [libFuzzer] simplify the value profiling callback further: don't use (idx MOD...Kostya Serebryany2017-01-273-10/+11
* [libFuzzer] make sure (again) that __builtin_popcountl is compiled into popcntKostya Serebryany2017-01-271-0/+8
* [libFuzzer] simplify the value profile code and disable asan/msan on itKostya Serebryany2017-01-273-6/+19
* [libFuzzer] remove a bit of stale codeKostya Serebryany2017-01-262-6/+0
* [libFuzzer] further simplify __sanitizer_cov_trace_pc_guardKostya Serebryany2017-01-262-9/+7
* [libFuzzer] simplify the code for __sanitizer_cov_trace_pc_guard and make sur...Kostya Serebryany2017-01-265-4/+31
* [libFuzzer] don't call GetPreviousInstructionPc on the hot path -- only when ...Kostya Serebryany2017-01-261-18/+22
* [libFuzzer] mutate empty input using the regular mutators (instead of a custo...Kostya Serebryany2017-01-231-14/+5
* [libFuzzer] make sure we use the feedback from std::string operator ==Kostya Serebryany2017-01-234-1/+31
* [libFuzzer] deflake a test Kostya Serebryany2017-01-231-0/+1
* [libFuzzer] Add missing dependency for tests.Marcos Pividori2017-01-221-0/+1
OpenPOWER on IntegriCloud