log

age author description
Tue, 03 Jun 2014 11:27:08 +0200 Miguel Garcia [inliner] moved helper method to CallsiteHolder
Thu, 05 Jun 2014 11:08:13 +0200 Doug Simon mx: show the environment variables defined and make command line issued when doing a HotSpot build
Thu, 05 Jun 2014 11:05:46 +0200 Doug Simon moved verification of OptionValue declaring classes from run time to build time
Thu, 05 Jun 2014 11:04:36 +0200 Doug Simon exclude CompilationQueue and HotSpotOptions from JaCoCo
Wed, 04 Jun 2014 17:21:09 -0700 Tom Rodriguez skip initialization and use arraycopy for cloning arrays
Tue, 03 Jun 2014 18:15:43 -0700 Tom Rodriguez improve error reporting for NodeIntrinsic signature mismatch
Tue, 03 Jun 2014 17:48:38 -0700 Tom Rodriguez fix sorting of output in LogCompilation and add reporting of eliminated locks
Tue, 03 Jun 2014 17:32:39 -0700 Tom Rodriguez make trap names compatible with xml
Wed, 04 Jun 2014 23:43:49 +0200 Doug Simon Merge.
Wed, 04 Jun 2014 23:07:29 +0200 Doug Simon fixed hang in non-COMPILERGRAAL builds when -Xcomp is specified
Wed, 04 Jun 2014 22:58:14 +0200 Doug Simon pass make variables on the command line instead of in environment variables to simplify running the make on the command line without mx
Wed, 04 Jun 2014 22:18:38 +0200 Doug Simon fixed crash when -XX:-TieredCompilation -XX:-UseGraalCompilationQueue is specified
Wed, 04 Jun 2014 13:53:34 -0700 Michael Van De Vanter Merge
Wed, 04 Jun 2014 13:52:08 -0700 Michael Van De Vanter Truffle/API: new abstract TruffleScriptEngineFactory
Wed, 04 Jun 2014 13:20:06 -0700 Tom Rodriguez add support for new G1 marking behavior
Wed, 04 Jun 2014 19:17:22 +0200 Doug Simon Backed out changeset: a1b9340534bf
Wed, 04 Jun 2014 15:59:26 +0200 Doug Simon made UseGraalCompilationQueue false by default to see if perf. issue(s) still exist
Wed, 04 Jun 2014 15:58:28 +0200 Doug Simon exclude CompilationTask from JaCoCo
Wed, 04 Jun 2014 15:58:04 +0200 Doug Simon do not start/stop Graal compilation queue if -XX:-UseGraalCompilationQueue
Wed, 04 Jun 2014 12:02:36 +0200 Josef Eisl Move dominates() and isDominatedBy() from Block to AbstractBlock and make them static methods.
Wed, 04 Jun 2014 11:47:49 +0200 Roland Schatz Support null check directly on compressed oops.
Tue, 03 Jun 2014 22:19:31 +0200 Doug Simon LIR ops cannot have null @Temp fields
Tue, 03 Jun 2014 17:37:23 +0200 Doug Simon fixed eclipseformat issue
Tue, 03 Jun 2014 17:14:10 +0200 Doug Simon Merge.
Tue, 03 Jun 2014 17:13:52 +0200 Doug Simon refactored HotSpotGraalRuntime.LogFileOption to PrintStreamOption to workaround a javac bug as well as to clarify its design
Tue, 03 Jun 2014 17:11:40 +0200 Doug Simon OptionProcessor needs to find the type parameter of an OptionValue field declaration
Tue, 03 Jun 2014 11:51:27 +0200 Doug Simon decoupled Graal runtime initialization and Graal compilation queue initialization
Tue, 03 Jun 2014 16:29:17 +0200 Doug Simon made canonicalizeprojects handle projects depending on a missing jrelibrary
Tue, 03 Jun 2014 14:32:43 +0200 Josef Eisl LSRA optimization: skip walking to blocks with more than one predecessor.
Tue, 03 Jun 2014 11:01:58 +0200 Roland Schatz Fix incorrect null check in oop compression.
Tue, 03 Jun 2014 10:52:22 +0200 Roland Schatz mx: Use -XX:-DisableExplicitGC when running unit tests with --gc-after-test.
Tue, 03 Jun 2014 10:04:51 +0200 Lukas Stadler fix for NodeBitMap.grow
Mon, 02 Jun 2014 18:14:39 +0200 Miguel Garcia Merge
Mon, 02 Jun 2014 17:58:07 +0200 Miguel Garcia [inliner] no need to alias a final field
Mon, 02 Jun 2014 17:27:33 +0200 Miguel Garcia [inliner] removed a method, lost nothing (but code is more readable afterwards)
Mon, 02 Jun 2014 17:20:11 +0200 Miguel Garcia [inliner] trickle up, thus making more visible, graph copying
Mon, 02 Jun 2014 17:05:34 +0200 Miguel Garcia [inliner] readability
Mon, 02 Jun 2014 17:00:17 +0200 Miguel Garcia [inliner] both parts of what used to be a single method now invoked in sequence
Mon, 02 Jun 2014 16:53:23 +0200 Miguel Garcia [inliner] break method up, to enable delaying specializeGraphToArguments()
Mon, 02 Jun 2014 16:39:19 +0200 Miguel Garcia [inliner] documentation
Mon, 02 Jun 2014 16:28:19 +0200 Miguel Garcia [inliner] return result versus parameter mutation, former deemed more readable
Sun, 01 Jun 2014 19:50:02 +0200 Miguel Garcia [inliner] additional bits and pieces of documentation and assertions
Mon, 02 Jun 2014 17:10:01 +0200 Lukas Stadler add ComputeLoopFrequenciesPhase after canonicalizer
Mon, 02 Jun 2014 17:09:51 +0200 Lukas Stadler Backed out changeset: a750e0d83535 (cache last receiver stamp in MethodCallTargetNode)
Sun, 01 Jun 2014 16:06:07 +0200 Miguel Garcia [inliner] lazy allocation of param-usages container; documentation
Fri, 30 May 2014 19:41:36 +0200 Miguel Garcia [inlining] preparations to avoid cloning whenever possible
Fri, 30 May 2014 19:00:27 +0200 Miguel Garcia [inlining] more uniform treatment of method cloning in InlineableGraph
Fri, 30 May 2014 18:41:56 +0200 Miguel Garcia [inlining] refactoring for readability in InlineableGraph
Fri, 30 May 2014 17:01:37 +0200 Miguel Garcia [inlining] made explicit an invariant of InliningData
Thu, 29 May 2014 16:35:01 +0200 Miguel Garcia [inlining] documentation and assertions
Wed, 28 May 2014 17:24:38 +0200 Miguel Garcia [probability-cache] documentation, assertions added; unreachable code removed
Fri, 30 May 2014 12:14:06 +0200 Lukas Stadler make NodeBitMap.grow public
Fri, 30 May 2014 12:13:49 +0200 Lukas Stadler fix typo in InlineableGraph
Thu, 29 May 2014 11:20:10 -0700 Tom Rodriguez delete unused histogram
Thu, 29 May 2014 11:19:52 -0700 Tom Rodriguez construct proper LocationNode for LoweredCompareAndSwap
Thu, 29 May 2014 16:58:51 +0200 Gilles Duboscq Fix AMD64Assembler.testl
Mon, 26 May 2014 13:43:26 +0200 Gilles Duboscq InvokeNode: getAnnotation is dangerous
Thu, 29 May 2014 14:44:43 +0200 Gilles Duboscq CompareNode.canonicalizeSymmetricConstant can lead to float<->int changes so the right type of node needs to be created depending on the inputs
Thu, 29 May 2014 16:12:12 +0200 Doug Simon HSAIL: prevent failure to loaded native Okra library from causing unit test failure
Wed, 28 May 2014 20:36:10 -0700 Michael Van De Vanter Merge with ef43e8c355ade5ed058a5496f6e51ff4af66f0c0