log

age author description
Wed, 04 Dec 2013 17:11:33 +0100 Gilles Duboscq Remove warnings about forbidden and discouraged accesses in eclipse
Wed, 04 Dec 2013 14:58:13 +0100 Gilles Duboscq Use java compilance from project in eclipse settings for compilance, source and target
Wed, 04 Dec 2013 16:03:21 +0100 Doug Simon tightened assertion about lowering a floating node with unscheduled usages to cases where it really matters
Wed, 04 Dec 2013 16:01:30 +0100 Doug Simon minor renamings
Wed, 04 Dec 2013 16:01:14 +0100 Doug Simon make launching IGV with jdk8 issue an error message (GRAAL-420)
Wed, 04 Dec 2013 14:54:43 +0100 Gilles Duboscq Update eclipse config when files in eclipse-settings have changed
Tue, 03 Dec 2013 20:28:23 -0800 twisti added type to HotSpotVMField annotation in order to verify the expected type
Tue, 03 Dec 2013 14:48:09 -0800 twisti remove CompilerToVM.initializeMethodData
Tue, 03 Dec 2013 18:44:52 +0100 Doug Simon fixes for eclipseformat
Tue, 03 Dec 2013 18:40:03 +0100 Doug Simon Merge.
Tue, 03 Dec 2013 18:19:56 +0100 Doug Simon Merge.
Tue, 03 Dec 2013 18:06:21 +0100 Doug Simon removed no longer needed dependency from c.o.g.compiler.ptx to c.o.g.hotspot
Tue, 03 Dec 2013 18:03:39 +0100 Doug Simon added extra space to disassembler buffer to account for disassembly header
Tue, 03 Dec 2013 18:03:05 +0100 Doug Simon fixed frame omission tests to account for mt-safe patching prefix
Tue, 03 Dec 2013 18:02:11 +0100 Doug Simon made the frameContext of a CompilationResultBuilder always non-null and added FrameContext.hasFrame() to determine if a frame is actually generated
Tue, 03 Dec 2013 17:11:06 +0100 Doug Simon consolidated logging and dumping of InstalledCode to HotSpotCodeCacheProvider
Tue, 03 Dec 2013 16:53:21 +0100 Doug Simon made instrumentation of OptimizedCallTarget.call() safe with respect to patching its verified entry point (GRAAL-605)
Tue, 03 Dec 2013 16:49:12 +0100 Doug Simon use CompilationResultBuilderFactory to do patching of OptimizedCallTarget.call()
Tue, 03 Dec 2013 16:35:41 +0100 Doug Simon fixed crash when TraceCreateZombies is enabled
Tue, 03 Dec 2013 16:33:41 +0100 Doug Simon added CompilationResultBuilderFactory to support peep-hole instrumentation of methods as their code is emitted
Tue, 03 Dec 2013 11:05:20 +0100 Doug Simon removed GraalCompiler.compileGraphNoScope
Tue, 03 Dec 2013 10:51:16 +0100 Doug Simon renamed TargetMethodAssembler to CompilationResultBuilder
Tue, 03 Dec 2013 10:08:35 +0100 Doug Simon moved CompilationResult metric updating out from TargetMethodAssembler.finish()
Tue, 03 Dec 2013 10:06:09 +0100 Doug Simon removed PTXTargetMethodAssembler
Tue, 03 Dec 2013 09:48:22 +0100 Doug Simon renamed TargetMethodAssembler.finishTargetMethod to finalize and made its return type void
Mon, 02 Dec 2013 17:03:22 +0100 Doug Simon ensure instruction at verified entry point is safely patchable (GRAAL-605)
Tue, 03 Dec 2013 16:06:39 +0100 Erik Eckstein rename Replacements.prepareSnippetCopyAfterInstantiation
Tue, 03 Dec 2013 16:05:51 +0100 Erik Eckstein graph builder: fixed wrong liveness of locals in ExceptionObject?s frame state
Mon, 02 Dec 2013 18:06:00 +0100 Gilles Duboscq Put _pending_deoptimization and _pending_monitorenter under ifdef GRAAL
Mon, 02 Dec 2013 18:02:04 +0100 Gilles Duboscq IGV display an error message for any exception during port binding
Mon, 02 Dec 2013 18:01:14 +0100 Gilles Duboscq Use ordinal check on guard stage in LoadHubNode.lower
Tue, 03 Dec 2013 11:28:56 +0100 Roland Schatz Use separate method profile for OSR compilations.
Tue, 03 Dec 2013 11:25:40 +0100 Roland Schatz Profile deoptimizations of OSR methods separately.
Tue, 03 Dec 2013 11:10:16 +0100 Roland Schatz Don't peel counted loops.
Mon, 02 Dec 2013 20:05:24 -0800 twisti moved CompilerToVM.isTypeInitialized and isTypeLinked to Java
Mon, 02 Dec 2013 15:08:14 -0800 Christian Wimmer Merge
Mon, 02 Dec 2013 14:20:32 -0800 Christian Wimmer Use fixed instead of virtual register for target in far foreign call, since the register allocator does not support virtual registers to be used at call sites.
Mon, 02 Dec 2013 14:19:20 -0800 Christian Wimmer Relax overly strict assertion
Mon, 02 Dec 2013 23:15:33 +0100 Chris Seaton Remove experimental warning on @ImplicitCast.
Mon, 02 Dec 2013 13:46:05 +0100 Andreas Woess Merge
Sat, 30 Nov 2013 18:41:35 +0100 Andreas Woess print frame prologue reinstallation message only if TraceTruffleCompilation is enabled.
Sat, 30 Nov 2013 18:21:06 +0100 Andreas Woess add truffle tree dump handler in order to make tree dumping respect the method filter.
Sat, 30 Nov 2013 18:14:58 +0100 Andreas Woess do not attempt to virtualize NewFrame if frame descriptor is not constant.
Mon, 02 Dec 2013 12:45:18 +0100 Christos Kotselidis Merge
Mon, 02 Dec 2013 12:44:53 +0100 Christos Kotselidis Ommit G1 Pre barrier in init writes of instance objects
Sat, 30 Nov 2013 19:09:55 +0100 Christian Humer Truffle: Implemented basic tracing of truffle compiler tree expansion (-G:+TraceTruffleExpansion, -G:+TraceTruffleExpansionSource)
Sat, 30 Nov 2013 19:05:44 +0100 Christian Humer Merge.
Fri, 22 Nov 2013 14:45:09 +0100 Christian Humer Truffle: improved error mesage for accessing unknonw frame slots.
Sat, 30 Nov 2013 11:07:41 +0100 Doug Simon replaced use of graal.compileTheWorldTest.log system property with a field to control CTW verbosity which is true by default but is set to false by CTW unit test
Sat, 30 Nov 2013 01:48:18 +0100 Doug Simon put CompileTheWorldTest logging behind the graal.compileTheWorldTest.log system property
Sat, 30 Nov 2013 01:33:29 +0100 Doug Simon put PTX logging behind the -G:Log option
Sat, 30 Nov 2013 01:16:55 +0100 Doug Simon change debug scopes implementation to prevent extra frames related to mechanism being added to call stack
Fri, 29 Nov 2013 20:46:54 +0100 Doug Simon weakened assertion around type profiles to allow array types (GRAAL-618)
Fri, 29 Nov 2013 17:40:03 +0100 Gilles Duboscq Fix Compare Canonicalization with 2 converts from different kinds as input
Fri, 29 Nov 2013 12:20:12 +0100 Christian Wirth Merged
Fri, 29 Nov 2013 12:19:50 +0100 Christian Wirth fix problem detected by -G:-PartialEscapeAnalysis
Fri, 29 Nov 2013 10:09:18 +0100 Bernhard Urban annotate UnsafeCastNode as deprecated
Thu, 28 Nov 2013 19:54:48 +0100 Bernhard Urban Canonicalizer: when replacing a fixed node with a controlsink, set the next of the replacee *before* calling killCFG() (GRAAL-609)
Thu, 28 Nov 2013 19:52:05 +0100 Bernhard Urban virtualize(): check if stamp is null (GRAAL-609)
Thu, 28 Nov 2013 19:51:54 +0100 Bernhard Urban Debug: use silent debug config for sandbox
Thu, 28 Nov 2013 14:12:31 +0100 Bernhard Urban deoptimization: add helper to minimize hsx diff #resolve GRAAL-531
Thu, 28 Nov 2013 13:19:58 +0100 Bernhard Urban C2V: remove unused method
Wed, 27 Nov 2013 20:16:13 +0100 Doug Simon made ConstantNode optionally be an external node (GRAAL-508)
Wed, 27 Nov 2013 20:14:35 +0100 Doug Simon refactored all PTX reporting to use PTXTestBase.printReport()
Wed, 27 Nov 2013 20:13:58 +0100 Doug Simon removed unnecessary use of org.junit.Assume
Wed, 27 Nov 2013 18:53:07 +0100 Doug Simon JDK8: added support for default methods as well as interfaces containing static and private methods
Tue, 26 Nov 2013 11:41:47 -0800 twisti get DataLayout tags from VM
Wed, 27 Nov 2013 02:31:03 +0100 Doug Simon fixed bug in MethodData and added assertion that precomputed size == initialized size
Tue, 26 Nov 2013 23:14:18 +0100 Doug Simon Merge.
Tue, 26 Nov 2013 22:15:04 +0100 Doug Simon made FrameWithoutBoxing.pack() substitution match the signature of the original
Tue, 26 Nov 2013 20:54:31 +0100 Doug Simon fixed HotSpot compiler test 7184394 (GRAAL-612)
Tue, 26 Nov 2013 18:43:53 +0100 Doug Simon made method substitution take return types into account (GRAAL-612)
Tue, 26 Nov 2013 13:03:40 -0800 Tom Rodriguez Merge
Mon, 25 Nov 2013 15:31:20 -0800 Tom Rodriguez Treat block comments as raw strings
Mon, 25 Nov 2013 15:31:18 -0800 Tom Rodriguez add NULL check so that -Xint option works again
Mon, 25 Nov 2013 15:26:08 -0800 Tom Rodriguez remove incorrect should_reexecute assert
Tue, 26 Nov 2013 13:35:52 +0100 Roland Schatz Add aliasing trap reason name.
Mon, 25 Nov 2013 18:40:26 -0800 twisti don't overwrite the values of HotSpotPrintCompilation and HotSpotPrintInlining
Mon, 25 Nov 2013 18:39:31 -0800 twisti make CodeInstallResult enum independent of the actual values in C++ code
Tue, 26 Nov 2013 00:53:26 +0100 Doug Simon Merge.
Tue, 26 Nov 2013 00:21:40 +0100 Doug Simon renamed parameters of ProfiledMethod and ProfiledType
Tue, 26 Nov 2013 00:09:59 +0100 Doug Simon Merge.
Tue, 26 Nov 2013 00:09:17 +0100 Doug Simon replace code handling abstract (non-array) types in type profiles with assertions now that it should never occur
Tue, 26 Nov 2013 00:08:15 +0100 Doug Simon integrated patch from Roland that prevents abstract types showing up in C1 generated type profiles
Mon, 25 Nov 2013 23:49:49 +0100 Doug Simon cleaned up HotSpotMethodData tracing a little and enabled it when -Dgraal.traceMethodDataFilter=true
Mon, 25 Nov 2013 18:42:51 +0100 Doug Simon made DebugScope be AutoCloseable so that try-with-resource can be used to more cleanly manage scopes
Mon, 25 Nov 2013 17:32:15 +0100 Doug Simon put HSAIL test code dumping behind -G:Log
Mon, 25 Nov 2013 17:31:31 +0100 Doug Simon changed default level for HSAIL KernelTester logger to OFF
Mon, 25 Nov 2013 17:30:07 +0100 Doug Simon use new mechanism for scoping a DebugConfig change
Mon, 25 Nov 2013 17:29:44 +0100 Doug Simon suppress messages about expected exception in HSAIL test
Mon, 25 Nov 2013 17:28:15 +0100 Doug Simon added support for scoping a change to the current DebugConfig using try-with-resource
Mon, 25 Nov 2013 17:25:53 +0100 Doug Simon put warnings about missing GPU device behind TraceGPUInteraction option
Mon, 25 Nov 2013 15:10:04 -0800 twisti propagate code-cache-full message up to Java to throw exception instead of crashing VM
Mon, 25 Nov 2013 17:23:56 +0100 Roland Schatz Deoptimization reason for failed aliasing assumptions.
Mon, 25 Nov 2013 17:19:29 +0100 Roland Schatz Make GuardNode extensible.
Mon, 25 Nov 2013 17:10:22 +0100 Roland Schatz Common base interface for nodes in the memory graph.
Mon, 25 Nov 2013 17:06:00 +0100 Roland Schatz Separate class for MemoryProxy and MemoryPhi.
Mon, 25 Nov 2013 17:04:39 +0100 Roland Schatz Assert for checking the input type in NodeClass.updateInputSuccInPlace.
Mon, 25 Nov 2013 17:04:30 +0100 Roland Schatz Use initializeWord in NewObjectSnippets.
Mon, 25 Nov 2013 17:04:18 +0100 Roland Schatz Fix typo.
Mon, 25 Nov 2013 15:19:14 +0100 Erik Eckstein fix lost method format in graph builder debug logging
Mon, 25 Nov 2013 13:56:34 +0100 Erik Eckstein Merge
Mon, 25 Nov 2013 13:54:02 +0100 Erik Eckstein extend replacements API to support svm specific snippet handling
Mon, 25 Nov 2013 13:53:06 +0100 Erik Eckstein improve graph printer API for better suppport of derived classes
Mon, 25 Nov 2013 13:49:20 +0100 Erik Eckstein Use default charset instead of US-ASCII in BasicIdealGraphPrinter
Mon, 25 Nov 2013 13:48:13 +0100 Erik Eckstein make graph builder more visible for derived classes; add few indent levels for debug logging
Mon, 25 Nov 2013 13:41:18 +0100 Erik Eckstein some improvements in Debug logging
Mon, 25 Nov 2013 13:37:24 +0100 Erik Eckstein fixed wrong assert condition in JavaTypeProfile
Mon, 25 Nov 2013 12:46:45 +0100 Doug Simon use separate data structure for canonicalizing ConstantNodes (GRAAL-508)
Sat, 23 Nov 2013 23:20:03 +0100 Doug Simon added toString() to HotSpotMethodData to assist with debugging low-level profile data reading
Sat, 23 Nov 2013 23:19:28 +0100 Doug Simon improved output of method name under -G:+PrintProfilingInformation
Fri, 22 Nov 2013 15:32:20 -0800 Christian Wimmer Change PhaseContext so that it does not subclass Providers, to avoid leaking low-level provider objects such as the CodeCacheProvdier to high-level optimization phases
Fri, 22 Nov 2013 13:41:17 -0800 Christian Wimmer Merge
Fri, 22 Nov 2013 12:19:43 -0800 Christian Wimmer Improvements and bugfixes of word type rewriter
Fri, 22 Nov 2013 12:19:16 -0800 Christian Wimmer Allow addresses with an arbitrary scale value; fix handling of unsigned int-to-long conversion
Fri, 22 Nov 2013 12:18:36 -0800 Christian Wimmer Make graph builder more extensible by subclasses
Fri, 22 Nov 2013 12:17:53 -0800 Christian Wimmer Commit pass target as a parameter to ReplacementImpl, so that it does not require a CodeCacheProvider
Fri, 22 Nov 2013 12:16:48 -0800 Christian Wimmer Support lowering of control sink nodes; annotate parameters to make node class invariant checker happy
Fri, 22 Nov 2013 12:13:47 -0800 Christian Wimmer Introduce ComparableWord and PointerBase into the Word type hierarchy
Fri, 22 Nov 2013 12:12:38 -0800 Christian Wimmer Introduce option to disable deoptimization grouping