1. d34e60c Rename DEBUG macro to LLVM_DEBUG. by Nicola Zaghen · 7 years ago
  2. 687d402 Attempt to fix build bot after r290597 by Eugene Leviant · 9 years ago
  3. c089e40 Allow setting multiple debug types by Eugene Leviant · 9 years ago
  4. f617e67 The --debug-only option now takes a comma separated list of debug types. by Christof Douma · 10 years ago
  5. f00654e Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) by Alexander Kornienko · 10 years ago
  6. 70bc5f1 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
  7. 90811cb Avoid creating and destroying a std::string on every iteration. by Yaron Keren · 10 years ago
  8. 62e6ec0 Misc cleanup. NFC. by Rafael Espindola · 10 years ago
  9. ee0dd4d This reverts commit r234460 and r234461. by Rafael Espindola · 10 years ago
  10. 0a261a3 Add classof implementations to the raw_ostream classes. by Rafael Espindola · 10 years ago
  11. 799003b Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used. by Benjamin Kramer · 11 years ago
  12. 3e1551c Provide the same ABI regardless of NDEBUG by Dmitri Gribenko · 11 years ago
  13. d990388 [cleanup] Re-sort all the #include lines in LLVM using utils/sort_includes.py. by Chandler Carruth · 11 years ago
  14. 87a3ba6 Allow multiple -debug-only args by Matthias Braun · 11 years ago
  15. f7a6372 Removing static initializer from Debug.cpp by converting to a ManagedStatic. by Chris Bieneman · 11 years ago
  16. 2617dcc [C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr. by Craig Topper · 11 years ago
  17. ef40cdd Fix accidental concatenation for "outputuntil" in the -debug-buffer-size option description. by Erik Verbruggen · 13 years ago
  18. ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
  19. bd9f2ba Typos. by Chad Rosier · 13 years ago
  20. 7c427c4 Make comments in Debug.cpp and Debug.h consistent. Rename SetCurrentDebugType; by Chad Rosier · 13 years ago
  21. 447762d Merge System into Support. by Michael J. Spencer · 15 years ago
  22. b29cda9 Fix a bunch of namespace polution. by Dan Gohman · 15 years ago
  23. b452d4e Fix minor style issues. by Dan Gohman · 16 years ago
  24. 35dca86 by David Greene · 16 years ago
  25. b760d0c by David Greene · 16 years ago
  26. 64506db by David Greene · 16 years ago
  27. 7c16a89 Make lib/Support/Debug.cpp SetCurrentDebugType implementation part of llvm namespace to match function declaration in Debug.h. by Xerxes Ranby · 16 years ago
  28. fbaac77 add a new 'SetCurrentDebugType' API (requested by Andrew Haley for JIT by Chris Lattner · 16 years ago
  29. 34ee203 Fix some refactos for iostream changes (in -Asserts mode). by Daniel Dunbar · 16 years ago
  30. 7e3cfe3 eliminate DOUT and make Debug.h not include Streams.h anymore, woo! by Chris Lattner · 16 years ago
  31. 7ea9d0b by David Greene · 16 years ago
  32. c107d00 Make these variables static. by Dan Gohman · 17 years ago
  33. f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  34. 4ec17c3 The previous implementation of LLVM Streams wasn't removing symbols. This by Bill Wendling · 19 years ago
  35. a77f142 Added an automatic cast to "std::ostream*" etc. from OStream. We then can by Bill Wendling · 19 years ago
  36. f3baad3 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 19 years ago
  37. 9594f3a Moved definition of llvm_ostream wrappers to the Streams.cpp file. by Bill Wendling · 19 years ago
  38. d7fda04 Added "DOUT" macro. This is used as a replacement for the std::cerr by Bill Wendling · 19 years ago
  39. 10468d8 Remove trailing whitespace by Misha Brukman · 20 years ago
  40. 7c16caa Changes For Bug 352 by Reid Spencer · 21 years ago
  41. c9499b6 Finegrainify namespacification by Chris Lattner · 22 years ago
  42. 960707c Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  43. 482202a Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
  44. 291675b Reenable optimized build by Chris Lattner · 22 years ago
  45. 8fb754a Move debug functionality to Debug.cpp/Debug.h by Chris Lattner · 22 years ago