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] 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
*
[libFuzzer] fuzzer-jobs requires posix.
Marcos Pividori
2017-02-08
1
-0
/
+2
*
[libFuzzer] Update fuzzer.test to properly set environment variables.
Marcos Pividori
2017-02-08
1
-1
/
+1
*
[libFuzzer] Don't add newline character when using echo in tests.
Marcos Pividori
2017-02-08
2
-3
/
+3
*
[libFuzzer] Disable ulimit test on windows.
Marcos Pividori
2017-02-08
1
-0
/
+2
*
[libFuzzer] Remove ? wildcard on tests.
Marcos Pividori
2017-02-08
1
-7
/
+10
*
[libFuzzer] Update fuzzer-segv to set environment variables.
Marcos Pividori
2017-02-08
1
-1
/
+1
*
[libFuzzer] Properly configure tests for Windows.
Marcos Pividori
2017-02-08
1
-0
/
+17
*
[libFuzzer] Simplify dump_coverage test.
Marcos Pividori
2017-02-08
1
-11
/
+7
*
[libFuzzer] Update Load test to work on 32 bits.
Marcos Pividori
2017-02-08
1
-1
/
+1
*
[libFuzzer] Update test to consider different exceptions.
Marcos Pividori
2017-02-08
2
-2
/
+2
*
[libFuzzer] Disable afl tests on non-posix systems.
Marcos Pividori
2017-02-01
2
-0
/
+4
*
[libFuzzer] Disable equivalence tests on non posix systems.
Marcos Pividori
2017-02-01
1
-0
/
+2
*
[libFuzzer] Isolate merge tests that require posix.
Marcos Pividori
2017-02-01
2
-8
/
+23
*
[libFuzzer] Add features `windows` and `posix` for lit tests.
Marcos Pividori
2017-02-01
3
-0
/
+11
*
[libFuzzer] Accept different extensions.
Marcos Pividori
2017-02-01
1
-1
/
+1
*
[libFuzzer] Fix test because cmd prompt does not expand wildcard.
Marcos Pividori
2017-02-01
1
-1
/
+1
*
[libFuzzer] increase the default size for shmem
Kostya Serebryany
2017-02-01
1
-1
/
+1
*
[libFuzzer] make shmem more robust in the presence of signals
Kostya Serebryany
2017-01-27
1
-0
/
+10
*
[libFuzzer] make sure we use the feedback from std::string operator ==
Kostya Serebryany
2017-01-23
3
-0
/
+27
*
[libFuzzer] deflake a test
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
3
-6
/
+20
*
[libFuzzer] Leak Sanitizer is not supported for Windows.
Marcos Pividori
2017-01-22
1
-3
/
+3
*
[libFuzzer] Fix OutOfMemory tests to work on 32 bits.
Marcos Pividori
2017-01-22
2
-3
/
+3
*
[libFuzzer] Remove lib prefix from library names on tests.
Marcos Pividori
2017-01-22
1
-2
/
+2
*
[libFuzzer] Consider both possible separators for tests.
Marcos Pividori
2017-01-22
1
-1
/
+1
*
[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] Disable afl tests for Windows.
Marcos Pividori
2017-01-22
1
-11
/
+12
*
[libFuzzer] use print+exit(1) instead of assert to report an error
Kostya Serebryany
2017-01-21
1
-1
/
+1
*
[libFuzzer] re-enable LLVMFuzzer-RepeatedMemcmp test, cleanup the test runner...
Kostya Serebryany
2017-01-21
2
-20
/
+15
*
[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
3
-0
/
+19
*
[libFuzzer] experimental support for 'equivalance fuzzing'
Kostya Serebryany
2017-01-20
3
-6
/
+14
*
[libFuzzer] improve -minimize_crash: honor -artifact_prefix= and don't specia...
Kostya Serebryany
2017-01-19
3
-1
/
+25
*
[libFuzzer] add two tests for experimenting with equivalence fuzzing
Kostya Serebryany
2017-01-19
3
-0
/
+43
*
[libFuzzer] exit(1) on failed merge
Kostya Serebryany
2017-01-18
1
-0
/
+4
*
[libfuzzer] fixing collected pc addresses for coverage
Mike Aizatsky
2017-01-17
2
-2
/
+3
*
[libFuzzer] use table of recent compares for memcmp/strcmp (to unify the code...
Kostya Serebryany
2017-01-17
2
-12
/
+16
*
[libFuzzer] improve error handling during the merge (handle various IO failures)
Kostya Serebryany
2017-01-05
1
-0
/
+8
*
[libFuzzer] make __sanitizer_cov_trace_switch more predictable
Kostya Serebryany
2016-12-29
1
-2
/
+2
*
[libfuzzer] dump_coverage command line flag
Mike Aizatsky
2016-12-19
1
-0
/
+16
*
[libFuzzer] use less memory for merge
Kostya Serebryany
2016-12-17
1
-2
/
+5
[next]