index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Fuzzer
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libFuzzer] change the default max_len from 64 to 4096. This will affect case...
Kostya Serebryany
2017-06-15
7
-5
/
+12
*
Fixing section name for Darwin platforms for sanitizer coverage
George Karpenkov
2017-06-14
1
-1
/
+1
*
[libFuzzer] really restrict the new test to Linux (fails on Mac/Windows curre...
Kostya Serebryany
2017-06-14
1
-1
/
+3
*
[libFuzzer] restrict the new test to Linux (fails on Mac currently)
Kostya Serebryany
2017-06-13
1
-0
/
+1
*
[libFuzzer] initial support of -fsanitize-coverage=inline-8bit-counters in li...
Kostya Serebryany
2017-06-13
6
-4
/
+30
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
56
-73
/
+72
*
[libFuzzer] fix a test to match the new sanitizer run-time
Kostya Serebryany
2017-05-31
1
-4
/
+4
*
[libFuzzer] Don't replace custom signal handlers.
Vitaly Buka
2017-05-25
1
-0
/
+2
*
[libFuzzer] fix tests on Windows
Kostya Serebryany
2017-05-15
1
-0
/
+1
*
[libFuzzer] improve the afl driver and it's tests. Make it possible to run in...
Kostya Serebryany
2017-05-15
2
-1
/
+32
*
[libFuzzer] make sure the input data is not overwritten in the fuzz target (i...
Kostya Serebryany
2017-05-09
3
-0
/
+16
*
Fuzzer: Mark test/cxxstring.test UNSUPPORTED: windows
Duncan P. N. Exon Smith
2017-04-28
1
-0
/
+2
*
Revert "[libFuzzer] XFAIL fuzzer-oom.test on Darwin."
Ahmed Bougacha
2017-04-20
1
-1
/
+0
*
[libFuzzer] experimental option -cleanse_crash: tries to replace all bytes in...
Kostya Serebryany
2017-04-17
3
-0
/
+20
*
[libFuzzer] XFAIL fuzzer-oom.test on Darwin.
Akira Hatanaka
2017-04-12
1
-0
/
+1
*
[Fuzzer] Flush std::cout before aborting in CxxStringEqTest
Reid Kleckner
2017-04-03
1
-0
/
+1
*
[libFuzzer] tests: don't test 64-bit comparison on 32-bit builds
Kostya Serebryany
2017-03-31
2
-5
/
+7
*
[libFuzzer] ensure that strncmp is not inlined in a test
Kostya Serebryany
2017-03-31
1
-1
/
+2
*
[libFuzzer] try to fix value-profile-strncmp on the Mac bot
Kostya Serebryany
2017-03-31
1
-1
/
+1
*
[libFuzzer] remove a stale flag from tests, run value-profile-strncmp.test lo...
Kostya Serebryany
2017-03-30
4
-4
/
+4
*
[libFuzzer] best effort support for -fsanitize-coverage=trace-pc instrumentat...
Kostya Serebryany
2017-03-30
3
-0
/
+16
*
[libfuzzer] Remove XFAIL for OutOfMemory test.
Juergen Ributzka
2017-03-27
1
-1
/
+0
*
[libFuzzer] Fix test on Windows.
Vitaly Buka
2017-03-25
1
-1
/
+1
*
[libFuzzer] read asan's dedup_token while minimizing a crash and stop minimiz...
Kostya Serebryany
2017-03-25
1
-0
/
+16
*
[libFuzzer] be more careful when calling strlen of strcmp parameters, PR32357
Kostya Serebryany
2017-03-24
3
-0
/
+21
*
[libFuzzer] honor -exact_artifact_path for all intermediate files during cras...
Kostya Serebryany
2017-03-24
1
-2
/
+3
*
[libFuzzer] split two tests to get more parallelism in test runs
Kostya Serebryany
2017-03-24
4
-12
/
+13
*
[libFuzzer] increase kFeatureSetSize to 2^21 and make InputCorpus scale to th...
Kostya Serebryany
2017-03-24
1
-3
/
+3
*
[libFuzzer] fix non-linux build
Kostya Serebryany
2017-03-23
1
-0
/
+2
*
[libFuzzer] create experimental support for user-provided coverage signal
Kostya Serebryany
2017-03-23
4
-0
/
+73
*
[libFuzzer] add two experimental flags to make corpus merging more scalable: ...
Kostya Serebryany
2017-03-22
2
-0
/
+29
*
[libFuzzer] add a test with two different bugs
Kostya Serebryany
2017-03-17
2
-0
/
+23
*
[libFuzzer] remove stale code
Kostya Serebryany
2017-03-14
1
-1
/
+1
*
[libFuzzer] Reorder includes in test
Vitaly Buka
2017-03-13
1
-2
/
+2
*
[libFuzzer] Fix compilation of CustomCrossOverAndMutateTest on Windows
Vitaly Buka
2017-03-13
1
-1
/
+2
*
[libFuzzer] add more iterations to LLVMFuzzer-Memcmp64BytesTest
Kostya Serebryany
2017-03-11
1
-1
/
+1
*
[libFuzzer] add test/LargeTest.cpp, mostly for manual experiments with large ...
Kostya Serebryany
2017-03-11
1
-0
/
+37
*
[libFuzzer] remove fuzzer-jobs.test which is flaky and not very useful
Kostya Serebryany
2017-03-11
1
-31
/
+0
*
[fuzzer] Don't crash if LLVMFuzzerMutate was called by CustomCrossOver
Vitaly Buka
2017-03-07
3
-0
/
+35
*
Un-XFAIL Fuzzer/test/dump_coverage.test. This now passes on Darwin (after r2...
Kuba Mracek
2017-03-07
1
-2
/
+0
*
[libfuzzer] do not use xargs for shell expansion
Mike Aizatsky
2017-03-06
1
-1
/
+1
*
un-Xfail Fuzzer test that decided to pass on Green Dragon
Mehdi Amini
2017-03-03
1
-1
/
+0
*
Mark some libFuzzer tests as XFAIL'd on Darwin
Mehdi Amini
2017-02-28
4
-0
/
+7
*
[libFuzzer] Update traces hooks test after r293741
Justin Bogner
2017-02-22
1
-5
/
+3
*
[libFuzzer] Mark a test that infinite loops as unsupported
Justin Bogner
2017-02-22
3
-5
/
+11
*
[libFuzzer] increase the size of FixedWord from 27 to 64, see PR31950
Kostya Serebryany
2017-02-14
3
-0
/
+23
*
[libFuzzer] Export external functions on tests.
Marcos Pividori
2017-02-10
1
-0
/
+12
*
[libFuzzer] Use long long to ensure 64 bits.
Marcos Pividori
2017-02-08
1
-1
/
+1
*
[libFuzzer] Use custom target instead of list of binaries for tests.
Marcos Pividori
2017-02-08
4
-16
/
+8
*
[libFuzzer] Change Uninstrumented test name.
Marcos Pividori
2017-02-08
3
-2
/
+2
[next]