log

age author description
Fri, 18 Apr 2014 09:38:29 -1000 twisti ignore com.oracle.graal.compiler.test.ea.PartialEscapeAnalysisTest.testCache() as it causes problem on the gate
Fri, 18 Apr 2014 08:25:00 -1000 twisti add LocationIdentity to CompareAndSwapNode
Thu, 17 Apr 2014 14:41:48 -1000 twisti fix GraalInternalError cause
Thu, 17 Apr 2014 11:32:34 +0200 Lukas Stadler check isLegal before checking isExactType in ObjectGetClassNode
Thu, 17 Apr 2014 11:32:26 +0200 Lukas Stadler make MergeNode.simplify work with a null SimplifierTool
Thu, 17 Apr 2014 11:32:21 +0200 Lukas Stadler slightly more relaxed GraphOrder assertion
Thu, 17 Apr 2014 11:32:14 +0200 Lukas Stadler push similar nodes through IfNodes
Thu, 17 Apr 2014 10:26:13 +0200 Lukas Stadler small refactoring of NodeClass.Position, remove duplicated functionality
Thu, 17 Apr 2014 10:26:13 +0200 Lukas Stadler make NodeIterable.snapshotTo more generic
Fri, 18 Apr 2014 16:15:42 +0200 Andreas Woess Truffle: extend partial evaluation scope to all invokespecial, regardless of receiver
Fri, 18 Apr 2014 16:10:45 +0200 Andreas Woess Truffle: fix lowering of unsafe load final with non-constant location argument
Fri, 18 Apr 2014 15:19:06 +0200 Thomas Wuerthinger Fix a regression in ArrayLengthNode.
Fri, 18 Apr 2014 14:14:48 +0200 Thomas Wuerthinger Merge.
Fri, 18 Apr 2014 14:09:27 +0200 Thomas Wuerthinger Merge.
Fri, 18 Apr 2014 13:45:41 +0200 Lukas Stadler Backed out changeset: 6133189d8eea (SL: temporary disable failing HelloEqualsWorld.)
Fri, 18 Apr 2014 13:43:40 +0200 Lukas Stadler change return type of SLHelloEqualsWorldBuiltin
Fri, 18 Apr 2014 14:02:40 +0200 Thomas Wuerthinger Merge.
Fri, 18 Apr 2014 14:02:28 +0200 Thomas Wuerthinger Truffle: Speculate on the exact length of the arguments array.
Fri, 18 Apr 2014 14:01:59 +0200 Thomas Wuerthinger Truffle API: Introduce new compiler directive inCompiledCode() as the negation of inInterpreter().
Fri, 18 Apr 2014 13:40:31 +0200 Doug Simon mx: use server VM to build JMH
Fri, 18 Apr 2014 13:39:53 +0200 Doug Simon mx: show output of JMH build failure
Fri, 18 Apr 2014 13:38:26 +0200 Doug Simon mx: include generated sources in archived distribution sources
Fri, 18 Apr 2014 13:36:48 +0200 Doug Simon mx: refactored archive command
Thu, 17 Apr 2014 21:29:21 -0400 bharadwaj [PTX] Fix PTX test regressions
Fri, 18 Apr 2014 02:13:14 +0200 Thomas Wuerthinger Truffle: Move direct call logic from call site to optimized call target.
Fri, 18 Apr 2014 02:00:35 +0200 Thomas Wuerthinger Merge.
Fri, 18 Apr 2014 02:00:24 +0200 Thomas Wuerthinger Truffle: Add option TruffleReturnTypeSpeculation.
Thu, 17 Apr 2014 15:33:23 -0700 Christian Wimmer Fix test method lookup
Thu, 17 Apr 2014 15:32:57 -0700 Christian Wimmer Use a synthetic BCI instead of a random BCI (the first parsed bytecode that could throw an exception) for the exception unwind block
Thu, 17 Apr 2014 23:41:00 +0200 Thomas Wuerthinger Truffle: Fixed a bug causing compilation not be cleared from the Truffle queue.
Thu, 17 Apr 2014 23:29:11 +0200 Thomas Wuerthinger Fix partial evaluation test.
Thu, 17 Apr 2014 23:25:42 +0200 Thomas Wuerthinger Truffle: Fixed display of installed code size.
Thu, 17 Apr 2014 23:16:21 +0200 Thomas Wuerthinger Truffle: Speculate on the return type of calls.
Thu, 17 Apr 2014 22:14:29 +0200 Thomas Wuerthinger Simplification of OptimizedCallTarget.
Thu, 17 Apr 2014 21:50:14 +0200 Thomas Wuerthinger Merge.
Thu, 17 Apr 2014 17:40:39 +0200 Thomas Wuerthinger Merge.
Thu, 17 Apr 2014 17:40:20 +0200 Thomas Wuerthinger Remove runtime-specific optimized call target.
Thu, 17 Apr 2014 16:51:51 +0200 Thomas Wuerthinger Clean up of relationship between compilation policy and optimized call target.
Thu, 17 Apr 2014 16:25:08 +0200 Thomas Wuerthinger Restructure the interaction between OptimizedCallTarget and GraalTruffleRuntime.
Thu, 17 Apr 2014 19:30:37 +0200 Gilles Duboscq Loop transform: mark states from all NodeWithStates not just StateSplit
Thu, 17 Apr 2014 19:29:54 +0200 Gilles Duboscq Add LambdaEagerTest.states, use it in PE closure
Thu, 17 Apr 2014 19:29:24 +0200 Gilles Duboscq Make LambdaEagerTest try to inline as much as possible
Thu, 17 Apr 2014 19:29:03 +0200 Gilles Duboscq Gpu needs to extend one of the allocation classes
Thu, 17 Apr 2014 17:21:55 +0200 Gilles Duboscq Add eager resolving for indy call sites
Thu, 17 Apr 2014 17:16:05 +0200 Gilles Duboscq Fix loop peeling problem with VirtualState: duplicate states deeply and only clear the parts of the exit's state that's not used by the duplicated nodes.
Thu, 17 Apr 2014 15:43:50 +0200 Gilles Duboscq GuardedValueNode with null guard should be able canoncalize
Thu, 17 Apr 2014 13:21:58 +0200 Gilles Duboscq Remove NodeIterable.until methods, NodeIterators and TreeIterators
Thu, 17 Apr 2014 11:25:27 +0200 Gilles Duboscq Add Invoke.getContextMethod and Invoke.getContextType
Thu, 17 Apr 2014 18:12:12 +0200 Josef Eisl Move Condition to graal.compiler.common.
Thu, 17 Apr 2014 18:01:21 +0200 Josef Eisl LIRGenerator: only use AbstractBlocks.
Thu, 17 Apr 2014 17:28:20 +0200 Josef Eisl Move LIRTypeTool and Stamp to graal.compiler.common.
Thu, 17 Apr 2014 16:18:40 +0200 Josef Eisl mx: improve unittest options parsing.
Thu, 17 Apr 2014 15:47:44 +0200 Josef Eisl GraalGraphInternalError: improve method names and documentation.
Thu, 17 Apr 2014 15:44:13 +0200 Josef Eisl Canonicalize mx/projects.
Thu, 17 Apr 2014 15:20:28 +0200 Josef Eisl Regenerate serialVersionUID for GraalInternalError and GraalGraphInternalError.
Thu, 17 Apr 2014 15:18:41 +0200 Josef Eisl Spit up and move GraalInternalError.
Thu, 17 Apr 2014 13:18:18 +0200 Josef Eisl Move packages com.oracle.graal.cfg to com.oracle.graal.compiler.common.cfg.
Thu, 17 Apr 2014 13:16:21 +0200 Josef Eisl Move project com.oracle.graal.cfg to com.oracle.graal.compiler.common.
Thu, 17 Apr 2014 13:17:25 +0200 Thomas Wuerthinger Merge.
Thu, 17 Apr 2014 13:17:16 +0200 Thomas Wuerthinger Truffle: Make sure exceptions during compilation result in a bailout.
Thu, 17 Apr 2014 09:59:27 +0200 Lukas Stadler print graph names when assertEquals(StructuredGraph, StructuredGraph) fails
Thu, 17 Apr 2014 09:59:27 +0200 Lukas Stadler allow null Canonicalizer in EffectsPhase
Thu, 17 Apr 2014 09:59:27 +0200 Lukas Stadler allow valueEqual for non-GVN node classes
Thu, 17 Apr 2014 09:59:27 +0200 Lukas Stadler additional canonicalization for IntegerTestNode
Thu, 17 Apr 2014 09:59:27 +0200 Lukas Stadler common superclass for binary logic nodes
Thu, 17 Apr 2014 09:59:27 +0200 Lukas Stadler don't throw exception for Constant.toValueString with Kind.Illegal
Thu, 17 Apr 2014 08:22:21 +0200 Matthias Grimmer Merge
Wed, 16 Apr 2014 17:55:12 +0200 Matthias Grimmer GNFI: fix varargs issue
Wed, 16 Apr 2014 15:04:35 -1000 twisti renamed com.oracle.graal.api.code.CompilationResult.frameSize to totalFrameSize
Thu, 17 Apr 2014 01:57:46 +0200 Doug Simon Merge.
Thu, 17 Apr 2014 01:36:49 +0200 Doug Simon mx: improved jmh command to (a) look for JMH benchmarks in ../java-benchmarks, (b) omit building benchmarks if they are up to date and (c) offer better message with 'mx help jmh'
Thu, 17 Apr 2014 00:44:32 +0200 Doug Simon HSAIL: added safepoint support
Wed, 16 Apr 2014 13:32:54 -1000 twisti changed com.oracle.graal.api.code.CompilationResult.getFrameSize() to include the return address size if return address is puhsed onto the stack
Wed, 16 Apr 2014 22:54:48 +0200 Thomas Wuerthinger Adapt CHANGELOG to reflect new signature of CallTarget#call.
Wed, 16 Apr 2014 22:52:43 +0200 Thomas Wuerthinger Truffle: Fix regression happening when methods are invalidated.
Wed, 16 Apr 2014 20:37:53 +0200 Thomas Wuerthinger Improve schedule phase to avoid allocation of a BitSet per scheduled node.
Wed, 16 Apr 2014 19:47:22 +0200 Thomas Wuerthinger Add FindBugs SupressWarnings to HotSpotInstalledCode.
Wed, 16 Apr 2014 19:19:10 +0200 Thomas Wuerthinger Canonicalize project dependencies.
Wed, 16 Apr 2014 19:07:21 +0200 Thomas Wuerthinger Merge.
Wed, 16 Apr 2014 19:00:14 +0200 Thomas Wuerthinger Merge.
Wed, 16 Apr 2014 18:57:14 +0200 Thomas Wuerthinger Truffle: Make OptimizedCallTarget itself an InstalledCode object.
Wed, 16 Apr 2014 18:51:54 +0200 Thomas Wuerthinger Change RootCallTarget from an abstract class into an interface.
Wed, 16 Apr 2014 18:33:10 +0200 Thomas Wuerthinger Introduce versioning of installed code.
Wed, 16 Apr 2014 18:20:55 +0200 Thomas Wuerthinger Reused installed code object for optimized call targets.
Wed, 16 Apr 2014 18:20:00 +0200 Thomas Wuerthinger Fix regression when accessing a Graal installed code object.
Tue, 15 Apr 2014 15:31:01 +0200 Thomas Wuerthinger Truffle: Clean ups around optimized call target.
Tue, 15 Apr 2014 15:22:37 +0200 Thomas Wuerthinger Allow to supply predefined installed code object when adding a method to the code cache.
Tue, 15 Apr 2014 15:01:40 +0200 Thomas Wuerthinger Convert InstalledCode from an interface into an abstract class.
Tue, 15 Apr 2014 13:27:16 +0200 Thomas Wuerthinger Truffle: Remove NO_ARGUMENTS from CallTarget interface. It is no longer necessary for the varargs version.
Tue, 15 Apr 2014 13:26:26 +0200 Thomas Wuerthinger Truffle: Change CallTarget from an abstract class to an interface. Allow varargs.
Tue, 15 Apr 2014 13:20:17 +0200 Thomas Wuerthinger Truffle: Remove unused needsMaterializedFrame.
Wed, 16 Apr 2014 17:57:11 +0200 Josef Eisl Create com.oracle.graal.cfg project and move CFG related files.
Wed, 16 Apr 2014 17:26:58 +0200 Christian Wirth Merged
Wed, 16 Apr 2014 16:54:15 +0200 Christian Wirth add precompiled.hpp to graalCodeInstaller_x86.cpp, fixes Windows build
Wed, 16 Apr 2014 16:49:10 +0200 Gilles Duboscq Allow DirectMethodHandles references in immutable code
Tue, 15 Apr 2014 18:24:22 +0200 Gilles Duboscq Various optimizations of Node.replaceAtMatchingUsages and Node.replaceAtUsages
Tue, 15 Apr 2014 13:40:43 +0200 Gilles Duboscq Fix formatting
Mon, 14 Apr 2014 19:27:12 +0200 Gilles Duboscq use node.replaceAtMatchingUsages in LoopFragment.mergeEarlyExits
Tue, 15 Apr 2014 18:33:33 +0200 Gilles Duboscq Add Node.replaceAtMatchingUsages(Node, NodePredicate) and some tests.
Tue, 15 Apr 2014 17:45:51 +0200 Gilles Duboscq Add support for library dependencies
Tue, 15 Apr 2014 13:32:21 +0200 Gilles Duboscq mx: eclipseinit should add containers only once to projects' classpath
Tue, 15 Apr 2014 13:27:32 +0200 Gilles Duboscq Fix Library.get_source_path (use sourcePath instead of path)
Mon, 14 Apr 2014 16:31:13 +0200 Gilles Duboscq Remove AbstractNodeIterable, move its methods to default methods on NodeIterable.
Mon, 14 Apr 2014 15:21:27 +0200 Gilles Duboscq Remove AbstractBeginNode, move the framestate from AbstractBeginNode to BeginStateSplitNode.
Mon, 14 Apr 2014 15:16:59 +0200 Gilles Duboscq Avoid precessing unused phis during peeling
Mon, 14 Apr 2014 15:13:17 +0200 Gilles Duboscq Make prim method from LoopFragmentInside to an abstract method on LoopFragment
Mon, 14 Apr 2014 15:08:36 +0200 Gilles Duboscq Add simple JTT loop test
Mon, 14 Apr 2014 15:07:28 +0200 Gilles Duboscq Remove dead phi loops during loop peeling
Mon, 14 Apr 2014 11:46:36 +0200 Gilles Duboscq Fix inlining scoping: add a Debug.scope(Object name, Object[] contextObjects) method so that inlining can put all the necessary methods in the context.
Fri, 11 Apr 2014 19:00:42 +0200 Gilles Duboscq Some simplifications around filter usages and node predicates
Fri, 11 Apr 2014 18:17:21 +0200 Gilles Duboscq rename FalsePredicate to ContradictionPredicate
Fri, 11 Apr 2014 18:16:32 +0200 Gilles Duboscq Simplify NodePredicates (use overrides instead of if cascades)
Fri, 11 Apr 2014 18:01:21 +0200 Gilles Duboscq Make NodePredicate an interface
Fri, 11 Apr 2014 17:16:24 +0200 Gilles Duboscq mx intellijinit: fix typo in project's language level settings
Fri, 11 Apr 2014 16:34:43 +0200 Gilles Duboscq Be sure to resolve and download librariesin mx intellijinit
Wed, 16 Apr 2014 14:27:18 +0200 Roland Schatz Merge.
Wed, 16 Apr 2014 14:02:52 +0200 Roland Schatz Merge.
Tue, 15 Apr 2014 19:08:29 +0200 Roland Schatz Remove unsigned flag from IntegerStamp.
Wed, 16 Apr 2014 13:52:43 +0200 Roland Schatz Pass more restricted interfaces to ArithmeticLIRLowerable and LocationNode in LIR generation.
Wed, 16 Apr 2014 11:07:42 +0200 Josef Eisl BaselineCompiler: add some bytecode testcases to whitelist.
Tue, 15 Apr 2014 20:35:52 +0200 Josef Eisl BaselineCompiler: copy frame state builder at loop headers.
Tue, 15 Apr 2014 19:52:23 +0200 Josef Eisl BaselineCompiler: use PhiResolver.
Wed, 16 Apr 2014 11:16:36 +0200 Doug Simon initialize NodeClass for Node classes that are not on the boot class path
Wed, 16 Apr 2014 11:16:00 +0200 Doug Simon clarified comment
Tue, 15 Apr 2014 18:30:11 -1000 twisti use NumUtil.roundUp in AMD64FrameMap.alignFrameSize(int)
Tue, 15 Apr 2014 12:01:51 -1000 twisti made SPARC compile again; moved graalCodeInstaller_<arch>.hpp to .cpp files
Tue, 15 Apr 2014 21:35:37 +0200 Doug Simon mx: fixed bug in exportlibs
Tue, 15 Apr 2014 19:09:27 +0200 Doug Simon fixed formatting
Tue, 15 Apr 2014 19:07:08 +0200 Doug Simon Merge.
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
Mon, 14 Apr 2014 18:25:23 +0200 Christian Humer Truffle: Made inlining context-insensitive again to reduce complexity.
Mon, 14 Apr 2014 18:20:09 +0200 Lukas Stadler change to StackIntrospection and Truffle getStackTrace implementation
Mon, 14 Apr 2014 15:38:19 +0200 Doug Simon mx: added exportlibs command
Mon, 14 Apr 2014 15:10:10 +0200 Roland Schatz Don't rely on every memory read reading the value kind of the access location.
Mon, 14 Apr 2014 15:07:23 +0200 Roland Schatz Keep metadata annotation in NewArrayStub, and add exception to stub invariants.
Mon, 14 Apr 2014 15:07:01 +0200 Roland Schatz Don't drop metadata annotation in ConstantNode smart constructors.
Mon, 14 Apr 2014 15:02:46 +0200 Roland Schatz Properly mark metaspace data references as compressed/uncompressed.
Mon, 14 Apr 2014 11:59:22 +0200 Andreas Woess PartialEvaluator: quick fix for inlining regression
Mon, 14 Apr 2014 11:12:39 +0200 Lukas Stadler do not drop null check in ReadNode.canonical
Mon, 14 Apr 2014 11:12:39 +0200 Lukas Stadler remove unused MemoryAnchorNodes
Sun, 13 Apr 2014 22:55:23 +0200 Doug Simon HSAIL: added tests using Java8 lambdas
Sun, 13 Apr 2014 22:53:59 +0200 Doug Simon disabled ControlPTXTest.testControl2 until PTXHotSpotLIRGenerator.emitCompress is implemented
Sun, 13 Apr 2014 22:53:47 +0200 Doug Simon put CompileTheWorld log statement behind verbose option
Fri, 04 Apr 2014 17:23:20 -0700 twisti simplified com.oracle.graal.hotspot.meta.HotSpotLoweringProvider.get*BarrierType methods
Fri, 11 Apr 2014 20:06:54 +0200 Andreas Woess Merge
Fri, 11 Apr 2014 19:27:39 +0200 Andreas Woess Merge
Fri, 11 Apr 2014 17:41:27 +0200 Andreas Woess UnsafeCastNode: enable inference of more precise stamp
Fri, 11 Apr 2014 16:41:56 +0200 Andreas Woess PartialEvaluator: fix compilation tracing
Fri, 11 Apr 2014 14:01:50 +0200 Andreas Woess RootCallTarget: swap adoptChildren and setCallTarget
Fri, 11 Apr 2014 10:31:18 -0700 Tom Rodriguez sparc side of static stubs change
Fri, 11 Apr 2014 10:30:52 -0700 Tom Rodriguez restore compiledic assert until source of failures understood
Fri, 11 Apr 2014 18:07:12 +0200 Doug Simon replaced == with .equals()
Fri, 11 Apr 2014 17:44:40 +0200 Doug Simon HSAIL: avoid loading native Okra library twice
Fri, 11 Apr 2014 17:12:08 +0200 Doug Simon HSAIL: initial support for object allocation in HSAIL kernels
Fri, 11 Apr 2014 16:42:39 +0200 Lukas Stadler changelog update
Fri, 11 Apr 2014 11:53:11 +0200 Lukas Stadler new getStackTrace and getCurrentFrame functionality in TruffleRuntime
Fri, 11 Apr 2014 11:52:19 +0200 Lukas Stadler new StackIntrospection interface to allow access to stack contents
Fri, 11 Apr 2014 13:41:16 +0200 Roland Schatz Fix operator precedence bug.
Fri, 11 Apr 2014 12:07:21 +0200 Roland Schatz Fix incorrect register allocator flags on (Un)CompressPointer ops.
Thu, 10 Apr 2014 17:58:16 +0200 Gilles Duboscq Add a prototype for mx intellijinit
Thu, 10 Apr 2014 17:48:23 +0200 Doug Simon fixed performance regression in hosted mode execution caused by 5e6f29f287d6
Thu, 10 Apr 2014 16:52:02 +0200 Roland Schatz Fix code generation for compressed metaspace pointers.
Thu, 10 Apr 2014 12:49:19 +0200 Doug Simon remove the default -i, -wi and -f JMH options added by the jmh command
Thu, 10 Apr 2014 11:28:19 +0200 Doug Simon use -graal for running Maven since it has to be built anyway if micros-graal is included
Thu, 10 Apr 2014 09:15:36 +0200 Doug Simon NodeClass.registry field must not be inlined under ImmutableCode
Thu, 10 Apr 2014 09:14:35 +0200 Doug Simon Merge.
Thu, 10 Apr 2014 00:05:24 +0200 Doug Simon Merge.
Thu, 10 Apr 2014 00:01:30 +0200 Doug Simon added InstanceKlass::_graal_node_class field to accelerate Node.getNodeClass()
Wed, 09 Apr 2014 23:48:22 +0200 Doug Simon add support for removing default JMH args (e.g., '{"-wi" : null, "-i" : null}')
Wed, 09 Apr 2014 21:10:52 +0200 Doug Simon prevent recursive inlining when a method substitution calls the original (i.e., substituted) method
Wed, 09 Apr 2014 18:53:48 +0200 Doug Simon @MethodSubstitution verifier checks that the type of an inserted 'this' parameter is assignable from the type in which the original method is declared
Wed, 09 Apr 2014 18:52:04 +0200 Doug Simon revived verbose option in jmh command
Wed, 09 Apr 2014 22:45:27 -0700 Tom Rodriguez disable unsafe location identity optimization for arrays since it breaks truffle
Wed, 09 Apr 2014 16:33:37 -0700 Tom Rodriguez use hotspot static stubs for call sites
Wed, 09 Apr 2014 16:33:32 -0700 Tom Rodriguez fix PrintCompilation formatting and use same time source
Wed, 09 Apr 2014 18:31:45 +0200 Josef Eisl eclipse-settings: enable raw type warnings.
Wed, 09 Apr 2014 19:48:34 +0200 Josef Eisl Fix raw type references in OptionProcessor.
Wed, 09 Apr 2014 19:26:50 +0200 Josef Eisl Suppress raw type warnings in CodeElementFactory.
Wed, 09 Apr 2014 19:18:32 +0200 Josef Eisl Fix raw type references in HotSpotHostForeignCallsProvider.
Wed, 09 Apr 2014 19:08:53 +0200 Josef Eisl Fix most raw type references.
Wed, 09 Apr 2014 10:33:44 -0700 Tom Rodriguez Allow Unsafe operations on Java to use precise LocationIdentity and improve address formation
Tue, 08 Apr 2014 20:13:59 -0700 Tom Rodriguez minor sign/zero extension tweaks
Tue, 08 Apr 2014 20:13:15 -0700 Tom Rodriguez eliminate old 1.7 signatures for CBC methods
Tue, 08 Apr 2014 20:09:36 -0700 Tom Rodriguez make %S format for Node emit Verbosity.All
Wed, 09 Apr 2014 13:22:44 +0200 Lukas Stadler re-enable graph ordering assertion
Tue, 08 Apr 2014 18:40:02 +0200 Josef Eisl BaselineCompiler: implement framestate merge.
Mon, 07 Apr 2014 21:03:31 +0200 Josef Eisl BaselineBytecodeParser: add createTarget.
Mon, 07 Apr 2014 20:19:01 +0200 Josef Eisl BciBlock: make entryState abstract.
Mon, 07 Apr 2014 19:41:40 +0200 Josef Eisl Lift implementation from HIRFrameStateBuilder up to AbstractFrameStateBuilder if possible.
Mon, 07 Apr 2014 17:01:54 +0200 Josef Eisl AbstractBytecodeParser: move createTarget to GraphBuilderPhase.
Mon, 07 Apr 2014 16:44:05 +0200 Josef Eisl AbstractBytecodeParser: move createBlockTarget to GraphBuilderPhase.
Mon, 07 Apr 2014 16:41:14 +0200 Josef Eisl AbstractBytecodeParser: rework genIntegerSwitch.
Mon, 07 Apr 2014 16:13:53 +0200 Josef Eisl AbstractBytecodeParser: fix usage of AbstractFrameStateBuilder.
Mon, 07 Apr 2014 15:43:00 +0200 Josef Eisl Backout 20b3db86b1fa.
Mon, 07 Apr 2014 15:04:14 +0200 Josef Eisl CFGPrinter: workaround for bytecode dumping.
Tue, 08 Apr 2014 16:04:00 +0200 Roland Schatz Use high level CompressionNode in lowering of CompareAndSwapNode.
Tue, 08 Apr 2014 15:55:18 +0200 Roland Schatz Use CompressionNode for accessing compressed Klass pointers.
Tue, 08 Apr 2014 15:44:41 +0200 Roland Schatz Preserve value range in stamp of ParameterNode.
Tue, 08 Apr 2014 16:04:59 +0200 Doug Simon added support for overriding/complementing JMH arguments in jmh command with a JSON string
Tue, 08 Apr 2014 15:06:24 +0200 Doug Simon moved some entries in CHANGELOG.md from 0.2 to tip
Tue, 08 Apr 2014 10:25:44 +0200 Lukas Stadler differentiate between tightly coupling edges (Extension) and loosely coupling edges (Association)
Mon, 07 Apr 2014 16:09:17 -0700 Christian Wimmer Remove Constant.forObject and Constant.asObject to improve compiler/VM separation
Mon, 07 Apr 2014 23:35:41 +0200 Andreas Woess Merge
Mon, 07 Apr 2014 23:09:36 +0200 Andreas Woess fix floating unsafe load regression
Mon, 07 Apr 2014 22:21:03 +0200 Doug Simon if GRAAL_VERSION is undefined, graal.version system property is set to "unknown"
Mon, 07 Apr 2014 22:20:23 +0200 Doug Simon jmh command ensures Maven is run with a Graal enabled VM
Mon, 07 Apr 2014 20:52:27 +0200 Doug Simon updated CHANGELOG.md
Mon, 07 Apr 2014 20:52:09 +0200 Doug Simon reduced upstream delta
Mon, 07 Apr 2014 19:21:22 +0200 Lukas Stadler allow compilation with custom RegisterConfig
Mon, 07 Apr 2014 14:54:24 +0200 Lukas Stadler add allowedUsageType to GuardProxy/GuardPhi, changelog, remove debug output
Mon, 07 Apr 2014 13:55:45 +0200 Lukas Stadler introduce non-ValueNode Proxy interface