log

age author description
Tue, 14 Jun 2011 16:41:27 +0200 Thomas Wuerthinger Tentative change that adds successor tags.
Tue, 14 Jun 2011 15:10:46 +0200 Thomas Wuerthinger Improved performance for looking up primitive types.
Wed, 15 Jun 2011 17:41:00 +0200 Peter Hofer IdealGraphVisualizer: revise quick search to be case-insensitive, to perform a string search in the "name" property when no other property key is specified, and to handle regular expressions that are malformed because of editing in progress
Wed, 15 Jun 2011 16:56:15 +0200 Peter Hofer IdealGraphVisualizer: Reintroduce quick search and fix its broken node selection behavior
Wed, 15 Jun 2011 15:57:08 +0200 Peter Hofer IdealGraphVisualizer: ignore selection changes that are triggered when the scene is rebuilding during an update: this fixes problems with hidden nodes or blocks when opening a different graph or a diff view
Wed, 15 Jun 2011 14:30:40 +0200 Peter Hofer IdealGraphVisualizer: eliminate compiler warnings by replacing calls to deprecated API methods, introducing generics parameters where missing, and when absolutely necessary adding @SuppressWarnings annotations
Wed, 15 Jun 2011 13:20:09 +0200 Peter Hofer IdealGraphVisualizer: Fix debugging (breakpoints etc.) by not overwriting VM args
Wed, 15 Jun 2011 11:21:53 +0200 Lukas Stadler added GraalOptions.TestGraphDuplication, fixed graph duplication
Wed, 15 Jun 2011 09:50:02 +0200 Lukas Stadler removed System.out and System.err rewiring in Sandbox, removed duplicate deopts in GraphBuilderPhase
Tue, 14 Jun 2011 16:47:31 +0200 Lukas Stadler another fix to debug info (on-stack parameters), DCE removes unnecessary merges and LoopBegins whose LoopEnd went away
Tue, 14 Jun 2011 11:03:14 +0200 Lukas Stadler make runfop.sh executable
Sat, 11 Jun 2011 18:41:40 +0200 Thomas Wuerthinger Updated design document (incorporated comments from Peter Kessler).
Fri, 10 Jun 2011 21:52:19 +0200 Thomas Wuerthinger Merge.
Fri, 10 Jun 2011 21:51:42 +0200 Thomas Wuerthinger More on lowering.
Thu, 09 Jun 2011 19:39:03 +0200 Thomas Wuerthinger More work on lowering phase.
Thu, 09 Jun 2011 18:59:28 +0200 Thomas Wuerthinger Added two algorithms for identifying Java-level blocks.
Thu, 09 Jun 2011 17:34:10 +0200 Thomas Wuerthinger Merge.
Thu, 09 Jun 2011 17:33:59 +0200 Thomas Wuerthinger Small change.
Thu, 09 Jun 2011 17:29:11 +0200 Thomas Wuerthinger Merge.
Thu, 09 Jun 2011 17:28:56 +0200 Thomas Wuerthinger Towards lowering phase.
Thu, 09 Jun 2011 14:56:14 +0200 Thomas Wuerthinger Rename ClipNode=>FixedGuard and FixedNullCheck=>IsNonNull.
Fri, 10 Jun 2011 19:50:32 +0200 Lukas Stadler merge
Fri, 10 Jun 2011 19:50:16 +0200 Lukas Stadler fixed graph start frame state
Fri, 10 Jun 2011 16:53:34 +0200 Gilles Duboscq Fix for NodeWorkList
Fri, 10 Jun 2011 15:12:10 +0200 Lukas Stadler merge
Fri, 10 Jun 2011 15:01:14 +0200 Lukas Stadler deoptimization action (invalidate, reprofile, ...)
Fri, 10 Jun 2011 10:28:31 +0200 Gilles Duboscq Add NodeWorkList
Fri, 10 Jun 2011 10:27:34 +0200 Gilles Duboscq Merge
Fri, 10 Jun 2011 10:27:23 +0200 Gilles Duboscq Print less graphs to IGV
Thu, 09 Jun 2011 14:44:36 +0200 Gilles Duboscq merge