Searched refs:bugpoint (Results 1 – 25 of 53) sorted by relevance
123
/external/llvm/docs/CommandGuide/ |
D | bugpoint.rst | 1 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/ |
D | Bugpoint.rst | 2 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 …]
|
D | HowToSubmitABug.rst | 99 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/ |
D | CMakeLists.txt | 23 add_llvm_tool(bugpoint 32 bugpoint.cpp 34 export_executable_symbols(bugpoint) 37 target_link_libraries(bugpoint Polly) 40 target_link_libraries(bugpoint ${lib})
|
D | LLVMBuild.txt | 1 ;===- ./tools/bugpoint/LLVMBuild.txt ---------------------------*- Conf -*--===; 20 name = bugpoint
|
D | Android.mk | 19 bugpoint.cpp \ 45 LOCAL_MODULE := bugpoint
|
D | Makefile | 11 TOOLNAME := bugpoint
|
/external/llvm/test/BugPoint/ |
D | crash-narrowfunctiontest.ll | 1 ; 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…
|
D | compile-custom.ll | 1 ; 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
|
D | remove_arguments_test.ll | 1 ; RUN: bugpoint -load %llvmshlibdir/BugpointPasses%shlibext %s -output-prefix %t -bugpoint-crashcal…
|
D | metadata.ll | 1 ; RUN: bugpoint -load %llvmshlibdir/BugpointPasses%shlibext %s -output-prefix %t -bugpoint-crashcal…
|
/external/lldb/tools/lldb-perf/common/clang/ |
D | build-clang.sh | 24 …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/ |
D | Makefile | 32 lli llvm-extract llvm-mc bugpoint llvm-bcanalyzer llvm-diff \ 61 PARALLEL_DIRS += bugpoint-passes 72 PARALLEL_DIRS := $(filter-out bugpoint-passes, \
|
D | CMakeLists.txt | 47 add_llvm_tool_subdirectory(bugpoint) 48 add_llvm_tool_subdirectory(bugpoint-passes)
|
D | LLVMBuild.txt | 19 subdirectories = bugpoint llc lli llvm-ar llvm-as llvm-bcanalyzer llvm-cov llvm-diff llvm-dis llvm-…
|
/external/llvm/utils/ |
D | findmisopt | 44 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/ |
D | CMakeLists.txt | 9 set(LLVM_EXPORTED_SYMBOL_FILE ${CMAKE_CURRENT_SOURCE_DIR}/bugpoint.exports) 21 add_dependencies(BugpointPasses bugpoint)
|
D | Makefile | 19 EXPORTED_SYMBOL_FILE = $(PROJ_SRC_DIR)/bugpoint.exports
|
/external/llvm/ |
D | Android.mk | 87 tools/bugpoint \ 88 tools/bugpoint-passes \
|
/external/llvm/test/CodeGen/Hexagon/vect/ |
D | vect-anyextend.ll | 4 ; ModuleID = 'bugpoint-reduced-simplified.bc'
|
D | vect-zeroextend.ll | 4 ; ModuleID = 'bugpoint-reduced-simplified.bc'
|
D | vect-fma.ll | 5 ; ModuleID = 'bugpoint-reduced-simplified.bc'
|
/external/llvm/test/CodeGen/X86/ |
D | atom-lea-addw-bug.ll | 3 ; ModuleID = 'bugpoint-reduced-simplified.bc'
|
/external/llvm/test/Transforms/LowerInvoke/ |
D | 2003-12-10-Crash.ll | 1 ; This testcase was reduced from Shootout-C++/reversefile.cpp by bugpoint
|
/external/llvm/test/Transforms/ADCE/ |
D | 2003-01-22-PredecessorProblem.ll | 1 ; Testcase reduced from 197.parser by bugpoint
|
123