aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/ScheduleDAGPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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