Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.rst60 Describes how to use ``git bisect`` on LLVM's repository.
H A DGettingStarted.rst552 See `Bisecting LLVM code <GitBisecting.html>`_ for how to use ``git bisect``
H A DProgrammersManual.rst1387 A utility is provided in `utils/bisect-skip-count` to binary search
/openbsd-src/gnu/usr.bin/perl/Porting/
H A Dbench.pl459 bisect => undef,
485 'bisect=s' => \$OPTS{bisect},
543 $OPTS{show} = 1 unless $OPTS{write} || $OPTS{bisect};
950 if (defined $OPTS{bisect}) {
951 ($bisect_field, $bisect_min, $bisect_max) = split /,/, $OPTS{bisect}, 3;
1075 if ($OPTS{bisect}) {
1120 if ($OPTS{show} or $OPTS{bisect}) {
1136 if ($OPTS{bisect}) {
H A DREADME.pod27 =head2 F<bisect-example.sh>, F<bisect.pl> and F<bisect-runner.pl>
29 Use C<git bisect> to pinpoint changes.
/openbsd-src/gnu/llvm/llvm/utils/
H A Drsp_bisect.py115 def bisect(test, zero_result, rsp_entries, num_files_in_rsp, other_rel_path, rsp_path): function
176 result = bisect(args.test, test0, rsp_entries, num_files_in_rsp,
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlgit.pod328 for introducing a given bug. C<git bisect> performs a binary search of
333 The core provides a wrapper program, F<Porting/bisect.pl>, which attempts to
341 .../Porting/bisect.pl -e 'my $x := 2;'
343 Using F<Porting/bisect.pl>, with one command (and no other files) it's easy to
367 end revisions, as F<Porting/bisect.pl> automatically searches to find the
369 C<Porting/bisect.pl --help> for the full documentation, including how to
372 If you require more flexibility than F<Porting/bisect.pl> has to offer, you'll
373 need to run C<git bisect> yourself. It's most useful to use C<git bisect run>
376 script is F<Porting/bisect
[all...]
H A Dperl5200delta.pod1798 =head3 F<bisect.pl>
1800 The git bisection tool F<Porting/bisect.pl> has had many enhancements.
1807 as possible to "as-was", and thereby make C<git bisect> easy to use.
H A Dperlhack.pod1101 Use of F<Porting/bisect.pl> had identified commit
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/scripts/
H A Dsancov.py7 import bisect
164 map_idx = bisect.bisect(mem_map_keys, pc) - 1
/openbsd-src/gnu/llvm/clang/utils/perf-training/
H A Dperf-helper.py16 import bisect
183 start_index = bisect.bisect_left(all_symbols, symbol)
/openbsd-src/gnu/llvm/compiler-rt/lib/asan/scripts/
H A Dasan_symbolize.py23 import bisect
375 index = bisect.bisect_left(self.address_list, addr)
/openbsd-src/gnu/llvm/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"
/openbsd-src/gnu/llvm/clang/docs/
H A DClangFormattedStatus.rst1757 * - cross-project-tests/debuginfo-tests/dexter/feature_tests/subtools/clang-opt-bisect
/openbsd-src/share/dict/
H A Dweb222881 bisect