log

age author description
Tue, 22 Apr 2014 18:41:00 +0200 Josef Eisl Change DeoptimizingNode and Access to LIRFrameState in *LIRGenerator*.
Tue, 22 Apr 2014 16:45:47 +0200 Josef Eisl Change graal.lir->graal.nodes project dependency to graal.nodes->graal.lir (errors).
Tue, 22 Apr 2014 16:37:53 +0200 Josef Eisl Move ArithmeticLIRGenerator to graal.lir (errors).
Tue, 22 Apr 2014 16:36:16 +0200 Josef Eisl Move LIRGeneratorTool to graal.lir (errors).
Tue, 22 Apr 2014 15:55:54 +0200 Josef Eisl Move LIRGenerator to graal.lir (errors).
Tue, 22 Apr 2014 15:40:13 +0200 Josef Eisl Move state(DeoptimizingNode) from LIRGenerator to NodeLIRBuilder (errors).
Tue, 22 Apr 2014 17:15:55 +0200 Josef Eisl Move FieldIntrospection to graal.compiler.common.
Wed, 23 Apr 2014 11:50:59 +0200 Josef Eisl Move FloatConvertNode.FloatConvert to compiler.common.
Tue, 22 Apr 2014 16:22:21 +0200 Josef Eisl Deprecate LIRGenerator.getDebugInfoBuilder().
Tue, 22 Apr 2014 15:45:19 +0200 Josef Eisl Move LIRGenerationResult* to graal.lir.
Tue, 22 Apr 2014 15:24:14 +0200 Josef Eisl Move UnsafeAccess to graal.compiler.common.
Wed, 23 Apr 2014 10:26:19 +0200 Lukas Stadler simplify usage of IncrementalCanonicalizerPhase, use incremental canonicalizer for GuardLowering
Wed, 23 Apr 2014 10:26:19 +0200 Lukas Stadler additional scope in inlining to get caller graph upon exceptions
Wed, 23 Apr 2014 10:26:19 +0200 Lukas Stadler loosen restrictions a bit in GraphOrder
Wed, 23 Apr 2014 10:26:19 +0200 Lukas Stadler pass CallTarget name to Truffle-generated StructuredGraphs
Wed, 23 Apr 2014 10:26:19 +0200 Lukas Stadler handle array length in PEAReadElimination
Wed, 23 Apr 2014 10:26:19 +0200 Lukas Stadler deal with StateSplits in GraphUtil.removeFixedWithUnusedInputs
Wed, 23 Apr 2014 10:26:19 +0200 Lukas Stadler correctly schedule loop proxies
Wed, 23 Apr 2014 10:26:18 +0200 Lukas Stadler warning in AbstractFrameStateBuilder
Wed, 23 Apr 2014 10:26:18 +0200 Lukas Stadler lowering for GuardProxyNode
Tue, 22 Apr 2014 18:32:08 -0700 Michael Van De Vanter Merge
Tue, 22 Apr 2014 18:22:40 -0700 Michael Van De Vanter Merge
Sun, 20 Apr 2014 20:37:27 -0700 Michael Van De Vanter Truffle: Major cleanup and extension of the Truffle Instrumentation framework in com.oracle.truffle.api
Tue, 22 Apr 2014 17:25:31 -0700 Tom Rodriguez use movl instead of andl for L2I
Tue, 22 Apr 2014 17:25:27 -0700 Tom Rodriguez add rotate instructions and make the shift encodings more uniform
Tue, 22 Apr 2014 17:25:24 -0700 Tom Rodriguez fix code to improve unsafe array location identity
Tue, 22 Apr 2014 16:41:46 -0700 Christian Wimmer Update c1visualizer to version compatible with Java 8
Wed, 23 Apr 2014 00:54:41 +0200 Doug Simon mx: generalized workaround for system command line length limits and used it to fix issue with eclipseformat command
Tue, 22 Apr 2014 20:35:55 +0200 Gilles Duboscq Exceptions reaching the unwind are already null-checked
Tue, 22 Apr 2014 20:18:45 +0200 Gilles Duboscq Dumping: translate special bcis into a string in the debug properties map.