1. 16e0209 Fix minor style issues. by Dan Gohman · 15 years ago
  2. 2ef951e by David Greene · 16 years ago
  3. 0377642 by David Greene · 16 years ago
  4. b5d568c by David Greene · 16 years ago
  5. 5aa638d Make lib/Support/Debug.cpp SetCurrentDebugType implementation part of llvm namespace to match function declaration in Debug.h. by Xerxes Ranby · 16 years ago
  6. 70197a3 add a new 'SetCurrentDebugType' API (requested by Andrew Haley for JIT by Chris Lattner · 16 years ago
  7. 43ed267 Fix some refactos for iostream changes (in -Asserts mode). by Daniel Dunbar · 16 years ago
  8. a36b81d eliminate DOUT and make Debug.h not include Streams.h anymore, woo! by Chris Lattner · 16 years ago
  9. 3c9509f by David Greene · 16 years ago
  10. 3c02aca Make these variables static. by Dan Gohman · 17 years ago
  11. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  12. fcf17a3 The previous implementation of LLVM Streams wasn't removing symbols. This by Bill Wendling · 19 years ago
  13. 5c7e326 Added an automatic cast to "std::ostream*" etc. from OStream. We then can by Bill Wendling · 19 years ago
  14. e815619 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 19 years ago
  15. ab41c3e Moved definition of llvm_ostream wrappers to the Streams.cpp file. by Bill Wendling · 19 years ago
  16. 1ea783f Added "DOUT" macro. This is used as a replacement for the std::cerr by Bill Wendling · 19 years ago
  17. f976c85 Remove trailing whitespace by Misha Brukman · 20 years ago
  18. 551ccae Changes For Bug 352 by Reid Spencer · 21 years ago
  19. 2cdd21c Finegrainify namespacification by Chris Lattner · 22 years ago
  20. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  21. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
  22. 33fbad7 Reenable optimized build by Chris Lattner · 22 years ago
  23. 038e05a Move debug functionality to Debug.cpp/Debug.h by Chris Lattner · 22 years ago