about summary refs log tree commit diff
path: root/instrumentation/afl-llvm-common.cc
AgeCommit message (Collapse)Author
2023-04-12nitsvanhauser-thc
2023-04-03fix getOperand out of rangenj00001
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-20Revert "LLVM cmplog factoring custom Instruction iterator with added ↵vanhauser-thc
restriction" This reverts commit 8bc3fa1df286aac46a0a724f64e2e07010d2497e.
2023-02-13LLVM cmplog factoring custom Instruction iterator with added restrictionDavid CARLIER
2023-01-20LLVM 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-27nitsvanhauser-thc
2021-12-14better instrumentlist filename detectionvanhauser-thc
2021-12-01unify LLVM_VERSION_... usagevanhauser-thc
2021-06-11fix to instrument global c++ namespace functionsvanhauser-thc
2021-05-06instrumentation further move to C++11 (#900)David CARLIER
2021-03-26fix compilation for llvm 3.8.0hexcoder-
2021-03-19fix for new llvm 13 changevanhauser-thc
2021-03-16blacklist sanitize and debug in c++vanhauser-thc
2021-03-10change map_size testsvanhauser-thc
2021-02-07fix scan-build issuesvanhauser-thc
2020-12-20fix endless loop in afl-cc allow/blocklists starting a line with a commentvan Hauser
2020-12-15allow instrumenting LLVMFuzzerTestOneInputvan Hauser
2020-11-30more DEBUGFvan Hauser
2020-09-05first batch of changesvanhauser-thc