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
/
CMakeLists.txt
Commit message (
Expand
)
Author
Age
Files
Lines
*
Moving libFuzzer from LLVM to compiler-rt.
George Karpenkov
2017-08-21
1
-99
/
+0
*
Always compile libFuzzer with no coverage
George Karpenkov
2017-08-21
1
-2
/
+2
*
[CMake] Add install target for LLVMFuzzer
Petr Hosek
2017-08-14
1
-0
/
+21
*
[libFuzzer] experimental support for Clang's coverage (fprofile-instr-generat...
Kostya Serebryany
2017-08-11
1
-0
/
+1
*
Do not instrument libFuzzer itself when built with -DLLVM_USE_SANITIZE_COVERAGE
George Karpenkov
2017-08-07
1
-0
/
+5
*
[libFuzzer tests] Only enable libFuzzer tests if
George Karpenkov
2017-08-04
1
-1
/
+2
*
Port libFuzzer tests to LIT. Do not require two-stage build for check-fuzzer.
George Karpenkov
2017-08-04
1
-13
/
+8
*
Disable libFuzzer tests on Windows
George Karpenkov
2017-08-04
1
-2
/
+10
*
[libFuzzer] simplify the handling of memmem/strstr
Kostya Serebryany
2017-07-14
1
-1
/
+0
*
[libFuzzer] NFC Declare LIBFUZZER_FLAGS_BASE outside of an if-block
George Karpenkov
2017-07-12
1
-1
/
+1
*
[libFuzzer] Always build libFuzzer
Kuba Mracek
2017-04-21
1
-34
/
+40
*
Fixup for r301007: Restrict the -D hack to Darwin.
Kuba Mracek
2017-04-21
1
-7
/
+9
*
Revert r301010: Bot failures on Windows, NetBSD and even some old Darwin.
Kuba Mracek
2017-04-21
1
-20
/
+14
*
[libFuzzer] Always build libFuzzer
Kuba Mracek
2017-04-21
1
-14
/
+20
*
[libFuzzer] Changing thread_local to __thread in libFuzzer
Kuba Mracek
2017-04-21
1
-0
/
+13
*
Revert r300789: There are Windows bot failures.
Kuba Mracek
2017-04-19
1
-20
/
+14
*
[libFuzzer] Always build libFuzzer
Kuba Mracek
2017-04-19
1
-14
/
+20
*
[libFuzzer] create experimental support for user-provided coverage signal
Kostya Serebryany
2017-03-23
1
-0
/
+1
*
[CMake] Fix pthread handling for out-of-tree builds
Eric Fiselier
2017-02-10
1
-2
/
+2
*
[libFuzzer] Use dynamic loading for External Functions on Windows.
Marcos Pividori
2017-02-10
1
-1
/
+1
*
[libFuzzer] Temporarily fix Shmem for Windows.
Marcos Pividori
2017-02-08
1
-0
/
+1
*
[libFuzzer] experimental support for 'equivalance fuzzing'
Kostya Serebryany
2017-01-20
1
-0
/
+1
*
[libFuzzer] build libFuzzer itself with asan
Kostya Serebryany
2016-12-12
1
-1
/
+1
*
[libFuzzer] implement crash-resistant merge (https://github.com/google/saniti...
Kostya Serebryany
2016-12-09
1
-1
/
+2
*
Resubmit "[LibFuzzer] Split FuzzerUtil for Posix and Windows."
Zachary Turner
2016-12-02
1
-0
/
+2
*
Revert "[LibFuzzer] Split FuzzerUtil for Posix and Windows."
Zachary Turner
2016-12-02
1
-2
/
+0
*
[LibFuzzer] Introduce a portable WeakAlias implementation.
Zachary Turner
2016-12-02
1
-0
/
+1
*
[LibFuzzer] Split FuzzerUtil for Posix and Windows.
Zachary Turner
2016-12-02
1
-0
/
+2
*
[LibFuzzer] Add Windows implementations of some IO functions.
Zachary Turner
2016-11-30
1
-1
/
+3
*
[libFuzzer] use __attribute__((target("popcnt"))) only on x86_64
Kostya Serebryany
2016-08-24
1
-1
/
+1
*
[libFuzzer] new experimental feature: value profiling. Profiles values that a...
Kostya Serebryany
2016-08-16
1
-1
/
+1
*
[LibFuzzer] Fix `-jobs=<N>` where <N> > 1 and the number of workers is > 1 on...
Dan Liew
2016-08-12
1
-0
/
+2
*
[LibFuzzer] Reimplement how the optional user functions are called.
Dan Liew
2016-06-02
1
-0
/
+2
*
[LibFuzzer] Emit error if LLVM_USE_SANITIZER is not correctly set.
Dan Liew
2016-05-26
1
-0
/
+6
*
[LibFuzzer] Allow LibFuzzer to be built in modes other than RELEASE.
Dan Liew
2016-05-26
1
-2
/
+2
*
[libFuzzer] simplify FuzzerInterface.h
Kostya Serebryany
2016-05-13
1
-1
/
+0
*
[libFuzzer] add -Werror for libFuzzer build rule
Kostya Serebryany
2016-03-02
1
-1
/
+1
*
[libFuzzer] remove FuzzerSanitizerOptions.cpp
Kostya Serebryany
2016-03-01
1
-1
/
+0
*
Refactor duplicated code for linking with pthread.
Rafael Espindola
2016-03-01
1
-6
/
+2
*
[libFuzzer] initial implementation of path coverage based on -fsanitize-cover...
Kostya Serebryany
2016-02-26
1
-0
/
+1
*
[libFuzzer] fix the libFuzzer bot
Kostya Serebryany
2016-02-18
1
-1
/
+1
*
Fuzzer: Fix library dependencies.
Peter Collingbourne
2015-12-16
1
-0
/
+6
*
[lib/Fuzzer] extend the fuzzer interface to allow user-supplied mutators
Kostya Serebryany
2015-05-22
1
-2
/
+6
*
[lib/Fuzzer] Add SHA1 implementation from public domain.
Kostya Serebryany
2015-05-14
1
-0
/
+1
*
[lib/Fuzzer] rename FuzzerDFSan.cpp to FuzzerTraceState.cpp; update comments....
Kostya Serebryany
2015-05-11
1
-1
/
+1
*
Removing a spurious space; NFC.
Aaron Ballman
2015-04-06
1
-1
/
+1
*
DFSan-based fuzzer (proof of concept).
Kostya Serebryany
2015-03-30
1
-2
/
+4
*
[fuzzer] split main() into FuzzerDriver() that takes a callback as a paramete...
Kostya Serebryany
2015-02-19
1
-0
/
+1
*
[fuzzer] move default sanitizer options to a separate file
Kostya Serebryany
2015-02-06
1
-0
/
+1
*
[fuzzer] Add a gtest-style test
Kostya Serebryany
2015-01-30
1
-3
/
+5
[next]