| Commit message (Expand) | Author | Age | Files | Lines |
* | implement DOTGraphTraits<SelectionDAG*>::getNodeLabel in terms of | Chris Lattner | 2009-06-26 | 1 | -138/+5 |
* | dot graph viewing is apparently not using SDNode::print_details, this is bad, | Chris Lattner | 2009-06-26 | 1 | -0/+7 |
* | Get rid of the global CFGOnly flag by threading a ShortNames parameters throu... | Owen Anderson | 2009-06-24 | 1 | -4/+7 |
* | Fix some significant problems with constant pools that resulted in unnecessar... | Evan Cheng | 2009-03-13 | 1 | -1/+1 |
* | Oops...I committed too much. | Bill Wendling | 2009-03-13 | 1 | -2/+2 |
* | Temporarily XFAIL this test. | Bill Wendling | 2009-03-13 | 1 | -2/+2 |
* | Pass in a std::string when getting the names of debugging things. This cuts down | Bill Wendling | 2009-03-09 | 1 | -1/+2 |
* | Move ScheduleDAGSDNodes.h to be a private header. Front-ends | Dan Gohman | 2009-02-06 | 1 | -1/+1 |
* | Use DebugInfo interface to lower dbg_* intrinsics. | Devang Patel | 2009-01-13 | 1 | -1/+3 |
* | Fix printing of PseudoSourceValues in SDNode graphs. | Dan Gohman | 2008-12-15 | 1 | -5/+3 |
* | Experimental post-pass scheduling support. Post-pass scheduling | Dan Gohman | 2008-11-19 | 1 | -79/+11 |
* | Move the code for printing a graph node label for an SUnit into | Dan Gohman | 2008-11-19 | 1 | -21/+18 |
* | Check in the correct version of the patch in r59279. | Dan Gohman | 2008-11-14 | 1 | -1/+1 |
* | Debug printing for SUnits that carry MachineInstrs. | Dan Gohman | 2008-11-14 | 1 | -10/+17 |
* | Initial support for carrying MachineInstrs in SUnits. | Dan Gohman | 2008-11-14 | 1 | -4/+17 |
* | Change DOTGraphTraits<ScheduleDAG*>::getGraphName how to find the name of | Dan Gohman | 2008-11-13 | 1 | -1/+1 |
* | Remove the FlaggedNodes member from SUnit. Instead of requiring each SUnit | Dan Gohman | 2008-11-13 | 1 | -8/+11 |
* | Make the Node member of SUnit private, and add accessors. | Dan Gohman | 2008-11-13 | 1 | -2/+2 |
* | Change ScheduleDAG's DAG member from a reference to a pointer, to prepare | Dan Gohman | 2008-11-13 | 1 | -4/+4 |
* | Fix bogus comparison of "const char *" with c-string literal. Use strcmp ins... | Ted Kremenek | 2008-10-27 | 1 | -2/+2 |
* | Add setSubgraphColor to color an entire portion of a SelectionDAG. This | David Greene | 2008-10-27 | 1 | -0/+57 |
* | Don't truncate GlobalAddress offsets to int in debug output. | Dan Gohman | 2008-10-18 | 1 | -1/+1 |
* | don't print GlobalAddressSDNode's with an offset of zero as "foo0". | Chris Lattner | 2008-09-21 | 1 | -5/+6 |
* | Reverting r56249. On further investigation, this functionality isn't needed. | Bill Wendling | 2008-09-16 | 1 | -2/+3 |
* | Include the alignment value when displaying ConstantPoolSDNodes. | Dan Gohman | 2008-09-16 | 1 | -0/+1 |
* | - Change "ExternalSymbolSDNode" to "SymbolSDNode". | Bill Wendling | 2008-09-16 | 1 | -3/+2 |
* | Define CallSDNode, an SDNode subclass for use with ISD::CALL. | Dan Gohman | 2008-09-13 | 1 | -0/+6 |
* | Rename ConstantSDNode::getValue to getZExtValue, for consistency | Dan Gohman | 2008-09-12 | 1 | -1/+1 |
* | erect abstraction boundaries for accessing SDValue members, rename Val -> Nod... | Gabor Greif | 2008-08-28 | 1 | -3/+3 |
* | disallow direct access to SDValue::ResNo, provide a getter instead | Gabor Greif | 2008-08-26 | 1 | -2/+2 |
* | get MachineConstantPool off std::ostream, onto raw_ostream. It would be | Chris Lattner | 2008-08-23 | 1 | -10/+17 |
* | Move SelectionDAG::viewGraph() out of line; as an inline function | Dan Gohman | 2008-07-30 | 1 | -0/+5 |
* | Make the ScheduleDAG's GraphRoot edge be blue and dashed too, like | Dan Gohman | 2008-07-27 | 1 | -1/+2 |
* | Rename SDOperand to SDValue. | Dan Gohman | 2008-07-27 | 1 | -1/+1 |
* | Make the GraphRoot edge look like a chain edge, which is more accurate, | Dan Gohman | 2008-07-22 | 1 | -1/+2 |
* | Enhance the GraphWriter support for edge destinations, and teach the | Dan Gohman | 2008-07-21 | 1 | -6/+31 |
* | Add titles to the various SelectionDAG viewGraph calls | Dan Gohman | 2008-07-21 | 1 | -3/+6 |
* | Eliminate unused variable. | Duncan Sands | 2008-07-18 | 1 | -1/+1 |
* | When printing MemOperand nodes, only use print() for | Dan Gohman | 2008-07-17 | 1 | -3/+10 |
* | Improve debug output for MemOperandSDNode. PseudoSourceValue nodes | Dan Gohman | 2008-07-14 | 1 | -4/+7 |
* | Revert my previous check-in that split up MachineModuleInfo. It turns out to | Bill Wendling | 2008-07-03 | 1 | -1/+1 |
* | Split ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL, eliminating | Dan Gohman | 2008-07-01 | 1 | -0/+2 |
* | Rename ISD::LOCATION to ISD::DBG_STOPPOINT to better reflect its | Dan Gohman | 2008-06-30 | 1 | -2/+6 |
* | Remove ScheduleDAG's SUnitMap altogether. Instead, use SDNode's NodeId | Dan Gohman | 2008-06-21 | 1 | -3/+3 |
* | Change ScheduleDAG's SUnitMap from DenseMap<SDNode*, vector<SUnit*> > | Dan Gohman | 2008-06-21 | 1 | -1/+1 |
* | Wrap MVT::ValueType in a struct to get type safety | Duncan Sands | 2008-06-06 | 1 | -5/+5 |
* | Fix an out-of-bounds access in -view-sunit-dags in the case of an | Dan Gohman | 2008-04-21 | 1 | -1/+2 |
* | In -view-sunit-dags, display "special" chain dependencies as cyan | Dan Gohman | 2008-04-14 | 1 | -0/+2 |
* | Fix -view-sunit-dags to support cross-rc-copy nodes. | Dan Gohman | 2008-03-21 | 1 | -1/+4 |
* | Introduce a new node for holding call argument | Duncan Sands | 2008-03-21 | 1 | -0/+2 |