Home
last modified time | relevance | path

Searched refs:Builds (Results 1 – 21 of 21) sorted by relevance

/llvm-project-15.0.7/llvm/docs/
H A DPackaging.rst30 Builds LLVM with ``NDEBUG`` defined. Changes the LLVM ABI. Also available
36 Builds LLVM with ``-g``. Also available by setting ``DEBUG_SYMBOLS=0|1`` in
41 (For git checkouts) Builds LLVM with ``-O2`` and, by default, turns off
H A DAdvancedBuilds.rst22 Bootstrap Builds
68 Apple Clang Builds (A More Complex Bootstrap)
145 Builds a stage1 x86 compiler, runtime, and required tools (llvm-config,
H A DUserGuides.rst95 LLVM Builds and Distributions
H A DLibFuzzer.rst81 …clang -g -O1 -fsanitize=fuzzer mytarget.c # Builds the fuzz target w/o san…
82 …clang -g -O1 -fsanitize=fuzzer,address mytarget.c # Builds the fuzz target with AS…
83 …clang -g -O1 -fsanitize=fuzzer,signed-integer-overflow mytarget.c # Builds the fuzz target with a …
84 …clang -g -O1 -fsanitize=fuzzer,memory mytarget.c # Builds the fuzz target with MS…
733 `LLVM Snapshot Builds <https://llvm.org/builds/>`_.
H A DSupportPolicy.rst186 * Builds and tests are harder / take longer, increasing the cost of
H A DGettingStarted.rst551 | LLVM_OPTIMIZED_TABLEGEN | Builds a release tablegen that gets used during |
H A DCMake.rst211 * Builds with debug information can use a lot of RAM and disk space and is
H A DCodingStandards.rst330 /// Builds a B-tree in order to do foo. See paper by...
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Bufferization/IR/
H A DAllocationOpInterface.td34 Builds a deallocation operation using the provided builder and the
45 Builds a clone operation using the provided builder and the current
/llvm-project-15.0.7/lldb/docs/status/
H A Dreleases.rst4 Nightly Builds
/llvm-project-15.0.7/clang/cmake/caches/
H A DREADME.txt39 Builds a stage1 x86 compiler, runtime, and required tools (llvm-config,
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DTUSchedulerTests.cpp372 std::atomic<int> Builds(0), Actions(0); in TEST_F() local
376 ++Builds; in TEST_F()
399 ++Builds; in TEST_F()
413 [&](std::vector<Diag>) { ++Builds; }); in TEST_F()
424 EXPECT_EQ(2, Builds.load()) << "Middle build should be skipped"; in TEST_F()
/llvm-project-15.0.7/lld/docs/
H A Dwindows_support.rst68 Builds <https://llvm.org/builds/>`_.
/llvm-project-15.0.7/libcxx/test/
H A DCMakeLists.txt138 COMMENT "Builds dependencies required to run the test suite.")
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Affine/IR/
H A DAffineOps.td528 /// Builds an affine load op with the specified map and operands.
530 /// Builds an affine load op with an identity map and operands.
532 /// Builds an affine load op with the specified map and its operands.
976 /// Builds an affine vector load op with the specified map and operands.
979 /// Builds an affine vector load op with an identity map and operands.
982 /// Builds an affine vector load op with the specified map and its operands.
/llvm-project-15.0.7/openmp/
H A DREADME.rst72 Builds with CMake can be customized by means of options as already seen above.
321 Advanced Builds with Various Options
/llvm-project-15.0.7/mlir/
H A DCMakeLists.txt133 set(MLIR_BUILD_MLIR_C_DYLIB 0 CACHE BOOL "Builds libMLIR-C shared library.")
/llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/
H A DCMakeLists.txt28 # Builds that use pre-installed LLVM have LLVM_DIR set.
/llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/
H A DSPIRVGLOps.td1136 let summary = "Builds y such that y = significand * 2^exponent";
1139 Builds a floating-point number from x and the corresponding
1188 let summary = "Builds the linear blend of x and y";
/llvm-project-15.0.7/compiler-rt/cmake/Modules/
H A DAddCompilerRT.cmake581 # Builds custom version of libc++ and installs it in <prefix>.
/llvm-project-15.0.7/lldb/docs/resources/
H A Dbuild.rst318 * ``LLDB_BUILD_FRAMEWORK:BOOL``: Builds the LLDB.framework.