aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/ScheduleDAGPrinter.cpp
AgeCommit message (Expand)Author
2012-03-07Cleanup in preparation for misched: Move DAG visualization logic.Andrew Trick
2012-03-07whitespaceAndrew Trick
2011-12-22drop unneeded config.h includesDylan Noblesmith
2011-11-15Twinify GraphWriter a little bit.Benjamin Kramer
2011-02-27Pass the graph to the DOTGraphTraits.getEdgeAttributes().Tobias Grosser
2009-11-30Remove ShortNames from getNodeLabel in DOTGraphTraitsTobias Grosser
2009-11-30Instantiate DefaultDOTGraphTraitsTobias Grosser
2009-10-20Trim unnecessary includes.Evan Cheng
2009-08-23Fix some refactos for iostream changes (in -Asserts mode).Daniel Dunbar
2009-07-24Switch to getNameStr().Daniel Dunbar
2009-07-22Switch some clients to Value::getName(), and other getName() userDaniel Dunbar
2009-06-24Get rid of the global CFGOnly flag by threading a ShortNames parameters throu...Owen Anderson
2009-02-11Apparently some MachineBasicBlock's don't have corresponding llvm basic blocks.Evan Cheng
2009-01-15Move a few containers out of ScheduleDAGInstrs::BuildSchedGraphDan Gohman
2008-12-16This getEdgeAttributes doesn't need a template argument.Dan Gohman
2008-11-21Rename SDep's isSpecial to isArtificial, to make this field a littleDan Gohman
2008-11-19Experimental post-pass scheduling support. Post-pass schedulingDan Gohman