log

age author description
Mon, 14 Apr 2014 15:07:55 -0700 Tom Rodriguez Update comment message about unoptimized virtual call sites
Mon, 14 Apr 2014 15:07:05 -0700 Tom Rodriguez enable sharing of debug info all the time
Mon, 14 Apr 2014 15:05:52 -0700 Tom Rodriguez correct size in printed in message
Tue, 15 Apr 2014 02:26:53 +0200 Christian Humer Truffle: reverted accidently changed compiler options.
Mon, 14 Apr 2014 22:36:42 +0200 Christian Humer SL: Make SLStackTraceBuilting comfortable with non-graal runtimes.
Mon, 14 Apr 2014 22:36:16 +0200 Christian Humer Truffle: Make ThreadSafetyTest scream louder if an assertion fails.
Mon, 14 Apr 2014 22:35:37 +0200 Christian Humer SL: temporary disable failing HelloEqualsWorld.
Mon, 14 Apr 2014 20:37:16 +0200 Christian Humer Truffle: fixed some minor formatting/findbugs problems.
Mon, 14 Apr 2014 20:32:25 +0200 Christian Humer Truffle: API-change: renamed CallNode to DirectCallNode and added IndirectCallNode.
Mon, 14 Apr 2014 19:11:47 +0200 Lukas Stadler add support for skipping stack frames in StackIntrospection.getStackTrace
Mon, 14 Apr 2014 18:46:56 +0200 Christian Humer Truffle: Merge context sensitive inlining removal with stack trace support.
Mon, 14 Apr 2014 18:25:23 +0200 Christian Humer Truffle: context sensitive inlining cleanup
Mon, 14 Apr 2014 18:25:23 +0200 Christian Humer Truffle: Made inlining context-insensitive again to reduce complexity.
Mon, 14 Apr 2014 18:20:09 +0200 Lukas Stadler change to StackIntrospection and Truffle getStackTrace implementation
Mon, 14 Apr 2014 15:38:19 +0200 Doug Simon mx: added exportlibs command
Mon, 14 Apr 2014 15:10:10 +0200 Roland Schatz Don't rely on every memory read reading the value kind of the access location.
Mon, 14 Apr 2014 15:07:23 +0200 Roland Schatz Keep metadata annotation in NewArrayStub, and add exception to stub invariants.
Mon, 14 Apr 2014 15:07:01 +0200 Roland Schatz Don't drop metadata annotation in ConstantNode smart constructors.
Mon, 14 Apr 2014 15:02:46 +0200 Roland Schatz Properly mark metaspace data references as compressed/uncompressed.
Mon, 14 Apr 2014 11:59:22 +0200 Andreas Woess PartialEvaluator: quick fix for inlining regression
Mon, 14 Apr 2014 11:12:39 +0200 Lukas Stadler do not drop null check in ReadNode.canonical
Mon, 14 Apr 2014 11:12:39 +0200 Lukas Stadler remove unused MemoryAnchorNodes
Sun, 13 Apr 2014 22:55:23 +0200 Doug Simon HSAIL: added tests using Java8 lambdas
Sun, 13 Apr 2014 22:53:59 +0200 Doug Simon disabled ControlPTXTest.testControl2 until PTXHotSpotLIRGenerator.emitCompress is implemented
Sun, 13 Apr 2014 22:53:47 +0200 Doug Simon put CompileTheWorld log statement behind verbose option
Fri, 04 Apr 2014 17:23:20 -0700 twisti simplified com.oracle.graal.hotspot.meta.HotSpotLoweringProvider.get*BarrierType methods
Fri, 11 Apr 2014 20:06:54 +0200 Andreas Woess Merge
Fri, 11 Apr 2014 19:27:39 +0200 Andreas Woess Merge
Fri, 11 Apr 2014 17:41:27 +0200 Andreas Woess UnsafeCastNode: enable inference of more precise stamp
Fri, 11 Apr 2014 16:41:56 +0200 Andreas Woess PartialEvaluator: fix compilation tracing