| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
| |
files and these executing all files, load and execute them one-by-one. This should reduce the memory usage in many cases
llvm-svn: 312033
|
|
|
|
|
|
| |
consumed; NFC
llvm-svn: 311972
|
|
|
|
|
|
| |
function printed
llvm-svn: 311945
|
|
|
|
|
|
|
|
|
| |
Under the previous configurations, flags from SANITIZER_COMMON were not
propagated for standalone builds.
Differential Revision: https://reviews.llvm.org/D37225
llvm-svn: 311912
|
|
|
|
|
|
|
|
| |
Avoids ODR violations causing spurious ASAN warnings.
Differential Revision: https://reviews.llvm.org/D37086
llvm-svn: 311866
|
|
|
|
|
|
| |
This reverts commit 3539efc2f2218dba2bcbd645d0fe276f2b5cf588.
llvm-svn: 311831
|
|
|
|
|
|
|
|
| |
Avoids ODR violations causing spurious ASAN container overflow warnings.
Differential Revision: https://reviews.llvm.org/D37086
llvm-svn: 311830
|
|
|
|
|
|
| |
-fsanitize-coverage=trace-pc-guard to -fsanitize-coverage=inline-8bit-counters
llvm-svn: 311798
|
|
|
|
|
|
| |
functions during fuzzing
llvm-svn: 311797
|
|
|
|
| |
llvm-svn: 311794
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Summary:
Use the initialexec TLS type and eliminate calls to the TLS
wrapper. Fixes the sanitizer-x86_64-linux-fuzzer bot failure.
Reviewers: vitalybuka, kcc
Reviewed By: kcc
Subscribers: hiraditya, llvm-commits
Differential Revision: https://reviews.llvm.org/D37026
llvm-svn: 311490
|
|
|
|
|
|
| |
as it breaks builtin standalone build on some bots.
llvm-svn: 311482
|
|
|
|
|
|
| |
DeepRecursionTest.cpp
llvm-svn: 311421
|
|
|
|
| |
llvm-svn: 311420
|
|
|
|
| |
llvm-svn: 311418
|
|
|
|
| |
llvm-svn: 311417
|
|
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
|