- 21c62da remove attributions from tools. by Chris Lattner · 18 years ago
- 8ff70c2 Pretty straightforward replacement of "bytecode" by "bitcode" by Gabor Greif · 18 years ago
- 497391a Fix bugpoint to run -llc-safe with -Xlinker. by Lauro Ramos Venancio · 18 years ago
- 34e400e Added -rsh-host and -rsh-user to support remote execution. by Evan Cheng · 18 years ago
- 9ba8a76 Add possibility to set memory limit for binaries run via libSystem. This by Anton Korobeynikov · 18 years ago
- 7f7fdcc A bit more debugging printf's. by Evan Cheng · 19 years ago
- d422350 comment out debug code by Chris Lattner · 19 years ago
- c600f3c Add a new -cbe-bug mode, which works just like -run-llc, except that it uses by Chris Lattner · 19 years ago
- 51c5a28 For PR797: by Reid Spencer · 19 years ago
- 8ea5ecb For PR797: by Reid Spencer · 19 years ago
- 023fcf9 For PR797: by Reid Spencer · 19 years ago
- 130e2a3 Pass -Xlinker flags to gcc when it builds the shared object. by Chris Lattner · 19 years ago
- 629e487 After telling GCC to type of the input file with -x asm/-x c, switch back to by Chris Lattner · 19 years ago
- f1b20d8 Move ToolRunner.(cpp|h) into the bugpoint directory by Chris Lattner · 19 years ago
- 51ab5c8 Add the -Xlinker option to bugpoint which allows an option to be passed by Reid Spencer · 19 years ago
- fdcc71e Let bugpoint work on sparc with v9 instructions enabled. by Chris Lattner · 20 years ago
- 86a5484 Add explicit #includes of <iostream> by Chris Lattner · 20 years ago
- 4df8665 Revert this, I didn't mean to commit it by Chris Lattner · 20 years ago
- 79959d2 Add support for programs with a null argv[0] by Chris Lattner · 20 years ago
- d00b288 Allow bugpoint+PPC codegen to use fsqrt by Chris Lattner · 20 years ago
- a229c5c Final Changes For PR495: by Reid Spencer · 20 years ago
- 72b286b Add support for assembling .s files on mac os x for intel by Nate Begeman · 20 years ago
- dd04df0 For PR495: by Reid Spencer · 20 years ago
- f976c85 Remove trailing whitespace by Misha Brukman · 20 years ago
- 572668a yay for camel_cvs diff by Andrew Lenharth · 20 years ago
- 1c81f13 get bugpoint working on ia64, by building .so's with -fpic. :) by Chris Lattner · 20 years ago
- e56509c Remove some stuff I checked in accidentally by Chris Lattner · 20 years ago
- 45495c5 Move helper function here. by Chris Lattner · 21 years ago
- b31baa8 For PR351: by Reid Spencer · 21 years ago
- 9ac1418 For PR351: by Reid Spencer · 21 years ago
- cda985e For PR351: by Reid Spencer · 21 years ago
- 51ab8ec For PR351: by Reid Spencer · 21 years ago
- a564845 Shared library extension is now in LTDL_SHLIB_EXT by Reid Spencer · 21 years ago
- a591457 Allow hbd to be bugpointable on darwin by fixing common and linkonce codegen by Nate Begeman · 21 years ago
- 7925588 Pass -single_module option to gcc when linking dynamic libraries for use with bugpoint, so that we can bugpoint multiple .cp files by Nate Begeman · 21 years ago
- 551ccae Changes For Bug 352 by Reid Spencer · 21 years ago
- e96b2ed Pass timeouts into the low level "execute program with timeout" function by Chris Lattner · 21 years ago
- 7848e68 These files don't need to include <iostream> since they include "Support/Debug.h". by Brian Gaeke · 21 years ago
- e312e15 Err, fix last checkin by Chris Lattner · 21 years ago
- 5fbf29c Fix bugpoint miscompilation support on OS/X by Chris Lattner · 21 years ago
- b3998ec Correctly build shared objects on MacOS X for debugging code generators by Misha Brukman · 21 years ago
- 48b008d Apply simplification suggested by Chris: why assign() when operator = will do? by Brian Gaeke · 21 years ago
- d11577b Add "Args" optional argument to AbstractInterpreter factory methods, which by Brian Gaeke · 21 years ago
- 8505c86 lli no longer takes the -quiet option! by Chris Lattner · 21 years ago
- 1d29a6d Make ToolExecutionError inherit std::exception and implement its by Alkis Evlogimenos · 21 years ago
- 9cbbee3 Add support for just running the code generator by Chris Lattner · 21 years ago
- a3de117 indent correctly by Chris Lattner · 21 years ago
- 722ca71 Don't yell. BUGPOINT should yell, not the tool runner :) by Chris Lattner · 21 years ago
- 89bf9ea If there is an error running a tool, include the error message (e.g. assertion failure) in the exception by Chris Lattner · 21 years ago
- 8c56be5 When an error occurs executing a tool, we now throw an exception instead by Chris Lattner · 21 years ago
- 9915cd9 The C backend is no longer in llvm-dis, it's in llc by Chris Lattner · 21 years ago
- 7f7d16b Fixes for PR214. Use the SHLIBEXT variable instead of hardcoding .so into by John Criswell · 22 years ago
- 2cdd21c Finegrainify namespacification by Chris Lattner · 22 years ago
- c8db76c Only use -Wl,-R. if HAVE_LINK_R. by Brian Gaeke · 22 years ago
- d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
- b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
- 0b1fe84 Add debugtype, make output marginally more nice by Chris Lattner · 22 years ago
- 7b2ccff Fix PR #47 by Chris Lattner · 22 years ago
- 1f0f162 Without this option, the -run-llc mode does not work with shared objects at by Chris Lattner · 22 years ago
- eeed983 Generalize abstract interpreter interface to allow linking in an arbitrary number of shared objects by Chris Lattner · 22 years ago
- 7915a1e Substantial cleanups: by Chris Lattner · 22 years ago
- 1798e4a Actually return an error if something bad happens, don't just exit. by Chris Lattner · 22 years ago
- da17eb6 LLI no longer has -abort-on-exception by Chris Lattner · 22 years ago
- 6873450 ToolRunner.h has been moved from include/Support to include/llvm/Support. by Misha Brukman · 22 years ago
- 9558c6a Implementation of the abstraction of running our tools + gcc, taken out of by Misha Brukman · 22 years ago