log

age author description
Thu, 20 Aug 2015 10:13:13 -0700 Christian Wimmer Disable findbugs for jtt projects, since mx is no longer doing that automatically
Wed, 19 Aug 2015 17:36:20 -0700 Christian Wimmer Add missing deployment distribution
Wed, 19 Aug 2015 16:55:41 -0700 Christian Wimmer Canonicalize project dependencies
Wed, 19 Aug 2015 16:49:11 -0700 Christian Wimmer Update jvmci version
Wed, 19 Aug 2015 16:32:20 -0700 Christian Wimmer Make accessors public
Wed, 19 Aug 2015 16:13:31 -0700 Christian Wimmer Put HotSpot-specific projects in their own distribution
Wed, 19 Aug 2015 16:12:13 -0700 Christian Wimmer Improve stamps of phi functions during bytecode parsing
Wed, 19 Aug 2015 16:11:29 -0700 Christian Wimmer Move reflection and service lookups only in static initializers
Wed, 19 Aug 2015 16:05:14 -0700 Christian Wimmer Make deoptimization-safety optional in MethodHandlePlugin
Wed, 19 Aug 2015 16:03:54 -0700 Christian Wimmer Support for subclasses of IntrinsicGraphBuilder
Wed, 19 Aug 2015 15:48:09 +0200 Christian Wirth Merged
Wed, 19 Aug 2015 15:30:42 +0200 Christian Wirth Merged
Wed, 19 Aug 2015 15:29:06 +0200 Christian Wirth Update truffle version
Wed, 19 Aug 2015 15:14:21 +0200 Roland Schatz Make sure JVMCI is initialized before accessing the GraalRuntime.
Wed, 19 Aug 2015 14:06:18 +0200 Roland Schatz Remove dead code.
Wed, 19 Aug 2015 11:09:49 +0200 Doug Simon removed unnecessary @CallerSensitive usage
Wed, 19 Aug 2015 11:09:29 +0200 Doug Simon added check for correct usage of @CallerSensitive
Tue, 18 Aug 2015 20:54:23 +0200 Andreas Woess update truffle import version
Tue, 18 Aug 2015 15:07:44 +0200 Andreas Woess Truffle: remove graal.truffle.unsafe package
Tue, 18 Aug 2015 15:06:03 +0200 Andreas Woess Truffle: remove graal.truffle.unsafe.UnsafeAccessImpl intrinsics
Tue, 18 Aug 2015 13:42:20 +0200 Andreas Woess Truffle: allow registration of additional invocation plugins via jvmci service
Tue, 18 Aug 2015 12:37:18 +0200 Andreas Woess Truffle: register invocation plugins only once
Tue, 18 Aug 2015 14:09:28 +0200 Andreas Woess fix typo
Tue, 18 Aug 2015 19:20:36 +0200 Stefan Anzinger [SPARC] SPARCControlFlow cbcond cc2==true when Xcc condition code register is used
Tue, 18 Aug 2015 15:08:53 +0200 Roland Schatz Remove redundant TargetDescription argument, use TargetDescription from Backend instead.
Mon, 17 Aug 2015 19:36:19 +0200 Roland Schatz Use jvmci.compiler property for compiler selection.
Wed, 12 Aug 2015 13:57:35 +0200 Roland Schatz Don't use service lookup to discover HotSpotGraalCompiler in CompilationTask.
Fri, 14 Aug 2015 09:59:41 +0200 Stefan Anzinger [SPARC] Only accept STORE_LOAD memory barrier in LIR Instruction
Fri, 14 Aug 2015 09:28:43 +0200 Stefan Anzinger [SPARC] Add stxa
Fri, 14 Aug 2015 17:34:58 -0700 Christian Wimmer Truffle: delay intrinsification of explicit bailout, so that GraphPE does the bailout during partial evaluation and not during parsing
Fri, 14 Aug 2015 17:31:14 -0700 Christian Wimmer Truffle: Ensure toString method is never compiled
Fri, 14 Aug 2015 17:30:40 -0700 Christian Wimmer Bugfix: checkcast must not be eliminated when profiling information contains a single type that fails the type check
Fri, 14 Aug 2015 17:29:40 -0700 Christian Wimmer Allow NodePlugin to intercept allocation bytecodes
Fri, 14 Aug 2015 17:28:00 -0700 Christian Wimmer Allow subclasses
Fri, 14 Aug 2015 17:27:40 -0700 Christian Wimmer Remove unnecessary substitution annotations
Fri, 14 Aug 2015 17:27:13 -0700 Christian Wimmer Bugfix: need to check for new nodes to prevent assertion errors
Fri, 14 Aug 2015 17:26:37 -0700 Christian Wimmer Allow instantiation from other packages
Fri, 14 Aug 2015 17:25:34 -0700 Christian Wimmer Remove assertion that fails on benign race
Fri, 14 Aug 2015 15:54:48 +0200 Doug Simon updated jvmci import version
Thu, 13 Aug 2015 11:00:54 -0700 Tom Rodriguez Drop use of MethodIdMap in InvocationPlugins
Thu, 13 Aug 2015 13:34:30 +0200 Josef Eisl Backed out changeset: b34dc4905616 (CompositeValue: allow forEachComponent to return a Value.)
Thu, 13 Aug 2015 13:33:34 +0200 Josef Eisl TraceRA: remove replacement hack from ShadowedRegisterValue.
Thu, 13 Aug 2015 13:30:27 +0200 Josef Eisl TraceRA: no more need to replace remaining ShadowedRegisterValues.
Thu, 13 Aug 2015 13:28:35 +0200 Josef Eisl TraceRA: TraceLinearScanAssignLocationsPhase: handle outgoing operands before others.
Thu, 13 Aug 2015 13:11:01 +0200 Josef Eisl BlockEndOp: add forEachOutgoingValue.
Thu, 13 Aug 2015 12:02:01 +0200 Josef Eisl LSRA: LinearScanAssignLocationsPhase refactor assignLocations.
Thu, 13 Aug 2015 11:35:37 +0200 Josef Eisl TraceRA: TraceLinearScanAssignLocationsPhase: javadoc.
Thu, 13 Aug 2015 14:08:34 +0200 Josef Eisl TraceRA: share spilling information between traces.
Thu, 13 Aug 2015 11:20:41 +0200 Josef Eisl TraceRA: handle ShadowedRegisterValue correctly.
Thu, 13 Aug 2015 11:18:25 +0200 Josef Eisl TraceRA: intoduce ShadowedRegisterValue.
Tue, 11 Aug 2015 18:12:05 +0200 Josef Eisl TraceRA: TraceLinearScanLifetimeAnalysisPhase: use whitelist condition instead of blacklist.
Thu, 13 Aug 2015 11:19:18 +0200 Josef Eisl TraceRA: add custom TraceLinearScanAssignLocationsPhase.
Thu, 13 Aug 2015 10:10:44 +0200 Josef Eisl TraceRA: add TraceRAshareSpillInformation option.
Thu, 13 Aug 2015 09:55:47 +0200 Josef Eisl CompositeValue: allow forEachComponent to return a Value.
Thu, 13 Aug 2015 10:09:04 +0200 Josef Eisl Interval: make spillSlot and setSpillSlot visible.
Tue, 11 Aug 2015 17:47:05 +0200 Josef Eisl LIRInstructionClass: rename forEach*(LIRInstruction, InstructionValueConsumer) to visitEach.
Tue, 11 Aug 2015 17:39:42 +0200 Josef Eisl CompositeValue: rename forEachComponent to visitEachComponent.
Thu, 13 Aug 2015 11:17:59 +0200 Josef Eisl LinearScanAssignLocationsPhase: make extensible.
Mon, 10 Aug 2015 15:46:55 +0200 Josef Eisl TraceRA: TraceBuilder: do not remove processed blocks from worklist, just skip them.
Tue, 11 Aug 2015 11:34:13 +0200 Stefan Anzinger [SPARC] Move storing of DelayedLIRInstruction into the TailDelayedLIRInstruction interface
Tue, 11 Aug 2015 11:07:15 +0200 Stefan Anzinger SPARCLIRInstructionMixinStore: Make SizeEstimate final
Wed, 12 Aug 2015 18:30:05 -0700 Tom Rodriguez Remove dead graalMirrors code
Wed, 12 Aug 2015 17:47:01 +0200 Doug Simon updated jvmci import version
Wed, 12 Aug 2015 17:38:16 +0200 Doug Simon removed unused method
Tue, 11 Aug 2015 03:00:55 +0200 Andreas Woess SL: adopt FindContextNode as a child
Tue, 11 Aug 2015 02:56:50 +0200 Andreas Woess updated jvmci import version
Mon, 10 Aug 2015 16:23:45 -0700 Tom Rodriguez Check for null when constant folding HubGetClass
Mon, 10 Aug 2015 16:23:29 -0700 Tom Rodriguez Organize imports
Mon, 10 Aug 2015 16:23:14 -0700 Tom Rodriguez Prefer HubGetClass to raw read
Mon, 10 Aug 2015 16:22:59 -0700 Tom Rodriguez Don't introduce profiled checkcast if original checkcast would fold away
Mon, 10 Aug 2015 16:22:43 -0700 Tom Rodriguez Unguarded floating read should adopt Pi guard if possible
Mon, 10 Aug 2015 16:22:28 -0700 Tom Rodriguez Suppress line length check in MatchProcessor generated code
Tue, 11 Aug 2015 00:10:29 +0200 Doug Simon updated jvmci import version
Tue, 11 Aug 2015 00:10:16 +0200 Doug Simon Merge.
Thu, 06 Aug 2015 17:36:36 +0200 Doug Simon fix documentation: -XX:GraalCounter... -> -XX:JVMCICounter...
Mon, 10 Aug 2015 16:33:57 +0200 Jaroslav Tulach Merge of update to most recent version of Truffle
Thu, 06 Aug 2015 18:57:34 +0200 Jaroslav Tulach Updating to latest version of Truffle API
Mon, 10 Aug 2015 15:59:08 +0200 Lukas Stadler compiler intrinsic for "ensureVirtualized" functionality
Mon, 10 Aug 2015 15:57:05 +0200 Lukas Stadler do not use the (possibly uninitialized) InvokeNode.stateAfter to fill BytecodePosition in PEGraphDecoder
Mon, 10 Aug 2015 15:57:05 +0200 Lukas Stadler do not replace "non-replaceable" FrameStates with null in PE graph decoding
Mon, 10 Aug 2015 14:50:50 +0200 Stefan Anzinger updated imported suite version
Mon, 10 Aug 2015 13:53:55 +0200 Stefan Anzinger [SPARC] Create mixin for SPARC LIR instructions and inherit SPARCBlockEndOp from AbstractBlockEndOp
Mon, 10 Aug 2015 13:38:41 +0200 Roland Schatz Support putting multiple constants next to each other in data section.
Fri, 07 Aug 2015 13:35:51 +0200 Stefan Anzinger [SPARC] SPARCAssembler call directly ld/st with Op3
Fri, 07 Aug 2015 13:28:24 +0200 Stefan Anzinger [SPARC] Consolidate compareBranch into SPARCMacroAssembler
Thu, 06 Aug 2015 16:05:23 +0200 Stefan Anzinger Update suite.py
Thu, 06 Aug 2015 11:46:52 +0200 Stefan Anzinger [SPARC] SPARCMove remove switching on Kind when generating code; use PlatformKind and byte counts defined by the target instead
Thu, 06 Aug 2015 11:43:43 +0200 Stefan Anzinger SPARCImmediateAddressNode: remove unused getter
Wed, 05 Aug 2015 11:54:04 +0200 Stefan Anzinger [SPARC] Assembler: ld/st with size parameter
Wed, 05 Aug 2015 01:03:28 +0200 Doug Simon updated jvmci import version
Tue, 04 Aug 2015 10:31:16 +0200 Doug Simon updated jvmci import version
Tue, 04 Aug 2015 01:09:31 +0200 Doug Simon moved JVMCI option parsing back into Java
Mon, 03 Aug 2015 10:45:40 -0700 Tom Rodriguez Merge
Mon, 03 Aug 2015 10:45:17 -0700 Tom Rodriguez Always use KlassPointerStamp for klass metadata reads
Mon, 03 Aug 2015 09:35:55 -0700 Tom Rodriguez Backout 565196752144
Mon, 03 Aug 2015 09:35:39 -0700 Tom Rodriguez Remove incorrect assert
Sun, 02 Aug 2015 22:55:21 -0700 Tom Rodriguez ValueNode.getKind is really getStackKind
Sun, 02 Aug 2015 22:55:04 -0700 Tom Rodriguez CheckStyle: start generated should suppress header checks too
Mon, 03 Aug 2015 10:55:38 +0200 Doug Simon fixed Eclipse/pydev project references
Fri, 31 Jul 2015 16:23:42 +0200 Roland Schatz Unit tests for Word.objectTo(Un)trackedPointer.
Fri, 31 Jul 2015 15:07:27 +0200 Roland Schatz Split Word.fromObject into Word.objectToTrackedPointer and Word.objectToUntrackedPointer.
Fri, 31 Jul 2015 14:26:26 +0200 Roland Schatz Remove Word.fromWordBase().
Fri, 31 Jul 2015 14:40:01 +0200 Josef Eisl Update imports.
Fri, 31 Jul 2015 11:55:58 +0200 Josef Eisl TraceRA:TraceLSRA: do not perform predecessor optimization.
Thu, 30 Jul 2015 16:38:54 +0200 Roland Schatz Prevent false positives in change detection of second lowering round.
Wed, 29 Jul 2015 15:43:28 +0200 Gilles Duboscq Fix dependencies urls
Wed, 29 Jul 2015 11:59:18 +0200 Roland Schatz Merge.
Tue, 28 Jul 2015 13:19:14 -0700 Tom Rodriguez Merge
Tue, 28 Jul 2015 13:00:32 -0700 Tom Rodriguez Remove Snippet.removeAllFrameStates
Tue, 28 Jul 2015 10:52:41 -0700 Tom Rodriguez Simplify code slightly
Tue, 28 Jul 2015 10:49:20 -0700 Tom Rodriguez Fix name of JavaMethodContext
Tue, 28 Jul 2015 19:58:40 +0200 Josef Eisl TraceRA: add description to TraceRAsimpleLifetimeAnalysis option.
Tue, 28 Jul 2015 19:59:47 +0200 Josef Eisl Add TraceTrivialAllocator.
Tue, 28 Jul 2015 19:38:25 +0200 Josef Eisl Add TraceUtil.
Tue, 28 Jul 2015 18:42:34 +0200 Roland Schatz Move assertion from canonicalization to constructor.
Tue, 28 Jul 2015 17:48:03 +0200 Josef Eisl TraceRA: add TraceSimpleLifetimeAnalysisPhase.
Tue, 28 Jul 2015 17:18:16 +0200 Josef Eisl LinearScan: adopt visibility.
Tue, 28 Jul 2015 15:16:58 +0200 Josef Eisl LinearScan: rename LSRAOptimizeSpillPosition to LIROptLSRAOptimizeSpillPosition.
Tue, 28 Jul 2015 15:16:19 +0200 Josef Eisl LinearScan: make LSRAOptimizeSpillPosition a NestedBooleanOptionValue.
Tue, 28 Jul 2015 14:37:09 +0200 Josef Eisl Backed out changeset: a30c3bf521a5 (Disable -G:+TraceRA gate temproarily on sparc)