summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use DebugInfo interface to lower dbg_* intrinsics.Devang Patel2009-01-131-1/+3
* Fix printing of PseudoSourceValues in SDNode graphs.Dan Gohman2008-12-151-5/+3
* Experimental post-pass scheduling support. Post-pass schedulingDan Gohman2008-11-191-79/+11
* Move the code for printing a graph node label for an SUnit intoDan Gohman2008-11-191-21/+18
* Check in the correct version of the patch in r59279.Dan Gohman2008-11-141-1/+1
* Debug printing for SUnits that carry MachineInstrs.Dan Gohman2008-11-141-10/+17
* Initial support for carrying MachineInstrs in SUnits.Dan Gohman2008-11-141-4/+17
* Change DOTGraphTraits<ScheduleDAG*>::getGraphName how to find the name ofDan Gohman2008-11-131-1/+1
* Remove the FlaggedNodes member from SUnit. Instead of requiring each SUnitDan Gohman2008-11-131-8/+11
* Make the Node member of SUnit private, and add accessors.Dan Gohman2008-11-131-2/+2
* Change ScheduleDAG's DAG member from a reference to a pointer, to prepareDan Gohman2008-11-131-4/+4
* Fix bogus comparison of "const char *" with c-string literal. Use strcmp ins...Ted Kremenek2008-10-271-2/+2
* Add setSubgraphColor to color an entire portion of a SelectionDAG. ThisDavid Greene2008-10-271-0/+57
* Don't truncate GlobalAddress offsets to int in debug output.Dan Gohman2008-10-181-1/+1
* don't print GlobalAddressSDNode's with an offset of zero as "foo0".Chris Lattner2008-09-211-5/+6
* Reverting r56249. On further investigation, this functionality isn't needed.Bill Wendling2008-09-161-2/+3
* Include the alignment value when displaying ConstantPoolSDNodes.Dan Gohman2008-09-161-0/+1
* - Change "ExternalSymbolSDNode" to "SymbolSDNode".Bill Wendling2008-09-161-3/+2
* Define CallSDNode, an SDNode subclass for use with ISD::CALL.Dan Gohman2008-09-131-0/+6
* Rename ConstantSDNode::getValue to getZExtValue, for consistencyDan Gohman2008-09-121-1/+1
* erect abstraction boundaries for accessing SDValue members, rename Val -> Nod...Gabor Greif2008-08-281-3/+3
* disallow direct access to SDValue::ResNo, provide a getter insteadGabor Greif2008-08-261-2/+2
* get MachineConstantPool off std::ostream, onto raw_ostream. It would beChris Lattner2008-08-231-10/+17
* Move SelectionDAG::viewGraph() out of line; as an inline functionDan Gohman2008-07-301-0/+5
* Make the ScheduleDAG's GraphRoot edge be blue and dashed too, likeDan Gohman2008-07-271-1/+2
* Rename SDOperand to SDValue.Dan Gohman2008-07-271-1/+1
* Make the GraphRoot edge look like a chain edge, which is more accurate,Dan Gohman2008-07-221-1/+2
* Enhance the GraphWriter support for edge destinations, and teach theDan Gohman2008-07-211-6/+31
* Add titles to the various SelectionDAG viewGraph callsDan Gohman2008-07-211-3/+6
* Eliminate unused variable.Duncan Sands2008-07-181-1/+1
* When printing MemOperand nodes, only use print() forDan Gohman2008-07-171-3/+10
* Improve debug output for MemOperandSDNode. PseudoSourceValue nodesDan Gohman2008-07-141-4/+7
* Revert my previous check-in that split up MachineModuleInfo. It turns out toBill Wendling2008-07-031-1/+1
* Split ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL, eliminatingDan Gohman2008-07-011-0/+2
* Rename ISD::LOCATION to ISD::DBG_STOPPOINT to better reflect itsDan Gohman2008-06-301-2/+6
* Remove ScheduleDAG's SUnitMap altogether. Instead, use SDNode's NodeIdDan Gohman2008-06-211-3/+3
* Change ScheduleDAG's SUnitMap from DenseMap<SDNode*, vector<SUnit*> >Dan Gohman2008-06-211-1/+1
* Wrap MVT::ValueType in a struct to get type safetyDuncan Sands2008-06-061-5/+5
* Fix an out-of-bounds access in -view-sunit-dags in the case of anDan Gohman2008-04-211-1/+2
* In -view-sunit-dags, display "special" chain dependencies as cyanDan Gohman2008-04-141-0/+2
* Fix -view-sunit-dags to support cross-rc-copy nodes.Dan Gohman2008-03-211-1/+4
* Introduce a new node for holding call argumentDuncan Sands2008-03-211-0/+2
* Final de-tabification.Bill Wendling2008-02-271-1/+1
* Rename PrintableName to Name.Bill Wendling2008-02-261-1/+1
* Change "Name" to "AsmName" in the target register info. Gee, a refactoring toolBill Wendling2008-02-261-1/+2
* Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman2008-02-101-2/+2
* Re-apply the memory operand changes, with a fix for the staticDan Gohman2008-02-061-2/+7
* Revert 46556 and 46585. Dan please fix the PseudoSourceValue problem and re-c...Evan Cheng2008-01-311-7/+2
* Create a new class, MemOperand, for describing memory referencesDan Gohman2008-01-311-2/+7
* Factor the addressing mode and the load/store VT out of LoadSDNodeDan Gohman2008-01-301-2/+2