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