Home
last modified time | relevance | path

Searched refs:CVE (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A Dcmse-cve-2021-35465.ll40 ; CHECK-8M-FP-CVE-2021-35465: @ %bb.0:
45 ; CHECK-8M-FP-CVE-2021-35465-NEXT: vlstm sp
59 ; CHECK-8M-FP-CVE-2021-35465-NEXT: blxns r0
62 ; CHECK-8M-FP-CVE-2021-35465-NEXT: it ne
64 ; CHECK-8M-FP-CVE-2021-35465-NEXT: vlldm sp
92 ; CHECK-8M-NOFP-CVE-2021-35465-NEXT: it ne
93 ; CHECK-8M-NOFP-CVE-2021-35465-NEXT: @APP
102 ; CHECK-81M-CVE-2021-35465: @ %bb.0:
107 ; CHECK-81M-CVE-2021-35465-NEXT: vlstm sp
109 ; CHECK-81M-CVE-2021-35465-NEXT: blxns r0
[all …]
H A Dcmse-cve-2021-35465-return.ll10 ; CHECK-8M-FP-CVE-2021-35465-LABEL: func:
13 ; CHECK-8M-FP-CVE-2021-35465-NEXT: mov lr, r3
14 ; CHECK-8M-FP-CVE-2021-35465-NEXT: mov r12, r0
15 ; CHECK-8M-FP-CVE-2021-35465-NEXT: mov r0, r1
16 ; CHECK-8M-FP-CVE-2021-35465-NEXT: mov r1, r2
18 ; CHECK-8M-FP-CVE-2021-35465-NEXT: mov r2, lr
22 ; CHECK-8M-FP-CVE-2021-35465-NEXT: vmov r4, s5
28 ; CHECK-8M-FP-CVE-2021-35465-NEXT: vlstm sp
44 ; CHECK-8M-FP-CVE-2021-35465-NEXT: blxns r12
55 ; CHECK-8M-FP-CVE-2021-35465-NEXT: it ne
[all …]
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/misc/
H A Dconfusable-identifiers.rst8 attack described in `CVE-2021-42574 <https://www.cve.org/CVERecord?id=CVE-2021-42574>`_.
/llvm-project-15.0.7/llvm/docs/
H A DSecurity.rst11 …ers of LLVM-based toolchains whose compiled code is security-sensitive, through the `CVE process`_.
196 * The issue champion obtains a CVE entry from MITRE_.
H A DLibFuzzer.rst806 …d `[HT206167] <https://support.apple.com/en-gb/HT206167>`_ (CVE-2015-5312, CVE-2015-7500, CVE-2015…
/llvm-project-15.0.7/clang/docs/
H A DClangCommandLineReference.rst3453 Work around VLLDM erratum CVE-2021-35465 (ARM only)
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp8545 QualType CVE = CV->getElementType(); in checkVectorResult() local
8548 if (S.Context.getTypeSize(CVE) != S.Context.getTypeSize(RVE)) { in checkVectorResult()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td3537 HelpText<"Work around VLLDM erratum CVE-2021-35465 (ARM only)">;
3540 HelpText<"Don't work around VLLDM erratum CVE-2021-35465 (ARM only)">;