log

age author description
Mon, 18 Nov 2013 09:11:30 +0100 Michael Haupt temporary addition of CompilerDirectives.transferToInterpreterAndInvalidate()
Fri, 15 Nov 2013 11:20:18 +0100 Gilles Duboscq s/commands/mx_graal/ in mx/sanitycheck.py
Thu, 14 Nov 2013 23:29:19 +0100 Doug Simon moved options guiding when to use profile info in compiled type checks to InstanceOfSnippets
Thu, 14 Nov 2013 15:02:17 +0100 Doug Simon moved raw memory TLAB allocation routine into NewInstanceStub and unsnippetized it
Wed, 13 Nov 2013 11:14:31 -0800 Tom Rodriguez don't sign extend integer laods
Wed, 13 Nov 2013 11:38:06 +0100 Roland Schatz Move FixedValueAnchorNode out of hotspot dependent project.
Tue, 12 Nov 2013 19:39:25 -0800 Mick Jordan mx: rename commands.py as mx_graal.py
Tue, 12 Nov 2013 16:22:18 -0800 Mick Jordan unlink mx_graal.py
Tue, 12 Nov 2013 13:54:05 -0500 S.Bharadwaj Yadavalli Implement support for passing byte arguments in Java methods to be compiled to PTX.
Tue, 12 Nov 2013 16:21:56 +0100 Roland Schatz Make it possible to run counted loop detection on a single loop.
Tue, 12 Nov 2013 13:12:29 +0100 Doug Simon made external node ids stable across graph dumps to the IGV
Tue, 12 Nov 2013 12:07:49 +0100 Roland Schatz Delete accidentially commited files.
Tue, 12 Nov 2013 11:01:42 +0100 Gilles Duboscq nmethod.cpp: s/unknwon/unknown/
Tue, 12 Nov 2013 10:59:06 +0100 Gilles Duboscq Remove some useless short casts, synchronize deoptimization.hpp with HotSpotMetaAccessProvider
Mon, 11 Nov 2013 23:43:53 +0100 Doug Simon HSAIL: used scoped option overriding for all GraalKernelTester based tests
Mon, 11 Nov 2013 22:44:41 +0100 Doug Simon fixes building on MacOS for recent HSAIL changes
Mon, 11 Nov 2013 21:43:03 +0100 Christian Humer SL: fixed eclipse formatter problems.
Mon, 11 Nov 2013 21:40:18 +0100 Christian Humer Merge.
Mon, 11 Nov 2013 21:34:44 +0100 Christian Humer SL: Enhanced SimpleLanguage with support for if statements, function calls, function caching + inlining and builtins.
Mon, 11 Nov 2013 17:56:52 +0100 Roland Schatz Canonicalize coversions that don't change the type.
Mon, 11 Nov 2013 17:54:16 +0100 Roland Schatz Invalidate cached nodes after canonicalization in full unrolling.
Mon, 11 Nov 2013 17:49:41 +0100 Roland Schatz Test case for loop unrolling.
Sun, 10 Nov 2013 20:54:48 -0800 Mick Jordan mx_graal.py symlink for commands.py for static import
Sun, 10 Nov 2013 21:34:18 +0100 Doug Simon replaced global snippet and template node metrics with per-snippet and per-template metrics
Sun, 10 Nov 2013 21:31:18 +0100 Doug Simon remove use of snippets for lowering nop write barriers
Sun, 10 Nov 2013 17:55:12 +0100 Doug Simon made SnippetGraphNodeCount count the right thing; re-enable prepared snippet graph caching by default
Sun, 10 Nov 2013 14:37:39 +0100 Doug Simon make 'mx unittest' still pass even if HSAIL device is not available
Sun, 10 Nov 2013 13:18:09 +0100 Doug Simon more HSAIL support in the C++ layer for executing HSAIL code on the simulator
Sun, 10 Nov 2013 11:42:31 +0100 Doug Simon HSAIL support for compare-and-swap and volatile load/store operations
Sat, 09 Nov 2013 21:34:07 +0100 Christos Kotselidis Merge