Lines Matching refs:bugpoint
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
60 option, not as options to **bugpoint** itself. (See **--args**, above.)
79 program. By default, **bugpoint** uses these passes internally when attempting to
81 **bugpoint** may crash.
86 bugpoint to find otherwise asymptomatic problems caused by memory
92 until a bug is found or the user kills **bugpoint**.
105 Load the dynamic object *plugin* into **bugpoint** itself. This object should
113 bugpoint --load myNewPass.so -help
124 do not use this option, **bugpoint** will attempt to generate a reference output
129 Whenever the test program is compiled, **bugpoint** should generate code for it
136 When debugging a code generator, **bugpoint** should use the specified code
163 not FileCheck [bugpoint input file].ll < bugpoint-test-program.s
177 If **bugpoint** succeeds in finding a problem, it will exit with 0. Otherwise,