log

age author description
Wed, 21 Oct 2015 15:21:00 +0200 Stefan Anzinger Update jvmci import version
Wed, 21 Oct 2015 14:05:46 +0200 Roland Schatz Update jvmci import: Rename Compiler to JVMCICompiler. graal-0.9
Wed, 21 Oct 2015 12:52:32 +0200 Christian Humer Update jvmci/truffle.
Wed, 21 Oct 2015 12:13:20 +0200 Roland Schatz Don't use global Graal singleton in ArrayCopyCallNode.
Wed, 21 Oct 2015 12:11:33 +0200 Roland Schatz Remove unused class.
Tue, 20 Oct 2015 18:32:23 +0200 Christian Humer Update Truffle version.
Mon, 19 Oct 2015 22:26:09 -0700 Tom Rodriguez Merge
Mon, 19 Oct 2015 17:20:49 -0700 Tom Rodriguez Add interface method handle test
Mon, 19 Oct 2015 17:16:18 -0700 Tom Rodriguez Don't mutate the arguments when trying to resolve a method handle invoke
Mon, 19 Oct 2015 17:14:33 -0700 Tom Rodriguez Only dump context objects once
Sun, 18 Oct 2015 23:16:09 -0700 Tom Rodriguez Make sure graphs compiled in tests can be dumped
Tue, 20 Oct 2015 02:47:42 +0200 Christian Humer Adopt new Truffle version.
Mon, 19 Oct 2015 16:34:04 -0700 Christian Wimmer Re-add support to emit the address of a StackSlot
Mon, 19 Oct 2015 17:37:24 +0200 Roland Schatz Fix bug in emitSaveAllRegisters.
Mon, 19 Oct 2015 16:32:20 +0200 Doug Simon ignore .jimage files on CTW class path that do not exist
Fri, 16 Oct 2015 13:54:56 +0200 Roland Schatz Update jvmci import: Move VirtualStackSlot from JVMCI to Graal and remove referenceMapIndex.
Thu, 15 Oct 2015 15:33:37 +0200 Roland Schatz Remove unused interface StackStoreOp.
Fri, 16 Oct 2015 00:18:47 +0200 Doug Simon made ShowFlags and PrintFlags denote which options had their value explicitily set (like -XX:+PrintFlagsFinal does)
Fri, 16 Oct 2015 00:17:53 +0200 Doug Simon use ByteBuffer for endianness support
Thu, 15 Oct 2015 11:29:54 -0700 Christian Wimmer Bugfix: when scheduler is not allowed to delete dead nodes, it must ignore them
Thu, 15 Oct 2015 11:29:00 -0700 Christian Wimmer Document canSafepoint flag
Thu, 15 Oct 2015 16:32:43 +0200 Christian Humer Adopt latest truffle versions in Graal.
Thu, 15 Oct 2015 15:24:01 +0200 zhengy allow re-entrance of InstrumentationNode.virtualize and inspecting non-intrisified invocations
Tue, 13 Oct 2015 13:56:13 +0200 Josef Eisl TraceRA: TraceLocalMoveResolver: catch instruction insertion problems early.
Tue, 13 Oct 2015 13:48:23 +0200 Josef Eisl TraceRA: use data-flow resolver to insert spill moves on block boundaries.
Thu, 08 Oct 2015 15:51:54 +0200 Josef Eisl TraceRA: TraceLinearScanWalker: do not create empty intervals.
Thu, 08 Oct 2015 15:28:33 +0200 Josef Eisl TraceRA: TraceLinearScanWalker: fix Debug.log.
Thu, 08 Oct 2015 15:17:14 +0200 Josef Eisl TraceRA: TraceLinearScanWalker: clean up splitBeforeUsage and implement findOptimalSplitPos.
Thu, 08 Oct 2015 15:18:56 +0200 Josef Eisl TraceRA: TraceLinearScanWalker: refactor insertIdAtBasicBlockBoundary.
Thu, 08 Oct 2015 15:14:48 +0200 Josef Eisl TraceRA: TraceInterval: use setFrom and setTo.
Thu, 08 Oct 2015 15:18:22 +0200 Josef Eisl TraceRA: blockForId: improve assertion message.
Tue, 13 Oct 2015 11:41:53 +0200 Josef Eisl Test6186134: manually initialize ArraySet.
Tue, 13 Oct 2015 11:24:41 +0200 Josef Eisl LinearScan: add LIROptLSRAEliminateSpillMoves option.
Thu, 15 Oct 2015 11:58:34 +0200 Stefan Anzinger Update to latest jvmci version
Wed, 14 Oct 2015 15:18:44 -0700 Christian Wimmer Store complete canSafepoint status in LoopEndNode, propagate value from LoopBeginNode eagerly
Wed, 14 Oct 2015 14:25:43 -0700 Christian Wimmer Allow subclasses to intercept Truffle shutdown hooks
Wed, 14 Oct 2015 13:53:46 -0700 Christian Wimmer Allow subclasses of BytecodeParser to disable loop safepoint checks; store flag in LoopBeginNode to avoid problems when control flow optimizations introduce a new LoopEndNode
Wed, 14 Oct 2015 13:52:03 -0700 Christian Wimmer Allow SafepointNode to be lowered using snippet
Wed, 14 Oct 2015 21:12:18 +0200 Doug Simon removed unused class
Wed, 14 Oct 2015 20:35:37 +0200 Andreas Woess fix array type in IfNode.constantValues
Wed, 14 Oct 2015 18:28:25 +0200 Andreas Woess Truffle: make shutdown hook lazy
Wed, 14 Oct 2015 18:26:21 +0200 Andreas Woess Truffle: use for-each loop instead of forEach(lambda)
Wed, 14 Oct 2015 18:11:18 +0200 Andreas Woess update truffle import
Wed, 14 Oct 2015 18:07:15 +0200 Andreas Woess Truffle: take CompilerOptions from RootNode, not ExecutionContext
Wed, 14 Oct 2015 18:02:30 +0200 Andreas Woess Truffle: make unsafe methods private
Wed, 14 Oct 2015 17:47:30 +0200 Andreas Woess Truffle: differentiate between performance warning and info
Wed, 14 Oct 2015 17:27:06 +0200 Andreas Woess Truffle: do not report native calls as performance warnings
Wed, 14 Oct 2015 16:07:32 +0200 Doug Simon made CompileTheWorld work with JDK9 .jimage files
Wed, 14 Oct 2015 13:04:22 +0200 Roland Schatz Rename UserCompiler option to HostedCompiler and add help.
Tue, 13 Oct 2015 18:55:32 +0200 Stefan Anzinger [SPARC] Intorduce SPARCHotSpotRegisterAllocationConfig
Tue, 13 Oct 2015 19:50:06 +0200 Christian Humer Fix loop count should get reported also after the loop was OSR compiled.
Tue, 13 Oct 2015 09:24:13 -0700 Christian Wimmer Make neverSpillConstants a field on LinearScanPhase instead of an option
Tue, 13 Oct 2015 10:38:14 +0200 Roland Schatz Option for specifying different compiler configurations for user and system compilations.
Mon, 12 Oct 2015 20:05:18 -0700 Tom Rodriguez Update crypto tests for 1.9
Mon, 12 Oct 2015 18:17:24 -0700 Tom Rodriguez Add 1.9 versions of crypto and crc32 intrinsification points
Tue, 13 Oct 2015 00:19:28 +0200 Doug Simon made HotSpotVMConfig.arrayKlassComponentMirrorOffset package-private to account for the removal of ArrayKlass::_component_mirror in jdk9
Mon, 12 Oct 2015 17:24:28 +0200 Josef Eisl NodeLIRBuilder: add option to create new variables for object constants that are used in PHIs.
Fri, 09 Oct 2015 13:36:05 +0200 Josef Eisl LinearScan: NeverSpillConstants non-stable and call it only once per compilation.
Mon, 12 Oct 2015 13:53:19 +0200 Doug Simon fixed jdkartifactstats for JDK9 and made get_vm() compatability for both mx_jvmci:8 and mx_jvmci:9
Mon, 12 Oct 2015 11:49:07 +0200 Josef Eisl gate: remove NonSSA/TraceRA unit tests and NonSSA bootstrap.