index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Fuzzer
/
FuzzerValueBitMap.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libFuzzer] don't clear Counters in TracePC::CollectFeatures since they will ...
Kostya Serebryany
2017-03-14
1
-1
/
+1
*
[libFuzzer] Use long long to ensure 64 bits.
Marcos Pividori
2017-02-08
1
-1
/
+1
*
[libFuzzer] simplify the value profiling callback further: don't use (idx MOD...
Kostya Serebryany
2017-01-27
1
-5
/
+10
*
[libFuzzer] simplify the value profile code and disable asan/msan on it
Kostya Serebryany
2017-01-27
1
-1
/
+3
*
[libFuzzer] refactoring to make -shrink=1 work for value profile, added a test.
Kostya Serebryany
2016-10-05
1
-0
/
+9
*
[libFuzzer] initialize ValueBitMap::NumBits
Kostya Serebryany
2016-09-29
1
-1
/
+1
*
[libFuzzer] simplify HandleTrace again, start re-running interesting units an...
Kostya Serebryany
2016-09-23
1
-0
/
+8
*
[libFuzzer] change ValueBitMap to remember the number of bits in it
Kostya Serebryany
2016-09-23
1
-4
/
+9
*
[libFuzzer] more refactoring
Kostya Serebryany
2016-09-21
1
-0
/
+2
*
[libFuzzer] implement print_pcs with trace-pc-guard. Change the trace-pc-guar...
Kostya Serebryany
2016-09-15
1
-3
/
+7
*
[libFuzzer] use __attribute__((target("popcnt"))) only on x86_64
Kostya Serebryany
2016-08-24
1
-1
/
+1
*
[libFuzzer] force proper popcnt instruction
Kostya Serebryany
2016-08-17
1
-1
/
+2
*
[libFuzzer] minor speed improvement
Kostya Serebryany
2016-08-16
1
-1
/
+1
*
[libFuzzer] new experimental feature: value profiling. Profiles values that a...
Kostya Serebryany
2016-08-16
1
-2
/
+3
*
[libFuzzer] refactoring around PCMap, NFC
Kostya Serebryany
2016-08-16
1
-0
/
+57