This website requires JavaScript.
Explore
Help
Sign In
RPCS3
/
llvm-mirror
Watch
1
Star
0
Fork
0
You've already forked llvm-mirror
mirror of
https://github.com/RPCS3/llvm-mirror.git
synced
2024-11-23 11:13:28 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
269ccdb97d
llvm-mirror
/
lib
/
Fuzzer
/
test
History
Kostya Serebryany
0ae292d42e
[libFuzzer] replace vector with a simpler data structure in the Dictionaries to avoid memory allocations on hot path
...
llvm-svn: 257985
2016-01-16 03:53:32 +00:00
..
dfsan
trace-bb
[libFuzzer] add a test that is built with -fsanitize-coverage=trace-bb
2015-12-02 02:49:37 +00:00
uninstrumented
unit
BufferOverflowOnInput.cpp
[libFuzzer] make sure we find buffer overflow in the input buffer. Previously, re-using the same vector object was hiding buffer overflows (unless we used annotated vector)
2016-01-13 23:02:30 +00:00
CallerCalleeTest.cpp
CMakeLists.txt
[libFuzzer] introduce LLVMFuzzerInitialize
2016-01-16 01:23:12 +00:00
CounterTest.cpp
dict1.txt
FourIndependentBranchesTest.cpp
FullCoverageSetTest.cpp
fuzzer-dfsan.test
[libFuzzer] suggest a dictionary to the user of some of the trace-based dictionary entries were successful
2016-01-14 02:36:44 +00:00
fuzzer-dict.test
[libFuzzer] add a position hint to the dictionary-based mutator
2016-01-07 01:49:35 +00:00
fuzzer-drill.test
[libFuzzer] split the tests to run them in parallel, remove one redundant test
2015-12-19 03:35:30 +00:00
fuzzer-threaded.test
[libFuzzer] make trace-based fuzzing not crash in presence of threads
2016-01-06 00:03:35 +00:00
fuzzer-timeout.test
[libFuzzer] split the tests to run them in parallel, remove one redundant test
2015-12-19 03:35:30 +00:00
fuzzer-traces.test
[libFuzzer] do mutations based on memcmp/strcmp interceptors under a separate flag (-use_memcmp, default=1)
2016-01-15 06:24:05 +00:00
fuzzer.test
[libFuzzer] introduce LLVMFuzzerInitialize
2016-01-16 01:23:12 +00:00
FuzzerUnittest.cpp
[libFuzzer] replace vector with a simpler data structure in the Dictionaries to avoid memory allocations on hot path
2016-01-16 03:53:32 +00:00
hi.txt
InitializeTest.cpp
[libFuzzer] introduce LLVMFuzzerInitialize
2016-01-16 01:23:12 +00:00
lit.cfg
lit.site.cfg.in
MemcmpTest.cpp
[libFuzzer] suggest a dictionary to the user of some of the trace-based dictionary entries were successful
2016-01-14 02:36:44 +00:00
merge.test
NullDerefTest.cpp
RepeatedMemcmp.cpp
[libFuzzer] suggest a dictionary to the user of some of the trace-based dictionary entries were successful
2016-01-14 02:36:44 +00:00
SimpleCmpTest.cpp
SimpleDictionaryTest.cpp
SimpleHashTest.cpp
SimpleTest.cpp
Libfuzzer: do not pass null into user function
2015-12-02 22:43:53 +00:00
StrcmpTest.cpp
StrncmpTest.cpp
SwitchTest.cpp
ThreadedTest.cpp
[libFuzzer] make trace-based fuzzing not crash in presence of threads
2016-01-06 00:03:35 +00:00
TimeoutTest.cpp
UninstrumentedTest.cpp
[libFuzzer] add UninstrumentedTest.cpp (missing from a previous commit)
2015-11-10 22:02:56 +00:00
UserSuppliedFuzzerTest.cpp