log

age author description
Thu, 11 Jul 2013 12:22:51 +0200 Andreas Woess Truffle: introduce NodeUtil.countNodes
Thu, 11 Jul 2013 12:10:17 +0200 Christos Kotselidis Merge
Thu, 11 Jul 2013 12:09:36 +0200 Christos Kotselidis Minor refactoring
Thu, 11 Jul 2013 11:58:03 +0200 Christos Kotselidis Remove caching of gcStartCycles
Thu, 11 Jul 2013 11:56:11 +0200 Christos Kotselidis Remove ternary
Thu, 11 Jul 2013 11:55:30 +0200 Christos Kotselidis Simplify code
Thu, 11 Jul 2013 11:09:16 +0200 Roland Schatz Move lowering of arraycopy to the correct lowering phase.
Wed, 10 Jul 2013 19:48:23 -0700 Thomas Wuerthinger Relax TruffleCache assertion.
Thu, 11 Jul 2013 01:56:42 +0200 Christian Humer merge.
Thu, 11 Jul 2013 01:55:54 +0200 Christian Humer Truffle-DSL: fixed a bug in removal of the frame from the generated generic execute method.
Wed, 10 Jul 2013 12:50:45 -0700 twisti SPARC: Can compile and run two or three methods of a bootstrap.
Wed, 10 Jul 2013 17:46:27 +0200 Doug Simon checkcast is lowered to instanceof (GRAAL-248)
Wed, 10 Jul 2013 17:46:03 +0200 Doug Simon stamp for GuardingPiNode is determined by caller of constructor, not within constructor
Wed, 10 Jul 2013 17:44:23 +0200 Doug Simon make use of guardingNonNull node intrinsic
Wed, 10 Jul 2013 09:42:22 +0200 Christian Humer Added truffle option to enable detailed rewrite messages. Disabled by default.
Wed, 10 Jul 2013 09:23:15 +0200 Christian Humer Removed frame argument for generic cases if not needed.
Wed, 10 Jul 2013 05:27:45 +0200 Thomas Wuerthinger Merge.
Wed, 10 Jul 2013 05:26:50 +0200 Thomas Wuerthinger Introduce CompilerDirectives.SlowPath annotation.
Tue, 09 Jul 2013 15:37:50 -0700 twisti SPARC: Can compile simple methods and do static calls.
Tue, 09 Jul 2013 15:37:21 -0700 twisti SPARC: Fixed build errors.
Tue, 09 Jul 2013 14:39:34 -0700 twisti Code installer changes for SPARC.
Tue, 09 Jul 2013 22:05:40 +0200 Thomas Wuerthinger Merge.
Tue, 09 Jul 2013 21:53:50 +0200 Thomas Wuerthinger Fix Truffle cache inlining strategy to skip exception edges.
Tue, 09 Jul 2013 21:20:03 +0200 Andreas Woess Merge
Tue, 09 Jul 2013 21:03:29 +0200 Andreas Woess Truffle: minor cleanup
Tue, 09 Jul 2013 19:45:35 +0200 Andreas Woess Truffle: ensure frame assumption is recorded for materialized frames
Tue, 09 Jul 2013 20:09:24 +0200 Thomas Wuerthinger Merge.
Tue, 09 Jul 2013 20:06:15 +0200 Thomas Wuerthinger Introduce TruffleGraphMaxNodes option with default value 10000.
Tue, 09 Jul 2013 17:38:32 +0200 Thomas Wuerthinger Fix for TruffleCache.
Tue, 09 Jul 2013 14:33:24 +0200 Thomas Wuerthinger Improve Truffle graph cache.
Tue, 09 Jul 2013 17:55:02 +0200 Christian Haeubl Merge.
Tue, 09 Jul 2013 17:54:48 +0200 Christian Haeubl Increased priority for compiler threads.
Tue, 09 Jul 2013 17:53:58 +0200 Christian Haeubl Removed priority compilation queue.
Tue, 09 Jul 2013 11:58:03 +0200 Roland Schatz New lowering phase after framestate assignment.
Tue, 09 Jul 2013 11:58:02 +0200 Roland Schatz Make array allocations deoptimizing nodes.
Tue, 09 Jul 2013 11:58:01 +0200 Roland Schatz Make G1PreWriteBarrier a DeoptimizingNode.
Tue, 09 Jul 2013 11:58:00 +0200 Roland Schatz Make FixedGuardNode a DeoptimizingNode.
Tue, 09 Jul 2013 11:57:18 +0200 Roland Schatz Assign framestates in snippet lowering after framestate assignment.
Tue, 09 Jul 2013 11:14:36 +0200 Roland Schatz Allow foreign call stubs to be declared as leaf methods.
Tue, 09 Jul 2013 11:21:06 +0200 Christian Haeubl Merge.
Tue, 09 Jul 2013 11:19:53 +0200 Christian Haeubl Fix for OSR regression introduced with 88672775a26c.
Tue, 09 Jul 2013 11:18:52 +0200 Christian Haeubl Minor Java fix.
Tue, 09 Jul 2013 10:40:37 +0200 Doug Simon added HSAIL backend and tests
Tue, 09 Jul 2013 01:27:40 +0200 Thomas Wuerthinger Merge.
Tue, 09 Jul 2013 01:27:33 +0200 Thomas Wuerthinger Small fixes for lowering phase.
Mon, 08 Jul 2013 22:14:01 +0200 Thomas Wuerthinger Clean up OptimizedCallTarget and HotSpotNmethod.execute.
Mon, 08 Jul 2013 22:12:41 +0200 Thomas Wuerthinger Remove HotSpotNmethodSubstitutions.
Mon, 08 Jul 2013 14:49:05 -0700 twisti Added unique Label identifier.
Mon, 08 Jul 2013 21:14:06 +0200 Thomas Wuerthinger Remove unused import.
Mon, 08 Jul 2013 21:12:41 +0200 Thomas Wuerthinger Merge.
Mon, 08 Jul 2013 21:12:00 +0200 Thomas Wuerthinger Improve performance of calling Truffle call targets.
Mon, 08 Jul 2013 21:08:14 +0200 Thomas Wuerthinger Fix unsafe access node.
Mon, 08 Jul 2013 16:27:46 +0200 Thomas Wuerthinger Create new intrinsic for GuardingPiNode for null check guarding. Fix ArraySubstitutions.
Mon, 08 Jul 2013 15:54:24 +0200 Thomas Wuerthinger Merge.
Mon, 08 Jul 2013 00:05:30 +0200 Thomas Wuerthinger Make CompilerDirectives.unsafeCast a generic method.
Sun, 07 Jul 2013 23:51:52 +0200 Thomas Wuerthinger New unsafe cast CompilerDirectives method in Truffle API.
Sun, 07 Jul 2013 23:32:05 +0200 Thomas Wuerthinger Merge.
Sun, 07 Jul 2013 22:28:18 +0200 Thomas Wuerthinger Factor and improve unsafe load/store canonicalization.
Sun, 07 Jul 2013 21:30:25 +0200 Thomas Wuerthinger Fix unsafe load/store canonicalization to fields to also check accessKind.
Sun, 07 Jul 2013 21:01:31 +0200 Thomas Wuerthinger Fix Truffle cache to handle macro nodes correctly.