log graal/com.oracle.graal.printer/src/com/oracle/graal/printer/BinaryGraphPrinter.java @ 15470:c55f44b3c5e5

age author description
Fri, 02 May 2014 12:02:27 +0200 Lukas Stadler remove NodesToDoubles, refactoring of node probability and inlining relevance computation
Tue, 22 Apr 2014 11:37:15 +0200 Josef Eisl Move GraalOptions to graal.compiler.common.
Thu, 17 Apr 2014 10:26:13 +0200 Lukas Stadler small refactoring of NodeClass.Position, remove duplicated functionality
Thu, 17 Apr 2014 13:18:18 +0200 Josef Eisl Move packages com.oracle.graal.cfg to com.oracle.graal.compiler.common.cfg.
Wed, 16 Apr 2014 17:57:11 +0200 Josef Eisl Create com.oracle.graal.cfg project and move CFG related files.
Wed, 09 Apr 2014 19:08:53 +0200 Josef Eisl Fix most raw type references.
Fri, 13 Dec 2013 14:41:59 +0100 Doug Simon removed support for external nodes (GRAAL-508)
Tue, 12 Nov 2013 13:12:29 +0100 Doug Simon made external node ids stable across graph dumps to the IGV
Tue, 05 Nov 2013 20:03:42 +0100 Doug Simon added graph compression (GRAAL-571)
Sun, 03 Nov 2013 15:27:52 +0100 Doug Simon made ConstantNodes external to a Graph (GRAAL-508)
Tue, 22 Oct 2013 10:15:37 +0200 Gilles Duboscq Small refactoring of edge dumping in BinaryGraphPrinter
Thu, 17 Oct 2013 18:18:05 +0200 Gilles Duboscq Optimize Binary Graph format for more compact size
Thu, 17 Oct 2013 18:23:20 +0200 Gilles Duboscq Binary Graphs: use 16bits for pool indices
Thu, 17 Oct 2013 18:18:05 +0200 Gilles Duboscq Small optimizations to Binary Printer and IGV's BinaryParser
Tue, 17 Sep 2013 10:34:26 +0200 Roland Schatz Support for sub-graphs in IGV.
Thu, 18 Jul 2013 14:34:45 +0200 Lukas Stadler new Option PrintGraphProbabilities to output probabilities during binary graph dumping
Wed, 23 Jan 2013 16:34:57 +0100 Doug Simon applied mx eclipseformat to all Java files
Mon, 03 Dec 2012 13:53:53 +0100 Gilles Duboscq graal.graph refactorings
Tue, 27 Nov 2012 17:22:19 +0100 Doug Simon removed a usage of ResolvedJavaType.toJava()
Mon, 26 Nov 2012 18:24:08 -0800 Christian Wimmer close() method for dump handlers should not throw IOException
Tue, 09 Oct 2012 15:23:38 -0700 Christian Wimmer Cleanup of Graal API: Rename methods so that it follows the getXxx naming convention and so that they are similar to the names of the java.lang.reflect classes. Remove unused methods.
Mon, 08 Oct 2012 17:30:11 +0200 Doug Simon renamed package: com.oracle.graal.lir.cfg -> com.oracle.graal.nodes.cfg
Sun, 07 Oct 2012 14:15:44 +0200 Doug Simon rename packages in graal.phases to match project name
Fri, 14 Sep 2012 13:42:58 +0200 Gilles Duboscq use more sensible string representation for classes in the binary graph protocol
Thu, 12 Jul 2012 16:59:09 +0200 Gilles Duboscq Make DebugDumpHandler closable, close them on compiler thread when compiler threads finish
Wed, 11 Jul 2012 14:36:32 +0200 Gilles Duboscq Put Binary and xml dumpers behing a common interface and use the same dumphandler for them
Wed, 11 Jul 2012 14:13:38 +0200 Gilles Duboscq Adapt the coloring filter for binary dumped graphs
Tue, 10 Jul 2012 15:02:41 +0200 Gilles Duboscq Add ability to give an existing to getDebugProperties
Mon, 09 Jul 2012 15:30:20 +0200 Gilles Duboscq Remove useless Edge class
Mon, 09 Jul 2012 14:15:55 +0200 Gilles Duboscq Add binary graph dumping to compiler (-G:+PrintBinaryGraphs)