Move the LLVM IR asm writer header files into the IR directory, as they
[oota-llvm.git] / lib / CodeGen / ScheduleDAGPrinter.cpp
2014-01-07 Chandler CarruthMove the LLVM IR asm writer header files into the IR...
2013-01-25 Andrew TrickScheduleDAG: colorize the DOT graph and improve formatting.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-08-22 Craig TopperAdd a getName function to MachineFunction. Use it in...
2012-03-07 Andrew TrickCleanup in preparation for misched: Move DAG visualizat...
2012-03-07 Andrew Trickwhitespace
2011-12-22 Dylan Noblesmithdrop unneeded config.h includes
2011-11-15 Benjamin KramerTwinify GraphWriter a little bit.
2011-02-27 Tobias GrosserPass the graph to the DOTGraphTraits.getEdgeAttributes().
2009-11-30 Tobias GrosserRemove ShortNames from getNodeLabel in DOTGraphTraits
2009-11-30 Tobias GrosserInstantiate DefaultDOTGraphTraits
2009-10-20 Evan ChengTrim unnecessary includes.
2009-08-23 Daniel DunbarFix some refactos for iostream changes (in -Asserts...
2009-07-24 Daniel DunbarSwitch to getNameStr().
2009-07-22 Daniel DunbarSwitch some clients to Value::getName(), and other...
2009-06-24 Owen AndersonGet rid of the global CFGOnly flag by threading a Short...
2009-02-11 Evan ChengApparently some MachineBasicBlock's don't have correspo...
2009-01-15 Dan GohmanMove a few containers out of ScheduleDAGInstrs::BuildSc...
2008-12-16 Dan GohmanThis getEdgeAttributes doesn't need a template argument.
2008-11-21 Dan GohmanRename SDep's isSpecial to isArtificial, to make this...
2008-11-19 Dan GohmanExperimental post-pass scheduling support. Post-pass...