log

age author description
Fri, 10 Jul 2015 14:00:38 +0200 Josef Eisl StackMoveOptimizationPhase: append to other PostAllocationOptimizationPhases.
Fri, 10 Jul 2015 14:01:43 +0200 Josef Eisl Fix typo in option name (LIROptControlFlowOptimizer).
Fri, 10 Jul 2015 15:10:51 +0200 Josef Eisl RedundantMoveElimination: use stack offset as index for stackIndices.
Fri, 10 Jul 2015 18:06:37 -0700 Tom Rodriguez buildjmhdeps should use Graal for JAVA_HOME
Fri, 10 Jul 2015 12:04:13 -0700 Tom Rodriguez Add missing barrier in unrolled arraycopy
Fri, 10 Jul 2015 11:41:02 -0700 Tom Rodriguez Initialize object arrays in clone snippet
Fri, 10 Jul 2015 11:40:58 -0700 Tom Rodriguez Fill uninitialized memory with garbage when asserts are enabled
Thu, 09 Jul 2015 22:05:11 +0200 Andreas Woess exclude truffle jars from GRAAL_TRUFFLE_TEST distribution
Thu, 09 Jul 2015 17:49:58 +0200 Doug Simon fixed 'mx help unittest
Thu, 09 Jul 2015 15:58:01 +0200 Stefan Anzinger [SPARC] Use rdpc for constructing constant table base
Thu, 09 Jul 2015 15:57:22 +0200 Stefan Anzinger Propagate -n parameter properly to dacapo for calls such as 'mx bench dacapo:*'
Thu, 09 Jul 2015 15:34:11 +0200 Stefan Anzinger [SPARC] Merge nodes load->(sign|zero)extend into a sign/zero extending load
Thu, 09 Jul 2015 14:39:08 +0200 Roland Schatz Rename LIRKind.derivedReference to LIRKind.unknownReference.
Thu, 09 Jul 2015 14:29:51 +0200 Roland Schatz More accurate assertion in LIRKind.merge.
Wed, 08 Jul 2015 17:26:14 -0700 Tom Rodriguez LoadHub should be guarded by null check instead of range check
Wed, 08 Jul 2015 17:09:20 -0700 Tom Rodriguez Add extra context to ArrayCopySlowPathNode to ensure deduplication is safe
Wed, 08 Jul 2015 11:34:18 -0700 Tom Rodriguez Stack slots should be keyed by offset instead of Object identity
Wed, 08 Jul 2015 10:12:37 -0700 Christian Wimmer Expose graph builder configuration and some other details of Truffle compiler
Wed, 08 Jul 2015 10:11:49 -0700 Christian Wimmer ReadOnlyFrame methods are not intended to be Truffle compiled
Wed, 08 Jul 2015 10:11:09 -0700 Christian Wimmer Allow to set eagerResolving flag in GraphBuilderConfiguration
Tue, 21 Jul 2015 15:16:00 +0200 Doug Simon use unittest extensibility
Tue, 21 Jul 2015 02:20:47 +0200 Doug Simon fixed canonicalization
Mon, 20 Jul 2015 12:50:09 +0200 Doug Simon fixed incomplete or redundant "annotationProcessors" attributes
Mon, 20 Jul 2015 00:25:18 +0200 Doug Simon annotation processor dependencies must be Distributions or Libraries; inter-suite references must be qualified with suite prefix
Sat, 18 Jul 2015 11:15:54 +0200 Doug Simon made annotation processors explicit since they are no longer inherited
Thu, 16 Jul 2015 22:09:05 +0200 Doug Simon removed unnecessary library definition; made use of JMH as an annotation processor explicit
Fri, 10 Jul 2015 23:30:40 +0200 Doug Simon removed mx_graal_makefile.py from 'graal' suite
Thu, 09 Jul 2015 00:20:32 +0200 Doug Simon updated imported suite versions
Thu, 09 Jul 2015 00:18:57 +0200 Doug Simon Merge.
Thu, 09 Jul 2015 00:11:05 +0200 Doug Simon updated imported suite versions
Wed, 08 Jul 2015 23:34:58 +0200 Doug Simon updated mx2 version requirement
Wed, 08 Jul 2015 23:11:37 +0200 Doug Simon fixed reference to new truffle repo
Wed, 08 Jul 2015 22:33:44 +0200 Doug Simon adapted to removal of mx_init() mechanism from mx2
Wed, 08 Jul 2015 22:33:41 +0200 Doug Simon removed unnecessary library definitions
Wed, 08 Jul 2015 15:19:42 +0200 Doug Simon Merge with basic-graal
Wed, 08 Jul 2015 10:05:45 +0200 Josef Eisl Remove dummy parameter `includeAbstract` from `ResolvedJavaType#resolveMethod()`;
Wed, 08 Jul 2015 10:56:31 +0200 Josef Eisl CHANGELOG: SSA LIR is now default.
Tue, 07 Jul 2015 18:21:01 +0200 Josef Eisl SpillMoveFactoryBase#checkResult: allow constant input unconditionally.
Tue, 07 Jul 2015 16:05:01 +0200 Josef Eisl Add javadoc to SpillMoveFactory.
Tue, 07 Jul 2015 15:45:49 +0200 Josef Eisl Introduce SpillMoveFactoryBase.
Tue, 07 Jul 2015 15:08:50 +0200 Josef Eisl LinearScanOptimizeSpillPositionPhase: further refactoring.
Tue, 07 Jul 2015 14:18:40 +0200 Josef Eisl LinearScanOptimizeSpillPositionPhase: outsource optimizeInterval.
Tue, 07 Jul 2015 10:53:03 +0200 Josef Eisl LinearScanOptimizeSpillPositionPhase: add debug output.
Tue, 07 Jul 2015 13:24:01 +0200 Josef Eisl SSALinearScanEliminateSpillMovePhase#canEliminateSpillMove: call to super class.
Tue, 07 Jul 2015 15:05:50 +0200 Stefan Anzinger [SPARC] Use FSRC2(d|s) instead of FMOV(d|s)
Tue, 07 Jul 2015 11:32:09 +0200 Stefan Anzinger Use register hints only on true virtual stack slots
Tue, 07 Jul 2015 11:55:52 +0200 Roland Schatz mx: Option to show distributions in 'mx projectgraph'.
Mon, 06 Jul 2015 23:06:41 -0700 Tom Rodriguez Stronger error for vtable out of range
Mon, 06 Jul 2015 12:46:41 -0700 Tom Rodriguez Inlining implicitly casts the receiver to the declared type of the method
Mon, 06 Jul 2015 16:27:56 +0200 Stefan Anzinger [SPARC] Optimize StrategySwitchOp
Mon, 06 Jul 2015 16:27:01 +0200 Stefan Anzinger [SPARC] Add hint for move result
Mon, 06 Jul 2015 11:26:15 +0200 Josef Eisl Make SSA_LIR default.
Mon, 06 Jul 2015 11:25:38 +0200 Josef Eisl mx: run NonSSA unittests and bootstrap in the gate.
Mon, 06 Jul 2015 00:25:01 +0200 Doug Simon fixed Windows build issues
Fri, 03 Jul 2015 14:10:26 +0200 Stefan Anzinger [SPARC] Fix register counts in SPARCAllocatorTest
Fri, 03 Jul 2015 09:56:16 +0200 Stefan Anzinger [SPARC] Load safepoint polling address into a register, instead of constructing it each time
Thu, 02 Jul 2015 17:37:22 +0200 Stefan Anzinger [SPARC] Do not preset SPARCFrameMap.initialSpillsize for register save area; set calleeSaveAreaSize correctly instead
Wed, 08 Jul 2015 15:13:18 +0200 Doug Simon adapted to JDKDeployedDist.postJdkInstall changing to onPostJdkInstall() method
Wed, 08 Jul 2015 15:12:27 +0200 Doug Simon adapted to deletion of NullSourceSection
Wed, 08 Jul 2015 11:23:43 +0200 Doug Simon mx: make bench command extensible