log

age author description
Fri, 23 Aug 2013 12:29:06 +0200 Doug Simon naming cleanup
Fri, 23 Aug 2013 16:35:46 +0200 Doug Simon minor improvements/cleanups to mx (CR-1313)
Fri, 23 Aug 2013 15:19:40 +0200 Doug Simon changed log indentation increment to 2 spaces
Fri, 23 Aug 2013 14:03:09 +0200 Roland Schatz Use an EPSILON where 1. / EPSILON is finite.
Thu, 22 Aug 2013 20:05:34 +0200 Gilles Duboscq Fix for FixedGuardNode.lower in the case where the successor of the FixedGuardNode is already an AbstractBeginNode
Thu, 22 Aug 2013 20:04:51 +0200 Gilles Duboscq Fix for ReadNode.push which could cause some reads to float before the necessary checkcast.
Thu, 22 Aug 2013 15:22:26 +0200 Gilles Duboscq Add some javadoc for GuardLoweringPhase, ConvertDeoptimizeToGuardPhase and DeoptimizeNode
Thu, 22 Aug 2013 14:19:14 +0200 Gilles Duboscq In verbose mode, if vmdir is set, output the directory where we are looking for the built jdk
Thu, 22 Aug 2013 14:06:25 +0200 Gilles Duboscq Simplify ObjectStamp.join and make sure there is no type/exact type when going to an allways null stamp
Thu, 22 Aug 2013 14:04:03 +0200 Gilles Duboscq Make ConditionalEliminationPhase more robust when removing IfNodes
Thu, 22 Aug 2013 11:23:42 +0200 Doug Simon fail faster with better error message if deprecated and unsupported mx build command line is given
Wed, 21 Aug 2013 19:33:06 +0200 Gilles Duboscq Fix NPE in MethodCallTargetNode.canonicalize
Wed, 21 Aug 2013 18:45:45 +0200 Doug Simon Merge.
Wed, 21 Aug 2013 18:15:55 +0200 Doug Simon slightly weakened check in HotSpotResolvedJavaField.readConstantField()
Wed, 21 Aug 2013 16:03:35 +0200 Doug Simon added counters and timers for snippet instantiation
Wed, 21 Aug 2013 18:02:39 +0200 Gilles Duboscq Keep a kind in the illegal stamp
Wed, 21 Aug 2013 16:56:15 +0200 Gilles Duboscq ObjectStamp: Detect allways null cases in castTo. AlwaysNull stamps can keep their type information
Wed, 21 Aug 2013 16:20:53 +0200 Gilles Duboscq Rename StampTest to ObjectStampJoinTest and move IntegerStampTest to com.oracle.graal.nodes.test
Wed, 21 Aug 2013 16:17:10 +0200 Gilles Duboscq Add javadoc for ObjectStamp.castTo. Fix javadoc typo.
Wed, 21 Aug 2013 08:29:07 +0200 Erik Eckstein Merge
Tue, 20 Aug 2013 17:33:04 +0200 Erik Eckstein add logging with indentation in graal.Debug
Tue, 20 Aug 2013 12:48:28 -0700 twisti HotSpotInstalledCode: moved getCode to Java and added the ability to get the whole blob
Tue, 20 Aug 2013 20:04:33 +0200 Doug Simon Merge.
Tue, 20 Aug 2013 18:23:43 +0200 Doug Simon added PrintBackendCFG option (default is true) for controlling if backend output is dumped to the C1Visualizer
Tue, 20 Aug 2013 16:09:26 +0200 Doug Simon option annotation processor ensures that a non-empty help message starts with a capital letter
Tue, 20 Aug 2013 15:33:39 +0200 Doug Simon fixed capitalization and tense in documentation of some mx commands
Tue, 20 Aug 2013 15:32:36 +0200 Doug Simon added interpretable implementation to node intrinsics (GRAAL-430)
Tue, 20 Aug 2013 15:39:58 +0200 Gilles Duboscq Use smaller epsilon in ComputeProbabilityClosure
Tue, 20 Aug 2013 13:22:15 +0200 Gilles Duboscq Enable library as annotation processor
Tue, 20 Aug 2013 13:23:08 +0200 Doug Simon fixed specjvm2008 regression in bench command
Tue, 20 Aug 2013 13:22:06 +0200 Doug Simon added support to the specjvm2008 command for specifying a benchmark group
Tue, 20 Aug 2013 12:09:45 +0200 Doug Simon mx: added --vmbuild global option, removed --product, --fastdebug, --debug options as well as suffix of build command
Tue, 20 Aug 2013 11:30:38 +0200 Bernhard Urban FloatingReadNode: don't use lastLocationAccess as anchor. use guard instead.
Tue, 20 Aug 2013 09:31:27 +0200 Doug Simon small fixes for handling of -G:DebugValueSummary option
Tue, 20 Aug 2013 07:59:52 +0200 Doug Simon fixed regression in bench command
Tue, 20 Aug 2013 00:04:44 +0200 Doug Simon normalized the command line interface for the dacapo, scaladacapo, specjvm2008, specjbb2005 and specjbb2013 commands
Mon, 19 Aug 2013 22:04:00 +0200 Doug Simon replaced PerThreadDebugValues, SummarizeDebugValues and SummarisePerPhase options with DebugValueSummary option
Mon, 19 Aug 2013 22:01:07 +0200 Doug Simon added capability for embedding new lines in lengthy option help messages
Mon, 19 Aug 2013 21:58:03 +0200 Doug Simon more javadoc for debug framework
Mon, 19 Aug 2013 21:57:12 +0200 Doug Simon added suppression filter so that long help messages for Options can be supported without triggering Checkstyle errors in generated sources
Mon, 19 Aug 2013 18:10:13 +0200 Bernhard Urban LoewringPhase: remove (weird) dead code
Mon, 19 Aug 2013 14:11:10 +0200 Doug Simon Merge.
Mon, 19 Aug 2013 14:05:55 +0200 Doug Simon Merge.
Mon, 19 Aug 2013 12:55:34 +0200 Doug Simon changed unittest command to remove use of '@' character. The format is now: mx unittest [VM options] [test filters...]
Mon, 19 Aug 2013 13:27:31 +0200 Lukas Stadler Merge
Mon, 19 Aug 2013 12:12:43 +0200 Lukas Stadler fix incorrect lower bound in StampTool
Sat, 17 Aug 2013 16:01:48 +0200 Lukas Stadler remove debug code in StampTool
Fri, 16 Aug 2013 13:59:25 +0200 Lukas Stadler add bitwise "not" operation
Fri, 16 Aug 2013 13:30:28 +0200 Lukas Stadler do not constant fold identity hash codes in AOT
Fri, 16 Aug 2013 13:15:56 +0200 Lukas Stadler small JavaDoc
Fri, 16 Aug 2013 13:15:42 +0200 Lukas Stadler "always set" bit mask on IntegerStamps
Mon, 19 Aug 2013 12:49:12 +0200 Bernhard Urban .hgignore: buildbot client config dir
Fri, 16 Aug 2013 23:50:57 +0200 Bernhard Urban remove unused node
Mon, 19 Aug 2013 11:39:28 +0200 Doug Simon spelling fix
Mon, 19 Aug 2013 10:49:40 +0200 Doug Simon removed Stamp parameter of BeginNode.anchor node intrinsic
Sat, 17 Aug 2013 17:52:21 +0200 Gilles Duboscq Samll additions to Loops api, make IntegerExactArithmeticNodes iterable
Sat, 17 Aug 2013 15:07:41 +0200 Thomas Wuerthinger Remove unused import.
Sat, 17 Aug 2013 14:48:52 +0200 Thomas Wuerthinger Merge.
Sat, 17 Aug 2013 12:25:28 +0200 Thomas Wuerthinger Remove checkNull parameter from snippets. Fixes several instances of unsafe usage of BeginNode.anchor.
Sat, 17 Aug 2013 14:03:28 +0200 Andreas Woess Truffle: added some missing javadoc.
Sat, 17 Aug 2013 13:55:44 +0200 Andreas Woess TruffleCache: reallow inlining with null receiver.
Sat, 17 Aug 2013 03:55:16 +0200 Thomas Wuerthinger Merge.
Sat, 17 Aug 2013 01:45:25 +0200 Thomas Wuerthinger Merge.
Fri, 16 Aug 2013 23:25:49 +0200 Thomas Wuerthinger Fix bug in bsd port that causes unsafe double volatile field stores to fail.
Fri, 16 Aug 2013 17:22:34 -0700 twisti removed dead code for HotSpotInstalledCode in CodeInstaller::site_Call
Sat, 17 Aug 2013 00:54:06 +0200 Gilles Duboscq Add anchors for loadHubs in verifyObject and monitor enter.
Fri, 16 Aug 2013 22:42:06 +0200 Thomas Wuerthinger Adjust profiling information in case it is 0.0 or 1.0 for a branch.
Fri, 16 Aug 2013 21:40:42 +0200 Thomas Wuerthinger Make sure the created ProxyNode is of PhiType.Guard.
Fri, 16 Aug 2013 21:23:30 +0200 Thomas Wuerthinger Allow ProxyNode as a GuardingNode.
Fri, 16 Aug 2013 20:52:29 +0200 Thomas Wuerthinger Fix in ConvertDeoptimizeToGuardPhase for the case where we need to insert a ProxyNode.
Fri, 16 Aug 2013 19:07:10 +0200 Thomas Wuerthinger Search through tree of proxies for replacement anchor in ConditionalEliminationPhase.
Fri, 16 Aug 2013 19:05:04 +0200 Thomas Wuerthinger Merge.
Fri, 16 Aug 2013 19:04:31 +0200 Thomas Wuerthinger Make CustomTypeCheckNode virtualizable.
Fri, 16 Aug 2013 18:21:59 +0200 Thomas Wuerthinger Make TypeCastNode virtualizable.
Fri, 16 Aug 2013 16:49:59 +0200 Thomas Wuerthinger Merge.
Fri, 16 Aug 2013 16:44:14 +0200 Thomas Wuerthinger Make TypeCastNode a ValueProxy.
Fri, 16 Aug 2013 16:02:19 +0200 Thomas Wuerthinger Merge.
Fri, 16 Aug 2013 16:02:05 +0200 Thomas Wuerthinger Delay LoadHubNode lowering.
Fri, 16 Aug 2013 16:00:22 +0200 Thomas Wuerthinger Remove overly conservative anchoring of lowered hub access.
Fri, 16 Aug 2013 14:28:12 +0200 Thomas Wuerthinger Fix substitution.
Fri, 16 Aug 2013 14:23:16 +0200 Thomas Wuerthinger Add parameter to CompilerDirectives.unsafeCast.
Fri, 16 Aug 2013 17:55:25 +0200 Christian Humer Merge.
Fri, 16 Aug 2013 14:00:17 +0200 Christian Humer Truffle-DSL: fixed inconsistent children for polymorphic -> generic rewrites. (GRAAL-425)
Fri, 16 Aug 2013 14:47:05 +0200 Gilles Duboscq GraphBuilderPhase: Insert explicit null checks for invokes if an exception has been seen
Fri, 16 Aug 2013 14:44:56 +0200 Gilles Duboscq mx: fix for select_items
Fri, 16 Aug 2013 14:33:45 +0200 Gilles Duboscq Fix bug in ConditionalElimination phase: when replacing a ifnode with a guard, the guard has to be checked before entering the surviving branch
Fri, 16 Aug 2013 14:31:28 +0200 Gilles Duboscq Fix GraalCompilerTest deopt checks: need to re-aquire the profile after running the method since the MethodData may not be present before running it.
Fri, 16 Aug 2013 13:28:30 +0200 Andreas Woess Add write barriers in lowering of CommitAllocationNode.
Fri, 16 Aug 2013 12:09:36 +0200 Thomas Wuerthinger New constructor for ConditionalNode. Made CustomTypeCheck node a LogicNode.
Fri, 16 Aug 2013 01:12:34 +0200 Thomas Wuerthinger Remove test file.
Fri, 16 Aug 2013 01:09:03 +0200 Thomas Wuerthinger Restructure Truffle API node intrinsics and introduce new intrinsics for type system modelling.
Fri, 16 Aug 2013 00:29:30 +0200 Thomas Wuerthinger Move lowering of arithmetic exact nodes to second lowering phase.
Thu, 15 Aug 2013 19:46:05 +0200 Thomas Wuerthinger Fix unused import.
Thu, 15 Aug 2013 19:42:47 +0200 Thomas Wuerthinger Fix anchoring in ConditionalEliminationPhase when simplifying an IfNode.
Wed, 14 Aug 2013 17:02:45 +0200 Thomas Wuerthinger Fix forward propagation of guarded nodes in ConvertDeoptimizeToGuardPhase.
Wed, 14 Aug 2013 15:44:05 +0200 Thomas Wuerthinger Small adjustment to CompilerDirectives.unsafeCast.
Wed, 14 Aug 2013 14:27:52 +0200 Thomas Wuerthinger Merge.
Wed, 14 Aug 2013 14:27:40 +0200 Thomas Wuerthinger Search for correct replacement anchor for eliminated checkcasts in ConditionalEliminationPhase.
Wed, 14 Aug 2013 14:24:05 +0200 Thomas Wuerthinger Bailout of iterative conditional elimination phase in case the number of iterations exceeds specific threshold.
Wed, 14 Aug 2013 11:52:15 +0200 Thomas Wuerthinger New Truffle API methods for efficient implementation of a custom type system on top of the JVM.
Wed, 14 Aug 2013 11:24:11 +0200 Doug Simon absence of IDE_BUILD_TARGET environment variable prevents HotSpot builds when editing C++ sources in Eclipse
Tue, 13 Aug 2013 19:07:41 +0200 Doug Simon added dialogue for determining JAVA_HOME if it's not set
Tue, 13 Aug 2013 18:18:17 +0200 Doug Simon made instanceof lowering happen after guard lowering
Tue, 13 Aug 2013 18:17:45 +0200 Doug Simon fixed misleading comment
Tue, 13 Aug 2013 16:27:47 +0200 Doug Simon removed overly conservative re-anchoring in ConditionalEliminationPhase
Tue, 13 Aug 2013 14:25:02 +0200 Doug Simon Merge.
Tue, 13 Aug 2013 14:23:58 +0200 Doug Simon mx presents a command line dialogue to select the default VM if it is not configured (GRAAL-416)
Tue, 13 Aug 2013 11:07:08 +0200 Doug Simon enhanced select_items to support multiple selections
Tue, 13 Aug 2013 13:26:58 +0200 Roland Schatz Produce sensible error message when node is not LIRLowerable.
Tue, 13 Aug 2013 13:15:14 +0200 Roland Schatz Javadoc fix.
Mon, 12 Aug 2013 15:52:26 -0400 Morris Meyer Defer PTX on Mac probe to the CUDA driver initialization call
Mon, 12 Aug 2013 13:12:14 -0400 bharadwaj Fix PTX test to prevent crash; trivial code cleanup
Mon, 12 Aug 2013 15:59:58 +0200 Roland Schatz Move MathIntrinsic operations to ArithmeticLIRGenerator.
Mon, 12 Aug 2013 15:55:54 +0200 Roland Schatz Use ArithmeticLIRGenerator in arithmetic nodes.
Mon, 12 Aug 2013 15:52:32 +0200 Roland Schatz Factor out arithmetic operations to separate LIR generator interface.
Mon, 12 Aug 2013 11:56:35 +0200 Bernhard Urban mx: don't include jdk build directory in path for vmdir
Sun, 11 Aug 2013 15:11:10 +0200 Gilles Duboscq mx: graal.jar is not silently updated anymore in the vm function
Sun, 11 Aug 2013 15:11:10 +0200 Gilles Duboscq Avoid repeated lowering of convert nodes on AMD64
Sat, 10 Aug 2013 22:57:50 +0200 Bernhard Urban ptx: fix include for non-precompiledheader build in gpu_ptx.cpp
Sat, 10 Aug 2013 14:38:30 -0400 Morris Meyer CR-20: PTX kernel invocation with arguments - from Bharadwaj