log

age author description
Tue, 05 Apr 2011 19:14:03 -0700 never 7032963: StoreCM shouldn't participate in store elimination
Tue, 19 Apr 2011 20:40:20 -0700 coleenp Merge
Sat, 16 Apr 2011 11:59:54 +0200 thurka 7007254: NullPointerException occurs with jvisualvm placed under a dir. including Japanese chars
Fri, 15 Apr 2011 09:36:28 -0400 coleenp 7032407: Crash in LinkResolver::runtime_resolve_virtual_method()
Thu, 14 Apr 2011 23:06:33 -0400 vladidan Merge
Thu, 14 Apr 2011 11:02:05 -0400 vladidan Merge
Tue, 12 Apr 2011 10:32:42 -0400 vladidan Merge
Mon, 11 Apr 2011 23:02:37 -0400 vladidan 7005865: Crash when running with PrintIRWithLIR
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
Tue, 19 Jul 2011 13:48:43 +0200 Gilles Duboscq Canonicalize Compare if x valueEquals y, make EndNode return an empty list for cfgSux if it has no merge instead of retruning a list conatining null, make runjython executable, add a ProblemsIdeas.txt file
Mon, 18 Jul 2011 13:30:37 +0200 Peter Hofer IdealGraphVisualizer: show a warning and ask the user whether to proceed before viewing a graph while the graph or its group is still being loaded. Opening such a graph can cause numerous problems and typically results in a NullPointerException or ConcurrentModificationException.
Mon, 18 Jul 2011 11:35:16 +0200 Peter Hofer IdealGraphVisualizer: replace some single-threaded usages of StringBuffer with StringBuilder
Mon, 18 Jul 2011 11:56:49 +0200 Gilles Duboscq Merge
Thu, 14 Jul 2011 22:22:44 +0200 Gilles Duboscq Draft rematerialization after eager GVN, only canonicalize new nodes after loop optimisations
Thu, 14 Jul 2011 15:42:23 +0200 Lukas Stadler merge
Thu, 14 Jul 2011 15:41:13 +0200 Lukas Stadler more comments on examples, extended deopt example
Thu, 14 Jul 2011 10:33:35 +0200 Lukas Stadler cleanup, new shell scripts for examples
Wed, 13 Jul 2011 17:20:53 +0200 Peter Hofer IdealGraphVisualizer: modify RemoveFilter to optionally remove all nodes that became orphans as result of the remove and add a JavaScript removeIncludeOrphans() filter function
Wed, 13 Jul 2011 15:09:54 +0200 Peter Hofer IdealGraphVisualizer: introduce GraalGradientColorFilter that colors nodes using a customizable color gradient, based on how a numeric property is located in a specified interval. Includes an examples filter that applies the filter to the probability property.
Wed, 13 Jul 2011 15:08:49 +0200 Gilles Duboscq Fix for loop inversion now runs tests, fop, lusearch, eclipse, avrora and scimark
Wed, 13 Jul 2011 15:05:04 +0200 Gilles Duboscq Canonicalize Compare with same inputs
Tue, 12 Jul 2011 18:14:45 +0200 Gilles Duboscq Merge
Tue, 12 Jul 2011 17:54:32 +0200 Gilles Duboscq Fix broken code in exemples, Fix regression and bug in peeling/inverting
Tue, 12 Jul 2011 17:00:25 +0200 Lukas Stadler global absolute probability analysis:
Tue, 12 Jul 2011 13:10:33 +0200 Gilles Duboscq Finish implementation of loop inversion
Tue, 12 Jul 2011 13:10:11 +0200 Gilles Duboscq Fix for NormalizeCompare->Compare canonicalization : care must be taken for the unordered case
Mon, 11 Jul 2011 17:55:55 +0200 Peter Hofer IdealGraphVisualizer: put HTML tooltip texts between <HTML> and </HTML> to ensure they are not displayed as plain text
Mon, 11 Jul 2011 17:52:58 +0200 Peter Hofer Replace Compare with NormalizeComparison and constant 0 as inputs with a single Compare; correct/remove encountered wrong comments
Mon, 11 Jul 2011 13:41:33 +0200 Peter Hofer IdealGraphVisualizer: provide upscaled icons for branding
Mon, 11 Jul 2011 13:31:51 +0200 Peter Hofer IdealGraphVisualizer: select blocks in the control flow graph by double-clicking them, thus allowing to move blocks without selecting them and changing the selecting in the node graph
Sun, 10 Jul 2011 11:21:37 +0200 Gilles Duboscq Fix for vector tree in splitting
Fri, 08 Jul 2011 18:35:51 +0200 Gilles Duboscq Merge
Fri, 08 Jul 2011 18:00:39 +0200 Gilles Duboscq revert outer framesate scheduling change
Fri, 08 Jul 2011 15:00:16 +0200 Gilles Duboscq Merge
Fri, 08 Jul 2011 14:49:01 +0200 Gilles Duboscq Fix for peeling spliting : inner framestates which are attached to nodes after the coloring can not be colored
Fri, 08 Jul 2011 13:38:38 +0200 Gilles Duboscq More precise inOrBefore, make both inOrBefore and inOrAfter accessible on Loop, compute inOrAfter, inOrBefore and full loop nodes only if needed
Thu, 07 Jul 2011 18:21:30 +0200 Gilles Duboscq Canonicalize & DCE after peeling, fix for spliting in peeling
Thu, 07 Jul 2011 16:04:21 +0200 Gilles Duboscq Removed assertion in EdgeMoveOptimizer that is not valid anymore because of guards
Fri, 08 Jul 2011 18:02:04 +0200 Thomas Wuerthinger Merge.
Fri, 08 Jul 2011 18:01:29 +0200 Thomas Wuerthinger Simplified some of the examples.
Fri, 08 Jul 2011 15:25:57 +0200 Peter Hofer IdealGraphVisualizer: Update branding to use a custom application icon and the Oracle logo, also don't show the version in the main window title bar
Fri, 08 Jul 2011 14:26:12 +0200 Peter Hofer IdealGraphVisualizer: Make scheduling more robust by ignoring graphs without any nodes and by using the node with the lowest id as root when there is no node labeled "Root" and no node without predecessors
Fri, 08 Jul 2011 11:56:25 +0200 Peter Hofer IdealGraphVisualizer: in the standard group organizer, put single graphs below group nodes too
Fri, 08 Jul 2011 13:41:27 +0200 Lukas Stadler added FrameModifier extension, added deopt example
Thu, 07 Jul 2011 20:46:20 +0200 Thomas Wuerthinger New optimization phase example.
Thu, 07 Jul 2011 19:58:00 +0200 Thomas Wuerthinger Merge.