summaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp
AgeCommit message (Expand)Author
2024-07-01[llvm][CodeGen] Avoid 'raw_string_ostream::str' (NFC) (#97318)Youngsuk Kim
2022-04-06Revert "[CodeGen] Place SDNode debug ID declaration under appropriate #if"Daniil Kovalev
2022-04-06[CodeGen] Place SDNode debug ID declaration under appropriate #ifDaniil Kovalev
2022-03-24[CodeGen] Define ABI breaking class members correctlyDaniil Kovalev
2022-03-12Cleanup includes: DebugInfo & CodeGenserge-sans-paille
2021-02-07[SelectionDAG] Drop unnecessary const from a return type (NFC)Kazu Hirata
2020-06-04Utility to dump .dot representation of SelectionDAG without firing viewerMadhur Amilkanthwar
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
2017-12-13Remove redundant includes from lib/CodeGen.Michael Zolotukhin
2017-11-17Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2015-10-27Make the SelectionDAG graph printer use SDNode::PersistentId labels.James Y Knight
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
2014-06-26Revert "Introduce a string_ostream string builder facilty"Alp Toker
2014-06-26Introduce a string_ostream string builder faciltyAlp Toker
2014-04-21[Modules] Make Support/Debug.h modular. This requires it to not changeChandler Carruth
2014-04-14[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper
2014-03-06[Layering] Move DebugInfo.h into the IR library where its implementationChandler Carruth
2014-01-09Put the functionality for printing a value to a raw_ostream as anChandler Carruth
2014-01-07Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-09-05Constify SDNodeIterator an stop its only non-const user being cast strippedRoman Divacky
2012-08-22Add a getName function to MachineFunction. Use it in places that previously d...Craig Topper
2012-06-28Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling
2011-12-22drop unneeded config.h includesDylan Noblesmith
2011-11-15Twinify GraphWriter a little bit.Benjamin Kramer
2011-11-15Remove some unnecessary includes of PseudoSourceValue.h.Jay Foad
2011-02-27Pass the graph to the DOTGraphTraits.getEdgeAttributes().Tobias Grosser
2010-12-23flags -> glue for selectiondagChris Lattner
2010-12-21rename MVT::Flag to MVT::Glue. "Flag" is a terrible name forChris Lattner
2010-08-04Eliminate unnecessary empty string literals.Dan Gohman
2010-07-12Convert some tab stops into spaces.Duncan Sands
2010-01-05Change errs() to dbgs().David Greene
2009-12-01Add edge source labels to SelectionDAG graphs, now that the graph printingDan Gohman
2009-12-01Minor cleanups.Dan Gohman
2009-12-01Trim an unnecessary #include.Dan Gohman
2009-11-30Fix last DOTGraphTraits problems in CompilationGraph.Tobias Grosser
2009-11-30Remove ShortNames from getNodeLabel in DOTGraphTraitsTobias Grosser
2009-11-30Instantiate DefaultDOTGraphTraitsTobias Grosser
2009-08-23Fix some refactos for iostream changes (in -Asserts mode).Daniel Dunbar
2009-08-23remove a few DOUTs here and there.Chris Lattner
2009-08-11Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...Owen Anderson
2009-08-10Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson
2009-07-24Switch to getNameStr().Daniel Dunbar
2009-06-26implement DOTGraphTraits<SelectionDAG*>::getNodeLabel in terms ofChris Lattner
2009-06-26dot graph viewing is apparently not using SDNode::print_details, this is bad,Chris Lattner