index
:
~cnx/afl++
this commit
dataflow
dev
run
stable
Security-oriented fuzzer
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
llvm_mode
/
README.lto.md
Age
Commit message (
Expand
)
Author
2020-09-05
first batch of changes
vanhauser-thc
2020-08-10
LTO: make dynamic map the default
van Hauser
2020-08-05
add sancov-like allow/denylist instrument feature
van Hauser
2020-07-31
add LTO AFL_LLVM_DOCUMENT_IDS feature
van Hauser
2020-07-28
fix ffmpeg lto example
van Hauser
2020-07-24
llvm12 support
van Hauser
2020-07-16
doc updates
van Hauser
2020-06-30
rename whitelist -> instrumentlist
van Hauser
2020-06-04
add afl-ld-lto for LTO
van Hauser
2020-05-27
allow for copy paste from documentation
van Hauser
2020-05-25
remove not needed error description
van Hauser
2020-05-23
LTO whitelist functionality rewritten, now anything can be skipped
van Hauser
2020-05-23
installing llvm 11
van Hauser
2020-05-22
more help for LTO issues
van Hauser
2020-05-11
fix typos
van Hauser
2020-05-11
document workaround for targets with _init for LTO
van Hauser
2020-05-07
fix typos
van Hauser
2020-05-06
added InsTrimLTO :-)
van Hauser
2020-05-04
Fix typo in README.lto.md
David Mendenhall
2020-04-24
update documentation
van Hauser
2020-04-23
add documentation for LTO fixed map address feature
van Hauser
2020-04-15
disable compare-transform-pass when lto_mode and autodictionary is used.
hexcoder-
2020-04-12
add global and local var support to autodictionary
van Hauser
2020-04-11
Autodictionary (#309)
van Hauser
2020-04-10
LTO optimization, variable map size, autodictionary (#307)
van Hauser
2020-04-09
LTO llvm11 (#302)
van Hauser
2020-03-19
moved repository to https://github.com/AFLplusplus/AFLplusplus and updated links
van Hauser
2020-03-09
more detail to the fact that LTO mode can fail easily
van Hauser
2020-03-09
bug fixes to afl-ld and intensive README.lto.md update on errors and how to d...
van Hauser
2020-03-08
"fixed" symbol multiply defined problems with LTO
van Hauser
2020-03-05
Add LTO collision free llvm_mode (#223)
van Hauser