Home
last modified time | relevance | path

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

123

/external/llvm/docs/CommandGuide/
Dbugpoint.rst1 bugpoint - automatic test case reduction tool
7 **bugpoint** [*options*] [*input LLVM ll/bc files*] [*LLVM passes*] **--args**
13 **bugpoint** narrows down the source of problems in LLVM tools and passes. It
17 For more information on the design and inner workings of **bugpoint**, as well as
18 advice for using bugpoint, see *llvm/docs/Bugpoint.html* in the LLVM
42 bugpoint [bugpoint args] --args -- [program args]
44 The "``--``" right after the **--args** option tells **bugpoint** to consider
46 options to **bugpoint** itself.
56 bugpoint [bugpoint args] --tool-args -- [tool args]
58 The "``--``" right after the **--tool-args** option tells **bugpoint** to
[all …]
/external/llvm/docs/
DBugpoint.rst2 LLVM bugpoint tool: design and usage
11 ``bugpoint`` narrows down the source of problems in LLVM tools and passes. It
25 ``bugpoint`` is designed to be a useful tool without requiring any hooks into
28 appear to do stupid things or miss obvious simplifications. ``bugpoint`` is
32 that ``bugpoint`` is generally very quick unless debugging a miscompilation
38 ``bugpoint`` reads each ``.bc`` or ``.ll`` file specified on the command line
42 causes the verifier to abort), ``bugpoint`` starts the `crash debugger`_.
44 Otherwise, if the ``-output`` option was not specified, ``bugpoint`` runs the
46 generate a reference output. Once ``bugpoint`` has a reference output for the
48 selected code generator crashes, ``bugpoint`` starts the `crash debugger`_ on
[all …]
DHowToSubmitABug.rst99 bugpoint command:
103 bugpoint foo.bc <list of passes printed by opt>
106 files that bugpoint emits. If something goes wrong with bugpoint, please
125 one of the following bugpoint command lines (use the one corresponding to
128 #. ``bugpoint -run-llc foo.bc``
129 #. ``bugpoint -run-llc foo.bc --tool-args -relocation-model=pic``
130 #. ``bugpoint -run-llc foo.bc --tool-args -relocation-model=static``
133 that bugpoint emits. If something goes wrong with bugpoint, please submit
156 bugpoint -run-llc [... optzn passes ...] file-to-test.bc --args -- [program arguments]
158 bugpoint will try to narrow down your list of passes to the one pass that
[all …]
/external/llvm/tools/bugpoint/
DCMakeLists.txt23 add_llvm_tool(bugpoint
32 bugpoint.cpp
34 export_executable_symbols(bugpoint)
37 target_link_libraries(bugpoint Polly)
40 target_link_libraries(bugpoint ${lib})
DLLVMBuild.txt1 ;===- ./tools/bugpoint/LLVMBuild.txt ---------------------------*- Conf -*--===;
20 name = bugpoint
DAndroid.mk19 bugpoint.cpp \
45 LOCAL_MODULE := bugpoint
DMakefile11 TOOLNAME := 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…
Dcompile-custom.ll1 ; RUN: bugpoint -load %llvmshlibdir/BugpointPasses%shlibext --compile-custom --compile-command="%py…
5 ; of bugpoint includes the output of the custom tool, so we just echo the args
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/lldb/tools/lldb-perf/common/clang/
Dbuild-clang.sh24 …mp macho-dump not opt yaml2obj FileCheck FileUpdate arcmt-test c-arcmt-test c-index-test bugpoint )
25 …to macho-dump not opt yaml2obj FileCheck FileUpdate arcmt-test c-arcmt-test c-index-test bugpoint )
29 ( cd ../llvm/tools ; rm -rf *.txt bugpoint bugpoint-passes ll* lto macho-dump opt gold )
/external/llvm/tools/
DMakefile32 lli llvm-extract llvm-mc bugpoint llvm-bcanalyzer llvm-diff \
61 PARALLEL_DIRS += bugpoint-passes
72 PARALLEL_DIRS := $(filter-out bugpoint-passes, \
DCMakeLists.txt47 add_llvm_tool_subdirectory(bugpoint)
48 add_llvm_tool_subdirectory(bugpoint-passes)
DLLVMBuild.txt19 subdirectories = bugpoint llc lli llvm-ar llvm-as llvm-bcanalyzer llvm-cov llvm-diff llvm-dis llvm-…
/external/llvm/utils/
Dfindmisopt44 bugpoint="$dir/Release/bin/bugpoint"
46 bugpoint="$dir/Debug/bin/bugpoint"
173 bpcmd="$bugpoint -run-llc -disable-loop-extraction --output "$out" --input /dev/null $bcfile $final…
/external/llvm/tools/bugpoint-passes/
DCMakeLists.txt9 set(LLVM_EXPORTED_SYMBOL_FILE ${CMAKE_CURRENT_SOURCE_DIR}/bugpoint.exports)
21 add_dependencies(BugpointPasses bugpoint)
DMakefile19 EXPORTED_SYMBOL_FILE = $(PROJ_SRC_DIR)/bugpoint.exports
/external/llvm/
DAndroid.mk87 tools/bugpoint \
88 tools/bugpoint-passes \
/external/llvm/test/CodeGen/Hexagon/vect/
Dvect-anyextend.ll4 ; ModuleID = 'bugpoint-reduced-simplified.bc'
Dvect-zeroextend.ll4 ; ModuleID = 'bugpoint-reduced-simplified.bc'
Dvect-fma.ll5 ; ModuleID = 'bugpoint-reduced-simplified.bc'
/external/llvm/test/CodeGen/X86/
Datom-lea-addw-bug.ll3 ; ModuleID = 'bugpoint-reduced-simplified.bc'
/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

123