about summary refs log tree commit diff
path: root/gcc_plugin/afl-gcc-rt.o.c
AgeCommit message (Collapse)Author
2020-09-05first batch of changesvanhauser-thc
2020-06-15code formatDominik Maier
2020-06-14Porting to Haiku.David Carlier
getrusage does not implement resident memory gathering, no shm api neither.
2020-05-12new code formatting + appliedvan Hauser
2020-05-10indenting preprocessor directives breaks compilation and cant be fixed, ↵van Hauser
reverting ... :-(
2020-05-10fix warning, code formatvan Hauser
2020-04-11add extended forkserver feature to gcc_plugin and qemu_modevan Hauser
2020-04-10LTO optimization, variable map size, autodictionary (#307)van Hauser
* lto module clean-up * step 1/3 * step 1/3 completed * if tmp is ever made non-static * parts 2 and 3 - autodictionary is complete * variable map_size support * variable map size: changed overlooked functions * remove debug for autodict * 64 bit alignment of map size * fix review comments * force 64 bit alignment on both sides * typo
2020-04-09gcc_plugin fix compile for USEMMAPhexcoder-
2020-03-11honor afl_quiet on env var checks + code-formatvan Hauser
2020-03-10unified pointer placementDominik Maier
2020-03-09honor no_quiet for missing llvm_mode output, also print to stderr with ↵van Hauser
afl-*-rt.o.c instead of stdout for errors plus two potential bad free() fixes
2020-03-04added __afl_final_loc to all compile RTsvan Hauser
2020-02-25fix references to README docshexcoder-
2020-01-06added ++ to copyright notesAndrea Fioraldi
2019-12-02code format (contributors, do it!)Andrea Fioraldi
2019-11-12enabled neverZero feature againhexcoder-
2019-10-23no functional change, avoid conditional jumphexcoder-
2019-10-23gcc sucksvan Hauser
2019-10-21sync afl-gcc-rt.o.c from its more current llvm cousinhexcoder-
2019-10-21implement neverZero counter for __afl_trace()hexcoder-
2019-10-19Remove lcamtuf's old email from Google (not valid anymore), also remove ↵hexcoder-
maintainance from him.
2019-10-19add gcc_plugin to code formatter and run ithexcoder-
2019-10-18reintegrate gcc_pluginhexcoder-
2019-07-21removed gcc_plugin from mastervan Hauser
2019-07-16added gcc_pluginvan Hauser