log src/share/tools/IdealGraphVisualizer/nbproject/project.properties @ 21177:7eb4d233e434

age author description
Fri, 01 May 2015 18:24:45 -0700 Tom Rodriguez Increase Integer cache size in IGV
Wed, 29 Apr 2015 08:31:28 +0200 Michael Haupt add support for control flow window and basic block view on graphs
Fri, 20 Mar 2015 18:33:31 +0100 Thomas Wuerthinger Fix dependencies in IGV NetBeans project. Contributed-by: Michael Haupt <michael.haupt@oracle.com>
Tue, 12 Aug 2014 15:14:46 -0700 Tom Rodriguez Increase size of Integer.IntegerCache for igv to reduce duplicate boxed integers
Tue, 22 Oct 2013 15:10:14 +0200 Gilles Duboscq Add an optional name to HotSpotNmethod. Print it during deopt. Use it when installing a Truffle compilation
Mon, 02 Jul 2012 16:53:12 +0200 Gilles Duboscq Work on loop unswitching, things look ok, still disabled until FloatingRead preserves loop-closed form
Thu, 09 Feb 2012 18:20:56 +0100 Thomas Wuerthinger Make IntegerAddNode non-final.
Tue, 07 Feb 2012 22:53:27 +0100 Thomas Wuerthinger Revert old igv.
Tue, 07 Feb 2012 22:24:29 +0100 Thomas Wuerthinger Introduce "sharedactions" project. Share export and zoom actions between cfg and igv visualizer.
Sun, 05 Feb 2012 00:52:10 +0100 Thomas Wuerthinger Renamed snapshots to snapshots view.
Sun, 05 Feb 2012 00:46:25 +0100 Thomas Wuerthinger Added snapshots view.
Sat, 04 Feb 2012 21:41:02 +0100 Thomas Wuerthinger Remove server compiler project. Create new lookup utility.
Sat, 04 Feb 2012 21:12:50 +0100 Thomas Wuerthinger Clean, improve and rename coordinator component.
Thu, 02 Feb 2012 17:51:39 +0100 Thomas Wuerthinger Removed SelectionCoordinator; now CFG and Graph view working in parallel.
Wed, 01 Feb 2012 18:29:28 +0100 Thomas Wuerthinger Extracted editor into a new project to separate it from the diagram scene view.
Tue, 31 Jan 2012 00:23:10 +0100 Thomas Wuerthinger Added CFG editor from c1visualizer.
Sat, 28 Jan 2012 16:07:06 +0100 Thomas Wuerthinger Removed CFG view and related concepts from IGV.
Fri, 27 Jan 2012 23:57:47 +0100 Thomas Wuerthinger Removed StructuredText model.
Fri, 27 Jan 2012 23:56:17 +0100 Thomas Wuerthinger Fixed regression in diff view. Fully removed text editor.
Fri, 27 Jan 2012 23:32:59 +0100 Thomas Wuerthinger Removed graph-to-text component and associated classes from igv.
Fri, 27 Jan 2012 23:31:28 +0100 Thomas Wuerthinger Removed scripting proxies (and therefore support for running igv on java 5 or below).
Mon, 04 Jul 2011 10:56:19 +0200 Peter Hofer IdealGraphVisualizer: Disable assertions for RequestProcessor to prevent annoying messages in case of multiple SceneAnimator update tasks in the default RequestProcessor.
Mon, 20 Jun 2011 19:06:35 +0200 Gilles Duboscq Merge
Mon, 20 Jun 2011 18:41:26 +0200 Gilles Duboscq Fix a bug where we would deopt to a non pendingException Framestate inside a exception handler + some FrameState methods cleanups
Mon, 20 Jun 2011 17:30:15 +0200 Peter Hofer IdealGraphVisualizer: add textual representation and coloring scheme for the Graal compiler and remove Maxine-specific code
Mon, 20 Jun 2011 11:47:57 +0200 Peter Hofer IdealGraphVisualizer: drop C1XVisualizer editor component again; instead, use the TextEditor framework merged in with the Kenai sources and aim to extend it where necessary
Wed, 15 Jun 2011 13:20:09 +0200 Peter Hofer IdealGraphVisualizer: Fix debugging (breakpoints etc.) by not overwriting VM args
Wed, 08 Jun 2011 15:36:30 +0200 Peter Hofer IdealGraphVisualizer: merge changes from the IGV project on Kenai and add Oracle copyright notices where necessary
Wed, 01 Jun 2011 16:55:36 +0200 Peter Hofer IdealGraphVisualizer: Integrate Text Editor module, add some required C1XVisualizer classes
Mon, 23 May 2011 18:03:55 +0200 Peter Hofer IdealGraphVisualizer: Upgrade to NetBeans 7.0 as platform
Thu, 30 Oct 2008 17:08:48 -0700 never 6764622: IdealGraphVisualizer fixes
Mon, 23 Jun 2008 18:21:18 -0700 never 6604014: add support for ideal graph visualizer