1. 649b7ef Fix printer for StoreSDNode. by Evan Cheng · 19 years ago
  2. 26f7fa7 Make it simplier to dump DAGs while in DAGCombiner. Remove a nasty optimization. by Jim Laskey · 19 years ago
  3. 2e49f09 Naming consistency. by Evan Cheng · 19 years ago
  4. 45aeccc Also update getNodeLabel for LoadSDNode. by Evan Cheng · 19 years ago
  5. 01078fb Debugging kruft by Jim Laskey · 19 years ago
  6. ec20402 Add ability to annotate (color) nodes in a viewGraph. by Jim Laskey · 19 years ago
  7. d6594ae Added support for machine specific constantpool values. These are useful for by Evan Cheng · 19 years ago
  8. 9d5b532 For PR801: by Reid Spencer · 19 years ago
  9. fcadfbb For PR798: by Reid Spencer · 19 years ago
  10. 5267651 print arbitrary constant pool entries by Chris Lattner · 19 years ago
  11. 61ca74b Added an index field to GlobalAddressSDNode so it can represent X+12, etc. by Evan Cheng · 20 years ago
  12. 36ce691 Add support for a new STRING and LOCATION node for line number support, patch by Chris Lattner · 20 years ago
  13. 6bf234c more progress towards bug 291 being finished. Patch by Owen Anderson, by Chris Lattner · 20 years ago
  14. 3aa2c74 Improve Selection DAG printer portability. Patch by Owen Anderson! by Chris Lattner · 20 years ago
  15. 44fa764 Teach the graph viewer to handle register operands that are zero. by Chris Lattner · 20 years ago
  16. 37345fe add a method by Chris Lattner · 20 years ago
  17. 5839bf2 Change ConstantPoolSDNode to actually hold the Constant itself instead of by Chris Lattner · 20 years ago
  18. e39db07 Fix pasto that prevented VT ndoes from showing up in -view-isel-dags correctly by Chris Lattner · 20 years ago
  19. 7228aa7 Print physreg register nodes with target names (e.g. F1) instead of numbers by Chris Lattner · 20 years ago
  20. a23e815 Fix printing of VTSDNodes by Chris Lattner · 20 years ago
  21. d5d0f9b Eliminate the RegSDNode class, which 3 nodes (CopyFromReg/CopyToReg/ImplicitDef) by Chris Lattner · 20 years ago
  22. ad95d6a Use a extant helper to do this. by Chris Lattner · 20 years ago
  23. cd33eef * Unbreak release build * Add comments to #endif pragmas for readability by Misha Brukman · 20 years ago
  24. 4c64dd7 Fix PR611, codegen'ing SREM of FP operands to fmod or fmodf instead of by Chris Lattner · 20 years ago
  25. 6e741f8 You can't use config options without config.h by Chris Lattner · 20 years ago
  26. c5f44ad Make this use the new autoconf support for finding the executables for by Chris Lattner · 20 years ago
  27. e388b5e As discussed on IRC, this stuff is just for debugging. by Chris Lattner · 20 years ago
  28. f1a2f15 If the Graphviz program is available, use it to visualize dot graphs. by Chris Lattner · 20 years ago
  29. 5f056bf Change *EXTLOAD to use an VTSDNode operand instead of being an MVTSDNode. by Chris Lattner · 20 years ago
  30. 2bf3c26 Print SrcValue nodes correctly by Chris Lattner · 20 years ago
  31. dedf2bd Convert tabs to spaces by Misha Brukman · 20 years ago
  32. edf128a Remove trailing whitespace by Misha Brukman · 20 years ago
  33. 4b78993 Don't mash stuff together. by Chris Lattner · 21 years ago
  34. 8a389bb Print extra type for nodes with extra type info. by Chris Lattner · 21 years ago
  35. 18c2f13 Add new ImplicitDef node, rename CopyRegSDNode class to RegSDNode. by Chris Lattner · 21 years ago
  36. c871e1d Print the value types in the nodes of the graph by Chris Lattner · 21 years ago
  37. e9c44cd Print SelectionDAGs bottom up, include extra info in the node labels by Chris Lattner · 21 years ago
  38. fc08d9c Add a marker for the graph root. by Chris Lattner · 21 years ago
  39. e0646b8 Put the operation name in each node, put the function name on the graph. by Chris Lattner · 21 years ago
  40. 6632848 Implement initial selectiondag printing support. This gets us a nice by Chris Lattner · 21 years ago