Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/
H A Dalloca_loop_unpoisoning.cpp22 void *top, *bot; variable
32 bot = alloca(i); in foo()
33 assert(!(reinterpret_cast<uintptr_t>(bot) & 31L)); in foo()
39 void *q = __asan_region_is_poisoned(bot, (char *)top - (char *)bot); in main()
H A Dalloca_vla_interact.cpp25 char *top, *bot; in foo() local
33 if (i) assert(!__asan_region_is_poisoned(bot, 96)); in foo()
39 bot = (char *)alloca(i) - RZ; in foo()
42 void *q = __asan_region_is_poisoned(bot, (char *)top - (char *)bot + 1); in foo()
/llvm-project-15.0.7/llvm/test/Analysis/DependenceAnalysis/
H A DBasePtrBug.ll10 ; int *bot = A + N/2;
12 ; B[i] = top[i] + bot[i];
25 %bot.gep = getelementptr i32, i32* %A, i32 %div
31 %gep.1 = getelementptr i32, i32* %bot.gep, i32 %i
/llvm-project-15.0.7/compiler-rt/test/fuzzer/
H A Dvalue-profile-switch.test1 # Test does not complete on Armv7 Thumb build bot
H A Dexit_on_src_pos.test7 # Test does not complete on Armv7 Thumb build bot
/llvm-project-15.0.7/polly/lib/External/isl/include/isl/
H A Dmat.h101 __isl_take isl_mat *bot);
103 __isl_take isl_vec *bot);
/llvm-project-15.0.7/libcxx/docs/
H A DREADME.txt16 by a build bot: https://lab.llvm.org/buildbot/#/builders/publish-sphinx-docs. If you notice that the
/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_mat.c1766 __isl_take isl_mat *bot) in isl_mat_concat() argument
1770 if (!top || !bot) in isl_mat_concat()
1773 isl_assert(top->ctx, top->n_col == bot->n_col, goto error); in isl_mat_concat()
1776 return bot; in isl_mat_concat()
1778 if (bot->n_row == 0) { in isl_mat_concat()
1779 isl_mat_free(bot); in isl_mat_concat()
1788 isl_mat_sub_copy(mat->ctx, mat->row + top->n_row, bot->row, bot->n_row, in isl_mat_concat()
1791 isl_mat_free(bot); in isl_mat_concat()
1795 isl_mat_free(bot); in isl_mat_concat()
1859 __isl_take isl_vec *bot) in isl_mat_vec_concat() argument
[all …]
/llvm-project-15.0.7/llvm/docs/
H A DHowToAddABuilder.rst31 Additionally, we encourage all bot owners to point their bots towards the
39 which arise with said buildbot. We generally expect the bot owner to be
49 Most issues with a buildbot should be addressed directly with a bot owner
196 Think hard about why you're setting up a bot, and restrict your build
208 consumption, but makes it easy for each bot to keep up with commit flow.
H A DGettingInvolved.rst346 * clang-bot - A `geordi <http://www.eelis.net/geordi/>`_ instance running
H A DDeveloperPolicy.rst231 failure. You are expected to check the build bot messages to see if they are
/llvm-project-15.0.7/lldb/docs/resources/
H A Dbots.rst33 The documentation bot validates that the website builds correctly with Sphinx.
H A Dtest.rst179 that are orthogonal to the test itself. On GreenDragon we have a matrix bot
/llvm-project-15.0.7/mlir/test/mlir-cpu-runner/
H A Dasync-group.mlir13 // to keep the bot green for now.
/llvm-project-15.0.7/llvm/test/Transforms/SimplifyCFG/
H A Dpr34131.ll5 ; had bot problems though...
/llvm-project-15.0.7/libcxx/utils/ci/
H A DDockerfile21 # build bot, see the `run-buildbot-container` script located in this directory.
/llvm-project-15.0.7/utils/bazel/
H A D.bazelrc129 # This doesn't appear to be enforced by any upstream bot.
/llvm-project-15.0.7/llvm/
H A DCMakeLists.txt903 # the bot setup script: https://github.com/google/ml-compiler-opt/blob/main/buildbot/buildbot_init.…
937 # the bot setup script: https://github.com/google/ml-compiler-opt/blob/main/buildbot/buildbot_init.…
/llvm-project-15.0.7/llvm/docs/Proposals/
H A DGitHubMove.rst154 We will need a new bot to send emails for each commit. This proposal leaves the
442 the umbrella repo's updater bot to group all of them into a single revision.