summaryrefslogtreecommitdiff
path: root/lib/CodeGen/ScheduleDAGPrinter.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-08-22Add a getName function to MachineFunction. Use it in places that previously d...Craig Topper1-2/+1
2012-03-07Cleanup in preparation for misched: Move DAG visualization logic.Andrew Trick1-9/+8
2012-03-07whitespaceAndrew Trick1-3/+3
2011-12-22drop unneeded config.h includesDylan Noblesmith1-1/+0
2011-11-15Twinify GraphWriter a little bit.Benjamin Kramer1-5/+5
2011-02-27Pass the graph to the DOTGraphTraits.getEdgeAttributes().Tobias Grosser1-1/+2
2009-11-30Remove ShortNames from getNodeLabel in DOTGraphTraitsTobias Grosser1-5/+2
2009-11-30Instantiate DefaultDOTGraphTraitsTobias Grosser1-0/+3
2009-10-20Trim unnecessary includes.Evan Cheng1-1/+0
2009-08-23Fix some refactos for iostream changes (in -Asserts mode).Daniel Dunbar1-2/+2
2009-07-24Switch to getNameStr().Daniel Dunbar1-5/+5
2009-07-22Switch some clients to Value::getName(), and other getName() userDaniel Dunbar1-2/+2
2009-06-24Get rid of the global CFGOnly flag by threading a ShortNames parameters throu...Owen Anderson1-4/+6
2009-02-11Apparently some MachineBasicBlock's don't have corresponding llvm basic blocks.Evan Cheng1-3/+7
2009-01-15Move a few containers out of ScheduleDAGInstrs::BuildSchedGraphDan Gohman1-3/+3
2008-12-16This getEdgeAttributes doesn't need a template argument.Dan Gohman1-2/+2
2008-11-21Rename SDep's isSpecial to isArtificial, to make this field a littleDan Gohman1-1/+1
2008-11-19Experimental post-pass scheduling support. Post-pass schedulingDan Gohman1-0/+93