summaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp
Commit message (Expand)AuthorAge
* Eliminate unnecessary empty string literals.Dan Gohman2010-08-04
* Convert some tab stops into spaces.Duncan Sands2010-07-12
* Change errs() to dbgs().David Greene2010-01-05
* Add edge source labels to SelectionDAG graphs, now that the graph printingDan Gohman2009-12-01
* Minor cleanups.Dan Gohman2009-12-01
* Trim an unnecessary #include.Dan Gohman2009-12-01
* Fix last DOTGraphTraits problems in CompilationGraph.Tobias Grosser2009-11-30
* Remove ShortNames from getNodeLabel in DOTGraphTraitsTobias Grosser2009-11-30
* Instantiate DefaultDOTGraphTraitsTobias Grosser2009-11-30
* Fix some refactos for iostream changes (in -Asserts mode).Daniel Dunbar2009-08-23
* remove a few DOUTs here and there.Chris Lattner2009-08-23
* Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...Owen Anderson2009-08-11
* Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson2009-08-10
* Switch to getNameStr().Daniel Dunbar2009-07-24
* implement DOTGraphTraits<SelectionDAG*>::getNodeLabel in terms ofChris Lattner2009-06-26
* dot graph viewing is apparently not using SDNode::print_details, this is bad,Chris Lattner2009-06-26
* Get rid of the global CFGOnly flag by threading a ShortNames parameters throu...Owen Anderson2009-06-24
* Fix some significant problems with constant pools that resulted in unnecessar...Evan Cheng2009-03-13
* Oops...I committed too much.Bill Wendling2009-03-13
* Temporarily XFAIL this test.Bill Wendling2009-03-13
* Pass in a std::string when getting the names of debugging things. This cuts downBill Wendling2009-03-09
* Move ScheduleDAGSDNodes.h to be a private header. Front-endsDan Gohman2009-02-06
* Use DebugInfo interface to lower dbg_* intrinsics.Devang Patel2009-01-13
* Fix printing of PseudoSourceValues in SDNode graphs.Dan Gohman2008-12-15
* Experimental post-pass scheduling support. Post-pass schedulingDan Gohman2008-11-19
* Move the code for printing a graph node label for an SUnit intoDan Gohman2008-11-19
* Check in the correct version of the patch in r59279.Dan Gohman2008-11-14
* Debug printing for SUnits that carry MachineInstrs.Dan Gohman2008-11-14
* Initial support for carrying MachineInstrs in SUnits.Dan Gohman2008-11-14
* Change DOTGraphTraits<ScheduleDAG*>::getGraphName how to find the name ofDan Gohman2008-11-13
* Remove the FlaggedNodes member from SUnit. Instead of requiring each SUnitDan Gohman2008-11-13
* Make the Node member of SUnit private, and add accessors.Dan Gohman2008-11-13
* Change ScheduleDAG's DAG member from a reference to a pointer, to prepareDan Gohman2008-11-13
* Fix bogus comparison of "const char *" with c-string literal. Use strcmp ins...Ted Kremenek2008-10-27
* Add setSubgraphColor to color an entire portion of a SelectionDAG. ThisDavid Greene2008-10-27
* Don't truncate GlobalAddress offsets to int in debug output.Dan Gohman2008-10-18
* don't print GlobalAddressSDNode's with an offset of zero as "foo0".Chris Lattner2008-09-21
* Reverting r56249. On further investigation, this functionality isn't needed.Bill Wendling2008-09-16
* Include the alignment value when displaying ConstantPoolSDNodes.Dan Gohman2008-09-16
* - Change "ExternalSymbolSDNode" to "SymbolSDNode".Bill Wendling2008-09-16
* Define CallSDNode, an SDNode subclass for use with ISD::CALL.Dan Gohman2008-09-13
* Rename ConstantSDNode::getValue to getZExtValue, for consistencyDan Gohman2008-09-12
* erect abstraction boundaries for accessing SDValue members, rename Val -> Nod...Gabor Greif2008-08-28
* disallow direct access to SDValue::ResNo, provide a getter insteadGabor Greif2008-08-26
* get MachineConstantPool off std::ostream, onto raw_ostream. It would beChris Lattner2008-08-23
* Move SelectionDAG::viewGraph() out of line; as an inline functionDan Gohman2008-07-30
* Make the ScheduleDAG's GraphRoot edge be blue and dashed too, likeDan Gohman2008-07-27
* Rename SDOperand to SDValue.Dan Gohman2008-07-27
* Make the GraphRoot edge look like a chain edge, which is more accurate,Dan Gohman2008-07-22
* Enhance the GraphWriter support for edge destinations, and teach theDan Gohman2008-07-21