Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix some include order and file headers issues. NFC | Fangrui Song | 2019-02-21 | 1 | -2/+2 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | make add_llvm_fuzzer calls slightly more consisten with other cmake | Nico Weber | 2018-05-11 | 1 | -1/+3 |
* | cmake: Invent add_llvm_fuzzer to set up fuzzer targets | Justin Bogner | 2017-08-31 | 1 | -12/+7 |
* | Update LLVM fuzzers to use the libFuzzer bundled with the compiler toolchain | George Karpenkov | 2017-08-23 | 1 | -4/+3 |
* | Remove every uses of getGlobalContext() in LLVM (but the C API) | Mehdi Amini | 2016-04-14 | 1 | -1/+1 |
* | [libFuzzer] make LLVMFuzzerTestOneInput (the fuzzer target function) return i... | Kostya Serebryany | 2015-10-02 | 1 | -3/+4 |
* | Build a lib/Fuzzer version for llvm-as. | Karl Schimpf | 2015-08-31 | 2 | -0/+88 |