| Commit message (Expand) | Author | Age | Files | Lines | 
| *  | 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 | 
| *  | Final de-tabification. | Bill Wendling | 2008-02-27 | 1 | -1/+1 | 
| *  | Rename PrintableName to Name. | Bill Wendling | 2008-02-26 | 1 | -1/+1 | 
| *  | Change "Name" to "AsmName" in the target register info. Gee, a refactoring tool | Bill Wendling | 2008-02-26 | 1 | -1/+2 | 
| *  | Rename MRegisterInfo to TargetRegisterInfo. | Dan Gohman | 2008-02-10 | 1 | -2/+2 | 
| *  | Re-apply the memory operand changes, with a fix for the static | Dan Gohman | 2008-02-06 | 1 | -2/+7 | 
| *  | Revert 46556 and 46585. Dan please fix the PseudoSourceValue problem and re-c... | Evan Cheng | 2008-01-31 | 1 | -7/+2 | 
| *  | Create a new class, MemOperand, for describing memory references | Dan Gohman | 2008-01-31 | 1 | -2/+7 | 
| *  | Factor the addressing mode and the load/store VT out of LoadSDNode | Dan Gohman | 2008-01-30 | 1 | -2/+2 |