summaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp
Commit message (Expand)AuthorAge
* print arbitrary constant pool entriesChris Lattner2006-03-05
* Added an index field to GlobalAddressSDNode so it can represent X+12, etc.Evan Cheng2005-11-30
* Add support for a new STRING and LOCATION node for line number support, patchChris Lattner2005-11-29
* more progress towards bug 291 being finished. Patch by Owen Anderson,Chris Lattner2005-11-20
* Improve Selection DAG printer portability. Patch by Owen Anderson!Chris Lattner2005-11-19
* Teach the graph viewer to handle register operands that are zero.Chris Lattner2005-11-19
* add a methodChris Lattner2005-10-01
* Change ConstantPoolSDNode to actually hold the Constant itself instead ofChris Lattner2005-08-26
* Fix pasto that prevented VT ndoes from showing up in -view-isel-dags correctlyChris Lattner2005-08-24
* Print physreg register nodes with target names (e.g. F1) instead of numbersChris Lattner2005-08-19
* Fix printing of VTSDNodesChris Lattner2005-08-18
* Eliminate the RegSDNode class, which 3 nodes (CopyFromReg/CopyToReg/ImplicitDef)Chris Lattner2005-08-16
* Use a extant helper to do this.Chris Lattner2005-08-16
* * Unbreak release buildMisha Brukman2005-08-04
* Fix PR611, codegen'ing SREM of FP operands to fmod or fmodf instead ofChris Lattner2005-08-03
* You can't use config options without config.hChris Lattner2005-07-15
* Make this use the new autoconf support for finding the executables forChris Lattner2005-07-14
* As discussed on IRC, this stuff is just for debugging.Chris Lattner2005-07-14
* If the Graphviz program is available, use it to visualize dot graphs.Chris Lattner2005-07-14
* Change *EXTLOAD to use an VTSDNode operand instead of being an MVTSDNode.Chris Lattner2005-07-10
* Print SrcValue nodes correctlyChris Lattner2005-05-09
* Convert tabs to spacesMisha Brukman2005-04-22
* Remove trailing whitespaceMisha Brukman2005-04-21
* Don't mash stuff together.Chris Lattner2005-01-16
* Print extra type for nodes with extra type info.Chris Lattner2005-01-15
* Add new ImplicitDef node, rename CopyRegSDNode class to RegSDNode.Chris Lattner2005-01-13
* Print the value types in the nodes of the graphChris Lattner2005-01-11
* Print SelectionDAGs bottom up, include extra info in the node labelsChris Lattner2005-01-11
* Add a marker for the graph root.Chris Lattner2005-01-10
* Put the operation name in each node, put the function name on the graph.Chris Lattner2005-01-10
* Implement initial selectiondag printing support. This gets us a niceChris Lattner2005-01-10