summaryrefslogtreecommitdiff
path: root/lib/Fuzzer/FuzzerValueBitMap.h
AgeCommit message (Expand)Author
2017-07-20[libFuzzer] prototype implementation of recursion-depth coverage features (co...Kostya Serebryany
2017-03-14[libFuzzer] don't clear Counters in TracePC::CollectFeatures since they will ...Kostya Serebryany
2017-02-08[libFuzzer] Use long long to ensure 64 bits.Marcos Pividori
2017-01-27[libFuzzer] simplify the value profiling callback further: don't use (idx MOD...Kostya Serebryany
2017-01-27[libFuzzer] simplify the value profile code and disable asan/msan on itKostya Serebryany
2016-10-05[libFuzzer] refactoring to make -shrink=1 work for value profile, added a test.Kostya Serebryany
2016-09-29[libFuzzer] initialize ValueBitMap::NumBitsKostya Serebryany
2016-09-23[libFuzzer] simplify HandleTrace again, start re-running interesting units an...Kostya Serebryany
2016-09-23[libFuzzer] change ValueBitMap to remember the number of bits in itKostya Serebryany
2016-09-21[libFuzzer] more refactoringKostya Serebryany
2016-09-15[libFuzzer] implement print_pcs with trace-pc-guard. Change the trace-pc-guar...Kostya Serebryany
2016-08-24[libFuzzer] use __attribute__((target("popcnt"))) only on x86_64Kostya Serebryany
2016-08-17[libFuzzer] force proper popcnt instructionKostya Serebryany
2016-08-16[libFuzzer] minor speed improvementKostya Serebryany
2016-08-16[libFuzzer] new experimental feature: value profiling. Profiles values that a...Kostya Serebryany
2016-08-16[libFuzzer] refactoring around PCMap, NFCKostya Serebryany