Age | Commit message (Collapse) | Author |
|
Update .gitignore
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
These appear to be compilation artifacts, and can probably be safely ignored.
|
|
Fix CCS'16 link in README.md
|
|
|
|
for llvm 6.0 and Ubuntu 18.04
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
activated with AFL_LLVM_LAF_SPLIT_COMPARES=1
needs testing on big endian machines
A compare is split into
sign integer comparison
exponent integer comparison
mantissa/fraction integer comparison
These integer comparisons are further splitted if they are
bigger than a byte.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Checking CPU scaling on MacOS
|
|
Checking optimal cpu performance or ignore if the AFL_SKIP_CPUFREQ
env is set.
|
|
|