log

age author description
Fri, 05 Apr 2013 01:53:50 +0200 Doug Simon split the ExceptionObjectNode into two nodes during lowering; the original node remains to denote the entry to an exception handler and a new LoadExceptionObjectNode is placed after it to load the exception object
Fri, 05 Apr 2013 01:51:24 +0200 Doug Simon added test for a compiled exception handler
Fri, 05 Apr 2013 01:29:09 +0200 Doug Simon passed a Replacements object to ArrayCopyNode and ObjectCloneNode instead of using the Graal.getRequiredCapability() API
Fri, 05 Apr 2013 01:26:48 +0200 Doug Simon added getReplacements() to LoweringTool
Fri, 05 Apr 2013 01:22:36 +0200 Doug Simon moved Replacements and MacroSubstitution from the graal.api.replacements project to graal.nodes project and reversed the dependency between these two projects (the latter now/again depends on the former)
Fri, 05 Apr 2013 01:12:46 +0200 Doug Simon passed a Replacements object to inlining utility methods that need one instead of the GraalRuntime API
Thu, 04 Apr 2013 16:58:59 +0200 Lukas Stadler Merge
Thu, 04 Apr 2013 15:31:27 +0200 Lukas Stadler remove UNKNOWN_LOCATION
Thu, 04 Apr 2013 15:05:48 +0200 Doug Simon ensure generated Jar.launch files have the same format as that produced when refreshing in Eclipse
Thu, 04 Apr 2013 14:29:07 +0200 Doug Simon Merge.
Thu, 04 Apr 2013 14:28:34 +0200 Doug Simon fixed more concurrency issues in ReplacementsImpl
Wed, 03 Apr 2013 22:52:11 +0200 Doug Simon fixed concurrency issues in ReplacementsImpl
Wed, 03 Apr 2013 21:55:41 +0200 Doug Simon fixed compiler warnings
Wed, 03 Apr 2013 21:53:32 +0200 Doug Simon renames: [HotSpot]ReplacementsInstaller -> [HotSpot]ReplacementsImpl
Wed, 03 Apr 2013 21:51:44 +0200 Doug Simon implemented lazy installation of replacements (GRAAL-137)
Thu, 04 Apr 2013 13:55:35 +0200 Christian Wirth Merged
Thu, 04 Apr 2013 13:26:34 +0200 Christian Wirth on building 'server0', return
Thu, 04 Apr 2013 11:57:04 +0200 Christian Haeubl added JUnit 4.11 support to ProfilingInfoTest
Thu, 04 Apr 2013 10:04:49 +0200 Lukas Stadler Merge
Thu, 04 Apr 2013 10:04:22 +0200 Lukas Stadler make read elimination configurable (for tests)
Wed, 03 Apr 2013 16:47:11 +0200 Lukas Stadler Merge
Thu, 28 Mar 2013 17:37:09 +0100 Lukas Stadler rename early read elimination option and enable it
Wed, 03 Apr 2013 16:56:43 +0200 Bernhard Urban mx/unittest: make it more portable across systems
Wed, 03 Apr 2013 15:01:48 +0200 Christian Haeubl style fixes
Wed, 03 Apr 2013 14:41:22 +0200 Christian Haeubl Merge.
Thu, 28 Mar 2013 17:11:06 +0100 Christian Haeubl changed profiling of exceptions so that the ExceptionSeen flag also works without GRAALVM
Thu, 28 Mar 2013 13:38:47 +0100 Christian Haeubl minor C1/C2 fix
Thu, 28 Mar 2013 13:01:31 +0100 Christian Haeubl checkstyle fixes
Thu, 28 Mar 2013 12:58:50 +0100 Christian Haeubl Merge.
Thu, 28 Mar 2013 12:55:13 +0100 Christian Haeubl finished ProfilingInfo testcases
Wed, 27 Mar 2013 17:25:59 +0100 Christian Haeubl added API to reset the profiling information for a method
Wed, 27 Mar 2013 10:36:57 +0100 Christian Haeubl API to access nullness profiling information for instanceof, checkcast, and aastore
Tue, 26 Mar 2013 15:35:20 +0100 Christian Haeubl fixed -XX:+PrintDeoptimizationDetails in debug/fastdebug build
Tue, 26 Mar 2013 14:35:32 +0100 Christian Haeubl changed parameters of InliningPhase
Wed, 03 Apr 2013 10:08:42 +0200 Doug Simon search for classes containing annotations returns source file as well as class name
Wed, 03 Apr 2013 00:20:46 +0200 Doug Simon resolved ambiguity for Parameter class when developing against JDK8
Tue, 02 Apr 2013 23:18:24 +0200 Doug Simon made it easier to run newly added PTX test methods from the command line
Tue, 02 Apr 2013 14:08:26 +0200 Bernhard Urban unsafeCast: remove anchor node in NewObjectSnippets
Tue, 02 Apr 2013 14:51:59 +0200 Roland Schatz Fix bug in integer canonicalization.
Tue, 02 Apr 2013 12:57:58 +0200 Roland Schatz Merge.
Tue, 02 Apr 2013 11:48:46 +0200 Roland Schatz Canonicalize (a + b) - b and (a - b) + b.
Tue, 02 Apr 2013 11:47:56 +0200 Roland Schatz Cull frame states before lowering.
Tue, 02 Apr 2013 12:14:15 +0200 Bernhard Urban unsafeCast: anchor cast after initialization of an object
Tue, 02 Apr 2013 11:53:01 +0200 Doug Simon share debug environment across multiple tests
Mon, 01 Apr 2013 21:47:39 +0200 Christian Humer Disabled log.
Mon, 01 Apr 2013 21:43:39 +0200 Christian Humer Updated codegen tests for guards and builtins.
Mon, 01 Apr 2013 21:43:20 +0200 Christian Humer Implemented codegen guard definitions can now omit unused parameters.
Mon, 01 Apr 2013 12:19:15 +0200 Christian Humer Renamed node method parser base class.
Mon, 01 Apr 2013 12:14:54 +0200 Christian Humer Refactored ParameterSpec constructors.
Mon, 01 Apr 2013 11:52:38 +0200 Christian Humer Refactor to shared template method signature comparison.
Fri, 29 Mar 2013 21:39:54 +0100 Doug Simon Merge.
Fri, 29 Mar 2013 21:05:51 +0100 Doug Simon fixed bug in computation of nested lock depth
Fri, 29 Mar 2013 14:19:04 +0100 Doug Simon renamed MonitorValue to HotSpotMonitorValue and moved it to com.oracle.graal.hotspot project
Fri, 29 Mar 2013 12:54:56 +0100 Doug Simon added HotSpotLIRFrameState subclass of LIRFrameState to move HotSpot specific handling of lock state into HotSpot specific classes
Fri, 29 Mar 2013 12:33:24 +0100 Doug Simon removed no longer necessary method: CodeCacheProvider.getSizeOfLockData()
Fri, 29 Mar 2013 12:31:42 +0100 Doug Simon modeling of lock state removed from LIR and runtime specific debug info for locks moved into runtime specific classes
Fri, 29 Mar 2013 12:22:27 +0100 Doug Simon made 'mx archive' clean up temporary files upon failure during archive file creation
Fri, 29 Mar 2013 18:21:43 +0100 Matthias Grimmer Merge
Fri, 29 Mar 2013 18:21:26 +0100 Matthias Grimmer Add annotation processor to graal.hotspot; make sure that executeHelper gets replaced
Fri, 29 Mar 2013 18:06:01 +0100 Matthias Grimmer Move code of InstalledCode substitution to graal.hotspot