1. 9915cd9 The C backend is no longer in llvm-dis, it's in llc by Chris Lattner · 21 years ago
  2. 7f7d16b Fixes for PR214. Use the SHLIBEXT variable instead of hardcoding .so into by John Criswell · 22 years ago
  3. 2cdd21c Finegrainify namespacification by Chris Lattner · 22 years ago
  4. c8db76c Only use -Wl,-R. if HAVE_LINK_R. by Brian Gaeke · 22 years ago
  5. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  6. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
  7. 0b1fe84 Add debugtype, make output marginally more nice by Chris Lattner · 22 years ago
  8. 7b2ccff Fix PR #47 by Chris Lattner · 22 years ago
  9. 1f0f162 Without this option, the -run-llc mode does not work with shared objects at by Chris Lattner · 22 years ago
  10. eeed983 Generalize abstract interpreter interface to allow linking in an arbitrary number of shared objects by Chris Lattner · 22 years ago
  11. 7915a1e Substantial cleanups: by Chris Lattner · 22 years ago
  12. 1798e4a Actually return an error if something bad happens, don't just exit. by Chris Lattner · 22 years ago
  13. da17eb6 LLI no longer has -abort-on-exception by Chris Lattner · 22 years ago
  14. 6873450 ToolRunner.h has been moved from include/Support to include/llvm/Support. by Misha Brukman · 22 years ago
  15. 9558c6a Implementation of the abstraction of running our tools + gcc, taken out of by Misha Brukman · 22 years ago