Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-11-19 | code format dev | vanhauser-thc | |
2024-09-29 | llvm20 fix | vanhauser-thc | |
2024-06-18 | llvm 19 fixes | vanhauser-thc | |
2024-05-15 | dump cc | vanhauser-thc | |
2024-01-18 | help selective instrumentation | vanhauser-thc | |
2023-12-29 | LLVM 17 bug workaround | vanhauser-thc | |
2023-12-23 | llvm 18 build fixes. | David Carlier | |
2023-10-14 | bracket | toka | |
2023-10-14 | EarlyEPCallback for llvm16 | toka | |
2023-07-13 | nts | vanhauser-thc | |
2023-06-24 | delete duplicate branches | Dongjia "toka" Zhang | |
2023-06-22 | remove dead code, code format | vanhauser-thc | |
2023-06-16 | SanitizerCoveragePCGUARD: select counter off by one error | Seoyoung | |
2023-06-06 | change the ‘#if’ to >= 17 instead of < 17 | cocochpie | |
2023-06-05 | Revive f567a89dae29afb2e421d649f0e750e77913f08c | cocochpie | |
2023-06-01 | more llvm 15 specialities | vanhauser-thc | |
2023-06-01 | llvm 15 fixes | vanhauser-thc | |
2023-06-01 | rewrote PCGUARD | vanhauser-thc | |
2023-05-21 | code format | vanhauser-thc | |
2023-04-28 | more llvm 17 | vH | |
2023-04-28 | llvm 17 changes | vH | |
2023-04-13 | remove -z option, use -p mmopt instead | vanhauser-thc | |
2023-04-12 | make llvm 17 work | vanhauser-thc | |
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-09-14 | Fix LLVM 15 build | Nikita Popov | |
By removing ModuleSanitizerCoverageLegacyPass, which is completely unused. There was some confusing between the initialization function for the upstream sancov pass and AFLs own implementation. | |||
2022-08-26 | pcguard off-by-one fix | vanhauser-thc | |
2022-08-03 | fix pcguard vector select instrumentation | vanhauser-thc | |
2022-07-25 | code format | vanhauser-thc | |
2022-07-19 | fix compilation for llvm 10.0 | hexcoder- | |
2022-07-12 | clang format 14 | vanhauser-thc | |
2022-05-03 | pcguard fix for most current llvm 15 changes | vanhauser-thc | |
2022-03-31 | Some scan-build fixes | Dominik Maier | |
2022-03-17 | fixes for llvm < 11 | vanhauser-thc | |
2022-03-17 | make LTO pass work too plus some fixes | vanhauser-thc | |
2022-03-17 | make pcguard work | vanhauser-thc | |
2022-03-15 | test | vanhauser-thc | |
2022-03-04 | sancov will be only for llvm11+ | vanhauser-thc | |
2022-02-22 | LLVM 14 fixes | Raphael Isemann | |
2022-01-17 | fix iselect instrumentation | vanhauser-thc | |
2021-12-14 | better instrumentlist filename detection | vanhauser-thc | |
2021-12-09 | make llvm 14-dev working. again. | vanhauser-thc | |
2021-12-04 | Fix compilation for LLVM 12.0.0, use older method getKnownMinValue() | hexcoder- | |
2021-12-03 | change dlopen solution | vanhauser-thc | |
2021-12-01 | unify LLVM_VERSION_... usage | vanhauser-thc | |
2021-11-04 | add AFL_USE_TSAN | vanhauser-thc | |
2021-11-03 | support llvm >= 11 | vanhauser-thc | |
2021-11-03 | vectorized coverage only possible for llvm 14 :( | vanhauser-thc | |
2021-11-02 | nosan | vanhauser-thc | |
2021-11-02 | support select with vectors | vanhauser-thc | |
2021-11-01 | remove debug | vanhauser-thc | |