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-leak.test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Moving libFuzzer from LLVM to compiler-rt.
George Karpenkov
2017-08-21
1
-37
/
+0
*
[libFuzzer] remove the now redundant 'LLVMFuzzer-' prefix from libFuzzer tests
Kostya Serebryany
2017-08-04
1
-13
/
+13
*
Port libFuzzer tests to LIT. Do not require two-stage build for check-fuzzer.
George Karpenkov
2017-08-04
1
-10
/
+14
*
[libFuzzer] split two tests to get more parallelism in test runs
Kostya Serebryany
2017-03-24
1
-2
/
+0
*
[libFuzzer] fix -error_exitcode=N, now with a test
Kostya Serebryany
2016-11-03
1
-0
/
+1
*
[libFuzzer] detect leaks after every run when executing fixed inputs (./fuzze...
Kostya Serebryany
2016-10-18
1
-0
/
+3
*
[libFuzzer] add ThreadedLeakTest
Kostya Serebryany
2016-07-15
1
-0
/
+5
*
[LibFuzzer] Disable building and running LSan tests on Apple platforms becaus...
Dan Liew
2016-06-07
1
-0
/
+1
*
[libFuzzer] more refactoring: make sure CurrentUnitData is awlays a valid poi...
Kostya Serebryany
2016-05-27
1
-0
/
+3
*
[libFuzzer] more refactoring around CurrentUnit. Also add a threading test on...
Kostya Serebryany
2016-05-26
1
-2
/
+0
*
[libFuzzer] when there is a leak in the existing corpus report the reproducer...
Kostya Serebryany
2016-05-26
1
-1
/
+1
*
[libFuzzer] enable detect_leaks=1, add proper docs
Kostya Serebryany
2016-04-29
1
-1
/
+1
*
[libFuzzer] disable leak detection if we have tried it for 1000 times w/o fin...
Kostya Serebryany
2016-04-27
1
-1
/
+2
*
[libFuzzer] added -detect_leaks flag (0 by default for now). When enabled, it...
Kostya Serebryany
2016-04-20
1
-3
/
+17
*
[libFuzzer] don't report memory leaks if we are dying due to a timeout (just ...
Kostya Serebryany
2016-03-24
1
-0
/
+9