Age | Commit message (Expand) | Author |
2011-02-27 | Pass the graph to the DOTGraphTraits.getEdgeAttributes(). | Tobias Grosser |
2010-12-23 | flags -> glue for selectiondag | Chris Lattner |
2010-12-21 | rename MVT::Flag to MVT::Glue. "Flag" is a terrible name for | Chris Lattner |
2010-08-04 | Eliminate unnecessary empty string literals. | Dan Gohman |
2010-07-12 | Convert some tab stops into spaces. | Duncan Sands |
2010-01-05 | Change errs() to dbgs(). | David Greene |
2009-12-01 | Add edge source labels to SelectionDAG graphs, now that the graph printing | Dan Gohman |
2009-12-01 | Minor cleanups. | Dan Gohman |
2009-12-01 | Trim an unnecessary #include. | Dan Gohman |
2009-11-30 | Fix last DOTGraphTraits problems in CompilationGraph. | Tobias Grosser |
2009-11-30 | Remove ShortNames from getNodeLabel in DOTGraphTraits | Tobias Grosser |
2009-11-30 | Instantiate DefaultDOTGraphTraits | Tobias Grosser |
2009-08-23 | Fix some refactos for iostream changes (in -Asserts mode). | Daniel Dunbar |
2009-08-23 | remove a few DOUTs here and there. | Chris Lattner |
2009-08-11 | Split EVT into MVT and EVT, the former representing _just_ a primitive type, ... | Owen Anderson |
2009-08-10 | Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ... | Owen Anderson |
2009-07-24 | Switch to getNameStr(). | Daniel Dunbar |
2009-06-26 | implement DOTGraphTraits<SelectionDAG*>::getNodeLabel in terms of | Chris Lattner |
2009-06-26 | dot graph viewing is apparently not using SDNode::print_details, this is bad, | Chris Lattner |
2009-06-24 | Get rid of the global CFGOnly flag by threading a ShortNames parameters throu... | Owen Anderson |
2009-03-13 | Fix some significant problems with constant pools that resulted in unnecessar... | Evan Cheng |
2009-03-13 | Oops...I committed too much. | Bill Wendling |
2009-03-13 | Temporarily XFAIL this test. | Bill Wendling |
2009-03-09 | Pass in a std::string when getting the names of debugging things. This cuts down | Bill Wendling |
2009-02-06 | Move ScheduleDAGSDNodes.h to be a private header. Front-ends | Dan Gohman |
2009-01-13 | Use DebugInfo interface to lower dbg_* intrinsics. | Devang Patel |
2008-12-15 | Fix printing of PseudoSourceValues in SDNode graphs. | Dan Gohman |
2008-11-19 | Experimental post-pass scheduling support. Post-pass scheduling | Dan Gohman |
2008-11-19 | Move the code for printing a graph node label for an SUnit into | Dan Gohman |
2008-11-14 | Check in the correct version of the patch in r59279. | Dan Gohman |
2008-11-14 | Debug printing for SUnits that carry MachineInstrs. | Dan Gohman |
2008-11-14 | Initial support for carrying MachineInstrs in SUnits. | Dan Gohman |
2008-11-13 | Change DOTGraphTraits<ScheduleDAG*>::getGraphName how to find the name of | Dan Gohman |
2008-11-13 | Remove the FlaggedNodes member from SUnit. Instead of requiring each SUnit | Dan Gohman |
2008-11-13 | Make the Node member of SUnit private, and add accessors. | Dan Gohman |
2008-11-13 | Change ScheduleDAG's DAG member from a reference to a pointer, to prepare | Dan Gohman |
2008-10-27 | Fix bogus comparison of "const char *" with c-string literal. Use strcmp ins... | Ted Kremenek |
2008-10-27 | Add setSubgraphColor to color an entire portion of a SelectionDAG. This | David Greene |
2008-10-18 | Don't truncate GlobalAddress offsets to int in debug output. | Dan Gohman |
2008-09-21 | don't print GlobalAddressSDNode's with an offset of zero as "foo0". | Chris Lattner |
2008-09-16 | Reverting r56249. On further investigation, this functionality isn't needed. | Bill Wendling |
2008-09-16 | Include the alignment value when displaying ConstantPoolSDNodes. | Dan Gohman |
2008-09-16 | - Change "ExternalSymbolSDNode" to "SymbolSDNode". | Bill Wendling |
2008-09-13 | Define CallSDNode, an SDNode subclass for use with ISD::CALL. | Dan Gohman |
2008-09-12 | Rename ConstantSDNode::getValue to getZExtValue, for consistency | Dan Gohman |
2008-08-28 | erect abstraction boundaries for accessing SDValue members, rename Val -> Nod... | Gabor Greif |
2008-08-26 | disallow direct access to SDValue::ResNo, provide a getter instead | Gabor Greif |
2008-08-23 | get MachineConstantPool off std::ostream, onto raw_ostream. It would be | Chris Lattner |
2008-07-30 | Move SelectionDAG::viewGraph() out of line; as an inline function | Dan Gohman |
2008-07-27 | Make the ScheduleDAG's GraphRoot edge be blue and dashed too, like | Dan Gohman |