log

age author description
Thu, 14 Apr 2011 11:50:36 -0400 zgu 7033100: CreateMinidumpOnCrash does not work for failed asserts
Wed, 27 Jul 2011 17:24:11 -0700 Thomas Wuerthinger Fixed compiler warnings.
Wed, 27 Jul 2011 14:17:00 -0700 Thomas Wuerthinger Fixed a () type bug in the negate canonicalizer.
Wed, 27 Jul 2011 14:16:38 -0700 Thomas Wuerthinger Fixed a bug in which the valueEquals method was misused. The method does only check the equality of the node data and not full GVN equality by taking inputs and successors into account.
Wed, 27 Jul 2011 14:15:26 -0700 Thomas Wuerthinger Relaxed create.bat to enable building with VS2010 Express
Wed, 27 Jul 2011 14:14:53 -0700 Thomas Wuerthinger Changed benchmarktool to python script instead of shell script
Wed, 27 Jul 2011 14:14:14 -0700 Thomas Wuerthinger Updated hgignore
Wed, 27 Jul 2011 11:53:37 +0200 Gilles Duboscq Canonicalize Negate(Negate(x)) for int/long remove incorrect canonicalization of FloatSub(0.0, x) to Negate(x)
Wed, 27 Jul 2011 10:33:03 +0200 Gilles Duboscq Add utility functions to create add & multiply integer nodes, removed wrong comment
Mon, 25 Jul 2011 12:12:10 +0200 Peter Hofer IdealGraphVisualizer: since the Graal gradient color filter and unconnected slot filter are generally applicable, make them "standard filters" and add helper functions to use them from JavaScript
Thu, 21 Jul 2011 14:58:08 +0200 Gilles Duboscq Apply rematerializtion only to GVNed Nodes
Thu, 21 Jul 2011 11:32:22 +0200 Gilles Duboscq Fix for usages that are phi in rematerialization
Wed, 20 Jul 2011 18:50:39 +0200 Gilles Duboscq Merge
Wed, 20 Jul 2011 18:49:19 +0200 Gilles Duboscq Added Verify option to be able to diable graph verification, ideal graph printing now also print string value for colors, removed redundant DCE/Canon phases
Wed, 20 Jul 2011 10:52:00 +0200 Peter Hofer IdealGraphVisualizer: new splash screen that says Ideal Graph Visualizer and sponsored by Oracle