aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp
AgeCommit message (Expand)Author
2006-06-27For PR801:Reid Spencer
2006-06-05For PR798:Reid Spencer
2006-03-05print arbitrary constant pool entriesChris Lattner
2005-11-30Added an index field to GlobalAddressSDNode so it can represent X+12, etc.Evan Cheng
2005-11-29Add support for a new STRING and LOCATION node for line number support, patchChris Lattner
2005-11-20more progress towards bug 291 being finished. Patch by Owen Anderson,Chris Lattner
2005-11-19Improve Selection DAG printer portability. Patch by Owen Anderson!Chris Lattner
2005-11-19Teach the graph viewer to handle register operands that are zero.Chris Lattner
2005-10-01add a methodChris Lattner
2005-08-26Change ConstantPoolSDNode to actually hold the Constant itself instead ofChris Lattner
2005-08-24Fix pasto that prevented VT ndoes from showing up in -view-isel-dags correctlyChris Lattner
2005-08-19Print physreg register nodes with target names (e.g. F1) instead of numbersChris Lattner
2005-08-18Fix printing of VTSDNodesChris Lattner
2005-08-16Eliminate the RegSDNode class, which 3 nodes (CopyFromReg/CopyToReg/ImplicitDef)Chris Lattner
2005-08-16Use a extant helper to do this.Chris Lattner
2005-08-04* Unbreak release buildMisha Brukman
2005-08-03Fix PR611, codegen'ing SREM of FP operands to fmod or fmodf instead ofChris Lattner
2005-07-15You can't use config options without config.hChris Lattner
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