Home
last modified time | relevance | path

Searched refs:bugpoint (Results 1 – 25 of 26) sorted by relevance

12

/external/llvm/docs/CommandGuide/
Dbugpoint.pod5 bugpoint - automatic test case reduction tool
9 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. It
18 For more information on the design and inner workings of B<bugpoint>, as well as
19 advice for using bugpoint, see F<llvm/docs/Bugpoint.html> in the LLVM
42 bugpoint [bugpoint args] --args -- [program args]
44 The "--" right after the B<--args> option tells B<bugpoint> to consider any
46 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 …]
Dllvm-extract.pod79 L<bugpoint|bugpoint>
/external/llvm/test/BugPoint/
Dcrash-narrowfunctiontest.ll1 ; Test that bugpoint can narrow down the testcase to the important function
3 ; RUN: bugpoint -load %llvmshlibdir/BugpointPasses%shlibext %s -output-prefix %t -bugpoint-crashcal…
Dremove_arguments_test.ll1 ; RUN: bugpoint -load %llvmshlibdir/BugpointPasses%shlibext %s -output-prefix %t -bugpoint-crashcal…
Dmetadata.ll1 ; RUN: bugpoint -load %llvmshlibdir/BugpointPasses%shlibext %s -output-prefix %t -bugpoint-crashcal…
/external/llvm/tools/
DMakefile34 bugpoint llvm-bcanalyzer llvm-stub \
58 PARALLEL_DIRS += bugpoint-passes
69 PARALLEL_DIRS := $(filter-out bugpoint-passes, \
DCMakeLists.txt44 add_subdirectory(bugpoint)
45 add_subdirectory(bugpoint-passes)
DLLVMBuild.txt19 subdirectories = bugpoint llc lli llvm-ar llvm-as llvm-bcanalyzer llvm-cov llvm-diff llvm-dis llvm-…
/external/llvm/tools/bugpoint/
DCMakeLists.txt4 add_llvm_tool(bugpoint
13 bugpoint.cpp
DLLVMBuild.txt1 ;===- ./tools/bugpoint/LLVMBuild.txt ---------------------------*- Conf -*--===;
20 name = bugpoint
DMakefile11 TOOLNAME := bugpoint
/external/llvm/utils/
Dfindmisopt44 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…
/external/llvm/tools/bugpoint-passes/
DCMakeLists.txt5 add_dependencies(BugpointPasses bugpoint)
DMakefile19 EXPORTED_SYMBOL_FILE = $(PROJ_SRC_DIR)/bugpoint.exports
/external/llvm/test/Transforms/LowerInvoke/
D2003-12-10-Crash.ll1 ; This testcase was reduced from Shootout-C++/reversefile.cpp by bugpoint
/external/llvm/test/Transforms/ADCE/
D2003-01-22-PredecessorProblem.ll1 ; Testcase reduced from 197.parser by bugpoint
/external/llvm/test/CodeGen/X86/
D2009-02-09-ivs-different-sizes.ll3 ; ModuleID = 'bugpoint-reduced-simplified.bc'
D2010-01-15-SelectionDAGCycle.ll2 ; ModuleID = 'bugpoint-reduced-simplified.bc'
/external/llvm/lib/Support/Windows/
DProcess.inc111 // Some LLVM programs such as bugpoint produce core files as a normal part of
116 // boxes. As this method is used by bugpoint, preventing these pop-ups
/external/llvm/test/CodeGen/ARM/
D2011-02-04-AntidepMultidef.ll6 ; ModuleID = 'bugpoint-reduced-simplified.bc'
/external/llvm/test/Transforms/GVN/
D2009-03-10-PREOnVoid.ll4 ; ModuleID = 'bugpoint-reduced-simplified.bc'
/external/llvm/lib/Support/Unix/
DProcess.inc143 // Some LLVM programs such as bugpoint produce core files as a normal part of
/external/llvm/test/
Dlit.cfg177 # Don't match 'bugpoint-' or 'clang-'.
/external/llvm/test/Analysis/ScalarEvolution/
Davoid-infinite-recursion-1.ll4 ; ModuleID = 'bugpoint-reduced-simplified.bc'
/external/llvm/
DMakefile.rules556 LBUGPOINT := $(LLVMToolDir)/bugpoint$(EXEEXT)

12