log

age author description
Mon, 27 Apr 2015 18:17:18 +0200 Gilles Duboscq graalRuntime: make service file parsing more robust:
Mon, 27 Apr 2015 16:11:46 +0200 Gilles Duboscq mx: services: make sure we don't produce empty lines
Mon, 27 Apr 2015 17:24:27 +0200 Christian Humer SL: fix division long overflow. Contributed-by: Raffaello Giulietti <raffaello.giulietti@supsi.ch>
Mon, 27 Apr 2015 11:55:51 +0200 Gilles Duboscq ReadElimination: only anchor guard if it is different from cachedValue's guard
Fri, 24 Apr 2015 17:27:32 +0200 Gilles Duboscq PrintStreamOption: also forward flushes to the VM
Mon, 27 Apr 2015 12:04:10 +0200 Gilles Duboscq mx: fix crash when there are no services
Sat, 25 Apr 2015 19:47:45 -0700 Michael Van De Vanter Truffle/Instrumentation: Javadoc corrections on Node.{getSourceSection,getEncapsulatingSourceSection}
Fri, 24 Apr 2015 12:05:38 -0700 Tom Rodriguez Use snippets for incrementing snippet counters
Thu, 23 Apr 2015 22:09:27 -0700 Tom Rodriguez Merge
Thu, 23 Apr 2015 21:18:27 -0700 Tom Rodriguez Better error reporting for missing card marks
Wed, 22 Apr 2015 16:42:05 -0700 Tom Rodriguez Better assertion message for NULL deference in graalJavaAccess
Wed, 22 Apr 2015 16:34:32 -0700 Tom Rodriguez Graal should use same soft reference policy as C2
Thu, 12 Mar 2015 14:15:09 +0100 roland 8069263: assert(fm == NULL || fm->method_holder() == _participants[n]) failed: sanity
Thu, 23 Apr 2015 17:25:04 -0700 Tom Rodriguez Merge
Thu, 23 Apr 2015 17:18:52 -0700 Tom Rodriguez Make sure an after state is available when lowering checkcast arraycopy
Thu, 23 Apr 2015 17:17:52 -0700 Tom Rodriguez Check for placeholder bci even when asserts are disabled
Thu, 23 Apr 2015 16:50:38 -0700 Christian Wimmer GraphDecoder must exactly reproduce the encoded graph, only SimplifyingGraphDecoder can remove unnecessary nodes
Thu, 23 Apr 2015 12:55:54 -0700 Tom Rodriguez Don't insert serial barriers for null stores
Thu, 23 Apr 2015 21:26:04 +0200 Gilles Duboscq mx create each service file atomically
Thu, 23 Apr 2015 21:30:54 +0200 Gilles Duboscq Group javap queries to discover Graal services
Thu, 23 Apr 2015 20:31:35 +0200 Gilles Duboscq All MemoryNode can be used as lastAccessLocation not only MemoryCheckpoints
Thu, 23 Apr 2015 20:27:15 +0200 Gilles Duboscq Use getPlaceholderBciName in HSDebugInfoBuilder assert
Thu, 23 Apr 2015 18:20:21 +0200 Roland Schatz Relax assertion in createWriteHub.
Thu, 23 Apr 2015 18:14:02 +0200 Roland Schatz Use @Inherited on @MarkerType annotation.
Thu, 23 Apr 2015 14:49:24 +0200 Gilles Duboscq Make should export graal service files
Thu, 23 Apr 2015 13:31:20 +0200 Gilles Duboscq Only extract service files for Graal services
Thu, 23 Apr 2015 14:48:52 +0200 Gilles Duboscq Move MatchProcessor and HotSpotVMConfigPorcessor to their own projects
Tue, 21 Apr 2015 17:32:06 +0200 Gilles Duboscq Move OptionProcessor to its own project
Wed, 22 Apr 2015 16:45:33 +0200 Gilles Duboscq Small clean-up in LoopEx
Thu, 23 Apr 2015 13:37:27 +0200 Thomas Wuerthinger Merge.
Thu, 23 Apr 2015 13:37:11 +0200 Thomas Wuerthinger Distinguish ends in the scheduling phase that always have to be the last node from other ends.
Wed, 22 Apr 2015 21:58:23 +0200 Thomas Wuerthinger Merge.
Wed, 22 Apr 2015 19:50:30 +0200 Thomas Wuerthinger Merge.
Wed, 22 Apr 2015 19:50:17 +0200 Thomas Wuerthinger Adjust scheduling test.
Wed, 22 Apr 2015 16:22:53 +0200 Thomas Wuerthinger Merge.
Wed, 22 Apr 2015 15:48:18 +0200 Thomas Wuerthinger Merge.
Wed, 22 Apr 2015 15:36:53 +0200 Thomas Wuerthinger Merge.
Wed, 22 Apr 2015 15:36:38 +0200 Thomas Wuerthinger Fix a bug in the schedule phase connected with data dependencies on a block end node that is not a control split node.
Thu, 23 Apr 2015 11:25:16 +0200 Roland Schatz Fix wrong argument order in writeNarrow match rule.
Wed, 22 Apr 2015 16:18:37 -0700 Christian Wimmer Manage null value manually to work around bug in older JDK versions
Wed, 22 Apr 2015 13:05:36 -0700 Christian Wimmer Test the GraphDecoder by encoding and decoding every graph after parsing; fix bugs found by that testing
Wed, 22 Apr 2015 11:38:25 -0700 Tom Rodriguez Mark locks without MonitorIdNode as eliminated
Wed, 22 Apr 2015 16:54:26 +0200 Roland Schatz Use trapping null check in g1PreWriteBarrier snippet.
Wed, 22 Apr 2015 16:46:57 +0200 Roland Schatz Remove CompressedNullCheckOp, merge functionality into regular NullCheckOp.
Tue, 21 Apr 2015 20:23:59 +0200 Doug Simon fixed race in HotSpotSnippetReflectionProvider.getInjectedNodeIntrinsicParameter()
Tue, 21 Apr 2015 15:55:09 +0200 Doug Simon improved javadoc for InvocationPlugin.inlineOnly()
Wed, 22 Apr 2015 15:04:01 +0200 Christian Humer Truffle-DSL: fix unnecessary cast in generated isIdentical for types used just in cached expressions .
Wed, 22 Apr 2015 11:00:26 +0200 Matthias Grimmer Interop: remove misplaced IllegalStateException
Tue, 21 Apr 2015 16:18:23 -0700 Christian Wimmer Move PEGraphDecoder from truffle to graal project; factor out SimplifyingGraphDecoder that performs just canonicalization but not method inlining; fix bugs
Tue, 21 Apr 2015 10:47:43 -0700 Tom Rodriguez Add MaxVectorSize to Graal globals
Tue, 21 Apr 2015 14:57:13 +0200 Roland Schatz G1PostWriteBarrier contains a memory barrier, so it has to kill any().
Tue, 21 Apr 2015 09:09:29 -0700 Christian Wimmer Guard for null pointer exception
Tue, 21 Apr 2015 17:32:53 +0200 Gilles Duboscq Merge
Tue, 21 Apr 2015 16:44:27 +0200 Gilles Duboscq mx: Merge graal service files
Tue, 21 Apr 2015 15:46:42 +0200 Gilles Duboscq Add make target for jars in lib/graal
Tue, 21 Apr 2015 14:59:02 +0200 Gilles Duboscq Distribution overlap is allowed for META-INF*, not just META-INF/services*
Tue, 21 Apr 2015 11:40:25 +0200 Lukas Stadler do not perform read elimination for deleted nodes
Tue, 21 Apr 2015 11:54:50 +0200 Christian Humer Truffle-DSL: initialize the polymorphic cached type also if the child node throws an exception.
Fri, 17 Apr 2015 16:18:17 +0200 Christian Humer Truffle-DSL: do not generate polymorphic nodes for nodes with all parameters evaluated in all execute methods.
Tue, 21 Apr 2015 10:32:52 +0200 Doug Simon fixed ImmutableCode related regression