aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/ScheduleDAGPrinter.cpp
AgeCommit message (Expand)Author
2013-01-25ScheduleDAG: colorize the DOT graph and improve formatting.Andrew Trick
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-08-22Add a getName function to MachineFunction. Use it in places that previously d...Craig Topper
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