Make the GraphRoot edge look like a chain edge, which is more accurate,
[oota-llvm.git] / lib / CodeGen / SelectionDAG / SelectionDAGPrinter.cpp
2008-07-22 Dan GohmanMake the GraphRoot edge look like a chain edge, which...
2008-07-21 Dan GohmanEnhance the GraphWriter support for edge destinations...
2008-07-21 Dan GohmanAdd titles to the various SelectionDAG viewGraph calls
2008-07-18 Duncan SandsEliminate unused variable.
2008-07-17 Dan GohmanWhen printing MemOperand nodes, only use print() for
2008-07-14 Dan GohmanImprove debug output for MemOperandSDNode. PseudoSource...
2008-07-03 Bill WendlingRevert my previous check-in that split up MachineModule...
2008-07-01 Dan GohmanSplit ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL...
2008-06-30 Dan GohmanRename ISD::LOCATION to ISD::DBG_STOPPOINT to better...
2008-06-21 Dan GohmanRemove ScheduleDAG's SUnitMap altogether. Instead,...
2008-06-21 Dan GohmanChange ScheduleDAG's SUnitMap from DenseMap<SDNode...
2008-06-06 Duncan SandsWrap MVT::ValueType in a struct to get type safety
2008-04-21 Dan GohmanFix an out-of-bounds access in -view-sunit-dags in...
2008-04-14 Dan GohmanIn -view-sunit-dags, display "special" chain dependenci...
2008-03-21 Dan GohmanFix -view-sunit-dags to support cross-rc-copy nodes.
2008-03-21 Duncan SandsIntroduce a new node for holding call argument
2008-02-27 Bill WendlingFinal de-tabification.
2008-02-26 Bill WendlingRename PrintableName to Name.
2008-02-26 Bill WendlingChange "Name" to "AsmName" in the target register info...
2008-02-10 Dan GohmanRename MRegisterInfo to TargetRegisterInfo.
2008-02-06 Dan GohmanRe-apply the memory operand changes, with a fix for...
2008-01-31 Evan ChengRevert 46556 and 46585. Dan please fix the PseudoSource...
2008-01-31 Dan GohmanCreate a new class, MemOperand, for describing memory...
2008-01-30 Dan GohmanFactor the addressing mode and the load/store VT out...
2008-01-25 Chris Lattnerinclude alignment and volatility information in -view...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-10-15 Chris LattnerAdd a (disabled by default) way to view the ID of a...
2007-09-25 Evan ChengAdded major new capabilities to scheduler (only BURR...
2007-09-19 Evan ChengUse struct SDep instead of std::pair for SUnit pred...
2007-08-31 Dale JohannesenEnhance APFloat to retain bits of NaNs (fixes oggenc).
2007-08-28 Dan GohmanAdd an option, -view-sunit-dags, for viewing the actual...
2007-06-18 Dan GohmanMake chain dependencies blue, in addition to being...
2007-05-18 Dan GohmanQualify several calls to functions in the MVT namespace...
2006-12-07 Bill WendlingRemoving even more <iostream> includes.
2006-11-17 Jim LaskeyFixing the ENABLE_OPTIMIZED=1 DISABLE_ASSERTIONS=1...
2006-11-09 Evan ChengRename ISD::MemOpAddrMode to ISD::MemIndexedMode
2006-11-01 Evan ChengPrint jumptable index.
2006-10-20 Chris LattnerMake flag and chain edges visually distinguishable...
2006-10-17 Evan ChengFix printer for StoreSDNode.
2006-10-17 Jim LaskeyMake it simplier to dump DAGs while in DAGCombiner...
2006-10-11 Evan ChengNaming consistency.
2006-10-10 Evan ChengAlso update getNodeLabel for LoadSDNode.
2006-10-02 Jim LaskeyDebugging kruft
2006-10-02 Jim LaskeyAdd ability to annotate (color) nodes in a viewGraph.
2006-09-12 Evan ChengAdded support for machine specific constantpool values...
2006-06-27 Reid SpencerFor PR801:
2006-06-05 Reid SpencerFor PR798:
2006-03-05 Chris Lattnerprint arbitrary constant pool entries
2005-11-30 Evan ChengAdded an index field to GlobalAddressSDNode so it can...
2005-11-29 Chris LattnerAdd support for a new STRING and LOCATION node for...
2005-11-20 Chris Lattnermore progress towards bug 291 being finished. Patch...
2005-11-19 Chris LattnerImprove Selection DAG printer portability. Patch by...
2005-11-19 Chris LattnerTeach the graph viewer to handle register operands...
2005-10-01 Chris Lattneradd a method
2005-08-26 Chris LattnerChange ConstantPoolSDNode to actually hold the Constant...
2005-08-24 Chris LattnerFix pasto that prevented VT ndoes from showing up in...
2005-08-19 Chris LattnerPrint physreg register nodes with target names (e.g...
2005-08-18 Chris LattnerFix printing of VTSDNodes
2005-08-16 Chris LattnerEliminate the RegSDNode class, which 3 nodes (CopyFromR...
2005-08-16 Chris LattnerUse a extant helper to do this.
2005-08-04 Misha Brukman* Unbreak release build
2005-08-03 Chris LattnerFix PR611, codegen'ing SREM of FP operands to fmod...
2005-07-15 Chris LattnerYou can't use config options without config.h
2005-07-14 Chris LattnerMake this use the new autoconf support for finding...
2005-07-14 Chris LattnerAs discussed on IRC, this stuff is just for debugging.
2005-07-14 Chris LattnerIf the Graphviz program is available, use it to visuali...
2005-07-10 Chris LattnerChange *EXTLOAD to use an VTSDNode operand instead...
2005-05-09 Chris LattnerPrint SrcValue nodes correctly
2005-04-22 Misha BrukmanConvert tabs to spaces
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-01-16 Chris LattnerDon't mash stuff together.
2005-01-15 Chris LattnerPrint extra type for nodes with extra type info.
2005-01-13 Chris LattnerAdd new ImplicitDef node, rename CopyRegSDNode class...
2005-01-11 Chris LattnerPrint the value types in the nodes of the graph
2005-01-11 Chris LattnerPrint SelectionDAGs bottom up, include extra info in...
2005-01-10 Chris LattnerAdd a marker for the graph root.
2005-01-10 Chris LattnerPut the operation name in each node, put the function...
2005-01-10 Chris LattnerImplement initial selectiondag printing support. This...