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