Kostya Serebryany
54a8456005
[libFuzzer] make sure to flush IO when done merging one file
...
llvm-svn: 317835
2017-11-09 21:30:33 +00:00
Kostya Serebryany
a2ca2dcc46
[libFuzzer] handle SIGUSR1/SIGUSR2 and try to exit grafully on these signals
...
llvm-svn: 317829
2017-11-09 20:30:19 +00:00
Kostya Serebryany
3ac31d4453
[libFuzzer] allow merge to resume after being preempted
...
llvm-svn: 317767
2017-11-09 05:49:28 +00:00
Kostya Serebryany
68fdef1f7a
[libFuzzer] allow user to specify the merge control file
...
llvm-svn: 317747
2017-11-09 01:05:29 +00:00
Kostya Serebryany
bcd78491ef
[libFuzzer] minor refactoring, NFC
...
llvm-svn: 313406
2017-09-15 22:10:36 +00:00
Kostya Serebryany
97b8b2daff
[libFuzzer] reduce the size of the merge control file by not dumping redundant features into it
...
llvm-svn: 313403
2017-09-15 22:02:26 +00:00
George Karpenkov
bebcbfb46d
[libFuzzer] Use custom allocators for STL containers in libFuzzer.
...
Avoids ODR violations causing spurious ASAN warnings.
Differential Revision: https://reviews.llvm.org/D37086
llvm-svn: 311866
2017-08-27 23:20:09 +00:00
George Karpenkov
24069a0424
Revert "[libFuzzer] Use custom allocators for STL containers in libFuzzer"
...
This reverts commit 3539efc2f2218dba2bcbd645d0fe276f2b5cf588.
llvm-svn: 311831
2017-08-26 17:50:35 +00:00
George Karpenkov
d50410bfb1
[libFuzzer] Use custom allocators for STL containers in libFuzzer
...
Avoids ODR violations causing spurious ASAN container overflow warnings.
Differential Revision: https://reviews.llvm.org/D37086
llvm-svn: 311830
2017-08-26 17:17:37 +00:00
George Karpenkov
10ab2ace13
Move libFuzzer to compiler_rt.
...
Resulting library binaries will be named libclang_rt.fuzzer*, and will
be placed in Clang toolchain, allowing redistribution.
Differential Revision: https://reviews.llvm.org/D36908
llvm-svn: 311407
2017-08-21 23:25:50 +00:00