aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp
AgeCommit message (Expand)Author
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
2009-06-24Get rid of the global CFGOnly flag by threading a ShortNames parameters throu...Owen Anderson
2009-03-13Fix some significant problems with constant pools that resulted in unnecessar...Evan Cheng
2009-03-13Oops...I committed too much.Bill Wendling
2009-03-13Temporarily XFAIL this test.Bill Wendling
2009-03-09Pass in a std::string when getting the names of debugging things. This cuts downBill Wendling
2009-02-06Move ScheduleDAGSDNodes.h to be a private header. Front-endsDan Gohman
2009-01-13Use DebugInfo interface to lower dbg_* intrinsics.Devang Patel
2008-12-15Fix printing of PseudoSourceValues in SDNode graphs.Dan Gohman
2008-11-19Experimental post-pass scheduling support. Post-pass schedulingDan Gohman
2008-11-19Move the code for printing a graph node label for an SUnit intoDan Gohman
2008-11-14Check in the correct version of the patch in r59279.Dan Gohman
2008-11-14Debug printing for SUnits that carry MachineInstrs.Dan Gohman
2008-11-14Initial support for carrying MachineInstrs in SUnits.Dan Gohman
2008-11-13Change DOTGraphTraits<ScheduleDAG*>::getGraphName how to find the name ofDan Gohman
2008-11-13Remove the FlaggedNodes member from SUnit. Instead of requiring each SUnitDan Gohman
2008-11-13Make the Node member of SUnit private, and add accessors.Dan Gohman
2008-11-13Change ScheduleDAG's DAG member from a reference to a pointer, to prepareDan Gohman
2008-10-27Fix bogus comparison of "const char *" with c-string literal. Use strcmp ins...Ted Kremenek
2008-10-27Add setSubgraphColor to color an entire portion of a SelectionDAG. ThisDavid Greene
2008-10-18Don't truncate GlobalAddress offsets to int in debug output.Dan Gohman
2008-09-21don't print GlobalAddressSDNode's with an offset of zero as "foo0".Chris Lattner
2008-09-16Reverting r56249. On further investigation, this functionality isn't needed.Bill Wendling
2008-09-16Include the alignment value when displaying ConstantPoolSDNodes.Dan Gohman
2008-09-16- Change "ExternalSymbolSDNode" to "SymbolSDNode".Bill Wendling
2008-09-13Define CallSDNode, an SDNode subclass for use with ISD::CALL.Dan Gohman