Age | Commit message (Expand) | Author |
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 |
2008-07-27 | Rename SDOperand to SDValue. | Dan Gohman |
2008-07-22 | Make the GraphRoot edge look like a chain edge, which is more accurate, | Dan Gohman |
2008-07-21 | Enhance the GraphWriter support for edge destinations, and teach the | Dan Gohman |
2008-07-21 | Add titles to the various SelectionDAG viewGraph calls | Dan Gohman |
2008-07-18 | Eliminate unused variable. | Duncan Sands |
2008-07-17 | When printing MemOperand nodes, only use print() for | Dan Gohman |
2008-07-14 | Improve debug output for MemOperandSDNode. PseudoSourceValue nodes | Dan Gohman |
2008-07-03 | Revert my previous check-in that split up MachineModuleInfo. It turns out to | Bill Wendling |
2008-07-01 | Split ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL, eliminating | Dan Gohman |
2008-06-30 | Rename ISD::LOCATION to ISD::DBG_STOPPOINT to better reflect its | Dan Gohman |
2008-06-21 | Remove ScheduleDAG's SUnitMap altogether. Instead, use SDNode's NodeId | Dan Gohman |
2008-06-21 | Change ScheduleDAG's SUnitMap from DenseMap<SDNode*, vector<SUnit*> > | Dan Gohman |