Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2021-11-01 | remove debug | vanhauser-thc | |
2021-11-01 | fix | vanhauser-thc | |
2021-11-01 | fix | vanhauser-thc | |
2021-10-31 | insert select instrumentation | vanhauser-thc | |
2021-10-18 | lto and llvm14-dev | vanhauser-thc | |
2021-06-01 | fix stupid typos | hexcoder- | |
2021-06-01 | adapt to incompatible LLVM 13 API | hexcoder- | |
2021-06-01 | threadsafe doc fixes, code format | vanhauser-thc | |
2021-05-31 | Merge branch 'dev' into going_atomic | hexcoder | |
2021-05-30 | add support for AFL_LLVM_THREADSAFE_INST to other LLVM passes | hexcoder- | |
2021-04-30 | fix PCGUARD, build aflpp_driver with fPIC | vanhauser-thc | |
2021-04-17 | Change other LLVM modes to atomic increments | hexcoder- | |
2021-03-23 | fix our PCGUARD for llvm 10.0.1 | aflpp | |
2021-03-19 | fix for new llvm 13 change | vanhauser-thc | |
2021-03-19 | remove unneeded code | vanhauser-thc | |
2021-03-19 | add header to PCGUARD | vanhauser-thc | |
2021-02-13 | added AFL_IGNORE_UNKNOWN_ENVS | vanhauser-thc | |
2021-02-13 | update doc | vanhauser-thc | |
2021-02-01 | reorder check | van Hauser | |
2021-01-31 | added support for __afl_coverage_interesting | van Hauser | |
2021-01-04 | fix for changes in llvm 12 | van Hauser | |