1. 48b008d Apply simplification suggested by Chris: why assign() when operator = will do? by Brian Gaeke · 20 years ago
  2. d11577b Add "Args" optional argument to AbstractInterpreter factory methods, which by Brian Gaeke · 20 years ago
  3. 8505c86 lli no longer takes the -quiet option! by Chris Lattner · 21 years ago
  4. 1d29a6d Make ToolExecutionError inherit std::exception and implement its by Alkis Evlogimenos · 21 years ago
  5. 9cbbee3 Add support for just running the code generator by Chris Lattner · 21 years ago
  6. a3de117 indent correctly by Chris Lattner · 21 years ago
  7. 722ca71 Don't yell. BUGPOINT should yell, not the tool runner :) by Chris Lattner · 21 years ago
  8. 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
  9. 8c56be5 When an error occurs executing a tool, we now throw an exception instead by Chris Lattner · 21 years ago
  10. 9915cd9 The C backend is no longer in llvm-dis, it's in llc by Chris Lattner · 21 years ago
  11. 7f7d16b Fixes for PR214. Use the SHLIBEXT variable instead of hardcoding .so into by John Criswell · 21 years ago
  12. 2cdd21c Finegrainify namespacification by Chris Lattner · 21 years ago
  13. c8db76c Only use -Wl,-R. if HAVE_LINK_R. by Brian Gaeke · 21 years ago
  14. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  15. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 21 years ago
  16. 0b1fe84 Add debugtype, make output marginally more nice by Chris Lattner · 21 years ago
  17. 7b2ccff Fix PR #47 by Chris Lattner · 21 years ago
  18. 1f0f162 Without this option, the -run-llc mode does not work with shared objects at by Chris Lattner · 21 years ago
  19. eeed983 Generalize abstract interpreter interface to allow linking in an arbitrary number of shared objects by Chris Lattner · 21 years ago
  20. 7915a1e Substantial cleanups: by Chris Lattner · 21 years ago
  21. 1798e4a Actually return an error if something bad happens, don't just exit. by Chris Lattner · 21 years ago
  22. da17eb6 LLI no longer has -abort-on-exception by Chris Lattner · 21 years ago
  23. 6873450 ToolRunner.h has been moved from include/Support to include/llvm/Support. by Misha Brukman · 21 years ago
  24. 9558c6a Implementation of the abstraction of running our tools + gcc, taken out of by Misha Brukman · 21 years ago