log

age author description
Sat, 19 Apr 2014 15:32:02 +0200 Stefan Anzinger JUnit Reporting
Sat, 19 Apr 2014 15:29:48 +0200 Stefan Anzinger SPARCMove.java: Adding constant float and double loads
Mon, 30 Jun 2014 18:03:24 +0200 Doug Simon HSAIL: skip certain tests if running on the HSAIL simulator
Mon, 30 Jun 2014 17:47:45 +0200 Doug Simon filter out subsequent reports for phases that don't clean up their own dead nodes
Mon, 30 Jun 2014 17:28:53 +0200 Doug Simon Merge.
Mon, 30 Jun 2014 17:27:40 +0200 Doug Simon ensure memory map (if any) for a snippet template is attached to the returnNode
Mon, 30 Jun 2014 17:24:15 +0200 Doug Simon improved javadoc
Mon, 30 Jun 2014 17:23:56 +0200 Doug Simon simplified DebugVerifyHandler API to be closer to DebugDumpHandler
Mon, 30 Jun 2014 15:43:25 +0200 Doug Simon fixed incorrect forwarding of ZERO_USAGEs event in ChainedNodeEventListener
Fri, 27 Jun 2014 13:39:36 +0200 Doug Simon simplified NodeEventListener implementations by having all events routed to a single method by default
Fri, 27 Jun 2014 13:38:18 +0200 Doug Simon include added nodes to those canonicalized by the EffectsPhase after effects have been applied
Fri, 27 Jun 2014 11:59:38 +0200 Doug Simon removed legacy GraphEvent[Log] code
Mon, 30 Jun 2014 16:14:00 +0200 Lukas Stadler add predecessors to worklist during MergeNode splitting
Mon, 30 Jun 2014 15:45:41 +0200 Christian Wirth explicit conversion to (int), fixes Windows build
Mon, 30 Jun 2014 11:38:54 +0200 Lukas Stadler split MacroNode into MacroNode and MacroStateSplitNode
Thu, 26 Jun 2014 13:26:58 +0200 Josef Eisl Rename ValuePosition.superPosition to outerPosition.
Thu, 26 Jun 2014 13:22:26 +0200 Josef Eisl Add and improve ValuePositionTest.
Thu, 26 Jun 2014 12:03:32 +0200 Josef Eisl Fix ValuePosition recursive lookup issue for CompositeValues.
Thu, 26 Jun 2014 12:01:22 +0200 Josef Eisl Add graal.test project and ValuePositionTest.
Thu, 26 Jun 2014 11:19:31 +0200 Josef Eisl Fix ValuePosition.set() issues.
Wed, 25 Jun 2014 20:39:27 +0200 Josef Eisl Add ValuePosition.isCompositePosition().
Wed, 25 Jun 2014 20:27:22 +0200 Josef Eisl Move ValuePosition into a dedicated file.
Wed, 25 Jun 2014 20:15:35 +0200 Josef Eisl Move ValuePosition into LIRIntrospection.
Wed, 25 Jun 2014 19:23:30 +0200 Josef Eisl Start to make ValuePosition aware of CompositeValues.
Wed, 25 Jun 2014 16:15:35 +0200 Josef Eisl Add LIRInstruction.forEach*(ValuePositionProcedure proc).
Wed, 25 Jun 2014 15:30:59 +0200 Josef Eisl Add ValuePositionProcedure and corresponding forEach methods.
Wed, 25 Jun 2014 15:11:05 +0200 Josef Eisl Rename LIRInstructionClass.Position to ValuePosition to avoid confusion with NodeClass.Position.
Wed, 25 Jun 2014 15:04:00 +0200 Josef Eisl Introduce LIRInstructionClass.Position.
Fri, 27 Jun 2014 23:04:59 +0200 Doug Simon clarify option checking code from option parsing code
Fri, 27 Jun 2014 23:00:27 +0200 Doug Simon handle unwinding exception through recursive call properly
Fri, 27 Jun 2014 22:58:54 +0200 Doug Simon separate error messages for missing versus invalid non-String option values
Fri, 27 Jun 2014 22:21:40 +0200 Doug Simon handle any exception raised during Graal option checking/parsing, not just those with a non-null message
Fri, 27 Jun 2014 22:11:08 +0200 Doug Simon better error message when mistaking a boolean option for a non-boolean option or vice versa
Fri, 27 Jun 2014 22:10:23 +0200 Doug Simon enforce use of boxed types for OptionDescriptor
Fri, 27 Jun 2014 19:55:54 +0200 Doug Simon implemented eager checking of Graal options (GRAAL-807)
Fri, 27 Jun 2014 17:24:28 +0200 Andreas Woess mx fsckprojects: do not traverse lib subdirectory
Thu, 26 Jun 2014 18:04:47 +0200 Andreas Woess JSONHelper: add builders for JSON objects and arrays
Fri, 27 Jun 2014 16:25:30 +0200 Bernhard Urban truffle compiler: small cleanup
Fri, 27 Jun 2014 16:25:02 +0200 Bernhard Urban truffle compiler: cut off assertion errors too
Fri, 27 Jun 2014 14:04:51 +0200 Lukas Stadler default implementation of CanonicalizerTool
Fri, 27 Jun 2014 14:04:51 +0200 Lukas Stadler getter for canonicalizeReads in CanonicalizerPhase
Fri, 27 Jun 2014 14:04:51 +0200 Lukas Stadler create correct stamps in IntegerDivNode and IntegerRemNode constructors
Fri, 27 Jun 2014 13:17:54 +0200 Bernhard Urban mx archive: print warning only in verbose mode
Fri, 27 Jun 2014 13:13:24 +0200 Miguel Garcia [inliner] isFreshInstantiation() was forgetting about AllocatedObjectNode
Fri, 27 Jun 2014 11:25:56 +0200 Bernhard Urban mx projects: add mirror location of external dependencies
Fri, 27 Jun 2014 10:14:00 +0200 Lukas Stadler JavaDoc for Canonicalizable
Thu, 26 Jun 2014 17:29:37 +0200 Lukas Stadler fix for LoadMethodNode
Thu, 26 Jun 2014 16:27:36 +0200 Lukas Stadler enable new-node assertion for all Canonicalizable node types
Thu, 26 Jun 2014 16:27:36 +0200 Lukas Stadler new constructor (with stateAfter) for UnsafeStoreNode
Thu, 26 Jun 2014 16:27:36 +0200 Lukas Stadler new constructor (with nullCheck and stateBefore) for ReadNode
Thu, 26 Jun 2014 16:27:36 +0200 Lukas Stadler new constructor (with stateAfter) for StoreFieldNode
Thu, 26 Jun 2014 16:27:36 +0200 Lukas Stadler let CanonicalizerPhase handle replacement with null in GuardNode.canonical
Thu, 26 Jun 2014 16:27:36 +0200 Lukas Stadler change some node types from Canonicalizable to Simplifiable
Thu, 26 Jun 2014 16:27:35 +0200 Lukas Stadler new constructor (with stateBefore) for AbstractDeoptimizeNode
Thu, 26 Jun 2014 16:27:35 +0200 Lukas Stadler small cleanup in ShortCircuitOrNode
Thu, 26 Jun 2014 16:27:35 +0200 Lukas Stadler make MathIntrinsicNode a UnaryNode
Thu, 26 Jun 2014 16:27:35 +0200 Lukas Stadler refactor more Canonicalizable implementations to not add new nodes to the graph
Thu, 26 Jun 2014 16:27:35 +0200 Lukas Stadler returning null Canonicalizer.canonical replaces usages with null
Thu, 26 Jun 2014 16:27:35 +0200 Lukas Stadler move removeIfUnused from CanonicalizerTool to SimplifierTool
Thu, 26 Jun 2014 17:40:03 +0200 Gilles Duboscq Update findbugs (old version is gone from sourceforge)