log graal/GraalCompiler/src/com/sun/c1x/debug/GraphvizPrinterObserver.java @ 2841:633e66de40fe

age author description
Tue, 31 May 2011 16:54:15 +0200 Lukas Stadler merge
Mon, 30 May 2011 14:55:09 +0200 Gilles Duboscq Add block structure to ideal graph visualizer
Fri, 27 May 2011 17:48:28 +0200 Lukas Stadler first part of loop reworking
Wed, 18 May 2011 11:50:58 +0200 Peter Hofer IdealGraphPrinterObserver, GraphvizPrinterObserver: replace possibly invalid characters in file names
Wed, 18 May 2011 11:27:10 +0200 Peter Hofer GraphvizPrinterObserver: close output stream also in case of exception
Fri, 13 May 2011 15:18:41 +0200 Lukas Stadler * BlockBegin.predecessors changed to List<BlockEnd>
Wed, 11 May 2011 14:45:32 +0200 Peter Hofer Add option PrintDOTGraphToFile to produce Graphviz graphs in the DOT language for compiled methods that match PrintFilter