1. 1796f1f Qualify several calls to functions in the MVT namespace, for consistency. by Dan Gohman · 18 years ago
  2. 22e978a Removing even more <iostream> includes. by Bill Wendling · 19 years ago
  3. da0add3 Fixing the ENABLE_OPTIMIZED=1 DISABLE_ASSERTIONS=1 build. by Jim Laskey · 19 years ago
  4. c034f14 Rename ISD::MemOpAddrMode to ISD::MemIndexedMode by Evan Cheng · 19 years ago
  5. 415f365 Print jumptable index. by Evan Cheng · 19 years ago
  6. c5ab6ce Make flag and chain edges visually distinguishable from value edges in DOT by Chris Lattner · 19 years ago
  7. 2f4ddce Fix printer for StoreSDNode. by Evan Cheng · 19 years ago
  8. e7d2c24 Make it simplier to dump DAGs while in DAGCombiner. Remove a nasty optimization. by Jim Laskey · 19 years ago
  9. d35734b Naming consistency. by Evan Cheng · 19 years ago
  10. 7994aec Also update getNodeLabel for LoadSDNode. by Evan Cheng · 19 years ago
  11. e73a225 Debugging kruft by Jim Laskey · 19 years ago
  12. 1368c26 Add ability to annotate (color) nodes in a viewGraph. by Jim Laskey · 19 years ago
  13. 45fe3bc Added support for machine specific constantpool values. These are useful for by Evan Cheng · 19 years ago
  14. ee7eaa2 For PR801: by Reid Spencer · 19 years ago
  15. 614cb2f For PR798: by Reid Spencer · 19 years ago
  16. c610e62 print arbitrary constant pool entries by Chris Lattner · 20 years ago
  17. 0e0de2f Added an index field to GlobalAddressSDNode so it can represent X+12, etc. by Evan Cheng · 20 years ago
  18. 435b402 Add support for a new STRING and LOCATION node for line number support, patch by Chris Lattner · 20 years ago
  19. a8d37d7 more progress towards bug 291 being finished. Patch by Owen Anderson, by Chris Lattner · 20 years ago
  20. 377bdbf Improve Selection DAG printer portability. Patch by Owen Anderson! by Chris Lattner · 20 years ago
  21. a22eae0 Teach the graph viewer to handle register operands that are zero. by Chris Lattner · 20 years ago
  22. fda6944 add a method by Chris Lattner · 20 years ago
  23. c30405e Change ConstantPoolSDNode to actually hold the Constant itself instead of by Chris Lattner · 20 years ago
  24. bb8cc0a Fix pasto that prevented VT ndoes from showing up in -view-isel-dags correctly by Chris Lattner · 20 years ago
  25. 4990335 Print physreg register nodes with target names (e.g. F1) instead of numbers by Chris Lattner · 20 years ago
  26. 802080d Fix printing of VTSDNodes by Chris Lattner · 20 years ago
  27. 3318232 Eliminate the RegSDNode class, which 3 nodes (CopyFromReg/CopyToReg/ImplicitDef) by Chris Lattner · 20 years ago
  28. 7e57d18 Use a extant helper to do this. by Chris Lattner · 20 years ago
  29. a54e201 * Unbreak release build * Add comments to #endif pragmas for readability by Misha Brukman · 20 years ago
  30. 8191442 Fix PR611, codegen'ing SREM of FP operands to fmod or fmodf instead of by Chris Lattner · 20 years ago
  31. b47f5e6 You can't use config options without config.h by Chris Lattner · 20 years ago
  32. 46524e2 Make this use the new autoconf support for finding the executables for by Chris Lattner · 20 years ago
  33. fcc53ad As discussed on IRC, this stuff is just for debugging. by Chris Lattner · 20 years ago
  34. 51ded0e If the Graphviz program is available, use it to visualize dot graphs. by Chris Lattner · 20 years ago
  35. de0a4b1 Change *EXTLOAD to use an VTSDNode operand instead of being an MVTSDNode. by Chris Lattner · 20 years ago
  36. 9440d6e Print SrcValue nodes correctly by Chris Lattner · 21 years ago
  37. 7745116 Convert tabs to spaces by Misha Brukman · 21 years ago
  38. 835702a Remove trailing whitespace by Misha Brukman · 21 years ago
  39. 2c331fb Don't mash stuff together. by Chris Lattner · 21 years ago
  40. 630d193 Print extra type for nodes with extra type info. by Chris Lattner · 21 years ago
  41. e727af0 Add new ImplicitDef node, rename CopyRegSDNode class to RegSDNode. by Chris Lattner · 21 years ago
  42. c278556 Print the value types in the nodes of the graph by Chris Lattner · 21 years ago
  43. 1308b48 Print SelectionDAGs bottom up, include extra info in the node labels by Chris Lattner · 21 years ago
  44. b241b44 Add a marker for the graph root. by Chris Lattner · 21 years ago
  45. 12be027 Put the operation name in each node, put the function name on the graph. by Chris Lattner · 21 years ago
  46. 7f65075 Implement initial selectiondag printing support. This gets us a nice by Chris Lattner · 21 years ago