summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Fix pasto that prevented VT ndoes from showing up in -view-isel-dags correctlyChris Lattner2005-08-241-1/+1
* Print physreg register nodes with target names (e.g. F1) instead of numbersChris Lattner2005-08-191-1/+7
* Fix printing of VTSDNodesChris Lattner2005-08-181-0/+2
* Eliminate the RegSDNode class, which 3 nodes (CopyFromReg/CopyToReg/ImplicitDef)Chris Lattner2005-08-161-2/+2
* Use a extant helper to do this.Chris Lattner2005-08-161-19/+7
* * Unbreak release buildMisha Brukman2005-08-041-3/+6
* Fix PR611, codegen'ing SREM of FP operands to fmod or fmodf instead ofChris Lattner2005-08-031-0/+2
* You can't use config options without config.hChris Lattner2005-07-151-0/+1
* Make this use the new autoconf support for finding the executables forChris Lattner2005-07-141-5/+8
* As discussed on IRC, this stuff is just for debugging.Chris Lattner2005-07-141-0/+5
* If the Graphviz program is available, use it to visualize dot graphs.Chris Lattner2005-07-141-1/+10
* Change *EXTLOAD to use an VTSDNode operand instead of being an MVTSDNode.Chris Lattner2005-07-101-2/+0
* Print SrcValue nodes correctlyChris Lattner2005-05-091-0/+5
* Convert tabs to spacesMisha Brukman2005-04-221-4/+2
* Remove trailing whitespaceMisha Brukman2005-04-211-5/+5
* Don't mash stuff together.Chris Lattner2005-01-161-1/+1
* Print extra type for nodes with extra type info.Chris Lattner2005-01-151-0/+2
* Add new ImplicitDef node, rename CopyRegSDNode class to RegSDNode.Chris Lattner2005-01-131-1/+1
* Print the value types in the nodes of the graphChris Lattner2005-01-111-0/+19
* Print SelectionDAGs bottom up, include extra info in the node labelsChris Lattner2005-01-111-3/+38
* Add a marker for the graph root.Chris Lattner2005-01-101-0/+6
* Put the operation name in each node, put the function name on the graph.Chris Lattner2005-01-101-0/+17
* Implement initial selectiondag printing support. This gets us a niceChris Lattner2005-01-101-0/+48
OpenPOWER on IntegriCloud