log

age author description
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.
Fri, 11 Jul 2014 14:19:21 +0200 Doug Simon added forwarding methods to MetaUtil and marked them with @Deprecated to simplify adapting new API
Fri, 11 Jul 2014 13:47:47 +0200 Doug Simon made type resolution require an accessing class context
Fri, 11 Jul 2014 00:27:23 +0200 Doug Simon moved isJavaLangObject(ResolvedJavaType type) from MetaUtil to be a default method in ResolvedJavaType
Thu, 10 Jul 2014 23:56:39 +0200 Doug Simon moved profileToString(ProfilingInfo info, ResolvedJavaMethod method, String sep) from MetaUtil to be a default method in ProfilingInfo
Thu, 10 Jul 2014 23:50:09 +0200 Doug Simon fixed minor regression
Thu, 10 Jul 2014 23:49:05 +0200 Doug Simon moved getParameterAnnotations(Class<T> annotationClass, ResolvedJavaMethod method) from MetaUtil to be a default method in ResolvedJavaMethod
Thu, 10 Jul 2014 23:45:16 +0200 Doug Simon moved toClassName(JavaType) from MetaUtil to be a default method in JavaType
Thu, 10 Jul 2014 23:22:47 +0200 Doug Simon moved signatureToTypes(ResolvedJavaMethod method) from MetaUtil to be a default method in ResolvedJavaMethod
Thu, 10 Jul 2014 23:15:02 +0200 Doug Simon removed com.oracle.graal.api.meta.jdk8.test project
Thu, 10 Jul 2014 23:07:55 +0200 Doug Simon moved signatureToTypes(Signature signature, JavaType receiverType) from MetaUtil to be a default method in Signature
Thu, 10 Jul 2014 23:02:34 +0200 Doug Simon moved signatureToMethodDescriptor(Signature sig) from MetaUtil to be a default method in Signature
Thu, 10 Jul 2014 22:51:38 +0200 Doug Simon moved lookupJavaTypes(MetaAccessProvider metaAccess, Class<?>[] classes) from MetaUtil to be a default method in MetaAccessProvider
Thu, 10 Jul 2014 22:48:44 +0200 Doug Simon moved format(String format, JavaField field) from MetaUtil to be a default method in JavaField
Thu, 10 Jul 2014 22:44:38 +0200 Doug Simon moved format(String format, JavaMethod method) from MetaUtil to be a default method in JavaMethod
Thu, 10 Jul 2014 22:33:53 +0200 Doug Simon moved toJavaName(JavaType type) from MetaUtil to be a default method in JavaType
Thu, 10 Jul 2014 22:25:08 +0200 Doug Simon moved toJavaName(JavaType type, boolean qualified) from MetaUtil to be a default method in JavaType
Thu, 10 Jul 2014 21:46:27 +0200 Doug Simon moved getParameterAnnotation() from MetaUtil to be a default method in ResolvedJavaMethod
Thu, 10 Jul 2014 21:20:26 +0200 Doug Simon moved getElementalType() from MetaUtil to be a default method in JavaType
Fri, 11 Jul 2014 13:40:01 +0200 Lukas Stadler simplify MemoryPhiNodes and GuardPhiNodes with single values
Fri, 11 Jul 2014 02:57:34 +0200 Andreas Woess Backed out changeset: cec5a97ba1e4
Thu, 10 Jul 2014 20:43:26 +0200 Andreas Woess uppercase JSON for consistency
Thu, 10 Jul 2014 20:36:01 +0200 Andreas Woess Truffle: remove needless null check
Thu, 10 Jul 2014 19:36:27 +0200 Andreas Woess Merge
Tue, 08 Jul 2014 20:19:34 +0200 Andreas Woess Truffle: add argument type speculation
Thu, 10 Jul 2014 19:34:49 +0200 Andreas Woess PartialEvaluator: do not rely on ResolvedJavaMethod#canBeInlined()
Thu, 10 Jul 2014 18:15:29 +0200 Andreas Woess Truffle: improve NodeIterator
Thu, 10 Jul 2014 18:08:29 +0200 Andreas Woess Truffle: move iterator to NodeClass
Thu, 10 Jul 2014 18:08:29 +0200 Andreas Woess Truffle: use ClassValue for NodeClass
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