aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp
AgeCommit message (Expand)Author
2005-01-16Don't mash stuff together.Chris Lattner
2005-01-15Print extra type for nodes with extra type info.Chris Lattner
2005-01-13Add new ImplicitDef node, rename CopyRegSDNode class to RegSDNode.Chris Lattner
2005-01-11Print the value types in the nodes of the graphChris Lattner
2005-01-11Print SelectionDAGs bottom up, include extra info in the node labelsChris Lattner
2005-01-10Add a marker for the graph root.Chris Lattner
2005-01-10Put the operation name in each node, put the function name on the graph.Chris Lattner
2005-01-10Implement initial selectiondag printing support. This gets us a niceChris Lattner