log

age author description
Mon, 31 Aug 2015 18:42:38 -0700 Michael Van De Vanter Update imports
Mon, 31 Aug 2015 17:57:34 +0200 Doug Simon updated jvmci import version
Mon, 31 Aug 2015 17:55:58 +0200 Doug Simon adapted to jvmci changes
Mon, 31 Aug 2015 15:32:24 +0200 Roland Schatz Enable ConstantLoadOptimization for abritrary constants.
Mon, 31 Aug 2015 15:21:36 +0200 Roland Schatz Update jvmci: Remove JavaConstant from Value hierarchy.
Sun, 30 Aug 2015 20:51:12 -0700 Tom Rodriguez Move PrintStreamOption back into Graal
Sun, 30 Aug 2015 20:39:16 -0700 Tom Rodriguez updated imported jvmci version
Sun, 30 Aug 2015 02:35:05 +0200 Andreas Woess updated imported truffle version
Fri, 28 Aug 2015 15:33:25 -0700 Tom Rodriguez updated imported jvmci version
Fri, 28 Aug 2015 15:31:33 -0700 Tom Rodriguez Use proper stamp for read in HotSpotResolvedObjectTypeTest
Fri, 28 Aug 2015 14:22:03 -0700 Tom Rodriguez Remove LoggingProxy in favor of TraceJVMTI
Fri, 28 Aug 2015 12:20:21 -0700 Christian Wimmer Update jvmci version
Fri, 28 Aug 2015 12:19:57 -0700 Christian Wimmer Merge
Fri, 28 Aug 2015 11:23:08 -0700 Christian Wimmer Invert logic for recording the assumptions of an AssumptionResult to Assumptions; this allows using assumption-free AssumptionResults when compiling without speculative optimizations
Fri, 28 Aug 2015 11:18:35 -0700 Christian Wimmer Allow explicit exceptions for arraylength
Fri, 28 Aug 2015 14:32:42 +0200 Josef Eisl TraceRA: only blocks with LabelOp and JumpOp are trivial.
Fri, 28 Aug 2015 13:46:09 +0200 Roland Schatz Use worklist instead of quadratic algorithm in DebugInfoBuilder.
Fri, 28 Aug 2015 13:36:09 +0200 Roland Schatz Explicitly store slot kinds in DebugInfo.
Fri, 28 Aug 2015 10:39:08 +0200 Josef Eisl mx: update to JMH version 1.10.4.
Fri, 28 Aug 2015 10:38:26 +0200 Josef Eisl mx microbench: quote forked vmArgs with spaces.
Fri, 28 Aug 2015 10:37:01 +0200 Josef Eisl mx microbench: use forkedVmArgs.
Fri, 28 Aug 2015 10:01:29 +0200 Josef Eisl mx microbench: fix JMH project detection.
Thu, 27 Aug 2015 13:08:25 +0200 Stefan Anzinger updated imported jvmci version
Thu, 27 Aug 2015 11:16:28 +0200 Doug Simon updated imported jvmci version
Thu, 27 Aug 2015 11:16:17 +0200 Doug Simon added disabled test showing problem with CompilerToVM.getResolvedJavaType
Thu, 27 Aug 2015 11:15:35 +0200 Doug Simon added test for Unsafe.allocateInstance
Thu, 27 Aug 2015 09:59:35 +0200 Roland Schatz Fix ClassCastException in ConstantLoadOptimization.
Wed, 26 Aug 2015 15:22:34 -0700 Christian Wimmer Merge
Wed, 26 Aug 2015 15:20:51 -0700 Christian Wimmer Add option DumpPath to specify directory for IGV and C1Visualizer dump files; simplify file name construction for IGV files
Wed, 26 Aug 2015 15:19:12 -0700 Christian Wimmer alternateRuntime hack is no longer necessary, Truffle now allows setting the TruffleRuntime using a system property