log graal/com.oracle.graal.phases.common/src/com/oracle/graal/phases/common/inlining/InliningUtil.java @ 18995:a2cb19764970

age author description
Wed, 28 Jan 2015 01:04:20 +0100 Thomas Wuerthinger Rename MergeNode to AbstractMergeNode.
Wed, 28 Jan 2015 01:01:54 +0100 Thomas Wuerthinger Make AbstractBeginNode an abstract class and create concrete subclass BeginNode.
Wed, 28 Jan 2015 00:50:31 +0100 Thomas Wuerthinger Rename BeginNode => AbstractBeginNode.
Tue, 20 Jan 2015 16:52:16 +0100 Doug Simon added Fingerprint points to assist debugging replay compilation
Mon, 12 Jan 2015 20:39:04 +0100 Doug Simon removed Node factory methods
Sun, 11 Jan 2015 17:46:47 +0100 Thomas Wuerthinger Add utilities isDirect and isIndirect to InvokeKind.
Mon, 24 Nov 2014 13:53:14 +0100 Roland Schatz Generalize NULL handling to work on arbitrary pointers.
Mon, 24 Nov 2014 12:13:31 +0100 Roland Schatz Use asConstant() instead of asJavaConstant() where possible.
Wed, 19 Nov 2014 11:36:48 +0100 Gilles Duboscq StampTool: add more methods to create object stamps to avoid using too many boolean arguments, add some javadoc, use them.
Mon, 03 Nov 2014 10:17:24 -0800 Tom Rodriguez Correct the bci used by stateDuring in ForeignCallNode
Thu, 30 Oct 2014 12:21:07 +0100 Roland Schatz Rename Constant to JavaConstant.
Tue, 21 Oct 2014 16:22:38 +0200 Bernhard Urban InliningUtil: tell which graph in error message.
Fri, 03 Oct 2014 14:19:58 +0200 Doug Simon Backed out of changeset 17322:655f3e6b467b
Fri, 03 Oct 2014 14:19:31 +0200 Doug Simon made all Node data (i.e. non-edge) fields non-final and protected to support generating a copy "constructor" using Unsafe.allocateInstance
Thu, 18 Sep 2014 17:41:19 +0200 Gilles Duboscq Stamp: interface types can not be trusted except after explicit runtime checks
Mon, 18 Aug 2014 14:04:21 +0200 Doug Simon added factory method to all Node classes; replaced Node classes instantiation with calls to factory methods; replaced identity tests on Node classes with ' == <node class>.getGenClass()' idiom
Fri, 15 Aug 2014 11:34:38 +0200 Doug Simon moved NodeInfo and friends into separate com.oracle.graal.nodeinfo project so that annotation processor can be applied to the base Node class
Tue, 05 Aug 2014 10:06:08 +0200 Lukas Stadler small cleanup
Fri, 25 Jul 2014 14:31:36 +0200 Lukas Stadler correctly handle inlining of method with multiple returns
Fri, 18 Jul 2014 11:14:54 +0200 Gilles Duboscq Add simple infopoint nodes which do not contain debugging informations for values. Use them when shouldDebugNonSafepoints is true.
Mon, 14 Jul 2014 13:55:01 +0200 Gilles Duboscq Move InvokeKind from MethodCallTargetNode to CallTargetNode
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
Mon, 30 Jun 2014 18:46:36 +0200 Lukas Stadler Merge
Mon, 30 Jun 2014 17:27:35 +0200 Stefan Anzinger [SPARC] fixing findbug warnings base graal/com.oracle.graal.phases.common/src/com/oracle/graal/phases/common/InliningUtil.java@186284ae2962
Mon, 30 Jun 2014 12:02:19 +0200 Stefan Anzinger Merge with 5cdcb94a7cf7d9782107cc582f3e4b50000d5d1f base graal/com.oracle.graal.phases.common/src/com/oracle/graal/phases/common/InliningUtil.java@186284ae2962
Sat, 31 May 2014 00:30:26 +0200 Stefan Anzinger [SPARC] Adding deoptimization handler foreign call base graal/com.oracle.graal.phases.common/src/com/oracle/graal/phases/common/InliningUtil.java@186284ae2962
Fri, 30 May 2014 15:09:09 +0200 Stefan Anzinger Merge base graal/com.oracle.graal.phases.common/src/com/oracle/graal/phases/common/InliningUtil.java@186284ae2962
Mon, 23 Jun 2014 18:04:15 -0700 Tom Rodriguez improve tracking of nodes to canonicalize after inlining
Fri, 13 Jun 2014 18:17:31 +0200 Lukas Stadler reduce unnecessary clearing of inputs
Tue, 20 May 2014 12:08:09 +0200 Miguel Garcia [inlining-6] InlineableGraph now in package for inlineable elements
Tue, 20 May 2014 12:06:07 +0200 Miguel Garcia [inlining-6] InlineableMacroNode now in package for inlineable elements
Tue, 20 May 2014 12:04:10 +0200 Miguel Garcia [inlining-6] moved Inlineable to dedicated package for inlineable elements
Mon, 19 May 2014 21:23:53 +0200 Miguel Garcia [inlining-5] checkTargetConditions() about to lose some of its formal params
Mon, 19 May 2014 15:58:48 +0200 Miguel Garcia [inlining-4] getTypeInlineInfo() becomes instance method of InliningData
Mon, 19 May 2014 15:39:43 +0200 Miguel Garcia [inlining-4] getTypeCheckedInlineInfo() becomes instance method of InliningData
Mon, 19 May 2014 15:30:58 +0200 Miguel Garcia [inlining-4] getAssumptionInlineInfo() becomes instance method of InliningData
Mon, 19 May 2014 15:28:07 +0200 Miguel Garcia [inlining-4] start of refactoring trail, by the end shorter parameter lists
Mon, 19 May 2014 14:57:10 +0200 Miguel Garcia [inlining-3] readability of checkInvokeConditions() part 2 of 2
Mon, 19 May 2014 14:51:44 +0200 Miguel Garcia [inlining-3] readability of checkInvokeConditions() part 1 of 2
Mon, 19 May 2014 11:29:14 +0200 Miguel Garcia [inlining-2] no guesswork at callsites about return value of logNotInlinedMethod
Mon, 19 May 2014 11:26:19 +0200 Miguel Garcia [inlining-2] no guesswork about return value of logInlinedMethod (2/2)
Mon, 19 May 2014 10:54:21 +0200 Miguel Garcia [inlining-2] logInliningDecision, for side-effects not return value (2/2)
Mon, 19 May 2014 10:52:20 +0200 Miguel Garcia [inlining-2] logInliningDecision, for side-effects not return value (1/2)
Mon, 19 May 2014 10:47:25 +0200 Miguel Garcia [inlining-2] logNotInlinedMethod invoked only for side-effects not return value
Sun, 18 May 2014 16:20:36 +0200 Miguel Garcia [inlining-2] make explicit the value returned by logNotInlinedInvoke()
Sun, 18 May 2014 16:14:16 +0200 Miguel Garcia [inlining-2] renaming logNotInlinedMethodAndReturnNull -> logNotInlinedInvoke
Sun, 18 May 2014 16:10:45 +0200 Miguel Garcia [inlining-2] make returned value explicit
Sun, 18 May 2014 16:08:15 +0200 Miguel Garcia [inlining-2] renaming of an overloaded method
Sun, 18 May 2014 14:39:27 +0200 Miguel Garcia [inlining-2] pulling side-effects (logging) out of method that evals a condition
Sun, 18 May 2014 14:37:25 +0200 Miguel Garcia [inlining-2] one less logging method to worry about
Sun, 18 May 2014 14:34:35 +0200 Miguel Garcia [inlining-2] replaced method body with call to code duplicate
Sun, 18 May 2014 14:17:38 +0200 Miguel Garcia [inlining-2] reduced verbosity in checkTargetConditions()
Fri, 18 Apr 2014 13:50:15 +0200 Gilles Duboscq ResolvedJavaType.resolveMethod now takes a callerType that is used to check access rules. Make it work for default methods.
Fri, 16 May 2014 19:59:52 +0200 Miguel Garcia [inlining] reverting refactoring trail until spoiling commit(s) are discovered
Fri, 16 May 2014 16:36:07 +0200 Miguel Garcia [inlining] behavior becomes less argument-dependent, arguments become redundant
Fri, 16 May 2014 16:29:50 +0200 Miguel Garcia [inlining] no need for guessing a return value that doesn't matter
Fri, 16 May 2014 16:02:55 +0200 Miguel Garcia [inlining] untangling concerns, micro-step by micro-step
Fri, 16 May 2014 15:54:13 +0200 Miguel Garcia [inlining] redux, no need for the suspense about return value
Fri, 16 May 2014 15:46:47 +0200 Miguel Garcia [inlining] no need for the suspense about return value
Fri, 16 May 2014 15:30:04 +0200 Miguel Garcia [inlining] another case of logNotInlined vs logNotInlinedMethod