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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libFuzzer] increase the size of FixedWord from 27 to 64, see PR31950
Kostya Serebryany
2017-02-14
4
-1
/
+24
*
Use "%zd" format specifier for printing number of testcases executed.
Kostya Serebryany
2017-02-14
1
-1
/
+1
*
[libFuzzer] Use stoull instead of stol to ensure 64 bits.
Marcos Pividori
2017-02-10
1
-2
/
+2
*
[CMake] Fix pthread handling for out-of-tree builds
Eric Fiselier
2017-02-10
1
-2
/
+2
*
[libFuzzer] Export external functions on tests.
Marcos Pividori
2017-02-10
1
-0
/
+12
*
[libFuzzer] Use dynamic loading for External Functions on Windows.
Marcos Pividori
2017-02-10
2
-1
/
+61
*
[libFuzzer] Use long long to ensure 64 bits.
Marcos Pividori
2017-02-08
3
-3
/
+3
*
[libFuzzer] Use custom target instead of list of binaries for tests.
Marcos Pividori
2017-02-08
4
-16
/
+8
*
[libFuzzer] Properly use Handle instead of FD on Windows.
Marcos Pividori
2017-02-08
4
-1
/
+12
*
[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] Temporarily fix Shmem for Windows.
Marcos Pividori
2017-02-08
2
-0
/
+65
*
[libFuzzer] replace std::random_shuffle with std::shuffle as std::random_shuf...
Kostya Serebryany
2017-02-07
4
-10
/
+7
*
[libFuzzer] make code less clever to avoid fallthrough in switch (and in turn...
Kostya Serebryany
2017-02-06
1
-3
/
+3
*
[libFuzzer] properly hide the memcmp interceptor from msan
Kostya Serebryany
2017-02-03
1
-1
/
+1
*
[libfuzzer] chromium-related compilation fixes
Mike Aizatsky
2017-02-03
3
-10
/
+13
*
[libFuzzer] reorganize the tracing code to make it easier to experiment with ...
Kostya Serebryany
2017-02-02
2
-19
/
+36
*
[libFuzzer] Properly handle exceptions with UnhandledExceptionFilter.
Marcos Pividori
2017-02-02
1
-5
/
+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] Do not use llvm-objdump for disassembling a DSO.
Marcos Pividori
2017-02-01
1
-4
/
+1
*
[libFuzzer] Properly check if we can use dumpbin.
Marcos Pividori
2017-02-01
1
-1
/
+1
*
[libFuzzer] increase the default size for shmem
Kostya Serebryany
2017-02-01
4
-12
/
+12
*
[libFuzzer] Implement TmpDir() for Windows.
Marcos Pividori
2017-01-30
1
-1
/
+11
*
[libfuzzer] include errno.h. On Ubuntu 14.04 we got away w/o it, but other sy...
Kostya Serebryany
2017-01-28
1
-0
/
+1
*
[libFuzzer] make shmem more robust in the presence of signals
Kostya Serebryany
2017-01-27
2
-3
/
+17
*
[libFuzzer] simplify the value profiling callback further: don't use (idx MOD...
Kostya Serebryany
2017-01-27
3
-10
/
+11
*
[libFuzzer] make sure (again) that __builtin_popcountl is compiled into popcnt
Kostya Serebryany
2017-01-27
1
-0
/
+8
*
[libFuzzer] simplify the value profile code and disable asan/msan on it
Kostya Serebryany
2017-01-27
3
-6
/
+19
*
[libFuzzer] remove a bit of stale code
Kostya Serebryany
2017-01-26
2
-6
/
+0
*
[libFuzzer] further simplify __sanitizer_cov_trace_pc_guard
Kostya Serebryany
2017-01-26
2
-9
/
+7
*
[libFuzzer] simplify the code for __sanitizer_cov_trace_pc_guard and make sur...
Kostya Serebryany
2017-01-26
5
-4
/
+31
*
[libFuzzer] don't call GetPreviousInstructionPc on the hot path -- only when ...
Kostya Serebryany
2017-01-26
1
-18
/
+22
*
[libFuzzer] mutate empty input using the regular mutators (instead of a custo...
Kostya Serebryany
2017-01-23
1
-14
/
+5
*
[libFuzzer] make sure we use the feedback from std::string operator ==
Kostya Serebryany
2017-01-23
4
-1
/
+31
*
[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
[next]