log

age author description
Wed, 07 Aug 2013 19:13:11 +0200 Lukas Stadler don't intrinsify Object.getClass and NodeClass.get in AOT
Wed, 07 Aug 2013 18:37:53 +0200 Lukas Stadler additional test in EscapeAnalysisTest
Wed, 07 Aug 2013 18:36:15 +0200 Lukas Stadler macro node for NodeClass.get(Class)
Wed, 07 Aug 2013 18:35:59 +0200 Lukas Stadler macro node for System.identityHashCode
Wed, 07 Aug 2013 18:35:38 +0200 Lukas Stadler macro node for Object.getClass
Wed, 07 Aug 2013 18:34:19 +0200 Lukas Stadler create null check for MacroSubstitution + MethodSubstitution case
Wed, 07 Aug 2013 18:33:44 +0200 Lukas Stadler new PureFunctionMacroNode
Wed, 07 Aug 2013 16:45:23 +0200 Doug Simon Merge.
Wed, 07 Aug 2013 16:44:54 +0200 Doug Simon made VM_ERROR foreign call a leaf
Wed, 07 Aug 2013 16:36:06 +0200 Doug Simon minor logging improvement
Wed, 07 Aug 2013 16:35:47 +0200 Doug Simon more CRC32 intrinsification tests
Wed, 07 Aug 2013 16:35:16 +0200 Doug Simon fixed bug in java.util.zip.CRC32.updateBytes stub: non-scratch register c_arg3 (i.e. rcx on Unix) was being used, overwriting a live value
Wed, 07 Aug 2013 10:59:10 +0200 Doug Simon ignore sources for which class files do not exist
Wed, 07 Aug 2013 02:10:59 +0200 Doug Simon Merge.
Wed, 07 Aug 2013 02:02:33 +0200 Doug Simon added test for intrinsification of CRC32 method introduced in jdk8 (GRAAL-385)
Wed, 07 Aug 2013 01:57:15 +0200 Doug Simon minor spelling correction
Wed, 07 Aug 2013 01:56:56 +0200 Doug Simon moved tests for CRC32 intrinsics to the right place (GRAAL-385)
Wed, 07 Aug 2013 01:54:09 +0200 Doug Simon used movslq instead of movl in CRC32 interpreter stub
Wed, 07 Aug 2013 01:52:44 +0200 Doug Simon added support for handling volatile registers across native runtime calls
Tue, 06 Aug 2013 23:36:36 +0200 Doug Simon add intrinsics for java.util.zip.CRC32 (GRAAL-385)
Wed, 07 Aug 2013 16:05:49 +0200 Bernhard Urban unittest: also pick up @Parameters annotation
Wed, 07 Aug 2013 12:52:39 +0200 Andreas Woess FrameAccessNode: check that constant frame slot is not null.
Wed, 07 Aug 2013 14:07:06 +0200 Christos Kotselidis Fix snippet counter naming
Wed, 07 Aug 2013 14:06:10 +0200 Christos Kotselidis Change scope of logging methods
Mon, 05 Aug 2013 22:23:00 -0700 twisti SPARC: a lot of fixes and more
Mon, 05 Aug 2013 22:21:47 -0700 twisti SPARC and Solaris fixes after HSX merge
Tue, 06 Aug 2013 22:12:12 +0200 Doug Simon Merge.
Tue, 06 Aug 2013 21:40:09 +0200 Doug Simon fixed bug in java.util.zip.CRC32.updateBytes interpreter entry stub
Tue, 06 Aug 2013 18:32:04 +0200 Doug Simon Merge.
Tue, 06 Aug 2013 18:31:23 +0200 Doug Simon fixed bug in java.util.zip.CRC32.update(int b) interpreter entry stub and re-enabled CRC32 intrinsics
Tue, 06 Aug 2013 18:10:44 +0200 Doug Simon avoid use of JUnitWrapper when exactly one test is being executed
Tue, 06 Aug 2013 16:13:05 +0200 Doug Simon removed obsolete checkcast snippets
Tue, 06 Aug 2013 21:28:58 +0200 Lukas Stadler fix lowering of StoreIndexedNode (anchor read of element klass)
Tue, 06 Aug 2013 10:50:53 -0700 Mick Jordan CR-917 fix for ExceptionObjectNode
Tue, 06 Aug 2013 17:30:47 +0200 Christos Kotselidis Merge
Tue, 06 Aug 2013 14:39:47 +0200 Christos Kotselidis Merge
Tue, 06 Aug 2013 14:38:46 +0200 Christos Kotselidis Field renaming
Tue, 06 Aug 2013 14:25:12 +0200 Christos Kotselidis Augment Writebarrier verification phase to account for G1, plus code simplification
Tue, 06 Aug 2013 14:23:23 +0200 Christos Kotselidis Augment write barrier addition tests for G1
Tue, 06 Aug 2013 14:16:06 +0200 Christos Kotselidis Add util method for gc
Tue, 06 Aug 2013 14:11:01 +0200 Christos Kotselidis Nullify deopt state of writenodes with G1 pre barriers
Tue, 06 Aug 2013 14:00:49 +0200 Christos Kotselidis Ordinal check for unsafe load lowering
Tue, 06 Aug 2013 16:04:45 +0200 Roland Schatz Set stateAfter in lowering of CompareAndSwapNode.
Tue, 06 Aug 2013 16:04:44 +0200 Roland Schatz Remove duplicate fields from LoweredCompareAndSwapNode.
Tue, 06 Aug 2013 16:04:44 +0200 Roland Schatz Remove unused field from CompareAndSwapNode.
Mon, 05 Aug 2013 20:20:32 -0700 twisti fix HotSpotMethodData to read the correct values on little and big endian
Mon, 05 Aug 2013 23:46:06 +0200 Andreas Woess Merge
Mon, 05 Aug 2013 18:00:16 +0200 Andreas Woess Truffle: lower FrameSetNode to StoreIndexed instead of UnsafeStore (experimental).
Mon, 05 Aug 2013 17:53:07 +0200 Andreas Woess Increase TruffleGraphMaxNodes to 20000.
Mon, 05 Aug 2013 17:00:00 +0200 Andreas Woess TruffleCache refactoring.
Mon, 05 Aug 2013 16:52:16 +0200 Andreas Woess Truffle: Do not cache graal graphs (not used at the moment).
Mon, 05 Aug 2013 16:47:20 +0200 Andreas Woess TruffleCache: do not inline invoke with null receiver.
Mon, 05 Aug 2013 22:37:13 +0200 Doug Simon Merge.
Mon, 05 Aug 2013 16:37:06 +0200 Doug Simon Merge.
Mon, 05 Aug 2013 14:00:14 +0200 Doug Simon added interactive selection capability to 'mx javap' command
Mon, 05 Aug 2013 11:24:44 +0200 Doug Simon added receiver null check in canonicalization of java.lang.Class macro nodes
Mon, 05 Aug 2013 19:50:34 +0200 Christian Humer Truffle-DSL: specialization group fixes.
Mon, 05 Aug 2013 19:48:15 +0200 Christian Humer Truffle-DSL: Fixed a bug in the code writer when a line overflowed with an exact size of 200.
Mon, 05 Aug 2013 19:46:51 +0200 Christian Humer Merge.
Mon, 05 Aug 2013 13:20:06 +0200 Christian Humer Merge.