1. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  2. 59afba0 Add a (disabled by default) way to view the ID of a node. by Chris Lattner · 17 years ago
  3. a6fb1b6 Added major new capabilities to scheduler (only BURR for now) to support physical register dependency. The BURR scheduler can now backtrace and duplicate instructions in order to avoid "expensive / impossible to copy" values (e.g. status flag EFLAGS for x86) from being clobbered. by Evan Cheng · 17 years ago
  4. 713a98d Use struct SDep instead of std::pair for SUnit pred and succ lists. First step by Evan Cheng · 17 years ago
  5. eaf0894 Enhance APFloat to retain bits of NaNs (fixes oggenc). by Dale Johannesen · 17 years ago
  6. 3e1a7ae Add an option, -view-sunit-dags, for viewing the actual SUnit DAGs used by by Dan Gohman · 17 years ago
  7. 7a0a4fc Make chain dependencies blue, in addition to being dashed. by Dan Gohman · 17 years ago
  8. b55757e Qualify several calls to functions in the MVT namespace, for consistency. by Dan Gohman · 17 years ago
  9. 832171c Removing even more <iostream> includes. by Bill Wendling · 18 years ago
  10. 5f64a16 Fixing the ENABLE_OPTIMIZED=1 DISABLE_ASSERTIONS=1 build. by Jim Laskey · 18 years ago
  11. 0030582 Rename ISD::MemOpAddrMode to ISD::MemIndexedMode by Evan Cheng · 18 years ago
  12. 6cc31ae Print jumptable index. by Evan Cheng · 18 years ago
  13. 34ab4d4 Make flag and chain edges visually distinguishable from value edges in DOT by Chris Lattner · 18 years ago
  14. 649b7ef Fix printer for StoreSDNode. by Evan Cheng · 18 years ago
  15. 26f7fa7 Make it simplier to dump DAGs while in DAGCombiner. Remove a nasty optimization. by Jim Laskey · 18 years ago
  16. 2e49f09 Naming consistency. by Evan Cheng · 18 years ago
  17. 45aeccc Also update getNodeLabel for LoadSDNode. by Evan Cheng · 18 years ago
  18. 01078fb Debugging kruft by Jim Laskey · 18 years ago
  19. ec20402 Add ability to annotate (color) nodes in a viewGraph. by Jim Laskey · 18 years ago
  20. d6594ae Added support for machine specific constantpool values. These are useful for by Evan Cheng · 18 years ago
  21. 9d5b532 For PR801: by Reid Spencer · 18 years ago
  22. fcadfbb For PR798: by Reid Spencer · 18 years ago
  23. 5267651 print arbitrary constant pool entries by Chris Lattner · 18 years ago
  24. 61ca74b Added an index field to GlobalAddressSDNode so it can represent X+12, etc. by Evan Cheng · 19 years ago
  25. 36ce691 Add support for a new STRING and LOCATION node for line number support, patch by Chris Lattner · 19 years ago
  26. 6bf234c more progress towards bug 291 being finished. Patch by Owen Anderson, by Chris Lattner · 19 years ago
  27. 3aa2c74 Improve Selection DAG printer portability. Patch by Owen Anderson! by Chris Lattner · 19 years ago
  28. 44fa764 Teach the graph viewer to handle register operands that are zero. by Chris Lattner · 19 years ago
  29. 37345fe add a method by Chris Lattner · 19 years ago
  30. 5839bf2 Change ConstantPoolSDNode to actually hold the Constant itself instead of by Chris Lattner · 19 years ago
  31. e39db07 Fix pasto that prevented VT ndoes from showing up in -view-isel-dags correctly by Chris Lattner · 19 years ago
  32. 7228aa7 Print physreg register nodes with target names (e.g. F1) instead of numbers by Chris Lattner · 19 years ago
  33. a23e815 Fix printing of VTSDNodes by Chris Lattner · 19 years ago
  34. d5d0f9b Eliminate the RegSDNode class, which 3 nodes (CopyFromReg/CopyToReg/ImplicitDef) by Chris Lattner · 19 years ago
  35. ad95d6a Use a extant helper to do this. by Chris Lattner · 19 years ago
  36. cd33eef * Unbreak release build * Add comments to #endif pragmas for readability by Misha Brukman · 19 years ago
  37. 4c64dd7 Fix PR611, codegen'ing SREM of FP operands to fmod or fmodf instead of by Chris Lattner · 19 years ago
  38. 6e741f8 You can't use config options without config.h by Chris Lattner · 19 years ago
  39. c5f44ad Make this use the new autoconf support for finding the executables for by Chris Lattner · 19 years ago
  40. e388b5e As discussed on IRC, this stuff is just for debugging. by Chris Lattner · 19 years ago
  41. f1a2f15 If the Graphviz program is available, use it to visualize dot graphs. by Chris Lattner · 19 years ago
  42. 5f056bf Change *EXTLOAD to use an VTSDNode operand instead of being an MVTSDNode. by Chris Lattner · 19 years ago
  43. 2bf3c26 Print SrcValue nodes correctly by Chris Lattner · 19 years ago
  44. dedf2bd Convert tabs to spaces by Misha Brukman · 19 years ago
  45. edf128a Remove trailing whitespace by Misha Brukman · 19 years ago
  46. 4b78993 Don't mash stuff together. by Chris Lattner · 20 years ago
  47. 8a389bb Print extra type for nodes with extra type info. by Chris Lattner · 20 years ago
  48. 18c2f13 Add new ImplicitDef node, rename CopyRegSDNode class to RegSDNode. by Chris Lattner · 20 years ago
  49. c871e1d Print the value types in the nodes of the graph by Chris Lattner · 20 years ago
  50. e9c44cd Print SelectionDAGs bottom up, include extra info in the node labels by Chris Lattner · 20 years ago
  51. fc08d9c Add a marker for the graph root. by Chris Lattner · 20 years ago
  52. e0646b8 Put the operation name in each node, put the function name on the graph. by Chris Lattner · 20 years ago
  53. 6632848 Implement initial selectiondag printing support. This gets us a nice by Chris Lattner · 20 years ago