aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp
AgeCommit message (Expand)Author
2005-07-14Make this use the new autoconf support for finding the executables forChris Lattner
2005-07-14As discussed on IRC, this stuff is just for debugging.Chris Lattner
2005-07-14If the Graphviz program is available, use it to visualize dot graphs.Chris Lattner
2005-07-10Change *EXTLOAD to use an VTSDNode operand instead of being an MVTSDNode.Chris Lattner
2005-05-09Print SrcValue nodes correctlyChris Lattner
2005-04-22Convert tabs to spacesMisha Brukman
2005-04-21Remove trailing whitespaceMisha Brukman
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