aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/ScheduleDAGPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-1/+0
* Update to LLVM 3.5a.Stephen Hines2014-04-241-1/+0
* ScheduleDAG: colorize the DOT graph and improve formatting.Andrew Trick2013-01-251-0/+4
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-1/+1
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-6/+6
* Add a getName function to MachineFunction. Use it in places that previously d...Craig Topper2012-08-221-2/+1
* Cleanup in preparation for misched: Move DAG visualization logic.Andrew Trick2012-03-071-9/+8
* whitespaceAndrew Trick2012-03-071-3/+3
* drop unneeded config.h includesDylan Noblesmith2011-12-221-1/+0
* Twinify GraphWriter a little bit.Benjamin Kramer2011-11-151-5/+5
* Pass the graph to the DOTGraphTraits.getEdgeAttributes().Tobias Grosser2011-02-271-1/+2
* Remove ShortNames from getNodeLabel in DOTGraphTraitsTobias Grosser2009-11-301-5/+2
* Instantiate DefaultDOTGraphTraitsTobias Grosser2009-11-301-0/+3
* Trim unnecessary includes.Evan Cheng2009-10-201-1/+0
* Fix some refactos for iostream changes (in -Asserts mode).Daniel Dunbar2009-08-231-2/+2
* Switch to getNameStr().Daniel Dunbar2009-07-241-5/+5
* Switch some clients to Value::getName(), and other getName() userDaniel Dunbar2009-07-221-2/+2
* Get rid of the global CFGOnly flag by threading a ShortNames parameters throu...Owen Anderson2009-06-241-4/+6
* Apparently some MachineBasicBlock's don't have corresponding llvm basic blocks.Evan Cheng2009-02-111-3/+7
* Move a few containers out of ScheduleDAGInstrs::BuildSchedGraphDan Gohman2009-01-151-3/+3
* This getEdgeAttributes doesn't need a template argument.Dan Gohman2008-12-161-2/+2
* Rename SDep's isSpecial to isArtificial, to make this field a littleDan Gohman2008-11-211-1/+1
* Experimental post-pass scheduling support. Post-pass schedulingDan Gohman2008-11-191-0/+93