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
/
CMakeLists.txt
Commit message (
Expand
)
Author
Age
Files
Lines
*
Moving libFuzzer from LLVM to compiler-rt.
George Karpenkov
2017-08-21
1
-66
/
+0
*
[libFuzzer tests] Only enable libFuzzer tests if
George Karpenkov
2017-08-04
1
-17
/
+14
*
Fixing buildbots: do not register check-fuzzer if clang or asan are not
George Karpenkov
2017-08-04
1
-12
/
+15
*
Drop Windows support from libFuzzer tests.
George Karpenkov
2017-08-04
1
-41
/
+5
*
Port libFuzzer tests to LIT. Do not require two-stage build for check-fuzzer.
George Karpenkov
2017-08-04
1
-195
/
+18
*
[libFuzzer] temporarty remove pc-tables and disable test/fuzzer-printcovpcs.t...
Kostya Serebryany
2017-08-01
1
-1
/
+1
*
[libFuzzer] enable -fsanitize-coverage=pc-table for all tests
Kostya Serebryany
2017-08-01
1
-1
/
+1
*
Revert "Revert "[libFuzzer] Add a dependency on symbolizer from libFuzzer tes...
George Karpenkov
2017-07-24
1
-1
/
+1
*
[libFuzzer] add DeepRecursionTest, inspired by https://guidovranken.wordpress...
Kostya Serebryany
2017-07-20
1
-0
/
+1
*
Fix fuzzer-flags.test on Windows
Reid Kleckner
2017-07-19
1
-0
/
+1
*
Revert "[libFuzzer] Add a dependency on symbolizer from libFuzzer tests"
George Karpenkov
2017-07-17
1
-1
/
+1
*
[libFuzzer] Allow non-fuzzer args after -ignore_remaining_args=1
Justin Bogner
2017-07-14
1
-0
/
+1
*
[libFuzzer] experimental feature -reduce_inputs (off by default) that tries t...
Kostya Serebryany
2017-07-13
1
-0
/
+1
*
[libFuzzer] Add a dependency on symbolizer from libFuzzer tests
George Karpenkov
2017-07-12
1
-1
/
+1
*
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] initial support of -fsanitize-coverage=inline-8bit-counters in li...
Kostya Serebryany
2017-06-13
1
-0
/
+1
*
[libFuzzer] make sure the input data is not overwritten in the fuzz target (i...
Kostya Serebryany
2017-05-09
1
-0
/
+1
*
[libFuzzer] experimental option -cleanse_crash: tries to replace all bytes in...
Kostya Serebryany
2017-04-17
1
-0
/
+1
*
[libFuzzer] best effort support for -fsanitize-coverage=trace-pc instrumentat...
Kostya Serebryany
2017-03-30
1
-0
/
+1
*
[libFuzzer] be more careful when calling strlen of strcmp parameters, PR32357
Kostya Serebryany
2017-03-24
1
-0
/
+1
*
[libFuzzer] create experimental support for user-provided coverage signal
Kostya Serebryany
2017-03-23
1
-0
/
+1
*
[libFuzzer] add a test with two different bugs
Kostya Serebryany
2017-03-17
1
-0
/
+1
*
[fuzzer] Don't crash if LLVMFuzzerMutate was called by CustomCrossOver
Vitaly Buka
2017-03-07
1
-0
/
+1
*
[libFuzzer] increase the size of FixedWord from 27 to 64, see PR31950
Kostya Serebryany
2017-02-14
1
-0
/
+1
*
[libFuzzer] Export external functions on tests.
Marcos Pividori
2017-02-10
1
-0
/
+12
*
[libFuzzer] Use custom target instead of list of binaries for tests.
Marcos Pividori
2017-02-08
1
-8
/
+7
*
[libFuzzer] Add features `windows` and `posix` for lit tests.
Marcos Pividori
2017-02-01
1
-0
/
+4
*
[libFuzzer] make sure we use the feedback from std::string operator ==
Kostya Serebryany
2017-01-23
1
-0
/
+1
*
[libFuzzer] Add missing dependency for tests.
Marcos Pividori
2017-01-22
1
-0
/
+1
*
[libFuzzer] Specify the CRT considered (MT or MD) for tests on Windows.
Marcos Pividori
2017-01-22
1
-2
/
+9
*
[libFuzzer] Fix test with shared libraries on Windows.
Marcos Pividori
2017-01-22
1
-4
/
+14
*
[libFuzzer] Leak Sanitizer is not supported for Windows.
Marcos Pividori
2017-01-22
1
-3
/
+3
*
[libFuzzer] Remove optimization flags for tests.
Marcos Pividori
2017-01-22
1
-11
/
+1
*
[libFuzzer] Remove dependencies for tests on Windows.
Marcos Pividori
2017-01-22
1
-1
/
+6
*
[libFuzzer] Use clang as linker on Windows, to properly include sanitizer lib...
Marcos Pividori
2017-01-20
1
-0
/
+15
*
[libFuzzer] Properly use compiler options supported on Windows.
Marcos Pividori
2017-01-20
1
-1
/
+1
*
[libFuzzer] add an assert to protect against LLVMFuzzerInitialize changing a...
Kostya Serebryany
2017-01-20
1
-0
/
+1
*
[libFuzzer] improve -minimize_crash: honor -artifact_prefix= and don't specia...
Kostya Serebryany
2017-01-19
1
-0
/
+1
*
[libFuzzer] add two tests for experimenting with equivalence fuzzing
Kostya Serebryany
2017-01-19
1
-0
/
+2
*
[libfuzzer] fixing collected pc addresses for coverage
Mike Aizatsky
2017-01-17
1
-2
/
+1
*
[libfuzzer] removing experimental FuzzerFnAdapter
Mike Aizatsky
2016-12-17
1
-2
/
+0
*
[libFuzzer] Fix bug in detecting timeouts when input string is empty.
Marcos Pividori
2016-12-13
1
-0
/
+1
*
[libFuzzer] build libFuzzer itself with asan
Kostya Serebryany
2016-12-12
1
-1
/
+1
*
[libFuzzer] test cleanup (3)
Kostya Serebryany
2016-12-10
1
-1
/
+0
*
[libFuzzer] test cleanup
Kostya Serebryany
2016-12-10
1
-1
/
+23
*
[libFuzzer] switch all libFuzzer tests to use -fsanitize-coverage=trace-pc-gu...
Kostya Serebryany
2016-12-10
1
-2
/
+1
*
[libFuzzer] extend -rss_limit_mb to crash instantly on a single malloc that e...
Kostya Serebryany
2016-11-30
1
-0
/
+1
*
[libFuzzer] add StandaloneFuzzTargetMain.c and a test for it
Kostya Serebryany
2016-10-25
1
-0
/
+12
*
[libFuzzer] add a test for asan's strict_string_checks=1
Kostya Serebryany
2016-10-22
1
-0
/
+1
[next]