log

age author description
Fri, 06 Nov 2015 12:38:19 +0100 Gilles Duboscq Fixed deopt stubs after JVMCI changes to the uncommon_trap/fetch_unroll_info signature
Fri, 06 Nov 2015 12:14:51 +0100 Gilles Duboscq Factor out common deopt stub code
Fri, 06 Nov 2015 13:58:35 +0100 Doug Simon fixed mx_graal_bench for JDK9
Thu, 05 Nov 2015 15:44:19 -0800 Tom Rodriguez Update jvmci import
Wed, 04 Nov 2015 11:05:27 -0800 Tom Rodriguez Factor out benchmarks from mx_graal_n.py and add specjbb2015
Thu, 05 Nov 2015 18:26:45 +0100 Roland Schatz Support running Truffle using Graal on a JVMCI-enabled JDK9 image.
Fri, 16 Oct 2015 16:32:02 +0200 Josef Eisl TraceRA: eliminate spill moves.
Fri, 16 Oct 2015 16:23:17 +0200 Josef Eisl TraceRA: TraceLinearScanWalker: do not use spill state SpillInDominator.
Thu, 05 Nov 2015 10:22:28 +0100 Stefan Anzinger Move SPARCSubIntCompareCanonicalizer to lowTier
Thu, 05 Nov 2015 10:20:55 +0100 Stefan Anzinger Add toString to LIRInstructionMixinStore
Wed, 04 Nov 2015 13:04:25 +0100 Lukas Stadler PEA: reset aliases for phis
Wed, 04 Nov 2015 13:03:46 +0100 Lukas Stadler PEA: reset aliases for proxies
Tue, 03 Nov 2015 22:33:13 -0800 Tom Rodriguez Compute correct masks when restricting the bounds of IntegerStamps
Tue, 03 Nov 2015 18:45:14 -0800 Tom Rodriguez Fold complex expressions during CE when possible
Tue, 03 Nov 2015 15:04:20 -0800 Tom Rodriguez Factor out stamp folding logic for UnaryNode and BinaryNode
Tue, 03 Nov 2015 15:13:15 -0800 Tom Rodriguez Backout ccdecd8cc1f2: Don't register unchanged stamps
Tue, 03 Nov 2015 23:38:32 +0100 Andreas Woess update truffle import.
Tue, 03 Nov 2015 13:44:44 -0800 Tom Rodriguez Disable String intrinsics in 1.9 until CompactStrings are handled
Tue, 03 Nov 2015 12:18:46 -0800 Tom Rodriguez Don't register unchanged stamps
Tue, 03 Nov 2015 12:11:47 -0800 Tom Rodriguez Don't discard type information in getSucceedingStampForValue
Thu, 15 Oct 2015 14:07:26 +0200 Josef Eisl Transform AllowObjectConstantToStackMove option into a method of NodeLIRBuilder.
Tue, 03 Nov 2015 18:14:26 +0100 Stefan Anzinger SPARC-specific canonicalization of sub-int compare
Tue, 03 Nov 2015 13:30:53 +0100 Roland Schatz Make generic constructor public.
Tue, 03 Nov 2015 13:22:45 +0100 Roland Schatz Move getTempSlot to SPARCArithmeticLIRGenerator.
Tue, 03 Nov 2015 13:09:25 +0100 Stefan Anzinger Add SERVICE_PROCESSOR as dist dependency to MATCH_PROCESSOR
Mon, 02 Nov 2015 14:57:32 +0100 Stefan Anzinger Unittest checking AMD64NodeMatchRules are effective
Tue, 03 Nov 2015 11:01:20 +0100 Roland Schatz Move emitCompareOp to AMD64ArithmeticLIRGeneratorTool.
Mon, 02 Nov 2015 18:25:48 +0100 Roland Schatz Move memory operations into ArithmeticLIRGenerator.
Mon, 02 Nov 2015 17:52:27 +0100 Roland Schatz Remove unnecessary specialization in AMD64HotSpotLIRGenerator.
Mon, 02 Nov 2015 15:55:00 +0100 Roland Schatz Move creation of move instructions into separate factory.
Mon, 02 Nov 2015 13:33:14 +0100 Roland Schatz Remove unnecessary override.
Mon, 02 Nov 2015 19:10:39 +0100 Andreas Woess Truffle: lazily clone uninitialized root node
Mon, 02 Nov 2015 14:31:27 +0100 Doug Simon Added tag graal-0.9 for changeset 3e8357b49024
Mon, 02 Nov 2015 13:18:31 +0100 Doug Simon updated CHANGELOG.md
Mon, 02 Nov 2015 11:36:45 +0100 Stefan Anzinger Update jvmci import version
Sun, 01 Nov 2015 23:46:02 -0800 Tom Rodriguez Be more conservative when moving tests upward
Sun, 01 Nov 2015 22:08:26 -0800 Tom Rodriguez Merge
Thu, 29 Oct 2015 12:35:30 -0700 Tom Rodriguez Fix machinery for elimination of pending tests
Sun, 01 Nov 2015 17:03:05 +0100 Doug Simon added sources for JVMCI library
Sun, 01 Nov 2015 10:59:29 +0100 Doug Simon a dependency on MatchProcessor requires a dependency on ServiceProviderProcessor
Sat, 31 Oct 2015 12:49:11 +0100 Doug Simon Merge.
Sat, 31 Oct 2015 12:49:00 +0100 Doug Simon revert javaCompliance for Graal projects to 1.8
Sat, 31 Oct 2015 12:48:50 +0100 Doug Simon MatchProcessor should not generate files in META-INF/jvmci.providers but rely on the @ServiceProcessor annotation instead
Fri, 30 Oct 2015 15:47:56 +0100 Doug Simon use JVMCI (compile time) library instead of jvmci suite when default JDK is JDK9
Fri, 30 Oct 2015 20:56:28 +0100 Thomas Wuerthinger Merge.
Fri, 30 Oct 2015 20:55:32 +0100 Thomas Wuerthinger Fix read elimination for raw read and write nodes.
Fri, 30 Oct 2015 10:46:56 -0700 Tom Rodriguez Merge
Thu, 29 Oct 2015 12:23:07 -0700 Tom Rodriguez Add unifying DeoptimizingGuard interface for AbstractFixedGuardNode and GuardNode
Thu, 29 Oct 2015 12:22:45 -0700 Tom Rodriguez Add scopes for dumping in conditional elimination tests
Thu, 29 Oct 2015 12:22:17 -0700 Tom Rodriguez Fixed commutation logic for BinaryOpLogicNode
Thu, 29 Oct 2015 17:48:15 +0100 Stefan Anzinger Let MatchProcessor generate ProviderFiles into META-INF/jvmci.providers
Thu, 29 Oct 2015 17:49:30 +0100 Stefan Rumzucker Add basic functionality for debug dumps via Salver trace events.
Thu, 29 Oct 2015 13:53:23 +0100 Gilles Duboscq Add SafepointRethrowDeoptPETest
Thu, 29 Oct 2015 17:26:07 +0100 Gilles Duboscq Update graal version
Thu, 29 Oct 2015 16:29:42 +0100 Roland Schatz Unit test for error conditions in JVMCI code installer.
Thu, 29 Oct 2015 13:32:53 +0100 Stefan Anzinger Update jvmci import version
Wed, 28 Oct 2015 14:07:45 -0700 Tom Rodriguez updated imported jvmci version
Wed, 28 Oct 2015 14:03:30 -0700 Tom Rodriguez Check sense of test when handling bit tests
Wed, 28 Oct 2015 18:47:47 +0100 Andreas Woess TruffleTreeDumpHandler: dump inlined call graph
Wed, 28 Oct 2015 18:47:41 +0100 Andreas Woess TruffleTreeDumpHandler: dump inlined trees to IGV