log

age author description
Thu, 10 Jul 2014 18:08:29 +0200 Andreas Woess Truffle: remove obsolete NodeUtil.findNodeInstancesInFunction (functionally equivalent to findAllNodeInstances)
Thu, 10 Jul 2014 18:08:29 +0200 Andreas Woess Truffle: move TraceRewrites code to NodeUtil
Thu, 10 Jul 2014 18:29:58 +0200 Roland Schatz Support for specifying log and dump levels.
Thu, 10 Jul 2014 17:17:17 +0200 Lukas Stadler assertion in ConvertDeoptimizeToGuardPhase
Thu, 10 Jul 2014 17:11:57 +0200 Lukas Stadler do not create proxy nodes if the graph doesn't need them
Thu, 10 Jul 2014 17:07:35 +0200 Lukas Stadler let FloatingReadPhase deal with existing MemoryPhiNodes
Thu, 10 Jul 2014 16:46:19 +0200 Lukas Stadler remove MemoryProxyNode (memory graph is built after proxies are removed)
Thu, 10 Jul 2014 16:45:18 +0200 Lukas Stadler start Stub compilation at mid tier
Thu, 10 Jul 2014 16:44:49 +0200 Lukas Stadler remove value proxies during MacroNode lowering
Thu, 10 Jul 2014 16:45:43 +0200 Lukas Stadler make some fields accessible in EffectsClosure
Thu, 10 Jul 2014 15:03:18 +0200 Doug Simon factored out _eclipseinit_project to all per-project Eclipse configuration
Thu, 10 Jul 2014 14:30:10 +0200 Lukas Stadler GraphEffectList rework (with lambdas)
Thu, 10 Jul 2014 14:23:45 +0200 Lukas Stadler fix for getDisplacementStamp
Thu, 10 Jul 2014 14:04:52 +0200 Lukas Stadler better stamps for left shifts with fixed shift amount
Thu, 10 Jul 2014 14:04:16 +0200 Lukas Stadler setter for MonitorExitNode.escapedReturnValue
Thu, 10 Jul 2014 14:04:01 +0200 Lukas Stadler new GraphUtil.unlinkFixedNode utility method
Thu, 10 Jul 2014 13:42:41 +0200 Lukas Stadler throw error when lowering MacroNode without stateAfter to an InvokeNode
Thu, 10 Jul 2014 13:42:17 +0200 Lukas Stadler fix for IfNode.pushNodesThroughIf (push more than one node)
Thu, 10 Jul 2014 12:33:32 +0200 Doug Simon better fix for deadlock in GraalVM under -Xcomp (JBS:GRAAL-48)
Thu, 10 Jul 2014 10:20:55 +0200 Lukas Stadler check phi types in during PEA state merging
Tue, 08 Jul 2014 16:25:10 +0200 Lukas Stadler don't let reads float across SaveAllRegistersNode
Tue, 08 Jul 2014 16:24:46 +0200 Lukas Stadler getDisplacementStamp on LocationNodes
Tue, 08 Jul 2014 16:17:30 +0200 Lukas Stadler skip assertion in SchedulePhase for MemoryCheckpoint.Multi nodes
Tue, 08 Jul 2014 16:17:13 +0200 Lukas Stadler let ForeignStubCallNode kill PENDING_EXCEPTION_LOCATION
Tue, 08 Jul 2014 16:14:09 +0200 Lukas Stadler use a location for stack banging
Tue, 08 Jul 2014 16:13:35 +0200 Lukas Stadler cleanup in AssertionSnippets (remove unused native method)
Tue, 08 Jul 2014 16:13:05 +0200 Lukas Stadler code cleanup in WriteBarrierAdditionPhase
Tue, 08 Jul 2014 16:12:34 +0200 Lukas Stadler clean up MemoryNode interface (remove asMemory... methods)
Wed, 09 Jul 2014 20:24:34 +0200 Doug Simon added test for -Xcomp to the gate
Wed, 09 Jul 2014 19:03:01 +0200 Doug Simon fixed field name in LocalImpl.toString()
Wed, 09 Jul 2014 19:02:29 +0200 Doug Simon fixed deadlock in GraalVM under -Xcomp (JBS:GRAAL-48)
Wed, 09 Jul 2014 10:42:34 +0200 Bernhard Urban truffle compiler: put arguments in message of NPCNode
Wed, 09 Jul 2014 09:36:06 +0200 Bernhard Urban truffle compiler: make lowering of NeverPartOfCompilationNode fail
Wed, 09 Jul 2014 09:31:21 +0200 Bernhard Urban truffle compiler: be a bit more aggressive on cutting exceptions/errors
Wed, 09 Jul 2014 09:28:08 +0200 Bernhard Urban truffle compiler: rename
Tue, 08 Jul 2014 18:15:58 -0700 Stefan Anzinger [SPARC] Fix Double register allocation
Tue, 08 Jul 2014 17:57:32 -0700 Stefan Anzinger [SPARC] Fixing i2d and l2f and handling of implicit exceptions
Tue, 08 Jul 2014 21:38:21 +0200 Doug Simon added CHECK macros in uses of SymbolTable::new_symbol; added CHECK_ABORT macros for TRAPS functions that must abort the VM if they throw an exception
Tue, 08 Jul 2014 21:35:46 +0200 Doug Simon added missing check for pending exception
Tue, 08 Jul 2014 21:29:13 +0200 Doug Simon changed return type of Local.getType() to JavaType
Tue, 08 Jul 2014 21:23:22 +0200 Doug Simon made Factory.newClassLoader() private
Tue, 08 Jul 2014 15:59:34 +0200 Danilo Ansaloni Truffle: if value is null use instance stamps, not class or type stamps.
Tue, 08 Jul 2014 14:25:55 +0200 Roland Schatz Don't rewrite to trapping null checks if the FrameState has an input that's anchored to the deopting branch.
Mon, 07 Jul 2014 20:27:20 -0700 Tom Rodriguez ensure instanceof and null check stay dependent
Mon, 07 Jul 2014 20:26:31 -0700 Tom Rodriguez don't forget to record assumptions
Mon, 07 Jul 2014 17:43:27 -0700 Tom Rodriguez use findUniqueConcreteSubtype in InstanceOfNode
Mon, 07 Jul 2014 11:54:49 -0700 Tom Rodriguez eliminate JUnitWrapper
Mon, 07 Jul 2014 11:53:25 -0700 Tom Rodriguez adjust comment
Mon, 07 Jul 2014 14:51:53 +0200 Doug Simon mx: classpath function now accepts distributions as well (which are prepend to the class path)
Mon, 07 Jul 2014 12:16:36 +0200 Lukas Stadler return null if phase is not found in PhaseSuite.findPhase
Mon, 07 Jul 2014 12:15:44 +0200 Lukas Stadler hasValueProxies on StructuredGraph
Fri, 04 Jul 2014 21:29:40 +0200 Christian Humer Fixed headers.
Fri, 04 Jul 2014 21:19:34 +0200 Christian Humer Fixed headers.
Fri, 04 Jul 2014 21:02:19 +0200 Christian Humer Fixed line delimiters.
Fri, 04 Jul 2014 19:48:28 +0200 Christian Humer Fixed line delimiters.
Fri, 04 Jul 2014 18:56:54 +0200 Christian Humer Truffle: added new experimental splitting heuristic.
Fri, 04 Jul 2014 18:56:54 +0200 Christian Humer Truffle: added Truffle stamps for argument profiling.
Fri, 04 Jul 2014 18:56:54 +0200 Christian Humer Truffle: added API for typed objects.
Fri, 04 Jul 2014 18:56:54 +0200 Christian Humer Truffle: new option TraceTruffleCompilationCallTree which prints the inlined call tree just before compilation.
Fri, 04 Jul 2014 16:06:44 +0200 Lukas Stadler cleanup in AssertionNode