Home
last modified time | relevance | path

Searched refs:bisect (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DGitBisecting.rst8 ``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 DOptBisect.rst2 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 DGettingInvolved.rst55 Describes how to use ``git bisect`` on LLVM's repository.
H A DGettingStarted.rst553 See `Bisecting LLVM code <GitBisecting.html>`_ for how to use ``git bisect``
H A DProgrammersManual.rst1347 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 Dsancov.py7 import bisect
164 map_idx = bisect.bisect(mem_map_keys, pc) - 1
/netbsd-src/external/apache2/llvm/dist/clang/utils/perf-training/
H A Dperf-helper.py16 import bisect
173 start_index = bisect.bisect_left(all_symbols, symbol)
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/scripts/
H A Dasan_symbolize.py11 import bisect
338 index = bisect.bisect_left(self.address_list, addr)
/netbsd-src/external/apache2/llvm/dist/llvm/docs/Proposals/
H A DGitHubMove.rst73 * 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 Duni.d2720 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 Dpackage.d2659 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 DClangFormattedStatus.rst1517 * - debuginfo-tests/dexter/feature_tests/subtools/clang-opt-bisect
/netbsd-src/share/dict/
H A Dweb222922 bisect
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git180324 The change in behaviour bisect to glibc commit 1daccf403b "nptl: Move stack