log

age author description
Thu, 19 Mar 2015 18:03:15 -0700 Tom Rodriguez Add support for multithreaded CTW
Thu, 19 Mar 2015 18:03:08 -0700 Tom Rodriguez Don't let NoClassDefFoundError leak when reflectively looking up Method
Thu, 19 Mar 2015 17:48:48 -0700 Tom Rodriguez Reduce amount of work done by Node.verify by default
Thu, 19 Mar 2015 17:25:16 -0700 Tom Rodriguez Check for null installedCode when reporting events
Thu, 19 Mar 2015 17:23:05 -0700 Tom Rodriguez Improve assertion message
Thu, 19 Mar 2015 17:22:24 -0700 Tom Rodriguez Only report snippet cache overflow once
Thu, 19 Mar 2015 22:31:42 +0100 Doug Simon added null checking for the receiver when inlining or applying an InvocationPlugin during graph parsing
Thu, 19 Mar 2015 19:27:25 +0100 Gilles Duboscq TraceDeoptimization: print compiler and compile_id
Thu, 19 Mar 2015 15:38:33 +0100 Thomas Wuerthinger Small fix for memory schedule verification. The begin node is not always the first node in the block if it is at the same time also the end node.
Thu, 19 Mar 2015 12:47:06 +0100 Doug Simon Merge.
Thu, 19 Mar 2015 12:46:38 +0100 Doug Simon removed overly strict assertions in InstanceOfDynamicNode constructor
Thu, 19 Mar 2015 12:46:06 +0100 Doug Simon added support for checking nodes added to the graph by an Invocation plugin and used this to check that only legal constants are added under ImmutableCode
Wed, 18 Mar 2015 12:39:43 +0100 Doug Simon use cheaper test for whether or not a method has a substitution
Wed, 18 Mar 2015 11:46:06 +0100 Doug Simon factored out assertion checks around application of an InvocationPlugin and added a check that all StateSplit nodes added by a plugin have a non-null frame state
Thu, 19 Mar 2015 11:53:36 +0100 Thomas Wuerthinger Guard constant folding with !ImmutableCode.
Thu, 19 Mar 2015 11:22:37 +0100 Thomas Wuerthinger Merge.
Wed, 18 Mar 2015 23:26:47 +0100 Thomas Wuerthinger Merge.
Wed, 18 Mar 2015 23:26:23 +0100 Thomas Wuerthinger Fix an issue when the result of canonicalization is appended in the graph builder. Introduce GraphBuilderPhase#recursiveAppend.
Wed, 18 Mar 2015 21:36:35 +0100 Thomas Wuerthinger Merge.
Wed, 18 Mar 2015 21:36:12 +0100 Thomas Wuerthinger Fix a bug in the schedule phase and tighten asserts.
Thu, 19 Mar 2015 10:28:28 +0100 Gilles Duboscq Canonicalizer: tryCanonicalize: return early if the custom canonicalizer has simplified the node away
Wed, 18 Mar 2015 21:01:56 +0100 Doug Simon removed logic for estimating invocation plugin count
Wed, 18 Mar 2015 20:17:41 +0100 Gilles Duboscq Dom-based ConditionalElimination: fix fliped check in processConditionAnchor
Wed, 18 Mar 2015 11:38:38 -0700 Tom Rodriguez Properly handle Guard usages during on stack replacement
Wed, 18 Mar 2015 10:07:47 -0700 Tom Rodriguez Merge
Wed, 18 Mar 2015 10:01:25 -0700 Tom Rodriguez Ignore -Xbatch when the thread is in the middle of class loading
Tue, 17 Mar 2015 19:24:47 -0700 Tom Rodriguez Relax asserts in ArrayEqualsNodes
Tue, 17 Mar 2015 19:21:57 -0700 Tom Rodriguez Experimentally disallow Graal compiling itself in tiered
Tue, 17 Mar 2015 19:21:54 -0700 Tom Rodriguez Add option to print CompileQueue occupancy from LogCompilation output
Tue, 17 Mar 2015 19:21:22 -0700 Tom Rodriguez Log dequeue of methods from CompileQueue
Wed, 18 Mar 2015 16:39:06 +0100 Stefan Anzinger Merge
Wed, 18 Mar 2015 15:23:39 +0100 Stefan Anzinger [SPARC] (Re)move SPARCScratchRegister into the SPARCMacroAssembler to force usage only during assembly.
Wed, 18 Mar 2015 13:53:23 +0100 Stefan Anzinger Merge
Tue, 17 Mar 2015 18:57:47 +0100 Stefan Anzinger [SPARC] Set lower plugin count estimate for SPARC backend
Wed, 18 Mar 2015 15:58:55 +0100 Gilles Duboscq FloatStamp.Abs.foldStamp support known-NaN input
Wed, 18 Mar 2015 15:51:15 +0100 Gilles Duboscq CanonicalizerPhase: can not use Debug.handle without a corresponding scope/sandbox
Wed, 18 Mar 2015 15:14:27 +0100 Gilles Duboscq Add assert in FloatStamp
Wed, 08 Oct 2014 16:20:38 +0200 Gilles Duboscq Implement foldStamp for Float to Integer ops
Wed, 08 Oct 2014 15:27:10 +0200 Gilles Duboscq Implement foldStamp for Integer to Float conversions
Wed, 18 Mar 2015 14:36:13 +0100 Gilles Duboscq Remove TailDuplicationPhase
Tue, 17 Mar 2015 16:13:54 +0100 Gilles Duboscq GuardsStage: add areDeoptsFixed helper method
Wed, 18 Mar 2015 11:30:45 +0100 Josef Eisl BenchmarkCounters: add option to turn of number grouping separators.
Wed, 18 Mar 2015 02:15:37 +0100 Christian Humer Truffle: implemented new -G:+PrintTruffleExpansionHistogram tool.
Wed, 18 Mar 2015 02:17:34 +0100 Christian Humer Truffle: truffle compilation might result in a CancellationException.
Wed, 18 Mar 2015 01:46:01 +0100 Thomas Wuerthinger Merge.
Wed, 18 Mar 2015 01:45:49 +0100 Thomas Wuerthinger Add memory proxy support in the new MemoryScheduleVerification.
Tue, 17 Mar 2015 11:23:06 -0700 Tom Rodriguez Merge
Tue, 17 Mar 2015 11:22:56 -0700 Tom Rodriguez Fix arg limit on Mac
Mon, 16 Mar 2015 17:37:32 -0700 Tom Rodriguez Make the native initialization path for Graal more robust
Mon, 16 Mar 2015 16:38:17 -0700 Tom Rodriguez Don't walk out of loop when estimating unswitch benefits
Mon, 16 Mar 2015 15:51:43 -0700 Tom Rodriguez More checks that InductionVariable.direction is valid
Mon, 16 Mar 2015 15:46:28 -0700 Tom Rodriguez Don't force resolution for unloaded field types
Mon, 16 Mar 2015 18:19:12 +0100 Josef Eisl Do not include MoveProfiling phases in stub compilation.
Mon, 16 Mar 2015 16:38:01 +0100 Josef Eisl LIRSuites: add copy constructor.
Mon, 16 Mar 2015 16:37:21 +0100 Josef Eisl LIRPhaseSuite: add copy().
Mon, 16 Mar 2015 17:23:22 +0100 Josef Eisl Add MoveProfiling.
Mon, 16 Mar 2015 17:15:52 +0100 Josef Eisl Add BenchmarkCounterFactory to PostAllocationOptimizationContext.
Mon, 16 Mar 2015 17:36:45 +0100 Josef Eisl Make DynamicCounterNode LIRLowerable.
Tue, 17 Mar 2015 17:19:04 +0100 Josef Eisl {AMD64,SPARC}HotSpotLIRGenerator: implement createBenchmarkCounter().
Tue, 17 Mar 2015 17:18:47 +0100 Josef Eisl Add AMD64HotSpotCounterOp and SPARCHotSpotCounterOp.
Mon, 16 Mar 2015 16:35:20 +0100 Josef Eisl AMD64Assembler: introduce addq(AMD64Address, Register).
Tue, 17 Mar 2015 17:19:39 +0100 Josef Eisl Make LIRGeneratorTool a BenchmarkCounterFactory.
Tue, 17 Mar 2015 17:19:18 +0100 Josef Eisl Introduce BenchmarkCounterFactory.
Tue, 17 Mar 2015 17:29:49 +0100 Josef Eisl BenchmarkCounters: make thread-safe and refactoring.
Tue, 17 Mar 2015 13:07:12 +0100 Josef Eisl NewObjectSnippets: work around problems with late binding of snippet parameters in GraphBuilderPlugins.
Tue, 17 Mar 2015 17:16:04 +0100 Thomas Wuerthinger Merge.
Tue, 17 Mar 2015 17:15:40 +0100 Thomas Wuerthinger Add another memory schedule test.
Tue, 17 Mar 2015 17:13:25 +0100 Thomas Wuerthinger Fix another bug in the new scheduler found by the new verification phase.
Tue, 17 Mar 2015 17:12:47 +0100 Thomas Wuerthinger Assign result maps in schedule phase earlier to have better context in case of exceptions.
Tue, 17 Mar 2015 16:17:30 +0100 Thomas Wuerthinger Add memory schedule verification pass. Fix a bug in the new schedule implementation.
Tue, 17 Mar 2015 13:14:13 +0100 Thomas Wuerthinger Merge.
Tue, 17 Mar 2015 13:13:57 +0100 Thomas Wuerthinger Fix for earliest possible schedule when the last node in a block is an invoke. Added a new scheduling test.
Mon, 16 Mar 2015 21:50:15 +0100 Thomas Wuerthinger Merge.
Mon, 16 Mar 2015 21:49:59 +0100 Thomas Wuerthinger Add GraalHostThreads flag to overwrite the number of threads spawned for the baseline compiler.
Tue, 17 Mar 2015 15:52:41 +0100 Andreas Woess remove unused code in CurrentJavaThreadNode
Tue, 17 Mar 2015 15:49:33 +0100 Andreas Woess Truffle: repair TraceTruffleTransferToInterpreter option
Tue, 17 Mar 2015 15:39:46 +0100 Andreas Woess Truffle: try to inline method handle invocations in FastPE
Tue, 17 Mar 2015 15:36:09 +0100 Andreas Woess MethodHandleNode: record unique concrete method assumptions
Tue, 17 Mar 2015 14:40:35 +0100 Andreas Woess Truffle: respect truffle inlining option in FastPE and replace Stack with ArrayDeque
Tue, 17 Mar 2015 13:57:33 +0100 Doug Simon Merge.
Tue, 17 Mar 2015 13:45:05 +0100 Doug Simon removed placeholder code
Tue, 17 Mar 2015 12:49:45 +0100 Doug Simon Merge.
Tue, 17 Mar 2015 12:13:24 +0100 Doug Simon Merge.
Tue, 17 Mar 2015 12:05:49 +0100 Doug Simon replaced HashMap with a side-table (i.e., an array) for looking up InvocationPlugins
Sun, 15 Mar 2015 11:48:14 +0100 Doug Simon refactored graph builder plugins to be top level interfaces
Sun, 15 Mar 2015 11:36:54 +0100 Doug Simon refactored GraphBuilderConfiguration (and its component classes) into a separate project
Sun, 15 Mar 2015 10:52:22 +0100 Doug Simon graph builder plugins are created before GraphBuilderConfigurations and the process for deriving plugins from an existing configuration is simplified
Thu, 12 Mar 2015 22:19:27 +0100 Doug Simon NodeIntrinsificationPhase is given only the providers it needs instead of a Providers object
Thu, 12 Mar 2015 22:10:07 +0100 Doug Simon made resolution of method with InvocationPlugins lazy
Thu, 12 Mar 2015 17:13:29 +0100 Doug Simon fixed syntax error
Tue, 17 Mar 2015 13:27:50 +0100 Lukas Stadler handle proxies with null inputs in SchedulePhase
Tue, 17 Mar 2015 11:18:55 +0100 Lukas Stadler add null check in Materialize graphbuilder plugin
Tue, 17 Mar 2015 11:11:03 +0100 Lukas Stadler fix faulty check in HotSpotTruffleRuntime
Tue, 17 Mar 2015 11:10:32 +0100 Lukas Stadler remove obsolete assertion from MonitorExitNode
Tue, 17 Mar 2015 12:05:51 +0100 Stefan Anzinger Merge
Tue, 17 Mar 2015 12:05:11 +0100 Stefan Anzinger [SPARC] remove debug code for mmap()
Fri, 13 Mar 2015 11:28:01 +0100 Stefan Anzinger Merge
Thu, 12 Mar 2015 17:08:19 +0100 Stefan Anzinger [SPARC] Add com.oracle.nfi.test.NativeFunctionInterfaceTest to blacklist for SPARC
Mon, 16 Mar 2015 16:54:10 -0700 Michael Van De Vanter Merge with f803f49c9ec423cb1c87a510c29fd61afd6a8c57
Mon, 16 Mar 2015 15:59:57 -0700 Michael Van De Vanter Truffle/Instrumentation: remove support for "probe-lite", an optimization for a particular use case that no longer seems worth the complexity.
Mon, 16 Mar 2015 13:47:45 +0100 Christian Humer Truffle: fixed TruffleCompilationExceptionsAreThrown was ignored for non permanent bailouts.
Mon, 16 Mar 2015 15:12:22 +0100 Roland Schatz Refactoring of AMD64 code generation.
Mon, 16 Mar 2015 14:17:00 +0100 Roland Schatz Make LIRGeneratorTool.append(op) return the op.
Fri, 13 Mar 2015 15:23:44 +0100 Roland Schatz Allow arbitrary constants in CompilationResultBuilder.recordInlineDataInCode.
Fri, 13 Mar 2015 15:20:16 +0100 Roland Schatz Move isCompressed method to HotSpotConstant interface.
Mon, 16 Mar 2015 12:23:11 +0100 Gilles Duboscq mx: followup fix for SC_ARG_MAX, add more assetions
Sun, 15 Mar 2015 16:22:37 +0100 Thomas Wuerthinger Support optional last access location in the scheduler phase.
Sun, 15 Mar 2015 14:22:50 +0100 Thomas Wuerthinger Remove fine grained debug scopes in the canonicalizer.
Sun, 15 Mar 2015 14:16:21 +0100 Thomas Wuerthinger Remove metric ConstantNodes. Make LocalLiveness log output only available when assertions are enabled.
Sun, 15 Mar 2015 13:40:28 +0100 Thomas Wuerthinger Add utility Node#pushInputs(NodeStack).
Sat, 14 Mar 2015 22:45:52 +0100 Thomas Wuerthinger Remove dead code in GraphBuilderPhase.
Sat, 14 Mar 2015 22:38:12 +0100 Thomas Wuerthinger Fix javadoc.
Sat, 14 Mar 2015 22:29:44 +0100 Thomas Wuerthinger Consolidation of new allocation stubs to use the standard ForeignCallNode.
Sat, 14 Mar 2015 20:42:09 +0100 Thomas Wuerthinger Turn a check for non-null stateAfter of an invoke into an assertion.
Sat, 14 Mar 2015 19:15:51 +0100 Thomas Wuerthinger Assign the state after when appending the node and not automatically in the main graph builder loop.
Sat, 14 Mar 2015 17:59:33 +0100 Thomas Wuerthinger Small simplification in GraphBuilderPhase.
Sat, 14 Mar 2015 14:14:54 +0100 Thomas Wuerthinger Reduce # of MemoryCheckpoint#Multi.
Sat, 14 Mar 2015 14:05:16 +0100 Thomas Wuerthinger Simplified NamedLocationIdentity #hashCode and #equals.
Sat, 14 Mar 2015 14:03:59 +0100 Thomas Wuerthinger Relax check invariants for usage of ==.
Sat, 14 Mar 2015 13:19:16 +0100 Thomas Wuerthinger Add a unit test for the new ResolvedJavaField API method getLocationIdentity.