summaryrefslogtreecommitdiff
path: root/lib/CodeGen/ScheduleDAGPrinter.cpp
Commit message (Expand)AuthorAge
* Put the functionality for printing a value to a raw_ostream as anChandler Carruth2014-01-09
* Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth2014-01-07
* ScheduleDAG: colorize the DOT graph and improve formatting.Andrew Trick2013-01-25
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Add a getName function to MachineFunction. Use it in places that previously d...Craig Topper2012-08-22
* Cleanup in preparation for misched: Move DAG visualization logic.Andrew Trick2012-03-07
* whitespaceAndrew Trick2012-03-07
* drop unneeded config.h includesDylan Noblesmith2011-12-22
* Twinify GraphWriter a little bit.Benjamin Kramer2011-11-15
* Pass the graph to the DOTGraphTraits.getEdgeAttributes().Tobias Grosser2011-02-27
* Remove ShortNames from getNodeLabel in DOTGraphTraitsTobias Grosser2009-11-30
* Instantiate DefaultDOTGraphTraitsTobias Grosser2009-11-30
* Trim unnecessary includes.Evan Cheng2009-10-20
* Fix some refactos for iostream changes (in -Asserts mode).Daniel Dunbar2009-08-23
* Switch to getNameStr().Daniel Dunbar2009-07-24
* Switch some clients to Value::getName(), and other getName() userDaniel Dunbar2009-07-22
* Get rid of the global CFGOnly flag by threading a ShortNames parameters throu...Owen Anderson2009-06-24
* Apparently some MachineBasicBlock's don't have corresponding llvm basic blocks.Evan Cheng2009-02-11
* Move a few containers out of ScheduleDAGInstrs::BuildSchedGraphDan Gohman2009-01-15
* This getEdgeAttributes doesn't need a template argument.Dan Gohman2008-12-16
* Rename SDep's isSpecial to isArtificial, to make this field a littleDan Gohman2008-11-21
* Experimental post-pass scheduling support. Post-pass schedulingDan Gohman2008-11-19