log

age author description
Sun, 21 Jun 2015 18:53:42 +0200 Gilles Duboscq Schedule: Allow floating reads to be scheduled after loops
Sun, 21 Jun 2015 22:24:40 +0200 Doug Simon only (re)make archives from build command for distributions with at least one constituent project that was (re)compiled
Sun, 21 Jun 2015 21:43:13 +0200 Doug Simon only (re)make archives from build command if at least one compilation occurred
Sat, 20 Jun 2015 12:37:01 +0200 Doug Simon mx: removed JVMCI code from Distribution.make_archive
Sat, 20 Jun 2015 09:00:58 +0200 Doug Simon Merge.
Sat, 20 Jun 2015 09:00:02 +0200 Doug Simon fix for renaming packages com.oracle.jvmci to jdk.internal.jvmci
Sat, 20 Jun 2015 01:56:43 +0200 Thomas Wuerthinger Merge.
Sat, 20 Jun 2015 01:29:17 +0200 Thomas Wuerthinger Remove type profile proxy node.
Fri, 19 Jun 2015 23:17:09 +0200 Andreas Woess update truffle.jar
Fri, 19 Jun 2015 09:31:51 -0700 Tom Rodriguez Merge
Fri, 19 Jun 2015 09:28:25 -0700 Tom Rodriguez type.isLeaf should promote stamp to exact type
Fri, 19 Jun 2015 09:28:17 -0700 Tom Rodriguez Add test for isLeaf
Thu, 18 Jun 2015 10:07:27 -0700 Tom Rodriguez Replace ResolvedJavaType.isFinal with more meaningful and correct isLeaf
Fri, 19 Jun 2015 17:41:45 +0200 Doug Simon moved findbugs support from mx_graal.py to mx_findbugs.py
Fri, 19 Jun 2015 15:59:22 +0200 Doug Simon mx: added support for overridden commands to be available via a qualified name
Fri, 19 Jun 2015 15:18:18 +0200 Thomas Wuerthinger Remove method-based IC dispatch.
Fri, 19 Jun 2015 15:04:01 +0200 Thomas Wuerthinger Make names of printed IGV graphs shorter.
Fri, 19 Jun 2015 12:48:12 +0200 Gilles Duboscq HotSpotConstantPool: only try to resolve invokeHandle for invoke opcodes
Fri, 19 Jun 2015 12:35:38 +0200 Gilles Duboscq Track and set has_unsafe_access flag
Fri, 19 Jun 2015 11:10:15 +0200 Josef Eisl SPARC: HotSpotLoadConstantOp: add support for byte and short.
Fri, 19 Jun 2015 10:04:02 +0200 Josef Eisl mx_graal: remove debug output.
Fri, 19 Jun 2015 00:45:14 +0200 Doug Simon consolidated logic for querying the source(s) from which an Eclipse settings file is generated
Thu, 18 Jun 2015 23:21:34 +0200 Doug Simon moved mx.graal/eclipse-settings to mxtool/eclipse-settings
Thu, 18 Jun 2015 23:09:04 +0200 Doug Simon removed maven_install_truffle
Thu, 18 Jun 2015 23:06:11 +0200 Doug Simon moved unit test support from mx_graal.py to mx.py
Wed, 17 Jun 2015 15:31:28 +0200 Doug Simon removed _vmSourcesAvailable
Wed, 17 Jun 2015 15:28:45 +0200 Doug Simon remove hard-coded use of 'mx' to refer to the mxDir for the graal suite
Wed, 17 Jun 2015 13:56:55 +0200 Doug Simon renamed mx/ to mx.graal/ in preparation for working with mxtool2
Wed, 17 Jun 2015 13:18:49 +0200 Doug Simon removed support for legacy mx/commands.py file
Tue, 16 Jun 2015 23:11:26 +0200 Doug Simon only make VM or native calls if the result will actually be used
Wed, 29 Apr 2015 12:23:48 -0700 sgehwolf 8078666: JVM fastdebug build compiled with GCC 5 asserts with "widen increases"
Thu, 18 Jun 2015 18:09:19 +0200 Gilles Duboscq Make sure HotSpotConstantPool.loadReferencedType resolves invokehandle call sites properly. Fixes eager resolution problems at those call sites.
Thu, 18 Jun 2015 17:44:47 +0200 Gilles Duboscq Add ResolvedJavaMethod.isSignaturePolymorphic and ResolvedJavaType.findMethod
Thu, 18 Jun 2015 17:51:05 +0200 Gilles Duboscq Add ModifiersProvider.isSynthetic, isVarArgs and isBridge.
Wed, 17 Jun 2015 15:34:39 +0200 Gilles Duboscq Workaround ECJ bug with varargs
Tue, 16 Jun 2015 15:58:37 +0200 Gilles Duboscq Remove unused HotSpotMethodHandleAccessProvider
Thu, 18 Jun 2015 16:50:00 +0200 Roland Schatz Use dummy ThreadMXBean when ManagementFactory can't be linked.
Thu, 18 Jun 2015 11:52:22 +0200 Roland Schatz Gracefully disable allocation counters when management interface can't be loaded.
Thu, 18 Jun 2015 09:59:29 +0200 Josef Eisl AMD64Move: add AMD64PushPopStackMove.
Thu, 18 Jun 2015 09:58:29 +0200 Josef Eisl AMD64Assembler: add PUSH and POP.
Thu, 18 Jun 2015 11:42:07 +0200 Josef Eisl StackMoveTest: verify stack integrity.
Tue, 16 Jun 2015 17:55:27 +0200 Josef Eisl StackMoveTest: add runShort and runByte tests.
Thu, 18 Jun 2015 11:41:57 +0200 Josef Eisl Add LIRTestTest.
Thu, 18 Jun 2015 10:00:11 +0200 Josef Eisl LIRTest: add LIRValueNode.
Wed, 17 Jun 2015 16:37:27 +0200 Josef Eisl LIRTest: remove FloatingLIRTestNode.
Wed, 17 Jun 2015 16:40:55 +0200 Josef Eisl LIRTest: move LIRTestSpecification into its own file.
Wed, 17 Jun 2015 13:22:40 +0200 Josef Eisl mxtool: add support for -y/-n (answer 'y'/'n' to all question).
Wed, 17 Jun 2015 18:42:35 +0200 Stefan Anzinger Fix substitution of CallSite.getTarget when receiver is ambigous; Unittests for all other substitutions which use GraphUtil.originalValue
Wed, 17 Jun 2015 16:19:35 +0200 Roland Schatz Re-enable imprecise write barriers on object access.
Wed, 17 Jun 2015 15:42:27 +0200 Roland Schatz Introduce common superclass for all write barriers.
Wed, 17 Jun 2015 14:24:55 +0200 Stefan Anzinger Use given receiver if originalValue of receiver cannot be determined CallSiteTargetNode
Wed, 17 Jun 2015 14:51:27 +0200 Roland Schatz Implement Location.toString().
Wed, 17 Jun 2015 09:27:20 +0200 Stefan Anzinger jvmci.make do not compress jars
Wed, 17 Jun 2015 08:54:11 +0200 Stefan Anzinger [SPARC] Implement CMOV for sub-int types
Wed, 17 Jun 2015 12:07:29 +0200 Jaroslav Tulach Graal VM should be the default one after building basic-graal. Prepending rather than appending selected DEFAULT_VM to jvm.cfg file.
Tue, 16 Jun 2015 17:52:13 -0700 Tom Rodriguez Include exception message in debug dump
Tue, 16 Jun 2015 17:52:01 -0700 Tom Rodriguez Review feedback on comments
Tue, 16 Jun 2015 17:51:58 -0700 Tom Rodriguez Add high level ComputeObjectAddressNode that can be safely lowered into GetObjectAddressNode
Tue, 16 Jun 2015 19:35:31 +0200 Christian Humer Truffle: remove use of TTY print stream in OptimizedCallTarget.
Tue, 16 Jun 2015 17:21:45 +0200 Stefan Anzinger jvmci.make $(shell ...) is always quiet