Searched refs:bisect (Results 1 – 14 of 14) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
| H A D | GitBisecting.rst | 8 ``git bisect`` is a useful tool for finding which revision caused a bug. 10 This document describes how to use ``git bisect``. In particular, while LLVM 21 See https://git-scm.com/docs/git-bisect for a good overview. In summary: 25 git bisect start 26 git bisect bad main 27 git bisect good f00ba 30 that revision, and run ``git bisect good`` or ``git bisect bad``. 33 ``git bisect skip`` and git will pick a nearby alternate commit. 35 (To abort a bisect, run ``git bisect reset``, and if git complains about not 39 ``git bisect run`` [all …]
|
| H A D | OptBisect.rst | 2 Using -opt-bisect-limit to debug optimization errors 11 The -opt-bisect-limit option provides a way to disable all optimization passes 19 check the opt-bisect limit before performing optimizations. Passes which 25 The -opt-bisect-limit option can be used with any tool, including front ends 39 The -opt-bisect-limit command line option can be passed directly to tools such 44 <tool name> [other options] -opt-bisect-limit=<limit> 50 opt-bisect-limit. All optimizations with a higher index value will be skipped. 52 In order to use the -opt-bisect-limit option with a driver that provides a 60 clang -O2 -mllvm -opt-bisect-limit=256 my_file.c 62 The -opt-bisect-limit option may also be applied to link-time optimizations by [all …]
|
| H A D | GettingInvolved.rst | 55 Describes how to use ``git bisect`` on LLVM's repository.
|
| H A D | GettingStarted.rst | 553 See `Bisecting LLVM code <GitBisecting.html>`_ for how to use ``git bisect``
|
| H A D | ProgrammersManual.rst | 1347 A utility is provided in `utils/bisect-skip-count` to binary search
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/ |
| H A D | sancov.py | 7 import bisect 164 map_idx = bisect.bisect(mem_map_keys, pc) - 1
|
| /netbsd-src/external/apache2/llvm/dist/clang/utils/perf-training/ |
| H A D | perf-helper.py | 16 import bisect 173 start_index = bisect.bisect_left(all_symbols, symbol)
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/scripts/ |
| H A D | asan_symbolize.py | 11 import bisect 338 index = bisect.bisect_left(self.address_list, addr)
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/Proposals/ |
| H A D | GitHubMove.rst | 73 * Inspect the repository history (blame, log, bisect) without Internet access. 527 git bisect start releases/3.9.x releases/3.8.x 528 git bisect run ./bisect_script.sh 535 ninja clang || exit 125 # an exit code of 125 asks "git bisect"
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
| H A D | uni.d | 2720 return bisect(ivals, ivals.length/2, indent); in binaryScope() 2746 static string bisect(R)(R range, size_t idx, string indent) in bisect() function 2771 code ~= bisect(range, tillAscii, "");
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/uni/ |
| H A D | package.d | 2659 return bisect(ivals, ivals.length/2, indent); 2685 static string bisect(R)(R range, size_t idx, string indent) 2709 code ~= bisect(range, tillAscii, "");
|
| /netbsd-src/external/apache2/llvm/dist/clang/docs/ |
| H A D | ClangFormattedStatus.rst | 1517 * - debuginfo-tests/dexter/feature_tests/subtools/clang-opt-bisect
|
| /netbsd-src/share/dict/ |
| H A D | web2 | 22922 bisect
|
| /netbsd-src/external/gpl3/binutils/dist/ |
| H A D | ChangeLog.git | 180324 The change in behaviour bisect to glibc commit 1daccf403b "nptl: Move stack
|