This website requires JavaScript.
Explore
Help
Register
Sign In
RPCSX
/
llvm
Watch
1
Star
0
Fork
0
You've already forked llvm
mirror of
https://github.com/RPCSX/llvm.git
synced
2024-12-12 14:17:59 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
b30f32650e
llvm
/
lib
/
Fuzzer
/
test
History
Mike Aizatsky
c0d25bf9b8
[libfuzzer] adding std:string to allowed adaptable argument.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@262757
91177308-0d34-0410-b5e6-96231b3b80d8
2016-03-04 23:18:01 +00:00
..
dfsan
trace-bb
trace-pc
[libFuzzer] initial implementation of path coverage based on -fsanitize-coverage=trace-pc. This does not scale well yet, but already cracks FullCoverageSetTest in seconds
2016-02-26 21:33:56 +00:00
uninstrumented
[libFuzzer] fix the libFuzzer bot
2016-02-18 02:02:40 +00:00
unit
BufferOverflowOnInput.cpp
CallerCalleeTest.cpp
CMakeLists.txt
[libfuzzer] arbitrary function adapter.
2016-03-03 23:45:29 +00:00
CounterTest.cpp
CustomMutatorTest.cpp
[libFuzzer] don't require seed in fuzzer::Mutate, instead use the global Fuzzer object for fuzzer::Mutate. This makes custom mutators fast
2016-02-13 06:24:18 +00:00
dict1.txt
FourIndependentBranchesTest.cpp
FullCoverageSetTest.cpp
fuzzer-dfsan.test
[libFuzzer] get rid of UserSuppliedFuzzer; NFC
2016-02-13 03:25:16 +00:00
fuzzer-dict.test
fuzzer-drill.test
fuzzer-fn-adapter.test
[libfuzzer] arbitrary function adapter.
2016-03-03 23:45:29 +00:00
fuzzer-threaded.test
fuzzer-timeout.test
[libFuzzer] add generic signal handlers so that libFuzzer can report at least something if ASan is not handlig the signals for us. Remove abort_on_timeout flag.
2016-03-01 22:19:21 +00:00
fuzzer-trace-pc.test
[libFuzzer] fixing the bot
2016-02-27 03:14:23 +00:00
fuzzer-traces.test
fuzzer.test
[libFuzzer] add generic signal handlers so that libFuzzer can report at least something if ASan is not handlig the signals for us. Remove abort_on_timeout flag.
2016-03-01 22:19:21 +00:00
FuzzerFnAdapterUnittest.cpp
[libfuzzer] adding std:string to allowed adaptable argument.
2016-03-04 23:18:01 +00:00
FuzzerUnittest.cpp
[libFuzzer] get rid of UserSuppliedFuzzer; NFC
2016-02-13 03:25:16 +00:00
hi.txt
InitializeTest.cpp
LeakTest.cpp
[libFuzzer] don't write the test unit when a leak is detected (since we don't know which unit causes the leak)
2016-02-04 00:02:17 +00:00
lit.cfg
lit.site.cfg.in
MemcmpTest.cpp
merge.test
NthRunCrashTest.cpp
[libFuzzer] make -runs=N flag also affect the simple runner (will execute every input N times)
2016-02-12 02:32:03 +00:00
NullDerefTest.cpp
RepeatedMemcmp.cpp
SimpleCmpTest.cpp
SimpleDictionaryTest.cpp
SimpleFnAdapterTest.cpp
[libfuzzer] arbitrary function adapter.
2016-03-03 23:45:29 +00:00
SimpleHashTest.cpp
SimpleTest.cpp
StrcmpTest.cpp
StrncmpTest.cpp
SwitchTest.cpp
ThreadedTest.cpp
TimeoutTest.cpp
UninstrumentedTest.cpp