log

age author description
Wed, 15 Jul 2015 15:01:41 +0200 Roland Schatz Remove unused option.
Wed, 15 Jul 2015 10:16:28 -0700 Tom Rodriguez Merge
Wed, 15 Jul 2015 09:49:14 -0700 Tom Rodriguez TypeCheckNode should fold obviously failing types
Wed, 15 Jul 2015 09:49:11 -0700 Tom Rodriguez Fix comments
Wed, 15 Jul 2015 18:23:44 +0200 Gilles Duboscq Complete changelog
Wed, 15 Jul 2015 18:23:34 +0200 Gilles Duboscq mx makefile: Remove dead code
Wed, 15 Jul 2015 16:09:16 +0200 Gilles Duboscq Added tag graal-0.8 for changeset 3c622007e098
Wed, 15 Jul 2015 16:09:05 +0200 Gilles Duboscq Update changelog for 0.8 graal-0.8 jvmci-0.8
Tue, 14 Jul 2015 13:36:37 +0200 Roland Schatz Backout e2793adeaa43: CountedLoopInfo: allow using converted init&stride to do the computation using a different integer type.
Mon, 13 Jul 2015 18:33:44 +0200 Stefan Anzinger [SPARC] Use registers g1, g4 and g5 for allocation and g3 and o7 as scratch
Mon, 13 Jul 2015 17:36:11 +0200 Stefan Anzinger [SPARC] Provide valid Kind for SPARC.getLargestStorableKind on single precision register category
Tue, 14 Jul 2015 10:38:30 +0200 Doug Simon disabled TestDeoptInlinedFunction.sl test until it handles a call to a @TruffleBoundary method from being removed by ConvertDeoptimizeToGuardPhase
Mon, 13 Jul 2015 17:43:09 +0200 Doug Simon allow PE to create InvokeNodes instead of InvokeWithExceptionNodes
Mon, 13 Jul 2015 17:40:57 +0200 Doug Simon updated to latest Truffle API
Mon, 13 Jul 2015 12:19:59 +0200 Roland Schatz Fix assertion in MoveResolver.
Wed, 01 Jul 2015 17:39:39 +0200 Josef Eisl Use NodeValueMap in DebugInfoBuilder.
Wed, 01 Jul 2015 17:27:51 +0200 Josef Eisl NodeValueMap: add valueForOperand.
Wed, 01 Jul 2015 17:20:36 +0200 Josef Eisl NodeLIRBuilder: remove getNodeOperands.
Wed, 01 Jul 2015 17:19:11 +0200 Josef Eisl CFGPrinter: do not use NodeLIRBuilder#getNodeOperands.
Wed, 01 Jul 2015 17:21:45 +0200 Josef Eisl Rename NodeMappableLIRBuilder to NodeValueMap.
Thu, 09 Jul 2015 11:29:41 +0200 Josef Eisl Rename AMD64HotspotDirectStaticCallOp to AMD64HotSpotDirectStaticCallOp.
Thu, 09 Jul 2015 11:16:30 +0200 Josef Eisl LinearScanWalker: minor refactoring of debug code.
Wed, 08 Jul 2015 18:18:24 +0200 Josef Eisl RegisterVerifier: improve error message.
Tue, 07 Jul 2015 17:08:44 +0200 Josef Eisl Add VarArgs_Unroll test.
Tue, 07 Jul 2015 17:08:29 +0200 Josef Eisl Add ConstantLoadTest.
Fri, 03 Jul 2015 10:20:22 +0200 Josef Eisl LinearScanLifetimeAnalysisPhase: more debug output.
Mon, 13 Jul 2015 09:39:08 +0200 Josef Eisl AMD64Move#const2stack: add support for Char.
Mon, 13 Jul 2015 11:03:41 +0200 Stefan Anzinger [SPARC] Offset constant table base pointer to leverage full 13 bit address range for constant loads
Mon, 13 Jul 2015 10:14:34 +0200 Stefan Anzinger [SPARC] Fix acquiring LabelHint for SPARCControlFlow.StrategySwitchOp
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:01 +0200 Doug Simon use unittest extensibility
Tue, 21 Jul 2015 14:37:34 +0200 Doug Simon fixed uses of dist.sorted_deps()
Tue, 21 Jul 2015 14:25:29 +0200 Doug Simon use the correct my.py when launching an mx subprocess
Tue, 21 Jul 2015 14:21:18 +0200 Doug Simon added -s option to gate command to specify gate task at which to start
Tue, 21 Jul 2015 13:06:10 +0200 Doug Simon fixed out-of-sync jvmci.make
Tue, 21 Jul 2015 02:20:47 +0200 Doug Simon fixed canonicalization
Tue, 21 Jul 2015 01:53:46 +0200 Doug Simon fixed mx_jvmci_makefile.py
Mon, 20 Jul 2015 12:50:10 +0200 Doug Simon fixed incomplete or redundant "annotationProcessors" attributes
Mon, 20 Jul 2015 00:25:22 +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:25:01 +0200 Doug Simon avoid duplicate declarations of JVMCI service providers
Sat, 18 Jul 2015 11:15:54 +0200 Doug Simon made annotation processors explicit since they are no longer inherited