Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-12 | nits | vanhauser-thc | |
2023-04-03 | fix getOperand out of range | nj00001 | |
This commit fixes a sloppy function call that should normally check the number of insn's Operand before calling insn's getOperand method. The fix is that if it is 0 it should continue the loop. I solved problem https://github.com/AFLplusplus/AFLplusplus/issues/1688#issue-1648543691 using this modification | |||
2023-02-20 | Revert "LLVM cmplog factoring custom Instruction iterator with added ↵ | vanhauser-thc | |
restriction" This reverts commit 8bc3fa1df286aac46a0a724f64e2e07010d2497e. | |||
2023-02-13 | LLVM cmplog factoring custom Instruction iterator with added restriction | David CARLIER | |
2023-01-20 | LLVM plugin 16+ support proposal. | David Carlier | |
- Lifting the standard to C++17. - Beyond the cosmetic changes, it boils down to BasicBlock::getInstList being no longer available (and reading the header it is no accident). | |||
2022-06-27 | nits | vanhauser-thc | |
2021-12-14 | better instrumentlist filename detection | vanhauser-thc | |
2021-12-01 | unify LLVM_VERSION_... usage | vanhauser-thc | |
2021-06-11 | fix to instrument global c++ namespace functions | vanhauser-thc | |
2021-05-06 | instrumentation further move to C++11 (#900) | David CARLIER | |
2021-03-26 | fix compilation for llvm 3.8.0 | hexcoder- | |
2021-03-19 | fix for new llvm 13 change | vanhauser-thc | |
2021-03-16 | blacklist sanitize and debug in c++ | vanhauser-thc | |
2021-03-10 | change map_size tests | vanhauser-thc | |
2021-02-07 | fix scan-build issues | vanhauser-thc | |
2020-12-20 | fix endless loop in afl-cc allow/blocklists starting a line with a comment | van Hauser | |
2020-12-15 | allow instrumenting LLVMFuzzerTestOneInput | van Hauser | |
2020-11-30 | more DEBUGF | van Hauser | |
2020-09-05 | first batch of changes | vanhauser-thc | |