log

age author description
Wed, 25 Apr 2012 13:03:37 +0200 Lukas Stadler Merge
Wed, 25 Apr 2012 13:02:10 +0200 Lukas Stadler removed @Data annotation
Wed, 25 Apr 2012 12:15:42 +0200 Lukas Stadler removed clear and removeGraph from the RiGraphCache interface
Wed, 25 Apr 2012 12:13:15 +0200 Lukas Stadler don't remove empty if - merge constructs if there are guards depending on the BeginNodes
Wed, 25 Apr 2012 12:01:59 +0200 Gilles Duboscq Merge
Wed, 25 Apr 2012 12:01:52 +0200 Gilles Duboscq Pass -v argument to SPECjvm2008 harness
Wed, 25 Apr 2012 12:00:52 +0200 Gilles Duboscq Properly escape glob pattern when transforming to regex
Wed, 25 Apr 2012 11:38:49 +0200 Gilles Duboscq Do not remove empty diamond shape if there are guards in any of the branches and evacuate any other anchored values
Wed, 25 Apr 2012 11:33:47 +0200 Lukas Stadler move cached graph eviction out of GraalCompiler
Wed, 25 Apr 2012 11:33:22 +0200 Lukas Stadler add missing file
Wed, 25 Apr 2012 11:24:49 +0200 Lukas Stadler add RiGraphCache interface
Tue, 24 Apr 2012 18:13:14 +0200 Lukas Stadler remove on more vmExits instance
Tue, 24 Apr 2012 17:22:36 +0200 Lukas Stadler Merge
Tue, 24 Apr 2012 17:17:44 +0200 Lukas Stadler let NodeClass.getDebugProperties handle arrays and doubles
Tue, 24 Apr 2012 17:16:43 +0200 Lukas Stadler ReadHubNode result is non-null
Tue, 24 Apr 2012 17:14:09 +0200 Lukas Stadler use @Data in NewInstanceNode and ArithmeticNode
Tue, 24 Apr 2012 17:12:57 +0200 Lukas Stadler use @Data in FixedNode and ControlSplitNode
Tue, 24 Apr 2012 17:11:45 +0200 Lukas Stadler compute returnStamp on demand in MethodCallTargetNode
Tue, 24 Apr 2012 17:11:10 +0200 Lukas Stadler use @Data in NewArrayNode subclasses
Tue, 24 Apr 2012 17:10:00 +0200 Lukas Stadler use RiResolvedType in VirtualObjectNode
Tue, 24 Apr 2012 16:04:14 +0200 Doug Simon enhanced debug filter to be a comma-separated list of glob or substring terms
Tue, 24 Apr 2012 13:13:59 +0200 Lukas Stadler fix for last changeset
Tue, 24 Apr 2012 13:04:43 +0200 Lukas Stadler removed last remaining references to vmEntries and vmExits
Mon, 23 Apr 2012 21:27:48 +0200 Doug Simon fixed regression: loop safepoints cannot be placed inside snippets
Mon, 23 Apr 2012 15:49:32 +0200 Doug Simon Merge.
Mon, 23 Apr 2012 15:49:11 +0200 Doug Simon added support for disassembling code after installation (so that the result of patching and relocation can be seen)
Mon, 23 Apr 2012 15:42:30 +0200 Doug Simon documented importance of nmethod::_graal_compiled_method wrt code unloading and GC
Mon, 23 Apr 2012 11:10:36 +0200 Doug Simon improved disassembly comments for out-of-line stubs
Mon, 23 Apr 2012 10:27:17 +0200 Doug Simon moved loop safepoint insertion from graph building to just before scheduling, removing the need for safepoint elimination
Mon, 23 Apr 2012 10:43:16 +0200 Lukas Stadler (temporarily) make non-empty liveIn set a bailout again
Fri, 20 Apr 2012 15:12:10 +0200 Lukas Stadler Merge
Fri, 20 Apr 2012 15:03:02 +0200 Lukas Stadler Merge
Fri, 20 Apr 2012 15:02:54 +0200 Lukas Stadler enable graph caching and priority compilation queue
Fri, 20 Apr 2012 13:44:28 +0200 Lukas Stadler Merge
Fri, 20 Apr 2012 13:44:06 +0200 Lukas Stadler Merge
Thu, 19 Apr 2012 14:47:10 +0200 Lukas Stadler fix "mx intro"
Thu, 19 Apr 2012 14:46:24 +0200 Lukas Stadler make non-empty liveIn set of first block a fatal GraalInternalError
Fri, 13 Apr 2012 15:52:25 +0200 Lukas Stadler guard all compilation queue accesses, to avoid deadlocks
Fri, 20 Apr 2012 14:45:58 +0200 Doug Simon removed data link from SafepointNode to a LoopEndNode
Fri, 20 Apr 2012 14:45:34 +0200 Doug Simon added assertion to prevent @Data being applied to a field of type Node
Fri, 20 Apr 2012 14:14:42 +0200 Doug Simon Merge.
Fri, 20 Apr 2012 14:13:59 +0200 Doug Simon removed unwind stub from Graal compiled methods as it is only used by C1
Fri, 20 Apr 2012 14:12:42 +0200 Doug Simon added javadoc to some of the API for removing nodes from a graph
Fri, 20 Apr 2012 14:10:57 +0200 Doug Simon added 'vmg' and 'vmfg' commands to mx as convenient aliases for running the debug and fastdebug builds of the selected VM
Thu, 19 Apr 2012 17:37:51 -0700 Christian Wimmer Fix and simplify exception handling in the bytecode parser
Thu, 19 Apr 2012 22:57:53 +0200 Doug Simon separated safepoints out of LoopEndNodes into SafepointNodes
Thu, 19 Apr 2012 22:45:50 +0200 Doug Simon removed creation of unused context snapshot
Thu, 19 Apr 2012 22:41:02 +0200 Doug Simon stack overflow check is now commented in disassembly
Thu, 19 Apr 2012 16:26:16 +0200 Doug Simon added JRE to source path in generated Eclipse launches
Wed, 18 Apr 2012 23:39:07 +0200 Doug Simon optimization: frame prologue & epilogue ommitted for methods with no spills, no callee-saved registers, no incoming stack args and no debug info
Wed, 18 Apr 2012 23:19:58 +0200 Doug Simon bug fix: can only use HotSpot code for constructing a StackTraceElement when the bci is valid
Wed, 18 Apr 2012 17:56:53 +0200 Doug Simon give machine code printed by the CFGPrinterObserver a cfg context so that does not depend on the LIR also being printed
Wed, 18 Apr 2012 13:42:11 +0200 Doug Simon rename: nodesFor -> blockToNodesMap
Tue, 17 Apr 2012 22:24:14 +0200 Doug Simon removed mechanism for lowering ExceptionObjectNode via substitution; only LIR lowering by the runtime is now supported
Tue, 17 Apr 2012 13:52:38 +0200 Doug Simon added RiCompiledMethod.executeVarargs(Object...) to support compiling and calling arbitrary Java methods
Tue, 17 Apr 2012 13:38:28 +0200 Doug Simon added hcfdis command
Fri, 13 Apr 2012 23:57:07 +0200 Doug Simon ignore src/share/tools directory in native build out-of-date check
Fri, 13 Apr 2012 23:55:25 +0200 Doug Simon fixed bug in BitMap.negate() causing length() to be greater than size()
Fri, 13 Apr 2012 23:28:20 +0200 Doug Simon ExceptionObjectNode is now lowered without XIR
Fri, 13 Apr 2012 15:31:41 +0200 Doug Simon conditional support for translating ExceptionObjectNode without XIR