Searched refs:bugpoint (Results 1 – 25 of 26) sorted by relevance
12
5 bugpoint - automatic test case reduction tool9 B<bugpoint> [I<options>] [I<input LLVM ll/bc files>] [I<LLVM passes>] B<--args>14 B<bugpoint> narrows down the source of problems in LLVM tools and passes. It18 For more information on the design and inner workings of B<bugpoint>, as well as19 advice for using bugpoint, see F<llvm/docs/Bugpoint.html> in the LLVM42 bugpoint [bugpoint args] --args -- [program args]44 The "--" right after the B<--args> option tells B<bugpoint> to consider any46 B<bugpoint> itself.54 bugpoint [bugpoint args] --tool-args -- [tool args]56 The "--" right after the B<--tool-args> option tells B<bugpoint> to consider any[all …]
79 L<bugpoint|bugpoint>
1 ; Test that bugpoint can narrow down the testcase to the important function3 ; RUN: bugpoint -load %llvmshlibdir/BugpointPasses%shlibext %s -output-prefix %t -bugpoint-crashcal…
1 ; RUN: bugpoint -load %llvmshlibdir/BugpointPasses%shlibext %s -output-prefix %t -bugpoint-crashcal…
34 bugpoint llvm-bcanalyzer llvm-stub \58 PARALLEL_DIRS += bugpoint-passes69 PARALLEL_DIRS := $(filter-out bugpoint-passes, \
44 add_subdirectory(bugpoint)45 add_subdirectory(bugpoint-passes)
19 subdirectories = bugpoint llc lli llvm-ar llvm-as llvm-bcanalyzer llvm-cov llvm-diff llvm-dis llvm-…
4 add_llvm_tool(bugpoint13 bugpoint.cpp
1 ;===- ./tools/bugpoint/LLVMBuild.txt ---------------------------*- Conf -*--===;20 name = bugpoint
11 TOOLNAME := bugpoint
44 bugpoint="$dir/Release/bin/bugpoint"46 bugpoint="$dir/Debug/bin/bugpoint"174 bpcmd="$bugpoint -run-llc -disable-loop-extraction --output "$out" --input /dev/null $bcfile $final…
5 add_dependencies(BugpointPasses bugpoint)
19 EXPORTED_SYMBOL_FILE = $(PROJ_SRC_DIR)/bugpoint.exports
1 ; This testcase was reduced from Shootout-C++/reversefile.cpp by bugpoint
1 ; Testcase reduced from 197.parser by bugpoint
3 ; ModuleID = 'bugpoint-reduced-simplified.bc'
2 ; ModuleID = 'bugpoint-reduced-simplified.bc'
111 // Some LLVM programs such as bugpoint produce core files as a normal part of116 // boxes. As this method is used by bugpoint, preventing these pop-ups
6 ; ModuleID = 'bugpoint-reduced-simplified.bc'
4 ; ModuleID = 'bugpoint-reduced-simplified.bc'
143 // Some LLVM programs such as bugpoint produce core files as a normal part of
177 # Don't match 'bugpoint-' or 'clang-'.
556 LBUGPOINT := $(LLVMToolDir)/bugpoint$(EXEEXT)