Home
last modified time | relevance | path

Searched refs:Fuzz (Results 1 – 25 of 29) sorted by relevance

12

/llvm-project-15.0.7/compiler-rt/test/fuzzer/
H A Donly-some-bytes.test13 DISABLED: %cpp_compiler %S/OnlySomeBytesTest.cpp -o %t-Fuzz
24 DISABLED: %t-Fuzz -focus_function='fB(unsigned char const*)' -runs=0 %t/IN 2>&1 | FileCheck %s --ch…
27 DISABLED: %t-Fuzz -focus_function=f0 -runs=0 %t/IN 2>&1 | FileCheck %s --check-prefix=NO_FOCUSED_IN…
32 DISABLED: %t-Fuzz -focus_function=f0 -runs=0 %t/IN 2>&1 | FileCheck %s --check-prefix=ONE_FOCUSED_I…
36 DISABLED: %t-Fuzz -collect_data_flow=%t-DFT %t/IN -data_flow_trace=%t/IN_DFT > /dev/null 2>&1
39 DISABLED: %t-Fuzz -focus_function=f0 -data_flow_trace=%t/IN_DFT -runs=100 %t/IN 2>&1 | FileCheck %s…
40 DISABLED: %t-Fuzz -focus_function=f0 -data_flow_trace=%t/IN_DFT -runs=100 %t/IN 2>&1 | FileCheck %s…
45 DISABLED: rm -rf %t/C_DFT && %t-Fuzz -collect_data_flow=%t-DFT %t/C -data_flow_trace=%t/C_DFT > /de…
46 DISABLED: not %t-Fuzz -focus_function=f0 -data_flow_trace=%t/C_DFT -seed=1 -runs=1000000 -use_value…
52 DISABLED: %t-Fuzz -focus_function=auto -data_flow_trace=%t/C_DFT -runs=0 %t/C -jobs=100 2>&1 | grep…
[all …]
H A DMagicSeparatorTest.cpp43 std::vector<uint8_t> Fuzz({'F', 'u', 'z', 'z'}); in LLVMFuzzerTestOneInput() local
45 if (Inputs.size() == 2 && Inputs[0] == Fuzz && Inputs[1] == Me) in LLVMFuzzerTestOneInput()
H A Donly-some-bytes-fork.test13 DISABLED: %cpp_compiler %S/OnlySomeBytesTest.cpp -o %t-Fuzz
17 DISABLED: not %t-Fuzz -collect_data_flow=%t-DFT -use_value_profile=1 -runs=100000000 -fork=20 2> %t…
/llvm-project-15.0.7/clang-tools-extra/pseudo/fuzzer/
H A DFuzzer.cpp53 Fuzzer *Fuzz = nullptr; variable
74 clang::pseudo::Fuzz = new clang::pseudo::Fuzzer(PrintForest); in LLVMFuzzerInitialize()
79 (*clang::pseudo::Fuzz)(llvm::StringRef(reinterpret_cast<char *>(Data), Size)); in LLVMFuzzerTestOneInput()
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dpr46004.ll5 ; OSS Fuzz: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=22357
23 ; OSS Fuzz: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=22723
H A Dgetelementptr.ll85 ; OSS-Fuzz: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=7173
H A Dvec_extract.ll107 ; OSS-Fuzz #15662
H A Dcombine-rotates.ll425 ; OSS Fuzz: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=9935
H A Dcombine-mul.ll463 ; OSS Fuzz: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=15429
H A Dcombine-srem.ll386 ; OSS-Fuzz #6883
/llvm-project-15.0.7/llvm/docs/
H A DFuzzingLLVM.rst24 bugs this fuzzer has reported are `on bugzilla`__ and `on OSS Fuzz's
49 and `on OSS Fuzz's tracker`__.
68 this fuzzer has reported are `on OSS Fuzz's tracker`__
93 OSS Fuzz, which has trouble with required arguments. To do this, you can copy
255 actionable way. Because of this, we're moving towards using `OSS Fuzz`_ more
259 `LLVM on OSS Fuzz`_. These are also mailed to the `llvm-bugs mailing
262 .. _OSS Fuzz: https://github.com/google/oss-fuzz
265 .. _LLVM on OSS Fuzz:
/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/
H A Dalloca-big.ll4 ; OSS-Fuzz: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=5223
H A Dphi-shifts.ll4 ; OSS Fuzz: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=15217
H A Dconstant-fold-shifts.ll6 ; OSS-Fuzz #14169
H A Dpr51824.ll4 ; OSS-Fuzz: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=38057
H A Dudiv-simplify.ll66 ; OSS-Fuzz #4857
H A Dvscale_insertelement.ll87 ; OSS-Fuzz #27416
H A Dvscale_insertelement-inseltpoison.ll87 ; OSS-Fuzz #27416
H A Dvscale_extractelement-inseltpoison.ll178 ; OSS-Fuzz #25272
H A Dshift.ll1642 ; OSS Fuzz #4871
1668 ; OSS Fuzz #26716
1687 ; OSS Fuzz #5032
1721 ; OSS Fuzz #26135
1748 ; OSS Fuzz #38078
H A Dvscale_extractelement.ll142 ; OSS-Fuzz #25272
H A Dderef-alloc-fns.ll336 ; OSS-Fuzz #23214
/llvm-project-15.0.7/libc/docs/
H A Dfuzzing.rst4 Fuzz tests are used to ensure quality and security of LLVM-libc implementations.
/llvm-project-15.0.7/llvm/test/Transforms/LICM/
H A Dcrash.ll77 ; OSS-Fuzz #29050
/llvm-project-15.0.7/llvm/test/Transforms/SCCP/
H A Dapint-bigint2.ll66 ; OSS-Fuzz #39197

12