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
/
fuzzer.test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Moving libFuzzer from LLVM to compiler-rt.
George Karpenkov
2017-08-21
1
-70
/
+0
*
[libFuzzer] explicitly use -fsanitize-coverage=trace-pc-guard in test/dump_co...
Kostya Serebryany
2017-08-14
1
-1
/
+1
*
[libFuzzer] use the in-binary pc table (instead of PCs captured at run-time) ...
Kostya Serebryany
2017-08-04
1
-5
/
+0
*
[libFuzzer] remove the now redundant 'LLVMFuzzer-' prefix from libFuzzer tests
Kostya Serebryany
2017-08-04
1
-35
/
+35
*
Port libFuzzer tests to LIT. Do not require two-stage build for check-fuzzer.
George Karpenkov
2017-08-04
1
-20
/
+35
*
Generate error reports when a fuzz target exits.
Matt Morehouse
2017-07-20
1
-3
/
+3
*
[libFuzzer] Change Uninstrumented test name.
Marcos Pividori
2017-02-08
1
-1
/
+1
*
[libFuzzer] Update fuzzer.test to properly set environment variables.
Marcos Pividori
2017-02-08
1
-1
/
+1
*
[libFuzzer] Update test to consider different exceptions.
Marcos Pividori
2017-02-08
1
-1
/
+1
*
[libFuzzer] use print+exit(1) instead of assert to report an error
Kostya Serebryany
2017-01-21
1
-1
/
+1
*
[libFuzzer] add an assert to protect against LLVMFuzzerInitialize changing a...
Kostya Serebryany
2017-01-20
1
-0
/
+3
*
[libFuzzer] build libFuzzer itself with asan
Kostya Serebryany
2016-12-12
1
-1
/
+2
*
[libFuzzer] test cleanup
Kostya Serebryany
2016-12-10
1
-5
/
+3
*
[libFuzzer] switch all libFuzzer tests to use -fsanitize-coverage=trace-pc-gu...
Kostya Serebryany
2016-12-10
1
-5
/
+0
*
[libFuzzer] enable use_cmp by default
Kostya Serebryany
2016-10-27
1
-1
/
+1
*
[libFuzzer] add StandaloneFuzzTargetMain.c and a test for it
Kostya Serebryany
2016-10-25
1
-1
/
+1
*
[libFuzzer] add a test for asan's strict_string_checks=1
Kostya Serebryany
2016-10-22
1
-0
/
+4
*
[libFuzzer] refactoring to make -shrink=1 work for value profile, added a test.
Kostya Serebryany
2016-10-05
1
-5
/
+5
*
[libFuzzer] add ShrinkValueProfileTest, move code around, NFC
Kostya Serebryany
2016-10-05
1
-1
/
+1
*
[libFuzzer] add -exit_on_src_pos to test libFuzzer itself, add a test script ...
Kostya Serebryany
2016-09-27
1
-0
/
+4
*
[libFuzzer] change trace-pc to use 8-byte guards
Kostya Serebryany
2016-09-17
1
-0
/
+4
*
[libFuzzer] make caller-callee feedback work with trace-pc-guard
Kostya Serebryany
2016-09-15
1
-1
/
+2
*
[libFuzzer] add 8-bit counters to trace-pc-guard handler
Kostya Serebryany
2016-09-15
1
-1
/
+7
*
[libFuzzer] start using trace-pc-guard as an alternative source of coverage
Kostya Serebryany
2016-09-14
1
-0
/
+1
*
[libFuzzer] add a test that is built w/o coverage instrumentation but has the...
Kostya Serebryany
2016-06-08
1
-0
/
+3
*
[libfuzzer] splitting fuzzer.test
Mike Aizatsky
2016-06-03
1
-97
/
+0
*
[libFuzzer] when an invalid flag is given, warn, but don't crash
Kostya Serebryany
2016-06-01
1
-0
/
+4
*
[libFuzzer] use __sanitizer_set_report_fd with -close_fd_mask. This allows us...
Kostya Serebryany
2016-05-27
1
-1
/
+3
*
[libFuzzer] reimplement the way we do -only_ascii to allow more 'const' in fu...
Kostya Serebryany
2016-05-26
1
-0
/
+3
*
[libFuzzer] print stats if we crash on empty input
Kostya Serebryany
2016-05-25
1
-0
/
+3
*
[libFuzzer] print the file name before executing the input so that if there i...
Kostya Serebryany
2016-05-13
1
-2
/
+2
*
[libFuzzer] print stats after running individual inputs
Kostya Serebryany
2016-05-04
1
-0
/
+4
*
[libFuzzer] warn if the corpus is empty
Kostya Serebryany
2016-04-18
1
-0
/
+1
*
[libFuzzer] add a better warning for command line flags with -- (two dashes)
Kostya Serebryany
2016-04-15
1
-0
/
+2
*
[libFuzzer] don't report memory leaks if we are dying due to a timeout (just ...
Kostya Serebryany
2016-03-24
1
-4
/
+0
*
[libFuzzer] add a flag close_fd_mask so that we can silence spammy targets by...
Kostya Serebryany
2016-03-18
1
-0
/
+29
*
[libFuzzer] read corpus dirs recursively
Kostya Serebryany
2016-03-18
1
-0
/
+9
*
[libFuzzer] deprecate several flags
Kostya Serebryany
2016-03-17
1
-1
/
+1
*
[libFuzzer] add generic signal handlers so that libFuzzer can report at least...
Kostya Serebryany
2016-03-01
1
-0
/
+5
*
[libFuzzer] add -print_final_stats=1 flag
Kostya Serebryany
2016-02-26
1
-0
/
+8
*
[libFuzzer] get rid of UserSuppliedFuzzer; NFC
Kostya Serebryany
2016-02-13
1
-0
/
+1
*
[libFuzzer] remove UserSuppliedFuzzer from the interface (it was a bad idea).
Kostya Serebryany
2016-02-13
1
-2
/
+0
*
[libFuzzer] provide a plain C interface for custom mutators (experimental)
Kostya Serebryany
2016-02-13
1
-0
/
+4
*
[libFuzzer] make -runs=N flag also affect the simple runner (will execute eve...
Kostya Serebryany
2016-02-12
1
-1
/
+7
*
[libFuzzer] hot fix a test
Kostya Serebryany
2016-02-04
1
-1
/
+1
*
[libFuzzer] don't write the test unit when a leak is detected (since we don't...
Kostya Serebryany
2016-02-04
1
-0
/
+3
*
[libFuzzer] allow passing 1 or more files as individual inputs
Kostya Serebryany
2016-02-02
1
-0
/
+12
*
[libFuzzer] fail if the corpus dir does not exist
Kostya Serebryany
2016-02-02
1
-0
/
+3
*
[libFuzzer] use std::mt19937 for generating random numbers by default. Fix My...
Kostya Serebryany
2016-01-19
1
-0
/
+3
*
[libFuzzer] introduce LLVMFuzzerInitialize
Kostya Serebryany
2016-01-16
1
-0
/
+2
[next]