Age | Commit message (Expand) | Author |
2006-06-27 | For PR801: | Reid Spencer |
2006-06-05 | For PR798: | Reid Spencer |
2006-03-05 | print arbitrary constant pool entries | Chris Lattner |
2005-11-30 | Added an index field to GlobalAddressSDNode so it can represent X+12, etc. | Evan Cheng |
2005-11-29 | Add support for a new STRING and LOCATION node for line number support, patch | Chris Lattner |
2005-11-20 | more progress towards bug 291 being finished. Patch by Owen Anderson, | Chris Lattner |
2005-11-19 | Improve Selection DAG printer portability. Patch by Owen Anderson! | Chris Lattner |
2005-11-19 | Teach the graph viewer to handle register operands that are zero. | Chris Lattner |
2005-10-01 | add a method | Chris Lattner |
2005-08-26 | Change ConstantPoolSDNode to actually hold the Constant itself instead of | Chris Lattner |
2005-08-24 | Fix pasto that prevented VT ndoes from showing up in -view-isel-dags correctly | Chris Lattner |
2005-08-19 | Print physreg register nodes with target names (e.g. F1) instead of numbers | Chris Lattner |
2005-08-18 | Fix printing of VTSDNodes | Chris Lattner |
2005-08-16 | Eliminate the RegSDNode class, which 3 nodes (CopyFromReg/CopyToReg/ImplicitDef) | Chris Lattner |
2005-08-16 | Use a extant helper to do this. | Chris Lattner |
2005-08-04 | * Unbreak release build | Misha Brukman |
2005-08-03 | Fix PR611, codegen'ing SREM of FP operands to fmod or fmodf instead of | Chris Lattner |
2005-07-15 | You can't use config options without config.h | Chris Lattner |
2005-07-14 | Make this use the new autoconf support for finding the executables for | Chris Lattner |
2005-07-14 | As discussed on IRC, this stuff is just for debugging. | Chris Lattner |
2005-07-14 | If the Graphviz program is available, use it to visualize dot graphs. | Chris Lattner |
2005-07-10 | Change *EXTLOAD to use an VTSDNode operand instead of being an MVTSDNode. | Chris Lattner |
2005-05-09 | Print SrcValue nodes correctly | Chris Lattner |
2005-04-22 | Convert tabs to spaces | Misha Brukman |
2005-04-21 | Remove trailing whitespace | Misha Brukman |
2005-01-16 | Don't mash stuff together. | Chris Lattner |
2005-01-15 | Print extra type for nodes with extra type info. | Chris Lattner |
2005-01-13 | Add new ImplicitDef node, rename CopyRegSDNode class to RegSDNode. | Chris Lattner |
2005-01-11 | Print the value types in the nodes of the graph | Chris Lattner |
2005-01-11 | Print SelectionDAGs bottom up, include extra info in the node labels | Chris Lattner |
2005-01-10 | Add a marker for the graph root. | Chris Lattner |
2005-01-10 | Put the operation name in each node, put the function name on the graph. | Chris Lattner |
2005-01-10 | Implement initial selectiondag printing support. This gets us a nice | Chris Lattner |