Home
last modified time | relevance | path

Searched refs:Workaround (Results 1 – 19 of 19) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/Transforms/Scalar/
H A DCMakeLists.txt18 # Workaround for the gcc 6.1 bug https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80916.
/llvm-project-15.0.7/lldb/docs/_static/
H A Dlldb.css47 /* Workaround for a Safari bug that would otherwise make table cells less wide
/llvm-project-15.0.7/compiler-rt/lib/profile/
H A DCMakeLists.txt4 #include <intrin.h> /* Workaround for PR19898. */
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A DO0-pipeline.ll64 ; CHECK-NEXT: Workaround A53 erratum 835769 pass
H A DO3-pipeline.ll215 ; CHECK-NEXT: Workaround A53 erratum 835769 pass
/llvm-project-15.0.7/.github/workflows/
H A Dllvm-project-tests.yml81 # Workaround for https://github.com/actions/virtual-environments/issues/5900.
/llvm-project-15.0.7/libunwind/src/
H A DCMakeLists.txt35 # CMake doesn't work correctly with assembly on AIX. Workaround by compiling
/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DCMakeLists.txt262 # Workaround for Xcode-specific code-signing behavior:
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DBUFInstructions.td202 // Workaround bug bz30254
242 // Workaround bug bz30254
488 // Workaround bug bz30254
585 // Workaround bug bz30254
670 // Workaround bug bz30254
692 // Workaround bug bz30254
712 // Workaround bug bz30254
731 // Workaround bug bz30254
H A DSIInstructions.td1786 // FIXME: Workaround for ordering issue with peephole optimizer where
/llvm-project-15.0.7/openmp/runtime/src/
H A DCMakeLists.txt311 # Workaround for gfortran to build modules with the
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp984 bool Workaround = in tryParseRegister() local
986 Again = (Contigious && Type) || (Workaround && Type); in tryParseRegister()
/llvm-project-15.0.7/compiler-rt/cmake/Modules/
H A DAddCompilerRT.cmake124 # Workaround these two issues by compiling as C.
/llvm-project-15.0.7/compiler-rt/cmake/
H A Dconfig-ix.cmake248 # Workaround for direct calls to __tls_get_addr on Solaris/amd64.
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMScheduleSwift.td319 def : WriteRes<WriteDIV, [SwiftUnitDiv]>; // Workaround.
/llvm-project-15.0.7/utils/bazel/llvm-project-overlay/llvm/
H A DBUILD.bazel1895 # Workaround for https://github.com/bazelbuild/bazel/issues/3828
3655 # Workaround inability to put `.def` files into `srcs` with a library.
/llvm-project-15.0.7/clang/docs/
H A DClangCommandLineReference.rst3401 Workaround Cortex-A53 erratum 835769 (AArch64 only)
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc3874 // Workaround a bug in glibc where dlsym(RTLD_NEXT, ...) returns the oldest
6704 // Workaround a bug in glibc's "old" semaphore implementation by
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td3557 HelpText<"Workaround Cortex-A53 erratum 835769 (AArch64 only)">;