log

age author description
Mon, 10 Nov 2014 19:29:08 +0100 Andreas Woess Truffle: add NodeInterface and require that all child fields be of this type
Mon, 10 Nov 2014 19:08:52 +0100 Andreas Woess Truffle: remove obsolete node
Mon, 10 Nov 2014 19:03:06 +0100 Andreas Woess Truffle: fix stable array canonicalization
Mon, 10 Nov 2014 20:23:05 +0100 Doug Simon fixed toString() for JavaConstants
Mon, 10 Nov 2014 20:16:12 +0100 Doug Simon Merge.
Mon, 10 Nov 2014 18:18:42 +0100 Doug Simon Merge.
Mon, 10 Nov 2014 18:16:21 +0100 Doug Simon mx: added --fail-fast option to unittest that stops Junit after first input class causing a test failure
Mon, 10 Nov 2014 18:13:01 +0100 Doug Simon be verbose about replay compilation test failure
Mon, 10 Nov 2014 17:28:38 +0100 Doug Simon removed annotation denoting which proxied invocations have their results cached (for now, all results are cached)
Sun, 09 Nov 2014 17:01:15 +0100 Doug Simon removed *Impl types in signatures of Remote interfaces
Sun, 09 Nov 2014 16:59:10 +0100 Doug Simon IntegerStamp.constant only returns a single value stamp for PrimitiveConstants
Sun, 09 Nov 2014 16:56:36 +0100 Doug Simon fixed NullConstant.equals to handle NullConstant not being a singleton
Fri, 07 Nov 2014 22:18:17 +0100 Doug Simon converted JavaConstant to an interface
Fri, 07 Nov 2014 22:00:11 +0100 Doug Simon (re)converted Value to an interface
Mon, 10 Nov 2014 18:32:32 +0100 Gilles Duboscq Fix HotSpotCodeCacheProvider.disassemble
Mon, 10 Nov 2014 17:14:06 +0100 Doug Simon made LocationIdentity values support .equals() instead of identity (i.e. '==') for equality comparisons (and as hash map keys)
Mon, 10 Nov 2014 16:49:41 +0100 Doug Simon fixed reference in javadoc
Mon, 10 Nov 2014 11:24:22 +0100 Josef Eisl MethodCallTargetNode: replace StampFactory.declared() with StampFactory.declaredNonNull().
Mon, 10 Nov 2014 11:31:41 +0100 Josef Eisl MethodCallTargetNode: document the single implementor optimization.
Thu, 06 Nov 2014 12:40:28 +0100 Josef Eisl MethodCallTargetNode: also simplify default method calls to virtual calls if possible.
Sun, 09 Nov 2014 16:33:40 +0000 Chris Seaton Add CONTRIBUTING.md file which will show up in GitHub when people try to send pull requests.
Sun, 09 Nov 2014 00:54:15 +0000 Chris Seaton Truffle: RootNode#getExecutionContext.
Sat, 08 Nov 2014 22:22:00 +0000 Chris Seaton Truffle: simpler, more consistent toString for DirectCallNode subclasses.
Sat, 08 Nov 2014 22:03:36 +0000 Chris Seaton Truffle: more explicit warning about isCompilationConstant.
Sat, 08 Nov 2014 15:28:58 +0100 Bernhard Urban hotspotvmcfg: adding jacoco exclude marker
Fri, 07 Nov 2014 15:46:38 -0800 Tom Rodriguez add mutable/immutable factory methods to NamedLocationIdentity
Fri, 07 Nov 2014 09:44:15 -0800 Tom Rodriguez fix mx warning
Fri, 07 Nov 2014 14:50:43 +0100 Doug Simon preliminary code for managing and testing replay/remote compilation
Fri, 07 Nov 2014 12:36:32 +0100 Doug Simon Merge.
Fri, 07 Nov 2014 12:35:58 +0100 Doug Simon disable blocking compilation requests once GraalRuntime::shutdown has been called
Fri, 07 Nov 2014 12:34:18 +0100 Doug Simon removed getKind() from HotSpotMetaspaceConstant and made the latter extend StampProvider
Fri, 07 Nov 2014 11:28:34 +0100 Doug Simon moved use of HotSpotMetaAccessProvider to locations on the "local" side of remote compilation
Fri, 07 Nov 2014 10:58:57 +0100 Roland Schatz Intrinsify Math.abs(float).
Fri, 07 Nov 2014 10:58:50 +0100 Roland Schatz Support bitwise logic on float and double operands.
Fri, 07 Nov 2014 10:56:51 +0100 Roland Schatz Make abs and sqrt subclasses of UnaryArithmeticNode.
Thu, 06 Nov 2014 23:49:31 +0100 Doug Simon added GraalCompiler.Request to encapsulate all inputs to a compilation
Thu, 06 Nov 2014 23:12:41 +0100 Doug Simon made HotSpotMetaspaceConstantImpl.forMetaspaceObject and HotSpotMetaspaceConstantImpl.getMetaspaceObject package private
Thu, 06 Nov 2014 23:04:43 +0100 Doug Simon reduced use of HotSpotObjectConstantImpl.forObject
Thu, 06 Nov 2014 22:39:36 +0100 Doug Simon fixed use of reflection in HSAILHotSpotAssembler
Thu, 06 Nov 2014 20:44:09 +0100 Doug Simon fixed minor regressions after removing HotSpotObjectConstantImpl.asObject()
Thu, 06 Nov 2014 20:23:51 +0100 Doug Simon fixed eclipseformat issue
Thu, 06 Nov 2014 20:14:47 +0100 Doug Simon Merge.
Thu, 06 Nov 2014 20:13:08 +0100 Doug Simon removed HotSpotObjectConstantImpl.asObject()
Thu, 06 Nov 2014 14:52:46 +0100 Doug Simon replaced HotSpotObjectConstantImpl.isCompressed() with HotSpotObjectConstant.isCompressed()
Thu, 06 Nov 2014 13:57:43 +0100 Doug Simon added HotSpotObjectConstant.isInternedString()
Thu, 06 Nov 2014 13:55:47 +0100 Doug Simon added HotSpotObjectConstant.getCompositeValueClass()
Thu, 06 Nov 2014 13:50:10 +0100 Doug Simon added HotSpotObjectConstant.getCallSiteTarget()
Thu, 06 Nov 2014 13:48:01 +0100 Doug Simon added HotSpotObjectConstant.getSuperclass()
Thu, 06 Nov 2014 13:28:35 +0100 Doug Simon added HotSpotObjectConstant.getComponentType()
Thu, 06 Nov 2014 13:26:33 +0100 Doug Simon added HotSpotObjectConstant.getNodeClass()
Thu, 06 Nov 2014 13:24:16 +0100 Doug Simon added HotSpotObjectConstant.getIdentityHashCode()
Thu, 06 Nov 2014 13:22:00 +0100 Doug Simon added PureFunction annotation
Thu, 06 Nov 2014 13:19:25 +0100 Doug Simon added HotSpotObjectConstant.getClassLoader()
Thu, 06 Nov 2014 13:18:23 +0100 Doug Simon made Replacements interface extend Remote
Thu, 06 Nov 2014 16:27:21 +0100 Lukas Stadler PEA: use block predecessor as insertion position if possible
Thu, 06 Nov 2014 10:20:08 +0100 Christian Humer Truffle: implemented defer compilation statistics
Thu, 06 Nov 2014 10:20:06 +0100 Christian Humer Truffle: implemented defer compilation.
Wed, 05 Nov 2014 19:29:11 +0100 Christian Humer Truffle: minor cleanup
Wed, 05 Nov 2014 19:19:29 +0100 Christian Humer Truffle: cleanup trace performance warnings listener.
Wed, 05 Nov 2014 19:18:57 +0100 Christian Humer Truffle: cleanup TraceInliningListener.