log

age author description
Mon, 03 Feb 2014 20:58:23 -0800 Michael Van De Vanter Truffle/Instrumentation: significant rearrangement (including moved class) and extension of the Truffle Instrumentation Framework. New interfaces include DebugContext (which can be attached to the ExecutionContext), through which access is provided to possibly language-specific (a) node instrumentation, (b) debug services manager, (c) notification when programs halt, (d) display of language values, and (e) display of variable identifiers.
Thu, 06 Mar 2014 15:18:47 -0800 twisti refactor CompilerToVM interface
Thu, 06 Mar 2014 23:17:10 +0100 Bernhard Urban TruffleCompiler: avoid interleaved output with application and compiler
Thu, 06 Mar 2014 17:46:11 +0100 Doug Simon simplified HotSpotResolvedObjectType.FieldInfo.getType(); encapsulated all access to javaClass in HotSpotResolvedObjectType more
Thu, 06 Mar 2014 17:44:56 +0100 Doug Simon removed java.lang.Class fields in HotSpotResolvedPrimitiveType
Thu, 06 Mar 2014 17:26:09 +0100 Doug Simon removed unnecessary explicit cast by tightening return type of overloaded method
Thu, 06 Mar 2014 16:12:22 +0100 Andreas Woess Truffle: remove call node notification loop (O(n^2))
Tue, 04 Mar 2014 12:59:37 +0100 Andreas Woess remove assertion in UnexpectedResultException constructor
Thu, 06 Mar 2014 13:40:13 +0100 Roland Schatz Verify existence of constructor for @NodeIntrinsic methods.
Thu, 06 Mar 2014 10:40:00 +0100 Roland Schatz Don't remove UnboxNode if the incoming type is wrong.
Wed, 05 Mar 2014 21:13:51 -0800 Tom Rodriguez fix queue code
Wed, 05 Mar 2014 16:22:42 -0800 Tom Rodriguez Wrap access to ThreadPoolExecutor to avoid ConcurrentModificationExceptions
Wed, 05 Mar 2014 15:50:35 -0800 Tom Rodriguez improve comment
Wed, 05 Mar 2014 23:58:54 +0100 Christian Humer Truffle: fixed minor formatting problem.
Wed, 05 Mar 2014 23:33:36 +0100 Christian Humer Truffle: added notification from callee to callers in the CallNode.
Wed, 05 Mar 2014 23:33:25 +0100 Christian Humer Truffle: refined split/inlining heuristics.
Wed, 05 Mar 2014 23:33:25 +0100 Christian Humer Truffle: deprecated CallNode.isInlinable
Wed, 05 Mar 2014 23:33:25 +0100 Christian Humer Truffle-DSL: generate better implementations for getKind()
Wed, 05 Mar 2014 23:33:25 +0100 Christian Humer Truffle: implemented new tracing flag TraceTruffleCompilationPolymorphism.
Wed, 05 Mar 2014 23:33:25 +0100 Christian Humer Truffle: Improved ASTSize output for opt done events.
Wed, 05 Mar 2014 23:33:25 +0100 Christian Humer Truffle: Added separate option to trace splitting.
Wed, 05 Mar 2014 23:33:25 +0100 Christian Humer Truffle: Now keeps track of all not just inlined call-sites called by CallNode. Deprecated some old API in NodeUtil.
Wed, 05 Mar 2014 21:37:50 +0100 Doug Simon removed HotSpotRuntimeInterpreterInterface
Wed, 05 Mar 2014 21:37:23 +0100 Doug Simon fixed link in javadoc
Wed, 05 Mar 2014 20:12:46 +0100 Josef Eisl Remove LIRGenerator from LinearScan.
Wed, 05 Mar 2014 19:07:29 +0100 Doug Simon removed remaining VMToCompiler calls for allocating Graal API objects
Wed, 05 Mar 2014 17:53:38 +0100 Lukas Stadler clean up snippet-related assertion in GraphBuilderPhase
Wed, 05 Mar 2014 14:01:21 +0100 Thomas Wuerthinger Remove unused imports.
Wed, 05 Mar 2014 13:56:04 +0100 Thomas Wuerthinger First draft of baseline compiler.
Wed, 05 Mar 2014 11:24:42 +0100 Thomas Wuerthinger Use LIR instead of LIRGenerator as parameter in emitCode.
Wed, 05 Mar 2014 10:32:19 +0100 Thomas Wuerthinger Merge.
Wed, 05 Mar 2014 10:27:30 +0100 Thomas Wuerthinger Merge.
Fri, 28 Feb 2014 16:19:10 +0100 Thomas Wuerthinger Merge.
Wed, 26 Feb 2014 13:09:16 +0100 Thomas Wuerthinger Remove unused imports.
Wed, 26 Feb 2014 13:07:38 +0100 Thomas Wuerthinger Merge.
Tue, 25 Feb 2014 18:17:08 +0100 Thomas Wuerthinger Merge.
Tue, 25 Feb 2014 18:16:59 +0100 Thomas Wuerthinger Remove unused import.
Tue, 25 Feb 2014 17:51:03 +0100 Thomas Wuerthinger Move functionality of SpillMoveFactory to FrameMap.
Wed, 05 Mar 2014 10:13:05 +0100 Josef Eisl Direct LIR generation: make compileBytecodeToLIR static.
Wed, 05 Mar 2014 10:12:35 +0100 Josef Eisl Direct LIR generation: refactoring alternative compilation path in GraalCompilerTest.
Wed, 05 Mar 2014 10:11:21 +0100 Josef Eisl Direct LIR generation: created a copy of GraphBuilderPhase for LIR generation.
Wed, 05 Mar 2014 10:11:34 +0100 Josef Eisl Direct LIR generation: added alternative compilation path to GraalCompilerTest.
Tue, 04 Mar 2014 22:23:24 -0800 twisti moved to-constant-pool-index conversion up to Java
Tue, 04 Mar 2014 20:07:03 -0800 twisti moved readCString to UnsafeAccess next to the other methods
Tue, 04 Mar 2014 16:12:18 -0800 Tom Rodriguez avoid deadlock in clinit of HotSpotResolvedJavaField
Mon, 03 Mar 2014 20:40:23 -0800 twisti removed duplicate vmStructs entries
Tue, 04 Mar 2014 01:08:46 +0000 Chris Seaton Remove Ruby implementation.
Fri, 28 Feb 2014 16:35:52 -0800 Tom Rodriguez don't allow unresolved field types to hang around
Fri, 28 Feb 2014 16:35:50 -0800 Tom Rodriguez fix field access and casts in method substitutions
Wed, 26 Feb 2014 11:39:47 -0800 Tom Rodriguez put tighter types on some builtin operations
Mon, 03 Mar 2014 12:04:16 +0100 Andreas Woess IGV: fix NPE
Mon, 03 Mar 2014 10:12:02 +0100 Andreas Woess TruffleCompilerOptions: add help texts, delete old options
Wed, 26 Feb 2014 15:34:59 +0100 Andreas Woess TruffleDSL: retire NodeFactory#createNodeGeneric
Wed, 26 Feb 2014 13:48:47 +0100 Andreas Woess dsl processor: delete unused classes
Fri, 28 Feb 2014 14:01:31 -0500 S.Bharadwaj Yadavalli Fixes PTX test failure and a crash when TraceGPUInteraction flag is specified.
Fri, 28 Feb 2014 14:25:27 +0100 Roland Schatz Fix UnsignedMathSubstitutions and add unit tests.
Fri, 28 Feb 2014 13:51:50 +0100 Roland Schatz Use correct stamp in BitLogicNode smart constructors.
Thu, 27 Feb 2014 17:11:28 -0800 Christian Wimmer GraphKit: add support for if-then-else constructs
Thu, 27 Feb 2014 17:04:24 -0800 Christian Wimmer Move GraphKit out of HotSpot-specific project
Thu, 27 Feb 2014 12:05:52 -0800 twisti removed unused import