Go to file
Matt Morehouse f66221c6ec [libFuzzer] Add feature to not use AFL's deferred forkserver.
A small but substantial minority of libFuzzer-based fuzzers run code that
does not play well with fork in global constructors or LLVMFuzzerInitialize.
This patch allows these fuzzers to use afl_driver by allowing them to
opt-out of using AFL's deferred forkserver which deferres calling fork until
after this code.

Patch By: metzman

Differential Revision: https://reviews.llvm.org/D45744

llvm-svn: 330652
2018-04-23 21:36:21 +00:00
clang [Sema] Add -Wno-self-assign-overloaded 2018-04-23 21:35:21 +00:00
clang-tools-extra [clangd] Implementation of workspace/symbol request 2018-04-23 20:00:52 +00:00
compiler-rt [libFuzzer] Add feature to not use AFL's deferred forkserver. 2018-04-23 21:36:21 +00:00
debuginfo-tests [Darwin] Specify DWARF 2/4 when running apple accelerator tests. 2018-02-26 20:56:45 +00:00
libclc log10: Use sw implementation from amd builtins 2018-04-23 21:10:42 +00:00
libcxx Revert "[libcxx] implement <experimental/simd> declarations based on P0214R7." 2018-04-23 19:56:20 +00:00
libcxxabi [libc++abi] Replace __sync_* functions with __libcpp_atomic_* functions. 2018-04-16 22:00:14 +00:00
libunwind [cmake] Remove duplicate command line options from build 2018-04-05 20:27:50 +00:00
lld [COFF] Alias /DEBUG:FULL to /DEBUG 2018-04-23 20:54:08 +00:00
lldb [CMake] Add the missing `dsymutil` dependency when running tests. 2018-04-23 17:06:55 +00:00
llgo
llvm [X86] Remove unnecessary WriteLEA InstRW overrides. 2018-04-23 21:04:23 +00:00
openmp [OpenMP] Make bc file compilation sensitive to LIBOMPTARGET_NVPTX_DEBUG flag 2018-04-20 20:41:00 +00:00
parallel-libs
polly Update isl to isl-0.19-107-gc4fe33d8 2018-04-21 08:34:22 +00:00
README.md

README.md

Low Level Virtual Machine (LLVM)

This directory and its subdirectories contain source code for LLVM, a toolkit for the construction of highly optimized compilers, optimizers, and runtime environments.