log

age author description
Tue, 12 Feb 2013 15:59:46 +0100 Christian Humer mx build now requires a jdk version >= 1.7.0_04. Caused by http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7159016
Tue, 12 Feb 2013 14:33:24 +0100 Christian Humer Fixed clean should clean also generated source directories.
Mon, 11 Feb 2013 16:20:52 +0100 Christian Humer Fixed rewrite in generated generic did not invoke guards.
Mon, 11 Feb 2013 14:21:18 +0100 Christian Humer Fixed duplicate generation of @Override annotations.
Tue, 12 Feb 2013 10:32:44 +0100 Roland Schatz Fix build.
Mon, 11 Feb 2013 18:17:09 +0100 Roland Schatz Disable test (GRAAL-104).
Mon, 11 Feb 2013 17:47:21 +0100 Roland Schatz Merge.
Mon, 11 Feb 2013 17:41:33 +0100 Roland Schatz Fix warning that breaks windows build.
Mon, 11 Feb 2013 17:20:51 +0100 Roland Schatz Remove assumption that methods without bytecodes are empty.
Mon, 11 Feb 2013 16:46:11 +0100 Lukas Stadler fix EA test
Mon, 11 Feb 2013 16:11:32 +0100 Lukas Stadler disable Object.clone intrinsification
Mon, 11 Feb 2013 15:56:10 +0100 Lukas Stadler Merge
Mon, 11 Feb 2013 15:55:27 +0100 Lukas Stadler separate BooleanNode and ConstantNode hierarchy, rename BooleanNode to LogicNode and LogicNode to BitLogicNode
Mon, 11 Feb 2013 10:46:48 +0100 Lukas Stadler Merge
Mon, 11 Feb 2013 10:44:40 +0100 Lukas Stadler fix for Object.clone virtualization
Fri, 08 Feb 2013 11:14:15 +0100 Lukas Stadler implement Object.clone snippets and macro node
Fri, 08 Feb 2013 10:41:09 +0100 Lukas Stadler explicitly specify type in DirectStoreNode.store
Fri, 08 Feb 2013 10:31:54 +0100 Lukas Stadler allow null return values for ArrayLengthProvider.length()
Fri, 08 Feb 2013 10:26:30 +0100 Lukas Stadler add Assumptions to VirtualizerTool
Fri, 08 Feb 2013 10:25:17 +0100 Lukas Stadler add primitive type mask to HotSpotVMConfig
Fri, 08 Feb 2013 10:19:50 +0100 Lukas Stadler cleanups, javadoc, assertions
Mon, 11 Feb 2013 14:39:56 +0100 Roland Schatz Merge
Mon, 11 Feb 2013 12:14:52 +0100 Roland Schatz make emitOperandHelper protected
Mon, 11 Feb 2013 12:12:59 +0100 Roland Schatz provide calling convention for assembler tests
Mon, 11 Feb 2013 10:41:29 +0100 Christian Humer Merge
Mon, 11 Feb 2013 10:41:02 +0100 Christian Humer Minor cleanup.
Mon, 11 Feb 2013 10:40:52 +0100 Christian Humer Fixed bug in method parsing error messages.
Fri, 08 Feb 2013 16:23:11 +0100 Christian Humer Fixed resolve of generic execute type.
Fri, 08 Feb 2013 16:07:33 +0100 Christian Humer Implemented an option to turn off generated generic generation using specializations in @Generic.
Fri, 08 Feb 2013 15:59:43 +0100 Christian Humer Generated nodes can now handle the case were a non generic execute methods does not throw an UVE.
Fri, 08 Feb 2013 18:05:40 +0100 Roland Schatz avoid generics
Fri, 08 Feb 2013 14:37:55 +0100 Gilles Duboscq Make gate fail on warnings
Fri, 08 Feb 2013 14:02:25 +0100 Gilles Duboscq Revert cf27135ccf5b
Fri, 08 Feb 2013 11:49:48 +0100 Roland Schatz Pull out test code that's useful for other assemblers.
Thu, 07 Feb 2013 18:59:56 +0100 Thomas Wuerthinger Move SuppressWarnings.
Thu, 07 Feb 2013 18:47:47 +0100 Thomas Wuerthinger Move @SuppressWarnings.
Thu, 07 Feb 2013 18:31:00 +0100 Thomas Wuerthinger Added more skeleton code to SPARC projects.
Thu, 07 Feb 2013 18:01:08 +0100 Thomas Wuerthinger Remove hardcoding of x86 registers in the Graal code installer.
Thu, 07 Feb 2013 17:37:32 +0100 Thomas Wuerthinger Remove unused X64 instruction decoder.
Thu, 07 Feb 2013 17:37:06 +0100 Thomas Wuerthinger Add projects and skeletons for SPARC port.
Thu, 07 Feb 2013 11:39:57 +0100 Roland Schatz merge defaults from setDefaultOptions() into GraalOptions
Thu, 07 Feb 2013 09:56:09 +0100 Christian Haeubl Merge.
Wed, 06 Feb 2013 15:19:05 +0100 Christian Haeubl Merge.
Wed, 06 Feb 2013 14:26:47 +0100 Christian Haeubl changed code generation settings to those that C1/C2 use when compiling for newer Intel CPUs
Wed, 06 Feb 2013 18:01:07 -0800 twisti fix Solaris build and initial SPARC support
Wed, 06 Feb 2013 15:14:15 +0100 Gilles Duboscq All warnings are now errors in eclipse
Wed, 06 Feb 2013 10:24:39 +0100 Roland Schatz move AMD64HotSpotRuntime.getTarget up to HotSpotRuntime
Tue, 05 Feb 2013 19:46:09 +0100 Thomas Wuerthinger Merge.
Tue, 05 Feb 2013 19:46:00 +0100 Thomas Wuerthinger Make fillInStackTrace final and non-synchronized in exceptions that do not need stack trace.
Tue, 05 Feb 2013 18:33:01 +0100 Gilles Duboscq Remove SPECjbb2013 from default benchmarks
Tue, 05 Feb 2013 17:59:25 +0100 Lukas Stadler Merge
Tue, 05 Feb 2013 17:41:15 +0100 Lukas Stadler remove unnecessary virtualId from VirtualObjectNodes
Tue, 05 Feb 2013 16:39:45 +0100 Lukas Stadler Merge
Tue, 05 Feb 2013 15:53:21 +0100 Lukas Stadler new IntegerTestNode, unit tests for IntegerTestNode canonicalization
Tue, 05 Feb 2013 15:52:41 +0100 Lukas Stadler backend support for integer test operation
Tue, 05 Feb 2013 15:51:23 +0100 Lukas Stadler remove MaterializeNode
Tue, 05 Feb 2013 17:19:52 +0100 Thomas Wuerthinger Merge.
Tue, 05 Feb 2013 17:18:57 +0100 Thomas Wuerthinger Allow arbitrary objects to serve as identifiers for a frame slot.
Tue, 05 Feb 2013 17:03:51 +0100 Thomas Wuerthinger Added getFrameDescriptor() to Frame interface.
Tue, 05 Feb 2013 17:01:34 +0100 Thomas Wuerthinger Removed graph dump after every canonicalization.
Tue, 05 Feb 2013 16:21:14 +0100 Roland Schatz Merge
Tue, 05 Feb 2013 15:40:17 +0100 Roland Schatz simple unit tests for graal.asm.amd64
Tue, 05 Feb 2013 15:35:34 +0100 Roland Schatz lift GraalCompilerTest.getMethod to a common base class
Tue, 05 Feb 2013 15:24:15 +0100 Roland Schatz null-check on leafGraphArray
Tue, 05 Feb 2013 13:54:18 +0100 Roland Schatz expose TargetDescription through CodeCacheProvider API
Tue, 05 Feb 2013 12:07:24 +0100 Roland Schatz add CodeCacheProvider to HotSpotGraalRuntime.getCapability
Tue, 05 Feb 2013 15:27:40 +0100 Thomas Wuerthinger Merge.
Tue, 05 Feb 2013 15:27:32 +0100 Thomas Wuerthinger Add ability to create materialized frame to Truffle runtime.
Tue, 05 Feb 2013 15:19:17 +0100 Thomas Wuerthinger Make materialized frame also being usable as a packed frame.
Tue, 05 Feb 2013 01:17:52 -0800 Christian Wimmer Implement toString() for Word type
Mon, 04 Feb 2013 22:53:01 +0100 Lukas Stadler coalesce NewObjectArrayNode and NewPrimitiveArrayNode into NewArrayNode
Mon, 04 Feb 2013 20:23:57 +0100 Lukas Stadler Merge
Mon, 04 Feb 2013 20:18:55 +0100 Lukas Stadler remove GlobalValueNumberingPhase
Mon, 04 Feb 2013 20:18:41 +0100 Lukas Stadler fix TypeSystemTest, cleanup of ConditionalEliminationPhase, handle ObjectEqualsNode and MaterializeNode
Mon, 04 Feb 2013 18:18:16 +0100 Lukas Stadler remove successorProbabilities from SwitchNode
Mon, 04 Feb 2013 15:33:43 +0100 Lukas Stadler fix formatting in MonitorSnippets
Mon, 04 Feb 2013 09:47:11 -0800 Christian Wimmer Merge
Mon, 04 Feb 2013 09:36:51 -0800 Christian Wimmer Merge
Mon, 04 Feb 2013 09:31:44 -0800 Christian Wimmer Use equal() and notEqual() instead of == and != to compare words
Mon, 04 Feb 2013 07:36:35 -0800 Christian Wimmer Use java.nio.ByteOrder instead of our own ByteOrder enumeration
Mon, 04 Feb 2013 17:50:35 +0100 Christian Haeubl minor fix after merge
Mon, 04 Feb 2013 17:48:20 +0100 Christian Haeubl Merge.
Mon, 04 Feb 2013 17:42:53 +0100 Christian Haeubl adjusted test case for the new inlining
Mon, 04 Feb 2013 17:29:13 +0100 Christian Haeubl fixed signal handler for long underflow on windows
Mon, 04 Feb 2013 15:49:59 +0100 Christian Haeubl reenabled nmethod statistics in product mode
Mon, 04 Feb 2013 14:45:31 +0100 Christian Haeubl code cleanup
Mon, 04 Feb 2013 14:35:52 +0100 Christian Haeubl fixed visual studio warnings
Mon, 04 Feb 2013 14:29:58 +0100 Christian Haeubl Merge.
Mon, 04 Feb 2013 14:27:32 +0100 Christian Haeubl fixed bootstrap performance issue that occurred because non-static final fields are no longer assumed constant
Mon, 04 Feb 2013 13:43:36 +0100 Christian Haeubl better computation of inlining relevance
Mon, 04 Feb 2013 10:53:24 +0100 Christian Haeubl extracted TODOs as issues
Mon, 04 Feb 2013 10:10:05 +0100 Christian Haeubl removed interpreter api
Mon, 04 Feb 2013 10:06:08 +0100 Christian Haeubl removed interpreter api
Fri, 01 Feb 2013 17:25:39 +0100 Christian Haeubl fixes after merge
Fri, 01 Feb 2013 17:06:26 +0100 Christian Haeubl Merge.
Fri, 01 Feb 2013 16:57:40 +0100 Christian Haeubl cleanup for the inlining policies
Mon, 04 Feb 2013 17:04:23 +0100 Christian Humer Merge
Mon, 04 Feb 2013 16:40:32 +0100 Christian Humer Merge.
Mon, 04 Feb 2013 16:36:50 +0100 Christian Humer Fixed eclipse configuration for annotation processors. Annotation processor jars
Thu, 31 Jan 2013 16:33:12 +0100 Christian Humer Removed invalid error message.
Thu, 31 Jan 2013 16:21:46 +0100 Christian Humer Cleanup and improved error messages.
Mon, 04 Feb 2013 16:29:07 +0100 Christian Wirth Fixed typo in Javadoc of FrameTest.java
Mon, 04 Feb 2013 06:31:27 -0800 Christian Wimmer Merge
Mon, 04 Feb 2013 06:26:47 -0800 Christian Wimmer getMethodDescriptor does not need to be in the Signature interface
Mon, 04 Feb 2013 05:59:06 -0800 Michael Haupt Add MetaUtil.classForName
Mon, 04 Feb 2013 05:57:15 -0800 Michael Haupt Fix computation of elementalClass
Mon, 04 Feb 2013 05:53:58 -0800 Christian Wimmer ReadNode created by a NodeIntrinsic needs to specify the memory dependency
Mon, 04 Feb 2013 05:51:50 -0800 Christian Wimmer Make the access of raw memory via Unsafe specific to HotSpot.
Mon, 04 Feb 2013 05:47:35 -0800 Christian Wimmer Typo in comment
Mon, 04 Feb 2013 05:45:28 -0800 Christian Wimmer Do not call inferStamp when it is already known that a node is a Word. When the input operand is already rewritten, this could cause an exception. Example: CheckCastNode.inferStamp expect that the input has an objectStamp, but at the point of inferStamp it would already be a primitive stamp.
Mon, 04 Feb 2013 05:41:14 -0800 Christian Wimmer Bugfix: ControlSplitNode can have no successor, so check for successor count instead of class
Mon, 04 Feb 2013 13:21:13 +0100 Thomas Wuerthinger Merge.
Mon, 04 Feb 2013 13:21:07 +0100 Thomas Wuerthinger Clean up more TODO comments.
Fri, 01 Feb 2013 19:53:52 +0100 Thomas Wuerthinger Remove ControlFlowException in SimpleLanguage.
Fri, 01 Feb 2013 19:50:04 +0100 Thomas Wuerthinger Fix comment.
Fri, 01 Feb 2013 21:10:53 +0100 Lukas Stadler Merge
Fri, 01 Feb 2013 21:10:23 +0100 Lukas Stadler fix client and servr ild for leafGraphId change
Fri, 01 Feb 2013 17:34:18 +0100 Lukas Stadler small cleanup in MaterializeObjectNode
Fri, 01 Feb 2013 17:34:01 +0100 Lukas Stadler fix probabilities for explicit NPE and AIOOBE in GraphBuilderPhase
Fri, 01 Feb 2013 17:32:59 +0100 Lukas Stadler keep track of leafGraphIds only at the StructuredGraph level (see GRAAL-60)