log

age author description
Tue, 10 Feb 2015 20:43:48 +0100 Thomas Wuerthinger More Truffle graph builder plugins and parse time canonicalizations.
Tue, 10 Feb 2015 15:10:56 +0100 Thomas Wuerthinger Merge.
Tue, 10 Feb 2015 15:10:46 +0100 Thomas Wuerthinger Extensions and fixes to inline and canonicalize during parsing.
Tue, 10 Feb 2015 16:03:45 +0100 Josef Eisl Fix checkstyle issues.
Tue, 10 Feb 2015 15:18:32 +0100 Josef Eisl SuitesProvider: use inner supplier classes.
Tue, 10 Feb 2015 14:44:55 +0100 Josef Eisl GraalCompilerTest: use DerivedOptionValue for lowLevelSuites.
Tue, 10 Feb 2015 14:43:12 +0100 Josef Eisl Merge (LowLevelSuites).
Tue, 10 Feb 2015 12:17:53 +0100 Josef Eisl GraalCompiler.emitBackEnd: do not box objects for scope.
Tue, 10 Feb 2015 11:15:39 +0100 Josef Eisl Remove LowLevelCompilerConfiguration (superseded by LowLevelSuites).
Tue, 10 Feb 2015 11:09:28 +0100 Josef Eisl GraalCompiler.emitLowLevel: use LowLevelSuites instead of LowLevelCompilerConfiguration.
Tue, 10 Feb 2015 10:29:39 +0100 Josef Eisl Add LowLevelSuites to SuitesProvider.
Tue, 10 Feb 2015 10:09:50 +0100 Josef Eisl Introduce LowLevelSuites.
Mon, 09 Feb 2015 18:39:00 +0100 Josef Eisl Introduce LowLevelHighTier, LowLevelMidTier, LowLevelLowTier.
Mon, 09 Feb 2015 18:23:16 +0100 Josef Eisl Don't make LowLevelPhase generic but only the apply() method.
Mon, 09 Feb 2015 15:24:15 +0100 Josef Eisl GraalCompiler.emitLowLevel: remove superfluous scopes.
Mon, 09 Feb 2015 15:10:13 +0100 Josef Eisl LowLevelPhase: add support for custom name.
Mon, 09 Feb 2015 14:19:03 +0100 Josef Eisl GraalCompiler.emitLowLevel: pass LowLevelCompilerConfiguration as parameter.
Mon, 09 Feb 2015 13:39:11 +0100 Josef Eisl GraalCompiler.emitLowLevel: use Backend.getLowLevelCompilerConfiguration().
Mon, 09 Feb 2015 13:30:03 +0100 Josef Eisl Remove LIRGeneratorTool.canEliminateRedundantMoves() (customize Backend.getLowLevelCompilerConfiguration() instead).
Mon, 09 Feb 2015 13:29:19 +0100 Josef Eisl Remove Backend.shouldAllocateRegisters() (customize Backend.getLowLevelCompilerConfiguration() instead).
Mon, 09 Feb 2015 13:24:53 +0100 Josef Eisl Add Backend.getLowLevelCompilerConfiguration().
Mon, 09 Feb 2015 13:20:04 +0100 Josef Eisl Introduce LowLevelPhaseSuite and LowLevelCompilerConfiguration.
Mon, 09 Feb 2015 11:23:13 +0100 Josef Eisl LowLevelPhase: pass codeEmittingOrder and linearScanOrder to apply().
Mon, 09 Feb 2015 11:10:00 +0100 Josef Eisl GraalCompiler.emitLowLevel: remove unused parameter.
Mon, 09 Feb 2015 11:09:19 +0100 Josef Eisl LowLevelPhase: add support for LIR dumping.
Mon, 09 Feb 2015 09:41:42 +0100 Josef Eisl Make LSStackSlotAllocator and SimpleStackSlotAllocator a LowLevelMidTierPhase.
Mon, 09 Feb 2015 09:25:16 +0100 Josef Eisl GraalCompiler.emitLowLevel: prepend "LowLevel" to tier scopes.
Mon, 09 Feb 2015 09:10:44 +0100 Josef Eisl Make ConstantLoadOptimization a LowLevelHighTierPhase.
Mon, 09 Feb 2015 09:03:41 +0100 Josef Eisl Add LowLevelHighTierPhase.
Fri, 06 Feb 2015 20:25:14 +0100 Josef Eisl Add LinearScanPhase.
Fri, 06 Feb 2015 20:06:38 +0100 Josef Eisl Make LocationMarker a LowLevelMidTierPhase.
Fri, 06 Feb 2015 20:00:32 +0100 Josef Eisl Add LowLevelMidTierPhase.
Fri, 06 Feb 2015 19:54:52 +0100 Josef Eisl LowLevelLowTierPhase: codeEmittingOrder and linearScanOrder to context.
Fri, 06 Feb 2015 19:43:08 +0100 Josef Eisl Make LowLevelLowTierPhase generic.
Fri, 06 Feb 2015 19:36:07 +0100 Josef Eisl ControlFlowOptimizer: move functionality into inner class.
Fri, 06 Feb 2015 17:20:12 +0100 Josef Eisl Make NullCheckOptimizer a LowLevelLowTierPhase.
Fri, 06 Feb 2015 17:16:35 +0100 Josef Eisl Make RedundantMoveElimination a LowLevelLowTierPhase.
Fri, 06 Feb 2015 17:05:40 +0100 Josef Eisl Make EdgeMoveOptimizer a LowLevelLowTierPhase.
Fri, 06 Feb 2015 18:17:47 +0100 Josef Eisl BaselineCompiler: use GraalCompiler.emitLowLevel().
Fri, 06 Feb 2015 17:53:14 +0100 Josef Eisl GraalCompiler: outsource low-level compiler pipeline.
Fri, 06 Feb 2015 17:04:48 +0100 Josef Eisl GraalCompiler.emitLIR(): scopes for HighTier, MidTier, LowTier.
Fri, 06 Feb 2015 16:57:37 +0100 Josef Eisl Add LowLevelPhase and LowLevelLowTierPhase.
Fri, 06 Feb 2015 10:59:56 +0100 Josef Eisl emitLIR: only pass LIRGenerationResult to LocationMarker, EdgeMoveOptimizer, RedundantMoveElimination, NullCheckOptimizer.
Tue, 10 Feb 2015 14:36:36 +0100 Doug Simon added graph builder plugin for Class.cast()
Tue, 10 Feb 2015 14:14:53 +0100 Doug Simon added graph builder plugin for StableOptionValue.getValue()
Tue, 10 Feb 2015 13:08:40 +0100 Roland Schatz Use serializable interface in DerivedOptionValue.
Tue, 10 Feb 2015 13:08:31 +0100 Roland Schatz Pick up changes to suites when overriding options in unit tests.
Tue, 10 Feb 2015 10:36:19 +0100 Stefan Anzinger [SPARC] Remove CryptoSubstitutionsTest from blacklist
Mon, 09 Feb 2015 16:03:00 -0800 Tom Rodriguez Don't use to ArithmethicOpTable.toString for equality comparisons
Mon, 09 Feb 2015 16:00:00 -0800 Tom Rodriguez Move induction variable detection logic into LoopEx
Mon, 09 Feb 2015 15:55:00 -0800 Tom Rodriguez Fold away obvious identities when building induction variable expressions
Mon, 09 Feb 2015 15:52:17 -0800 Tom Rodriguez Cleanup InductionVariable declarations a bit
Mon, 09 Feb 2015 17:06:21 +0100 Stefan Anzinger [SPARC] fixing (wrong) duplicate exception handler for a particular PC
Mon, 09 Feb 2015 11:56:31 +0100 Roland Schatz Remove redundant code for Constant serialization.
Sun, 08 Feb 2015 20:14:30 -0800 Michael Van De Vanter Truffle/Instrumentation: eclipseformat
Sun, 08 Feb 2015 20:05:40 -0800 Michael Van De Vanter Truffle/Instrumentation: TruffleTool renamed to InstrumentationTool (the base class for a group of tools that collect information during program execution)
Sat, 07 Feb 2015 02:47:00 +0100 Stefan Anzinger Merge
Sat, 07 Feb 2015 02:34:43 +0100 Stefan Anzinger Add LIR to the context to be used un DumpOnError
Sat, 07 Feb 2015 02:33:47 +0100 Stefan Anzinger [SPARC] Propagate LIRKind from basepointer when it is constant null
Fri, 06 Feb 2015 11:32:26 -0800 Tom Rodriguez generateZshCompletions should include diagnostic VM options and supoprt completion for more mx commands
Fri, 06 Feb 2015 11:31:59 -0800 Tom Rodriguez PrintFlagsWithComments should respect UnlockDiagnosticVMOptions
Fri, 06 Feb 2015 18:03:49 +0100 Doug Simon renamed TruffleGraphBuilderPluginsProvider to TruffleGraphBuilderPlugins to reflect the fact that it is no longer a service provider
Fri, 06 Feb 2015 18:00:51 +0100 Doug Simon rename: constantReflectionProvider -> constantReflection
Fri, 06 Feb 2015 17:59:24 +0100 Doug Simon added graph builder plugins for FrameWithoutBoxing
Fri, 06 Feb 2015 16:49:34 +0100 Thomas Wuerthinger Fixes for TruffleGraphBuilderPluginsProvider.
Fri, 06 Feb 2015 14:42:44 +0100 Thomas Wuerthinger Merge.
Fri, 06 Feb 2015 14:42:31 +0100 Thomas Wuerthinger Avoid creating loop phis only for non-OSR graphs.
Fri, 06 Feb 2015 05:22:59 +0100 Thomas Wuerthinger Fix method IntegerBelowNode#findSynonym.
Fri, 06 Feb 2015 04:35:28 +0100 Thomas Wuerthinger Perform analysis for locals changed in the loop and avoid creating phis for loop invariant locals.
Fri, 06 Feb 2015 04:33:04 +0100 Thomas Wuerthinger Do only constant folding when creating a new array length node in the parser.
Fri, 06 Feb 2015 03:25:19 +0100 Thomas Wuerthinger Merge.
Fri, 06 Feb 2015 03:24:50 +0100 Thomas Wuerthinger Initial prototype for loop explosion during graph building.
Fri, 06 Feb 2015 12:44:50 +0100 Doug Simon Merge.
Fri, 06 Feb 2015 12:17:20 +0100 Doug Simon Run unit tests even earlier during gate
Fri, 06 Feb 2015 12:11:22 +0100 Doug Simon rename: makeNonNull -> nullCheckedValue
Thu, 05 Feb 2015 19:35:29 +0100 Josef Eisl Move LinearScan to c.o.g.lir.alloc.lsra.
Fri, 06 Feb 2015 10:09:13 +0100 Josef Eisl Move ComputeBlockOrder to compiler.common and delete c.o.g.alloc project.
Thu, 05 Feb 2015 19:17:47 +0100 Josef Eisl Introduce LIRGenerationDebugContext.
Thu, 05 Feb 2015 18:37:10 +0100 Josef Eisl Move DetailedAsserts Option to GraalOptions.
Wed, 04 Feb 2015 18:24:05 +0100 Josef Eisl Move HIR independent utilities to c.o.g.compiler.common.
Wed, 04 Feb 2015 18:21:29 +0100 Josef Eisl Let c.o.g.compiler.common depend on c.o.g.debug.
Thu, 05 Feb 2015 15:33:15 -0800 Tom Rodriguez Run unittest earlier during gate
Thu, 05 Feb 2015 11:14:36 +0100 Josef Eisl Reapply changeset: 6fce03279f0a (LIRGenerator: assert that we are not creating copies of variables.)
Thu, 05 Feb 2015 15:11:16 +0100 Josef Eisl [SPARC] TableSwitchOp: explicit Variable to Variable move.
Thu, 05 Feb 2015 13:16:09 +0100 Josef Eisl [SPARC] make CompareAndSwapOp side-effect free.
Thu, 05 Feb 2015 10:34:13 +0100 Josef Eisl [SPARC] do not create superfluous copies of variables.
Thu, 05 Feb 2015 15:19:40 +0100 Doug Simon added utility to GraphBuilderContext for generating a receiver null check from within an InvocationPlugin for a non-static method
Thu, 05 Feb 2015 14:34:36 +0100 Roland Schatz Use GraphBuilderPlugins.Registration mechanism to register GraalDirectivePlugins.
Thu, 05 Feb 2015 14:11:59 +0100 Roland Schatz Add comment.
Thu, 05 Feb 2015 11:10:38 +0100 Josef Eisl Temporary backed out changeset: 6fce03279f0a (LIRGenerator: assert that we are not creating copies of variables.)
Thu, 05 Feb 2015 04:16:48 +0100 Thomas Wuerthinger More folding on creation for object equality node.
Thu, 05 Feb 2015 04:10:59 +0100 Thomas Wuerthinger Add constant folding for getClass graph builder plugin.
Thu, 05 Feb 2015 03:42:42 +0100 Thomas Wuerthinger Merge.
Thu, 05 Feb 2015 03:42:23 +0100 Thomas Wuerthinger Register plugin for NewFrame intrinsic.
Thu, 05 Feb 2015 03:25:21 +0100 Thomas Wuerthinger Create ExplodeLoop plugin prototype. Special sort for blocks from bci block map builder for explode loop methods. Graph builder plugin for customizing static field accesses. New Truffle option TruffleExcludeAssertions default true that excludes assertion code from being partial evaluated in the new partial evaluator.
Thu, 05 Feb 2015 03:22:35 +0100 Thomas Wuerthinger Only fill frame with default value when it is non-null.
Thu, 05 Feb 2015 01:28:10 +0100 Thomas Wuerthinger Create prototype for new graph builder plugin for loop explosion.
Wed, 04 Feb 2015 17:02:31 -0800 Michael Van De Vanter Merge with 41af11212ed308e59dbd87fe1b5c4dfc790cbba3
Wed, 04 Feb 2015 16:38:09 -0800 Michael Van De Vanter Merge with cd49455040c1d57d8ab74473b3786ecc4f663060
Wed, 04 Feb 2015 16:34:07 -0800 Michael Van De Vanter Truffle/Instrumentation: update ChangeLog
Tue, 03 Feb 2015 11:48:25 -0800 Michael Van De Vanter Truffle/Instrumentation: refine checks for safe node replacement
Thu, 05 Feb 2015 01:24:09 +0100 Thomas Wuerthinger Remove unused import.
Thu, 05 Feb 2015 01:04:56 +0100 Thomas Wuerthinger Make graph equality comparison for testing purposes more robust, by sorting constants lexically.
Wed, 04 Feb 2015 23:33:32 +0100 Thomas Wuerthinger Add null check in Unbox graph builder plugin.
Wed, 04 Feb 2015 21:29:52 +0100 Thomas Wuerthinger Merge.
Wed, 04 Feb 2015 21:28:56 +0100 Thomas Wuerthinger Resolve simple method calls to Special invoke kind before processing the invoke.
Wed, 04 Feb 2015 21:28:34 +0100 Thomas Wuerthinger Fix condition in inlining during parse time plugin in partial evaluator.
Wed, 04 Feb 2015 21:04:41 +0100 Thomas Wuerthinger Factor the findSpecialCallTarget logic when canonicalizing MethodCallTarget nodes into a static method.
Wed, 04 Feb 2015 21:04:05 +0100 Thomas Wuerthinger Use stack kind when pushing an UnboxNode.
Wed, 04 Feb 2015 19:21:33 +0100 Thomas Wuerthinger Prototype for configuring inlining during parsing via a closure in the GraphBuilderConfiguration object.
Wed, 04 Feb 2015 14:33:27 +0100 Josef Eisl LIRGeneratorTool: change return type from Value to Variable for most emit methods.
Wed, 04 Feb 2015 16:53:11 +0100 Josef Eisl LIRGenerator: assert that we are not creating copies of variables (unintentionally).
Wed, 04 Feb 2015 14:44:37 +0100 Josef Eisl CurrentLockNode: do not create superfluous move.
Wed, 04 Feb 2015 15:08:31 +0100 Roland Schatz GraphBuilderPlugins for GraalDirectives.
Wed, 04 Feb 2015 15:00:25 +0100 Josef Eisl FixPointIntervalBuilder: do not record instruction ids but instructions.
Wed, 04 Feb 2015 15:02:36 +0100 Josef Eisl Remove InstructionNumberer once again (Backed out changeset: 1fca9212fb61).
Wed, 04 Feb 2015 14:39:22 +0100 Doug Simon copy GraphBuilderPlugins when copying a GraphBuilderPhase
Wed, 04 Feb 2015 13:51:17 +0100 Josef Eisl Merge.
Wed, 04 Feb 2015 11:31:26 +0100 Josef Eisl LSStackSlotAllocator: record use positions globally.
Tue, 03 Feb 2015 13:46:33 +0100 Josef Eisl InstructionNumberer: remove opIdToBlockMap.
Tue, 03 Feb 2015 13:33:52 +0100 Josef Eisl Backed out changeset 5b61f60e458f, d6b4eaeff50b (remove InstructionNumberer).
Tue, 03 Feb 2015 15:12:29 +0100 Josef Eisl LSStackSlotAllocator: add debug timers.
Tue, 03 Feb 2015 13:04:23 +0100 Josef Eisl FrameMapBuilderImpl: verify StackSlotAllocation.
Wed, 04 Feb 2015 03:22:41 +0100 Thomas Wuerthinger Merge.
Wed, 04 Feb 2015 03:19:37 +0100 Thomas Wuerthinger Fold if nodes at parse time.
Wed, 04 Feb 2015 03:04:20 +0100 Thomas Wuerthinger Prototype for folding object equality at parse time.
Wed, 04 Feb 2015 02:38:59 +0100 Thomas Wuerthinger More restructuring of CompareNode. Move unorderedIsTrue flag to a field.
Wed, 04 Feb 2015 02:28:28 +0100 Thomas Wuerthinger Restructure CompareNode. Create constant fold utility, store condition as data field.
Wed, 04 Feb 2015 01:59:39 +0100 Thomas Wuerthinger Canonicalize load fields on constant receivers at partial evaluation parse time.
Wed, 04 Feb 2015 01:41:30 +0100 Thomas Wuerthinger Draft for ParameterPlugin.
Wed, 04 Feb 2015 01:26:51 +0100 Thomas Wuerthinger Draft for LoadFieldPlugin.
Wed, 04 Feb 2015 00:55:08 +0100 Thomas Wuerthinger Further restructuring in the PartialEvaluator.
Wed, 04 Feb 2015 00:41:25 +0100 Thomas Wuerthinger More restructuring in PartialEvaluator.
Wed, 04 Feb 2015 00:31:33 +0100 Thomas Wuerthinger Move more logic from TruffleCache to PartialEvaluator.
Wed, 04 Feb 2015 00:20:29 +0100 Thomas Wuerthinger Move some logic from TruffleCache to PartialEvaluator.
Wed, 04 Feb 2015 01:31:23 +0100 Doug Simon moved dispatch for plugin to be within InvocationPlugin
Tue, 03 Feb 2015 21:24:16 +0100 Doug Simon Backed out c8b2315651d3 as it breaks replay compilation
Tue, 03 Feb 2015 21:22:33 +0100 Doug Simon use anonymous classes for GraphBuilderPlugins instead of enums to common out registration logic and add better static checking
Tue, 03 Feb 2015 18:30:07 +0100 Lukas Stadler fix canonicalizer in IntegerTestNode
Tue, 03 Feb 2015 17:15:44 +0100 Stefan Anzinger Merge
Tue, 03 Feb 2015 17:03:19 +0100 Stefan Anzinger Merge
Tue, 03 Feb 2015 17:02:15 +0100 Stefan Anzinger Only lowerToIf, when stage does not allow FloatingGuards
Tue, 03 Feb 2015 16:59:56 +0100 Stefan Anzinger Add HotSpotCryptoSubstitutionTest to blacklist for SPARC
Tue, 03 Feb 2015 16:09:16 +0100 Lukas Stadler small refactoring in DefaultTruffleSplittingStrategyNew
Tue, 03 Feb 2015 16:08:56 +0100 Lukas Stadler test for scheduling of proxy inputs
Tue, 03 Feb 2015 12:03:42 +0100 Lukas Stadler allocation profiling fixes
Tue, 03 Feb 2015 15:29:03 +0100 Gilles Duboscq Improve javadoc around LoopEndNode's endIndex. Make related methods package-private.
Wed, 28 Jan 2015 15:46:13 +0100 Gilles Duboscq mx: Show annotation processor edges in projectgraph
Tue, 03 Feb 2015 14:37:10 +0100 Roland Schatz Prevent duplication of ControlFlowAnchor nodes.
Tue, 03 Feb 2015 11:10:24 +0100 Josef Eisl Merge StackSlotAllocation cleanups.
Sat, 31 Jan 2015 15:51:54 +0100 Josef Eisl LSStackSlotAllocator: lazy initialize freeSlot and improve javadoc.
Sat, 31 Jan 2015 15:05:26 +0100 Josef Eisl LSStackSlotAllocator: clean up comments and sort methods.
Sat, 31 Jan 2015 14:48:27 +0100 Josef Eisl LSStackSlotAllocator: remove InstructionNumberer.
Sat, 31 Jan 2015 13:29:49 +0100 Josef Eisl LSStackSlotAllocator: make unhandled, active and sortedBlocks final.
Sat, 31 Jan 2015 13:23:40 +0100 Josef Eisl InstructionNumberer: remove opIdToInstructionMap and opIdToBlockMap.
Sat, 31 Jan 2015 12:59:40 +0100 Josef Eisl LSStackSlotAllocator: outsource FixPointIntervalBuilder.
Sat, 31 Jan 2015 11:32:38 +0100 Josef Eisl LSStackSlotAllocator: rename SlowIntervalBuilder to FixPointIntervalBuilder.
Sat, 31 Jan 2015 11:30:44 +0100 Josef Eisl LSStackSlotAllocator make SlowIntervalBuilder static.
Sat, 31 Jan 2015 11:07:15 +0100 Josef Eisl LSStackSlotAllocator: hide inner class.
Sat, 31 Jan 2015 11:01:45 +0100 Josef Eisl LSStackSlotAllocator: use priority queue.
Sat, 31 Jan 2015 10:49:20 +0100 Josef Eisl StackInterval: remove use position list.
Sat, 31 Jan 2015 10:35:50 +0100 Josef Eisl StackInterval: replace StackUsePosList with SortedMap.
Sat, 31 Jan 2015 11:01:26 +0100 Josef Eisl InstructionNumberer: make opIdToInstructionMap and opIdToBlockMap final.
Fri, 30 Jan 2015 15:39:59 +0100 Josef Eisl Make StackUsePosList and StackInterval final.
Fri, 30 Jan 2015 15:30:33 +0100 Josef Eisl LSStackSlotAllocator: fix typos.
Fri, 30 Jan 2015 15:23:32 +0100 Josef Eisl Rename EnableLSStackSlotAllocation command line flag to LSStackSlotAllocation.
Tue, 03 Feb 2015 04:17:06 +0100 Thomas Wuerthinger Clean ups in partial evaluator. New development-only option FastPE.
Sun, 01 Feb 2015 19:25:27 +0100 Thomas Wuerthinger Use class hashcode instead of class name hashcode in NodeClass.
Mon, 02 Feb 2015 17:21:33 -0800 Christian Wimmer Small fixes for Graal tutorial classes
Mon, 02 Feb 2015 14:29:29 -0800 Tom Rodriguez Reassociate invariants near end of MidTier
Mon, 02 Feb 2015 22:50:17 +0100 Doug Simon Merge.
Mon, 02 Feb 2015 22:49:50 +0100 Doug Simon added GraphBuilderPlugins for standard boxing/unboxing methods
Mon, 02 Feb 2015 21:40:08 +0100 Doug Simon factored out common code
Mon, 02 Feb 2015 21:38:47 +0100 Doug Simon added GraphBuilderPlugins for CompilerDirectives
Mon, 02 Feb 2015 21:38:15 +0100 Doug Simon extra javadoc
Mon, 02 Feb 2015 21:38:00 +0100 Doug Simon extra assertion checking around use of GraphBuilderPlugins
Mon, 02 Feb 2015 11:51:06 -0800 Tom Rodriguez Break LoopTransform phases into individual phases
Mon, 02 Feb 2015 17:42:55 +0100 Doug Simon implemented proper .equals() and .hashCode() for ArithmeticOpTable and the associated Op class hierarchy
Mon, 02 Feb 2015 14:20:44 +0100 Doug Simon made enum field final
Sun, 01 Feb 2015 20:57:56 -0800 Tom Rodriguez Merge
Fri, 30 Jan 2015 11:56:24 -0800 Tom Rodriguez Protect against violation of Map interface contract
Fri, 30 Jan 2015 11:33:32 -0800 Tom Rodriguez Fix criteria in GraphChangeMonitoringPhase
Fri, 30 Jan 2015 11:28:00 -0800 Tom Rodriguez CountingProxy should print to TTY
Fri, 30 Jan 2015 11:26:00 -0800 Tom Rodriguez Add substitution for CompilerToVMImpl.getJavaMirror
Fri, 30 Jan 2015 11:24:27 -0800 Tom Rodriguez Properly handle multiple class names for ClassSubstitution
Sun, 01 Feb 2015 02:21:32 +0100 Thomas Wuerthinger Simplify IntegerStamp.meet. Simplify assertion in ArithmeticStamp.
Sun, 01 Feb 2015 00:51:09 +0100 Thomas Wuerthinger Small improvement to LIRInsertionBuffer.
Sat, 31 Jan 2015 23:43:30 +0100 Thomas Wuerthinger Small changes in edges iterator.
Sat, 31 Jan 2015 21:33:01 +0100 Thomas Wuerthinger Split methods in ConditionalEliminationPhase.
Sat, 31 Jan 2015 19:03:33 +0100 Thomas Wuerthinger Merge.
Wed, 28 Jan 2015 15:07:54 +0100 Thomas Wuerthinger Process inputs of ProxyNodes in the scheduler.
Sat, 31 Jan 2015 00:30:00 +0100 Doug Simon initial commit of GraphBuilderPhase plugins
Sat, 31 Jan 2015 00:19:34 +0100 Doug Simon improved error message when Service loading fails
Fri, 30 Jan 2015 20:52:39 +0100 Lukas Stadler schedule inputs of proxy nodes at the loop exit
Fri, 30 Jan 2015 10:54:09 -0800 Christian Wimmer Remove unused parameter "stub" from GraalCompiler.compileGraph
Thu, 29 Jan 2015 16:49:03 +0100 Roland Schatz Unit tests for GraalDirectives API.
Thu, 29 Jan 2015 16:45:09 +0100 Roland Schatz Add GraalDirectives API to influence compiler behavior.
Wed, 28 Jan 2015 12:08:21 +0100 Roland Schatz Fix comment.
Tue, 27 Jan 2015 17:03:55 +0100 Roland Schatz Remove wrong javadoc.
Thu, 29 Jan 2015 16:34:55 -0800 Christian Wimmer Bugfix: static and instance field with same offset are not equal
Thu, 29 Jan 2015 16:33:33 -0800 Christian Wimmer Examples for Graal tutorial
Thu, 29 Jan 2015 16:32:54 -0800 Christian Wimmer More and better value setters in GraphBuilderConfiguration
Thu, 29 Jan 2015 11:45:56 -0800 Michael Van De Vanter Truffle/SL: clean up SL instrumentation code
Thu, 29 Jan 2015 11:44:14 -0800 Michael Van De Vanter Truffle/Instrumentation: comments and minor code cleanup post-review
Thu, 29 Jan 2015 11:27:19 +0100 Josef Eisl StackSlotAllocation: fix style/formating issues.
Thu, 29 Jan 2015 11:14:27 +0100 Josef Eisl StackSlotAllocation: merge with upstream.
Thu, 29 Jan 2015 10:56:07 +0100 Josef Eisl StackSlotAllocation: add metric for uninitialized stack slots.
Thu, 29 Jan 2015 10:38:01 +0100 Josef Eisl StackSlotAllocation: improve javadoc.
Wed, 28 Jan 2015 19:32:47 +0100 Josef Eisl Merge.
Wed, 28 Jan 2015 19:12:57 +0100 Josef Eisl StackSlotAllocation: handle uninitialized stack slots.
Tue, 13 Jan 2015 17:52:18 +0100 Josef Eisl Move StackSlotAllocators into a package.
Tue, 13 Jan 2015 17:50:58 +0100 Josef Eisl Make FrameMap allocation methods and VirtualStackSlot visible.
Tue, 13 Jan 2015 17:43:04 +0100 Josef Eisl StackSlotAllocator: add CFGPrinter support for StackIntervals.
Tue, 13 Jan 2015 17:42:08 +0100 Josef Eisl StackSlotAllocator: add linear scan stack slot allocator.
Tue, 13 Jan 2015 17:37:44 +0100 Josef Eisl StackSlotAllocator: add debug meters
Tue, 13 Jan 2015 17:34:34 +0100 Josef Eisl VirtualStackSlot: make toString() c1visualizer compatible.
Thu, 04 Dec 2014 14:17:24 +0100 Josef Eisl Add FrameMap.spillSlotRangeSize().
Wed, 03 Dec 2014 23:10:53 +0100 Josef Eisl Introduce FrameMapBuilderTool.
Thu, 04 Dec 2014 11:15:04 +0100 Josef Eisl Encapsulate FrameMapBuilderImpl.frameMap.
Wed, 03 Dec 2014 22:55:03 +0100 Josef Eisl Pass StackSlotAllocator to FrameMapBuilder.buildFrameMap().
Wed, 03 Dec 2014 20:34:57 +0100 Josef Eisl Remove FrameMappingTool.
Wed, 03 Dec 2014 20:21:24 +0100 Josef Eisl Remove FrameMapBuilder.requireMapping() (only LIR needs to be updated).
Wed, 03 Dec 2014 21:39:15 +0100 Josef Eisl LinearScan: remove support for markFrameLocations.
Wed, 28 Jan 2015 19:56:03 -0800 Tom Rodriguez Merge
Wed, 28 Jan 2015 17:48:54 -0800 Tom Rodriguez Make BlackholeSubstitutions work with older versions of JMH
Wed, 28 Jan 2015 12:41:40 -0800 Tom Rodriguez Don't report derived induction variable for IV backedge value
Wed, 28 Jan 2015 12:39:10 -0800 Tom Rodriguez Added entrySet and keySet to NodeNodeMap
Wed, 28 Jan 2015 12:09:13 -0800 Tom Rodriguez Only keep RuntimeConstraint action None guards fixed in the control flow
Thu, 29 Jan 2015 03:13:15 +0100 Andreas Woess Truffle: allow @TruffleBoundary on constructors
Thu, 29 Jan 2015 03:11:53 +0100 Andreas Woess Truffle: simplify NodeUtil.findChildField
Thu, 29 Jan 2015 00:12:55 +0000 Chris Seaton Merge.
Thu, 29 Jan 2015 00:12:30 +0000 Chris Seaton Truffle: print the line number in the source attribution tree.
Wed, 28 Jan 2015 15:01:21 +0100 Doug Simon removed leftover GPU support code
Wed, 28 Jan 2015 14:24:16 +0100 Thomas Wuerthinger Merge.
Wed, 28 Jan 2015 12:14:03 +0100 Thomas Wuerthinger Remove ValueProxy nodes from schedule lists.
Wed, 28 Jan 2015 12:05:41 +0100 Thomas Wuerthinger Change verification of scheduled graph.
Wed, 28 Jan 2015 12:03:00 +0100 Thomas Wuerthinger Shorter comparison of HotSpotResolvedFieldImpl instances.
Wed, 28 Jan 2015 12:19:27 +0100 Doug Simon exclude com.oracle.graal.virtual.bench/src_gen directory from Checkstyle Eclipse plugin
Wed, 28 Jan 2015 11:28:03 +0100 Thomas Wuerthinger Merge.
Wed, 28 Jan 2015 11:27:35 +0100 Thomas Wuerthinger Fix LocationSet - use equals for comparing LocationIdentity objects.