| Age | Commit message (Collapse) | Author | 
|---|
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  | generation | 
|  |  | 
|  |  | 
|  |  | 
|  | Add the corresponding commands to the script.
The test, if they need to be run, is not tested yet (just copied). | 
|  | of afl-gcc. Replaced afl-gcc with variable AFL_GCC, which is set
accordingly. | 
|  |  | 
|  |  | 
|  | 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. |