summaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp
Commit message (Expand)AuthorAge
...
* - Change "ExternalSymbolSDNode" to "SymbolSDNode".Bill Wendling2008-09-16
* Define CallSDNode, an SDNode subclass for use with ISD::CALL.Dan Gohman2008-09-13
* Rename ConstantSDNode::getValue to getZExtValue, for consistencyDan Gohman2008-09-12
* erect abstraction boundaries for accessing SDValue members, rename Val -> Nod...Gabor Greif2008-08-28
* disallow direct access to SDValue::ResNo, provide a getter insteadGabor Greif2008-08-26
* get MachineConstantPool off std::ostream, onto raw_ostream. It would beChris Lattner2008-08-23
* Move SelectionDAG::viewGraph() out of line; as an inline functionDan Gohman2008-07-30
* Make the ScheduleDAG's GraphRoot edge be blue and dashed too, likeDan Gohman2008-07-27
* Rename SDOperand to SDValue.Dan Gohman2008-07-27
* Make the GraphRoot edge look like a chain edge, which is more accurate,Dan Gohman2008-07-22
* Enhance the GraphWriter support for edge destinations, and teach theDan Gohman2008-07-21
* Add titles to the various SelectionDAG viewGraph callsDan Gohman2008-07-21
* Eliminate unused variable.Duncan Sands2008-07-18
* When printing MemOperand nodes, only use print() forDan Gohman2008-07-17
* Improve debug output for MemOperandSDNode. PseudoSourceValue nodesDan Gohman2008-07-14
* Revert my previous check-in that split up MachineModuleInfo. It turns out toBill Wendling2008-07-03
* Split ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL, eliminatingDan Gohman2008-07-01
* Rename ISD::LOCATION to ISD::DBG_STOPPOINT to better reflect itsDan Gohman2008-06-30
* Remove ScheduleDAG's SUnitMap altogether. Instead, use SDNode's NodeIdDan Gohman2008-06-21
* Change ScheduleDAG's SUnitMap from DenseMap<SDNode*, vector<SUnit*> >Dan Gohman2008-06-21
* Wrap MVT::ValueType in a struct to get type safetyDuncan Sands2008-06-06
* Fix an out-of-bounds access in -view-sunit-dags in the case of anDan Gohman2008-04-21
* In -view-sunit-dags, display "special" chain dependencies as cyanDan Gohman2008-04-14
* Fix -view-sunit-dags to support cross-rc-copy nodes.Dan Gohman2008-03-21
* Introduce a new node for holding call argumentDuncan Sands2008-03-21
* Final de-tabification.Bill Wendling2008-02-27
* Rename PrintableName to Name.Bill Wendling2008-02-26
* Change "Name" to "AsmName" in the target register info. Gee, a refactoring toolBill Wendling2008-02-26
* Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman2008-02-10
* Re-apply the memory operand changes, with a fix for the staticDan Gohman2008-02-06
* Revert 46556 and 46585. Dan please fix the PseudoSourceValue problem and re-c...Evan Cheng2008-01-31
* Create a new class, MemOperand, for describing memory referencesDan Gohman2008-01-31
* Factor the addressing mode and the load/store VT out of LoadSDNodeDan Gohman2008-01-30
* include alignment and volatility information in -view-*-dags outputChris Lattner2008-01-25
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Add a (disabled by default) way to view the ID of a node.Chris Lattner2007-10-15
* Added major new capabilities to scheduler (only BURR for now) to support phys...Evan Cheng2007-09-25
* Use struct SDep instead of std::pair for SUnit pred and succ lists. First stepEvan Cheng2007-09-19
* Enhance APFloat to retain bits of NaNs (fixes oggenc).Dale Johannesen2007-08-31
* Add an option, -view-sunit-dags, for viewing the actual SUnit DAGs used byDan Gohman2007-08-28
* Make chain dependencies blue, in addition to being dashed.Dan Gohman2007-06-18
* Qualify several calls to functions in the MVT namespace, for consistency.Dan Gohman2007-05-18
* Removing even more <iostream> includes.Bill Wendling2006-12-07
* Fixing the ENABLE_OPTIMIZED=1 DISABLE_ASSERTIONS=1 build.Jim Laskey2006-11-17
* Rename ISD::MemOpAddrMode to ISD::MemIndexedModeEvan Cheng2006-11-09
* Print jumptable index.Evan Cheng2006-11-01
* Make flag and chain edges visually distinguishable from value edges in DOTChris Lattner2006-10-20
* Fix printer for StoreSDNode.Evan Cheng2006-10-17
* Make it simplier to dump DAGs while in DAGCombiner. Remove a nasty optimizat...Jim Laskey2006-10-17
* Naming consistency.Evan Cheng2006-10-11