log

age author description
Sun, 09 Mar 2014 20:25:48 +0100 Andreas Woess windows: enable C1+Graal tiered
Sat, 08 Mar 2014 10:05:57 +0100 Doug Simon fixed incorrect test for null
Sat, 08 Mar 2014 10:04:44 +0100 Doug Simon removed unnecessary lookupKlassByName method
Fri, 07 Mar 2014 11:44:26 -0800 Christian Wimmer mx: new command to start c1visualizer; support for IGV download when using a proxy server
Fri, 07 Mar 2014 19:15:22 +0100 Roland Schatz Check for abstract modifier in NodeIntrinsic verification.
Fri, 07 Mar 2014 13:55:06 +0100 Bernhard Urban solaris: exclude gpu if graal is not used
Fri, 07 Mar 2014 13:15:40 +0100 Doug Simon enable C1 + Graal tiered (added Linux and Solaris support)
Fri, 07 Mar 2014 10:27:52 +0100 Gilles Duboscq CanonicalizerPhase: cosmetic simplification in performReplacement
Fri, 07 Mar 2014 11:37:26 +0100 Gilles Duboscq Remove useless code in LoopFragment.mergeEarlyExits
Thu, 06 Mar 2014 18:21:54 +0100 Gilles Duboscq During LoopFragment.mergeEarlyExits we need to update the orignal fragement's nodes bitmap
Thu, 06 Mar 2014 18:13:49 +0100 Gilles Duboscq Use a forceLog scope for LinearScan.reportFailure. Remove @SuppressWarnings on DebugScope.scope
Fri, 07 Mar 2014 09:23:53 +0100 Bernhard Urban TruffleCompiler: fix corner case in format string
Thu, 06 Mar 2014 17:11:39 -0800 Tom Rodriguez enable C1 + Graal tiered
Thu, 06 Mar 2014 22:45:25 -0800 twisti reorganized graalCompilerToVM.cpp
Thu, 06 Mar 2014 22:40:48 -0800 twisti make HotSpotResolvedJavaMethod leaner
Thu, 06 Mar 2014 21:03:59 -0800 twisti pass metaspace pointers instead of object to VM
Thu, 06 Mar 2014 18:43:40 -0800 Tom Rodriguez make mx respect umask when making jar files
Thu, 06 Mar 2014 18:41:48 -0800 Tom Rodriguez rename BeginEnqueue to Enqueueing
Thu, 06 Mar 2014 18:41:42 -0800 Tom Rodriguez fix overzeroing of new storage, refactor zeroing and unroll zeroing of small arrays
Thu, 06 Mar 2014 16:24:47 -0800 Michael Van De Vanter Merge with dd783f0ecf171f786674bb5b6b762581c3367f80
Thu, 06 Mar 2014 15:56:05 -0800 Michael Van De Vanter Merge with 13072c084e6f8f4a402827c0a541c54938537041
Wed, 05 Mar 2014 19:54:38 -0800 Michael Van De Vanter merge
Wed, 05 Mar 2014 19:40:15 -0800 Michael Van De Vanter Merge with 1b84e499127b0086271898a1298577d15e0b3101
Sun, 23 Feb 2014 17:00:35 -0800 Michael Van De Vanter Ruby/Instrumentation: renaming/API rearrangements
Tue, 04 Feb 2014 11:17:09 -0800 Michael Van De Vanter Ruby/Instrumentation: class rename
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.