aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-05-14Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen1-1/+1
2017-12-13Remove redundant includes from lib/CodeGen.Michael Zolotukhin1-2/+0
2017-11-17Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie1-1/+1
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth1-1/+1
2015-10-27Make the SelectionDAG graph printer use SDNode::PersistentId labels.James Y Knight1-3/+10
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko1-1/+1
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko1-1/+1
2014-06-26Revert "Introduce a string_ostream string builder facilty"Alp Toker1-1/+2
2014-06-26Introduce a string_ostream string builder faciltyAlp Toker1-2/+1
2014-04-21[Modules] Make Support/Debug.h modular. This requires it to not changeChandler Carruth1-0/+2
2014-04-14[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper1-4/+4
2014-03-06[Layering] Move DebugInfo.h into the IR library where its implementationChandler Carruth1-1/+1
2014-01-09Put the functionality for printing a value to a raw_ostream as anChandler Carruth1-1/+0
2014-01-07Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth1-1/+1
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth1-1/+1
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-7/+7
2012-09-05Constify SDNodeIterator an stop its only non-const user being cast strippedRoman Divacky1-1/+1
2012-08-22Add a getName function to MachineFunction. Use it in places that previously d...Craig Topper1-3/+2
2012-06-28Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling1-1/+1
2011-12-22drop unneeded config.h includesDylan Noblesmith1-1/+0
2011-11-15Twinify GraphWriter a little bit.Benjamin Kramer1-1/+1
2011-11-15Remove some unnecessary includes of PseudoSourceValue.h.Jay Foad1-1/+0
2011-02-27Pass the graph to the DOTGraphTraits.getEdgeAttributes().Tobias Grosser1-1/+2
2010-12-23flags -> glue for selectiondagChris Lattner1-7/+7
2010-12-21rename MVT::Flag to MVT::Glue. "Flag" is a terrible name forChris Lattner1-1/+1
2010-08-04Eliminate unnecessary empty string literals.Dan Gohman1-1/+1
2010-07-12Convert some tab stops into spaces.Duncan Sands1-1/+1
2010-01-05Change errs() to dbgs().David Greene1-1/+1
2009-12-01Add edge source labels to SelectionDAG graphs, now that the graph printingDan Gohman1-0/+5
2009-12-01Minor cleanups.Dan Gohman1-9/+9
2009-12-01Trim an unnecessary #include.Dan Gohman1-1/+0
2009-11-30Fix last DOTGraphTraits problems in CompilationGraph.Tobias Grosser1-1/+1
2009-11-30Remove ShortNames from getNodeLabel in DOTGraphTraitsTobias Grosser1-13/+14
2009-11-30Instantiate DefaultDOTGraphTraitsTobias Grosser1-2/+5
2009-08-23Fix some refactos for iostream changes (in -Asserts mode).Daniel Dunbar1-14/+14
2009-08-23remove a few DOUTs here and there.Chris Lattner1-1/+1
2009-08-11Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...Owen Anderson1-2/+2
2009-08-10Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson1-4/+4
2009-07-24Switch to getNameStr().Daniel Dunbar1-2/+2
2009-06-26implement DOTGraphTraits<SelectionDAG*>::getNodeLabel in terms ofChris Lattner1-138/+5
2009-06-26dot graph viewing is apparently not using SDNode::print_details, this is bad,Chris Lattner1-0/+7
2009-06-24Get rid of the global CFGOnly flag by threading a ShortNames parameters throu...Owen Anderson1-4/+7
2009-03-13Fix some significant problems with constant pools that resulted in unnecessar...Evan Cheng1-1/+1
2009-03-13Oops...I committed too much.Bill Wendling1-2/+2
2009-03-13Temporarily XFAIL this test.Bill Wendling1-2/+2
2009-03-09Pass in a std::string when getting the names of debugging things. This cuts downBill Wendling1-1/+2
2009-02-06Move ScheduleDAGSDNodes.h to be a private header. Front-endsDan Gohman1-1/+1
2009-01-13Use DebugInfo interface to lower dbg_* intrinsics.Devang Patel1-1/+3
2008-12-15Fix printing of PseudoSourceValues in SDNode graphs.Dan Gohman1-5/+3