1. 9fb823b Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 13 years ago
  2. ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
  3. a538d83 Add a getName function to MachineFunction. Use it in places that previously did getFunction()->getName(). Remove includes of Function.h that are no longer needed. by Craig Topper · 13 years ago
  4. 1b2324d Cleanup in preparation for misched: Move DAG visualization logic. by Andrew Trick · 14 years ago
  5. 5297d8d whitespace by Andrew Trick · 14 years ago
  6. 9e5b178 drop unneeded config.h includes by Dylan Noblesmith · 14 years ago
  7. 4c93d15 Twinify GraphWriter a little bit. by Benjamin Kramer · 14 years ago
  8. 3ac8689 Pass the graph to the DOTGraphTraits.getEdgeAttributes(). by Tobias Grosser · 15 years ago
  9. dd7f2e7 Remove ShortNames from getNodeLabel in DOTGraphTraits by Tobias Grosser · 16 years ago
  10. 90d3340 Instantiate DefaultDOTGraphTraits by Tobias Grosser · 16 years ago
  11. ccc2e0c Trim unnecessary includes. by Evan Cheng · 16 years ago
  12. 34ee203 Fix some refactos for iostream changes (in -Asserts mode). by Daniel Dunbar · 16 years ago
  13. 12368685 Switch to getNameStr(). by Daniel Dunbar · 16 years ago
  14. 5899dda Switch some clients to Value::getName(), and other getName() user by Daniel Dunbar · 16 years ago
  15. b70adf2 Get rid of the global CFGOnly flag by threading a ShortNames parameters through the GraphViz rendering code. by Owen Anderson · 16 years ago
  16. 6f6abfd Apparently some MachineBasicBlock's don't have corresponding llvm basic blocks. by Evan Cheng · 17 years ago
  17. 619ef48 Move a few containers out of ScheduleDAGInstrs::BuildSchedGraph by Dan Gohman · 17 years ago
  18. cb6accf This getEdgeAttributes doesn't need a template argument. by Dan Gohman · 17 years ago
  19. 67b35bd Rename SDep's isSpecial to isArtificial, to make this field a little by Dan Gohman · 17 years ago
  20. 60cb69e Experimental post-pass scheduling support. Post-pass scheduling by Dan Gohman · 17 years ago