| /llvm-project-15.0.7/compiler-rt/test/asan/TestCases/ |
| H A D | alloca_loop_unpoisoning.cpp | 22 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 D | alloca_vla_interact.cpp | 25 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 D | BasePtrBug.ll | 10 ; 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 D | value-profile-switch.test | 1 # Test does not complete on Armv7 Thumb build bot
|
| H A D | exit_on_src_pos.test | 7 # Test does not complete on Armv7 Thumb build bot
|
| /llvm-project-15.0.7/polly/lib/External/isl/include/isl/ |
| H A D | mat.h | 101 __isl_take isl_mat *bot); 103 __isl_take isl_vec *bot);
|
| /llvm-project-15.0.7/libcxx/docs/ |
| H A D | README.txt | 16 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 D | isl_mat.c | 1766 __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 D | HowToAddABuilder.rst | 31 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 D | GettingInvolved.rst | 346 * clang-bot - A `geordi <http://www.eelis.net/geordi/>`_ instance running
|
| H A D | DeveloperPolicy.rst | 231 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 D | bots.rst | 33 The documentation bot validates that the website builds correctly with Sphinx.
|
| H A D | test.rst | 179 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 D | async-group.mlir | 13 // to keep the bot green for now.
|
| /llvm-project-15.0.7/llvm/test/Transforms/SimplifyCFG/ |
| H A D | pr34131.ll | 5 ; had bot problems though...
|
| /llvm-project-15.0.7/libcxx/utils/ci/ |
| H A D | Dockerfile | 21 # build bot, see the `run-buildbot-container` script located in this directory.
|
| /llvm-project-15.0.7/utils/bazel/ |
| H A D | .bazelrc | 129 # This doesn't appear to be enforced by any upstream bot.
|
| /llvm-project-15.0.7/llvm/ |
| H A D | CMakeLists.txt | 903 # 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 D | GitHubMove.rst | 154 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.
|