log

age author description
Mon, 14 Jul 2014 05:15:33 -0700 Stefan Anzinger [SPARC] fix SPARCLIRGenerator.emitNot
Mon, 14 Jul 2014 05:04:45 -0700 Stefan Anzinger [SPARC] Implementing visitInfopointNode
Mon, 14 Jul 2014 04:42:08 -0700 Stefan Anzinger [SPARC] Fixing dcmp instructions (cmove jump offset)
Sun, 13 Jul 2014 17:46:57 -0700 Stefan Anzinger [SPARC] Implement floatingpoint branch instructions, removing math substitutions for SPARC; fixing problems with constants in debug info (Big/Little Endian problems)
Fri, 11 Jul 2014 18:43:18 -0700 Stefan Anzinger [SPARC] Fixing IntegerBits
Fri, 11 Jul 2014 18:22:12 -0700 Stefan Anzinger [SPARC] Fixing LongBits tests and some implicit exceptions
Wed, 09 Jul 2014 09:36:13 -0700 Stefan Anzinger [SPARC/AMD64] Ignore AllocatorTest when the platform does not match.
Wed, 09 Jul 2014 08:48:03 -0700 Stefan Anzinger [SPARC] Fixing SPARCAllocatorTest
Tue, 15 Jul 2014 14:23:31 -0700 Michael Van De Vanter Merge with b0ea5c266655253934e403f00d69aedc1f68e052
Tue, 15 Jul 2014 14:22:14 -0700 Michael Van De Vanter SL: update tests; error locations reported differently with source attribution change.
Mon, 14 Jul 2014 17:06:32 -0700 Michael Van De Vanter Merge with f0f4402a4f65bc5456feeb4d78e6b4843ec23d8c
Mon, 14 Jul 2014 16:51:41 -0700 Michael Van De Vanter SL: upgrade source attribution
Mon, 14 Jul 2014 16:04:09 -0700 Michael Van De Vanter Truffle: NodeUtil fix for displaying null SourceSections.
Tue, 15 Jul 2014 15:49:12 +0200 Roland Schatz Fix typo in comment.
Tue, 15 Jul 2014 11:35:30 +0200 Josef Eisl BaselineControlFlowGraph compute dominators and verify.
Tue, 15 Jul 2014 10:25:40 +0200 Josef Eisl Move computeDominators to AbstractControlFlowGraph.
Tue, 15 Jul 2014 10:17:10 +0200 Josef Eisl Move setDominator() and setDominated() to AbstractBlock.
Mon, 14 Jul 2014 19:56:44 +0200 Josef Eisl LSRA spill optimization: use AbstractControlFlowGraph.commonDominator.
Mon, 14 Jul 2014 19:32:01 +0200 Josef Eisl Move AbstractBlock.{dominates, isDominatedBy} to AbstractControlFlowGraph.
Mon, 14 Jul 2014 19:27:35 +0200 Josef Eisl Document invariants of AbstractControlFlowGraph.getBlocks().
Mon, 14 Jul 2014 19:55:14 +0200 Josef Eisl Move commonDominator to AbstractControlFlowGraph.
Mon, 14 Jul 2014 20:23:09 +0200 Josef Eisl Move CFGVerifier to graal.compiler.common and make it abstract.
Mon, 14 Jul 2014 11:06:21 +0200 Roland Schatz Canonicalize multiplication with 1.0 and addition with -0.0.
Fri, 11 Jul 2014 17:54:57 +0200 Doug Simon added tests for type resolution
Fri, 11 Jul 2014 16:48:59 +0200 Bernhard Urban findbugs: fix URLs in mx helper
Fri, 11 Jul 2014 16:30:52 +0200 Bernhard Urban findbugs: add lafo mirror
Fri, 11 Jul 2014 16:28:31 +0200 Bernhard Urban findbugs: bump version
Fri, 11 Jul 2014 16:41:14 +0200 Lukas Stadler make PhiNode.singleValue behave correctly for null values (in guard phis)
Fri, 11 Jul 2014 14:27:06 +0200 Doug Simon fixed eclipseformat issue
Fri, 11 Jul 2014 14:21:57 +0200 Doug Simon Merge.