| [compiler-rt] Rename lit.*.cfg.* -> lit.*.cfg.py.* | 6 年前 |
| Summary: | 7 年前 |
| Update the file headers across all of the LLVM projects in the monorepo | 7 年前 |
| Update the file headers across all of the LLVM projects in the monorepo | 7 年前 |
| Update the file headers across all of the LLVM projects in the monorepo | 7 年前 |
| Update the file headers across all of the LLVM projects in the monorepo | 7 年前 |
| [fuzzer] Fix test checks broken after license header update | 7 年前 |
| Update the file headers across all of the LLVM projects in the monorepo | 7 年前 |
| [fuzzer] Use puts() rather than printf() in CopyFileToErr() | 3 年前 |
| [libFuzzer] Guard symbolization with try-lock. | 7 年前 |
| Update the file headers across all of the LLVM projects in the monorepo | 7 年前 |
| Update the file headers across all of the LLVM projects in the monorepo | 7 年前 |
| [compiler-rt] Cleanup use of COMPILER_RT_INCLUDE_TESTS (#98246) | 1 年前 |
| Update the file headers across all of the LLVM projects in the monorepo | 7 年前 |
| Update the file headers across all of the LLVM projects in the monorepo | 7 年前 |
| [libFuzzer] add CompressedTest.cpp, a real-life-ish test for a custom mutator | 7 年前 |
| [fuzzer][test] Add #include <cstdint> for gcc-13 | 3 年前 |
| Recommit "[libFuzzer] Fix arguments of InsertPartOf/CopyPartOf calls in CrossOver mutator." | 5 年前 |
| Recommit "[libFuzzer] Link libFuzzer's own interceptors when other compiler runtimes are not linked." | 5 年前 |
| Update the file headers across all of the LLVM projects in the monorepo | 7 年前 |
| [compiler-rt] NFC: Fix trivial typo | 4 年前 |
| [compiler-rt] NFC: Fix trivial typo | 4 年前 |
| [libfuzzer] Reduce default verbosity when printing large mutation sequences | 5 年前 |
| Update the file headers across all of the LLVM projects in the monorepo | 7 年前 |
| Update the file headers across all of the LLVM projects in the monorepo | 7 年前 |
| Update the file headers across all of the LLVM projects in the monorepo | 7 年前 |
| Update the file headers across all of the LLVM projects in the monorepo | 7 年前 |
| Update the file headers across all of the LLVM projects in the monorepo | 7 年前 |
| Update the file headers across all of the LLVM projects in the monorepo | 7 年前 |
| Update the file headers across all of the LLVM projects in the monorepo | 7 年前 |
| Update the file headers across all of the LLVM projects in the monorepo | 7 年前 |
| Update the file headers across all of the LLVM projects in the monorepo | 7 年前 |
| Update the file headers across all of the LLVM projects in the monorepo | 7 年前 |
| [libFuzzer] make a test for exploding dfsan labels more agressive | 7 年前 |
| [fuzzer][test] Add #include <cstdint> for gcc-13 | 3 年前 |
| Update the file headers across all of the LLVM projects in the monorepo | 7 年前 |
| Update the file headers across all of the LLVM projects in the monorepo | 7 年前 |
| Update the file headers across all of the LLVM projects in the monorepo | 7 年前 |
| Update the file headers across all of the LLVM projects in the monorepo | 7 年前 |
| Update the file headers across all of the LLVM projects in the monorepo | 7 年前 |
| Update the file headers across all of the LLVM projects in the monorepo | 7 年前 |
| Update the file headers across all of the LLVM projects in the monorepo | 7 年前 |
| Update the file headers across all of the LLVM projects in the monorepo | 7 年前 |
| [libFuzzer] support -runs=N in the fork mode. Make sure we see one-line reports from ubsan in the fork mode. Test both | 7 年前 |
| [libFuzzer] Add an option to keep initial seed inputs around. | 5 年前 |
| [libFuzzer] simplify the DFT trace collection using the new faster DFSan mode that traces up to 16 labels at a time and never runs out of labels. Second attempt. This time with a fix for windows (putenv instead of setenv)) | 6 年前 |
| [fuzzer] Reduce size of large.test | 4 年前 |
| Update the file headers across all of the LLVM projects in the monorepo | 7 年前 |
| Update the file headers across all of the LLVM projects in the monorepo | 7 年前 |
| Recommit "[libFuzzer] Fix value-profile-load test." | 5 年前 |
| [libFuzzer] add MagicSeparatorTest | 6 年前 |
| Update the file headers across all of the LLVM projects in the monorepo | 7 年前 |
| [libFuzzer] Instrument bcmp | 5 年前 |
| [libFuzzer] Fix MSan false positives with custom mutators. | 5 年前 |
| [libFuzzer] Unpoison parameters before calling user callback. | 6 年前 |
| Update the file headers across all of the LLVM projects in the monorepo | 7 年前 |
| Update the file headers across all of the LLVM projects in the monorepo | 7 年前 |
| Update the file headers across all of the LLVM projects in the monorepo | 7 年前 |
| Update the file headers across all of the LLVM projects in the monorepo | 7 年前 |
| Revert "Revert "Temporarily do not drop volatile stores before unreachable"" | 4 年前 |
| Update the file headers across all of the LLVM projects in the monorepo | 7 年前 |
| [libFuzzer] ensure that DFT and autofocus works for C++ (mangled) functions | 6 年前 |
| [libFuzzer] Fix fuzzer-oom.test. | 5 年前 |
| [libFuzzer] Fix fuzzer-oom.test. | 5 年前 |
| [libFuzzer] tests/examples for using libFuzzer for out-of-process targets | 4 年前 |
| Update the file headers across all of the LLVM projects in the monorepo | 7 年前 |
| Update the file headers across all of the LLVM projects in the monorepo | 7 年前 |
| Update the file headers across all of the LLVM projects in the monorepo | 7 年前 |
| [libFuzzer] Extend the fuzz target intarface to allow -1 return value. | 3 年前 |
| [fuzzer] Fix reload.test on Linux/aarch64 | 7 年前 |
| Update the file headers across all of the LLVM projects in the monorepo | 7 年前 |
| Update the file headers across all of the LLVM projects in the monorepo | 7 年前 |
| [libFuzzer] tests/examples for using libFuzzer for out-of-process targets | 4 年前 |
| Revert "Revert "Temporarily do not drop volatile stores before unreachable"" | 4 年前 |
| Update the file headers across all of the LLVM projects in the monorepo | 7 年前 |
| Update the file headers across all of the LLVM projects in the monorepo | 7 年前 |
| Update the file headers across all of the LLVM projects in the monorepo | 7 年前 |
| Update the file headers across all of the LLVM projects in the monorepo | 7 年前 |
| [libFuzzer] Make msan.test:SimpleCmpTest succeed with less trials. | 5 年前 |
| Update the file headers across all of the LLVM projects in the monorepo | 7 年前 |
| Update the file headers across all of the LLVM projects in the monorepo | 7 年前 |
| Update the file headers across all of the LLVM projects in the monorepo | 7 年前 |
| Update the file headers across all of the LLVM projects in the monorepo | 7 年前 |
| Update the file headers across all of the LLVM projects in the monorepo | 7 年前 |
| Update the file headers across all of the LLVM projects in the monorepo | 7 年前 |
| [libFuzzer] perform more agressive value profiling in memcmp | 6 年前 |
| Update the file headers across all of the LLVM projects in the monorepo | 7 年前 |
| Update the file headers across all of the LLVM projects in the monorepo | 7 年前 |
| Update the file headers across all of the LLVM projects in the monorepo | 7 年前 |
| Update the file headers across all of the LLVM projects in the monorepo | 7 年前 |
| [libFuzzer] Fix stack-overflow-with-asan.test. | 5 年前 |
| [NFC][fuzzer] Simplify StrcmpTest.cpp | 5 年前 |
| Update the file headers across all of the LLVM projects in the monorepo | 7 年前 |
| Update the file headers across all of the LLVM projects in the monorepo | 7 年前 |
| Update the file headers across all of the LLVM projects in the monorepo | 7 年前 |
| Update the file headers across all of the LLVM projects in the monorepo | 7 年前 |
| Update the file headers across all of the LLVM projects in the monorepo | 7 年前 |
| Fix license headers | 7 年前 |
| Update the file headers across all of the LLVM projects in the monorepo | 7 年前 |
| Update the file headers across all of the LLVM projects in the monorepo | 7 年前 |