log

age author description
Tue, 07 Apr 2015 18:02:05 +0200 Doug Simon converted @MethodSubstitutions for java.util.Arrays to MethodSubstitutionPlugins
Tue, 07 Apr 2015 17:41:19 +0200 Doug Simon moved registration of AMD64 specific plugins to AMD64GraphBuilderPlugins
Tue, 07 Apr 2015 17:32:26 +0200 Doug Simon added MethodSubstitutionPlugin as (eventual) replacement for @MethodSubstitution mechanism
Mon, 06 Apr 2015 13:14:01 +0200 Doug Simon changed InvocationPlugin.execute to be a default method instead of a static method
Mon, 06 Apr 2015 00:19:30 +0200 Doug Simon replaced method substitution for GraalCompilerTest.breakpoint() with an InvocationPlugin
Mon, 06 Apr 2015 00:08:22 +0200 Doug Simon replaced method substitutions for [Integer|Long].numberOf[Leading|Trailing]Zeros with InvocationPlugins
Thu, 09 Apr 2015 15:35:53 +0200 Andreas Woess Truffle: avoid redundant readFieldValue
Thu, 09 Apr 2015 15:12:23 +0200 Andreas Woess Truffle: remove unused code
Thu, 09 Apr 2015 17:40:55 +0200 Gilles Duboscq Move com.oracle.nfi implementation to graal.truffle.hotspot since it implements an interface that does not live in the graal class-loader
Thu, 09 Apr 2015 17:50:15 +0200 Roland Schatz Fix unsigned remainder graph builder plugin.
Thu, 09 Apr 2015 17:47:52 +0200 Roland Schatz Create floating reads in snippets.
Thu, 09 Apr 2015 15:04:09 +0200 Roland Schatz Better verification in assertSnippetKills.
Thu, 09 Apr 2015 16:13:32 +0200 Stefan Anzinger Use native byte order on UnsafeArrayTypeReader
Thu, 09 Apr 2015 15:46:14 +0200 Stefan Anzinger Merge
Thu, 09 Apr 2015 15:45:47 +0200 Stefan Anzinger [SPARC] SPARCLMulccOp cannot work on constants; load values before
Thu, 09 Apr 2015 15:35:29 +0200 Stefan Anzinger UnsafeArrayType(Writer|Reader): Use naturally aligned Unsafe access (Important for SPARC)
Thu, 09 Apr 2015 14:30:30 +0200 Gilles Duboscq CTW: Black-list some package to avoid linking problems when using an Oracle JDK >= 8u40
Thu, 09 Apr 2015 13:27:37 +0200 Stefan Anzinger Merge
Thu, 09 Apr 2015 13:26:14 +0200 Stefan Anzinger [SOLARIS] Call constructor of Arena implicitely; on SolarisStudio the destructor behavior is different
Wed, 08 Apr 2015 23:07:55 -0700 Christian Wimmer Disable new graph partial evaluator by default
Wed, 08 Apr 2015 22:38:40 -0700 Christian Wimmer New partial evaluator that works on encoded graphs (instead of on bytecodes)
Wed, 08 Apr 2015 22:07:50 -0700 Christian Wimmer Support node canonicalization when not all usages of a node are known yet
Wed, 08 Apr 2015 22:05:40 -0700 Christian Wimmer Guard against NullPointerException
Wed, 08 Apr 2015 22:01:36 -0700 Christian Wimmer Add convenient shouldNotReachHere method
Wed, 08 Apr 2015 22:00:47 -0700 Christian Wimmer Refactoring to allow re-use of inlining methods during a partial evaluation
Wed, 08 Apr 2015 21:59:42 -0700 Christian Wimmer Allow scaling factors in integer options; add support for Long values in addition to Integer values
Wed, 08 Apr 2015 21:58:46 -0700 Christian Wimmer Cache the reflection Field in HotSpotResolvedFieldImpl, since it is accessed repeatedly when accessing the annotations of the field
Thu, 09 Apr 2015 02:15:16 +0200 Andreas Woess Truffle: add bytecode interpreter example using virtual dispatch instead of switch
Thu, 09 Apr 2015 01:26:59 +0200 Andreas Woess Truffle: add performance warnings (non-inlinable call, non-leaf type cast/instanceof)
Thu, 09 Apr 2015 01:26:46 +0200 Andreas Woess Truffle: include slots in FrameDescriptor#toString()