aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* include alignment and volatility information in -view-*-dags outputChris Lattner2008-01-251-3/+10
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Add a (disabled by default) way to view the ID of a node.Chris Lattner2007-10-151-0/+4
* Added major new capabilities to scheduler (only BURR for now) to support phys...Evan Cheng2007-09-251-1/+1
* Use struct SDep instead of std::pair for SUnit pred and succ lists. First stepEvan Cheng2007-09-191-1/+1
* Enhance APFloat to retain bits of NaNs (fixes oggenc).Dale Johannesen2007-08-311-2/+2
* Add an option, -view-sunit-dags, for viewing the actual SUnit DAGs used byDan Gohman2007-08-281-0/+70
* Make chain dependencies blue, in addition to being dashed.Dan Gohman2007-06-181-1/+1
* Qualify several calls to functions in the MVT namespace, for consistency.Dan Gohman2007-05-181-1/+1
* Removing even more <iostream> includes.Bill Wendling2006-12-071-11/+10
* Fixing the ENABLE_OPTIMIZED=1 DISABLE_ASSERTIONS=1 build.Jim Laskey2006-11-171-0/+1
* Rename ISD::MemOpAddrMode to ISD::MemIndexedModeEvan Cheng2006-11-091-2/+2
* Print jumptable index.Evan Cheng2006-11-011-0/+2
* Make flag and chain edges visually distinguishable from value edges in DOTChris Lattner2006-10-201-1/+16
* Fix printer for StoreSDNode.Evan Cheng2006-10-171-4/+5
* Make it simplier to dump DAGs while in DAGCombiner. Remove a nasty optimizat...Jim Laskey2006-10-171-1/+2
* Naming consistency.Evan Cheng2006-10-111-1/+1
* Also update getNodeLabel for LoadSDNode.Evan Cheng2006-10-101-0/+21
* Debugging kruftJim Laskey2006-10-021-3/+0
* Add ability to annotate (color) nodes in a viewGraph.Jim Laskey2006-10-021-1/+69
* Added support for machine specific constantpool values. These are useful forEvan Cheng2006-09-121-6/+13
* For PR801:Reid Spencer2006-06-271-91/+3
* For PR798:Reid Spencer2006-06-051-13/+56