summaryrefslogtreecommitdiff
path: root/llvm/lib/Support/Debug.cpp
AgeCommit message (Expand)Author
2025-07-04[mlir][python] Add debug helpersusers/nico/python-2Nicolas Vasilache
2025-03-30[llvm] Use llvm::append_range (NFC) (#133658)Kazu Hirata
2022-07-16Revert "[Support] Remove redundant declaration setCurrentDebugTypes (NFC)"Kazu Hirata
2022-07-16[Support] Remove redundant declaration setCurrentDebugTypes (NFC)Kazu Hirata
2022-06-04Remove unneeded cl::ZeroOrMore for cl::opt optionsFangrui Song
2022-04-03Revert "Apply clang-tidy fixes for readability-redundant-declaration in Debug...Kazu Hirata
2022-04-03Apply clang-tidy fixes for readability-redundant-declaration in Debug.cpp (NFC)Kazu Hirata
2021-07-16Use ManagedStatic and lazy initialization of cl::opt in libSupport to make it...Mehdi Amini
2021-07-16Revert "Use ManagedStatic and lazy initialization of cl::opt in libSupport to...Mehdi Amini
2021-07-16Use ManagedStatic and lazy initialization of cl::opt in libSupport to make it...Mehdi Amini
2021-07-16Revert "Use ManagedStatic and lazy initialization of cl::opt in libSupport to...Mehdi Amini
2021-07-16Use ManagedStatic and lazy initialization of cl::opt in libSupport to make it...Mehdi Amini
2021-01-28[Support] Add some missing namespace closure comments. NFCI.Simon Pilgrim
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-05-14Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen
2016-12-27Attempt to fix build bot after r290597Eugene Leviant
2016-12-27Allow setting multiple debug typesEugene Leviant
2016-01-12The --debug-only option now takes a comma separated list of debug types.Christof Douma
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko
2015-05-27Avoid creating and destroying a std::string on every iteration.Yaron Keren
2015-04-09Misc cleanup. NFC.Rafael Espindola
2015-04-09This reverts commit r234460 and r234461.Rafael Espindola
2015-04-09Add classof implementations to the raw_ostream classes.Rafael Espindola
2015-03-23Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.Benjamin Kramer
2015-02-19Provide the same ABI regardless of NDEBUGDmitri Gribenko
2015-01-14[cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth
2014-11-21Allow multiple -debug-only argsMatthias Braun
2014-09-03Removing static initializer from Debug.cpp by converting to a ManagedStatic.Chris Bieneman
2014-04-15[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper
2013-02-20Fix accidental concatenation for "outputuntil" in the -debug-buffer-size opti...Erik Verbruggen
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-07-27Typos.Chad Rosier
2012-07-26Make comments in Debug.cpp and Debug.h consistent. Rename SetCurrentDebugType;Chad Rosier
2010-11-29Merge System into Support.Michael J. Spencer
2010-04-15Fix a bunch of namespace polution.Dan Gohman
2010-03-24Fix minor style issues.Dan Gohman
2010-01-20Fix an infinite recursion problem. dbgs() should return errs() inDavid Greene
2009-12-23Clarify how dbgs() operates.David Greene
2009-12-23Provide dbgs(), a circular-buffering debug output stream. By default itDavid Greene
2009-11-09Make lib/Support/Debug.cpp SetCurrentDebugType implementation part of llvm na...Xerxes Ranby
2009-10-28add a new 'SetCurrentDebugType' API (requested by Andrew Haley for JITChris Lattner
2009-08-23Fix some refactos for iostream changes (in -Asserts mode).Daniel Dunbar
2009-08-23eliminate DOUT and make Debug.h not include Streams.h anymore, woo!Chris Lattner
2009-07-20Hide the DOUT static variable behind a function interface.David Greene
2008-04-23Make these variables static.Dan Gohman
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-01-03The previous implementation of LLVM Streams wasn't removing symbols. ThisBill Wendling
2006-12-17Added an automatic cast to "std::ostream*" etc. from OStream. We then canBill Wendling