log

age author description
Tue, 15 Apr 2014 19:06:49 +0200 Doug Simon re-enabled task tags by default
Tue, 15 Apr 2014 19:06:26 +0200 Doug Simon added --jdt-show-task-tags option to build command
Tue, 15 Apr 2014 16:16:24 +0200 Doug Simon made TraceTruffleCompilation option false by default
Tue, 15 Apr 2014 16:09:52 +0200 Doug Simon HSAIL: suppressed output in unit tests
Tue, 15 Apr 2014 15:37:35 +0200 Doug Simon enhanced API for scoped overriding of the current DebugConfig
Tue, 15 Apr 2014 17:56:27 +0200 Josef Eisl mx: add unittest option --baseline-whitelist.
Tue, 15 Apr 2014 17:11:48 +0200 Josef Eisl mx: add unittest options.
Tue, 15 Apr 2014 17:55:03 +0200 Josef Eisl BaselineCompiler: add basic loop support.
Mon, 14 Apr 2014 19:16:33 +0200 Josef Eisl Add more loop info to BciBlocks.
Mon, 14 Apr 2014 16:47:36 +0200 Josef Eisl BaselineCompiler: do not pass constants to blocks with multiple predecessors.
Thu, 10 Apr 2014 15:47:41 +0200 Josef Eisl Introduce HIRLoop.
Wed, 09 Apr 2014 17:38:16 +0200 Josef Eisl Remove LoopBeginNode loopBegin() from Loop.
Wed, 09 Apr 2014 17:11:48 +0200 Josef Eisl Make Loop generic.
Tue, 15 Apr 2014 13:34:29 +0200 Doug Simon create NodeClass for each Node subclass during class initialization of the latter
Tue, 15 Apr 2014 12:20:43 +0200 Christian Humer Truffle: fixed compiler options.
Mon, 14 Apr 2014 17:21:49 -1000 twisti add DeoptimizationStub
Mon, 14 Apr 2014 15:36:27 -1000 twisti HotSpotLIRGenerator should extend LIRGeneratorTool
Mon, 14 Apr 2014 15:08:30 -0700 Tom Rodriguez improve canBeStaticallyBound
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