Age | Commit message (Collapse) | Author |
|
change qemu-mode AFL_REGS_NUM to 16 for TARGET_ARM
|
|
|
|
|
|
llvm_mode compare-transform-pass: add handling of sized comparisons with non-const size
|
|
|
|
|
|
|
|
|
|
|
|
be build
|
|
|
|
|
|
|
|
|
|
Fix MOpt implementation flaws
|
|
|
|
|
|
|
|
This reverts commit 46a0f812b1b99032831dd523fbe0efe65f507c4c.
|
|
|
|
|
|
|
|
non-const size
this involved insertion of an extra length-checking bb for each character
to see if we've hit the sized limit.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
make this clearer and handle case with embedded null characters in
const string properly
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|