log

age author description
Mon, 07 Apr 2014 16:44:05 +0200 Josef Eisl AbstractBytecodeParser: move createBlockTarget to GraphBuilderPhase.
Mon, 07 Apr 2014 16:41:14 +0200 Josef Eisl AbstractBytecodeParser: rework genIntegerSwitch.
Mon, 07 Apr 2014 16:13:53 +0200 Josef Eisl AbstractBytecodeParser: fix usage of AbstractFrameStateBuilder.
Mon, 07 Apr 2014 15:43:00 +0200 Josef Eisl Backout 20b3db86b1fa.
Mon, 07 Apr 2014 15:04:14 +0200 Josef Eisl CFGPrinter: workaround for bytecode dumping.
Tue, 08 Apr 2014 16:04:00 +0200 Roland Schatz Use high level CompressionNode in lowering of CompareAndSwapNode.
Tue, 08 Apr 2014 15:55:18 +0200 Roland Schatz Use CompressionNode for accessing compressed Klass pointers.
Tue, 08 Apr 2014 15:44:41 +0200 Roland Schatz Preserve value range in stamp of ParameterNode.
Tue, 08 Apr 2014 16:04:59 +0200 Doug Simon added support for overriding/complementing JMH arguments in jmh command with a JSON string
Tue, 08 Apr 2014 15:06:24 +0200 Doug Simon moved some entries in CHANGELOG.md from 0.2 to tip
Tue, 08 Apr 2014 10:25:44 +0200 Lukas Stadler differentiate between tightly coupling edges (Extension) and loosely coupling edges (Association)
Mon, 07 Apr 2014 16:09:17 -0700 Christian Wimmer Remove Constant.forObject and Constant.asObject to improve compiler/VM separation
Mon, 07 Apr 2014 23:35:41 +0200 Andreas Woess Merge
Mon, 07 Apr 2014 23:09:36 +0200 Andreas Woess fix floating unsafe load regression
Mon, 07 Apr 2014 22:21:03 +0200 Doug Simon if GRAAL_VERSION is undefined, graal.version system property is set to "unknown"
Mon, 07 Apr 2014 22:20:23 +0200 Doug Simon jmh command ensures Maven is run with a Graal enabled VM
Mon, 07 Apr 2014 20:52:27 +0200 Doug Simon updated CHANGELOG.md
Mon, 07 Apr 2014 20:52:09 +0200 Doug Simon reduced upstream delta
Mon, 07 Apr 2014 19:21:22 +0200 Lukas Stadler allow compilation with custom RegisterConfig
Mon, 07 Apr 2014 14:54:24 +0200 Lukas Stadler add allowedUsageType to GuardProxy/GuardPhi, changelog, remove debug output
Mon, 07 Apr 2014 13:55:45 +0200 Lukas Stadler introduce non-ValueNode Proxy interface
Mon, 07 Apr 2014 11:32:09 +0200 Lukas Stadler new AnchoringNode interface
Mon, 07 Apr 2014 11:32:09 +0200 Lukas Stadler add NodeInterface
Mon, 07 Apr 2014 11:32:08 +0200 Lukas Stadler remove StampFactory.dependency/extension/condition
Mon, 07 Apr 2014 11:32:08 +0200 Lukas Stadler create special-purpose SnippetAnchorNode to replace usages of BeginNode in snippets
Mon, 07 Apr 2014 11:32:08 +0200 Lukas Stadler use temporary proxy for locations in snippets
Mon, 07 Apr 2014 11:32:08 +0200 Lukas Stadler create memory anchor for snippet StartNodes
Mon, 07 Apr 2014 11:32:08 +0200 Lukas Stadler isAllowedUsageType on Nodes
Mon, 07 Apr 2014 11:32:04 +0200 Lukas Stadler input types
Mon, 07 Apr 2014 16:24:49 +0200 Doug Simon added graal.version system property that is (only) defined by Graal enabled VMs
Mon, 07 Apr 2014 11:46:20 +0200 Roland Schatz Relax assertions in CompilationResultBuilder.
Fri, 04 Apr 2014 16:10:15 +0200 Roland Schatz Fix wrong assertion.
Fri, 04 Apr 2014 15:57:41 +0200 Roland Schatz Use typed illegal stamps and use IllegalStamp only for conflicting primitive types.
Mon, 07 Apr 2014 10:40:37 +0200 Lukas Stadler do not implicitly set guard to null in LoadHubNode
Mon, 07 Apr 2014 10:35:16 +0200 Lukas Stadler remove unnecessary proxies during loop peeling
Sun, 06 Apr 2014 19:31:59 +0200 Thomas Wuerthinger Temporarily disable NativeFunctionInterfaceTest unit tests.
Sun, 06 Apr 2014 19:27:30 +0200 Thomas Wuerthinger Fixed CompressedOopTest.
Sun, 06 Apr 2014 17:47:00 +0200 Thomas Wuerthinger Merge.
Sun, 06 Apr 2014 17:46:24 +0200 Thomas Wuerthinger Truffle: Change signature for Truffle calls from (PackedFrame, Arguments) to (Object[]).
Sun, 06 Apr 2014 02:01:19 +0100 Chris Seaton Include the visited state in BranchProfile#toString, so it shows up in printed ASTs.
Sat, 05 Apr 2014 19:35:30 +0200 Thomas Wuerthinger Allow limiting maximum frame size in register configuration and bailout if it exceeds the specified limit.
Sat, 05 Apr 2014 19:11:07 +0200 Thomas Wuerthinger Increase maximum allocatable spill area by factor of 2.
Sat, 05 Apr 2014 03:24:04 +0200 Christian Humer Truffle: format fix.
Sat, 05 Apr 2014 03:19:27 +0200 Christian Humer Merge.
Sat, 05 Apr 2014 03:18:48 +0200 Christian Humer Truffle: fixed NPE in the TruffleExpansionLogger.
Sat, 05 Apr 2014 03:18:48 +0200 Christian Humer Truffle: instead of redirecting the call method. inlining is now performed by ignoring @SlowPath.
Thu, 03 Apr 2014 19:06:58 +0200 Christian Humer Truffle: made inlining fully context sensitive.
Thu, 03 Apr 2014 18:33:48 +0200 Christian Humer Truffle: Truffle API changes for context sensitive inlining.
Thu, 03 Apr 2014 18:32:39 +0200 Christian Humer Socket interrupts should not be treated as errors in GraphPrinterDumpHandler.
Fri, 04 Apr 2014 16:48:06 -0700 twisti use JDK 8 features for some TODOs
Fri, 04 Apr 2014 16:40:24 -0700 twisti fixed com.oracle.graal.hotspot.meta.HotSpotConstantPool.loadReferencedType(int, int) for invokedynamic
Fri, 04 Apr 2014 18:32:32 +0200 Lukas Stadler separate subclasses for value and guard phis and proxies
Fri, 04 Apr 2014 18:23:55 +0200 Lukas Stadler fix NPE in HexCodeFile
Fri, 04 Apr 2014 17:06:44 +0200 Lukas Stadler make implicit null checking optional for Access nodes (fixes CAS crash)
Fri, 04 Apr 2014 16:59:01 +0200 Lukas Stadler fix null stamp in CurrentJavaThreadNode
Fri, 04 Apr 2014 15:56:19 +0200 Bernhard Urban amd64peephole: use hasOperand()
Fri, 04 Apr 2014 12:49:26 +0200 Josef Eisl AbstractBytecodeParser: remove createTarget.
Fri, 04 Apr 2014 12:45:58 +0200 Josef Eisl Move hasBlockEnd from NodeLIRBuilder to LIRGenerator.
Thu, 03 Apr 2014 10:23:34 +0200 Josef Eisl BaselineCompiler: implement genIf.
Fri, 04 Apr 2014 12:29:46 +0200 Josef Eisl PTX: fix LIR generation problem (introduced by b65036798097).