about summary refs log tree commit diff
path: root/instrumentation/SanitizerCoveragePCGUARD.so.cc
AgeCommit message (Expand)Author
2023-04-13remove -z option, use -p mmopt insteadvanhauser-thc
2023-04-12make llvm 17 workvanhauser-thc
2023-01-20LLVM plugin 16+ support proposal.David Carlier
2022-09-14Fix LLVM 15 buildNikita Popov
2022-08-26pcguard off-by-one fixvanhauser-thc
2022-08-03fix pcguard vector select instrumentationvanhauser-thc
2022-07-25code formatvanhauser-thc
2022-07-19fix compilation for llvm 10.0hexcoder-
2022-07-12clang format 14vanhauser-thc
2022-05-03pcguard fix for most current llvm 15 changesvanhauser-thc
2022-03-31Some scan-build fixesDominik Maier
2022-03-17fixes for llvm < 11vanhauser-thc
2022-03-17make LTO pass work too plus some fixesvanhauser-thc
2022-03-17make pcguard workvanhauser-thc
2022-03-15testvanhauser-thc
2022-03-04sancov will be only for llvm11+vanhauser-thc
2022-02-22LLVM 14 fixesRaphael Isemann
2022-01-17fix iselect instrumentationvanhauser-thc
2021-12-14better instrumentlist filename detectionvanhauser-thc
2021-12-09make llvm 14-dev working. again.vanhauser-thc
2021-12-04Fix compilation for LLVM 12.0.0, use older method getKnownMinValue()hexcoder-
2021-12-03change dlopen solutionvanhauser-thc
2021-12-01unify LLVM_VERSION_... usagevanhauser-thc
2021-11-04add AFL_USE_TSANvanhauser-thc
2021-11-03support llvm >= 11vanhauser-thc
2021-11-03vectorized coverage only possible for llvm 14 :(vanhauser-thc
2021-11-02nosanvanhauser-thc
2021-11-02support select with vectorsvanhauser-thc
2021-11-01remove debugvanhauser-thc
2021-11-01remove debugvanhauser-thc
2021-11-01fixvanhauser-thc
2021-11-01fixvanhauser-thc
2021-10-31insert select instrumentationvanhauser-thc
2021-10-18lto and llvm14-devvanhauser-thc
2021-06-01fix stupid typoshexcoder-
2021-06-01adapt to incompatible LLVM 13 APIhexcoder-
2021-06-01threadsafe doc fixes, code formatvanhauser-thc
2021-05-31Merge branch 'dev' into going_atomichexcoder
2021-05-30add support for AFL_LLVM_THREADSAFE_INST to other LLVM passeshexcoder-
2021-04-30fix PCGUARD, build aflpp_driver with fPICvanhauser-thc
2021-04-17Change other LLVM modes to atomic incrementshexcoder-
2021-03-23fix our PCGUARD for llvm 10.0.1aflpp
2021-03-19fix for new llvm 13 changevanhauser-thc
2021-03-19remove unneeded codevanhauser-thc
2021-03-19add header to PCGUARDvanhauser-thc
2021-02-13added AFL_IGNORE_UNKNOWN_ENVSvanhauser-thc
2021-02-13update docvanhauser-thc
2021-02-01reorder checkvan Hauser
2021-01-31added support for __afl_coverage_interestingvan Hauser
2021-01-04fix for changes in llvm 12van Hauser