log

age author description
Thu, 23 Jul 2015 22:17:57 +0200 Doug Simon inter-suite library references must use qualified form
Thu, 23 Jul 2015 18:31:44 +0200 Doug Simon updated imported suite version
Thu, 23 Jul 2015 15:55:04 +0200 Doug Simon updated imported suite version
Thu, 23 Jul 2015 13:06:53 +0200 Doug Simon moved gate from mx_jvmci.py to mx_gate.py in core mx
Thu, 23 Jul 2015 11:12:15 +0200 Roland Schatz Remove unneeded file.
Thu, 23 Jul 2015 10:44:36 +0200 Gilles Duboscq Update JVMCI dependency
Wed, 22 Jul 2015 20:40:18 +0200 Doug Simon updated imported suite versions
Wed, 22 Jul 2015 20:21:58 +0200 Gilles Duboscq Modify distDependencies
Wed, 22 Jul 2015 18:35:44 +0200 Gilles Duboscq Add Binary repo for jvmci
Wed, 22 Jul 2015 16:43:21 +0200 Gilles Duboscq Use new jdk deployed dists model
Wed, 22 Jul 2015 16:42:59 +0200 Gilles Duboscq Re-enabled binary repo for truffle
Tue, 21 Jul 2015 16:03:25 +0200 Gilles Duboscq ignore all javafilelist files
Wed, 22 Jul 2015 11:55:48 +0200 Doug Simon updated imported suite versions
Wed, 22 Jul 2015 00:08:12 +0200 Doug Simon updated imported suite versions
Wed, 22 Jul 2015 00:06:14 +0200 Doug Simon reflected mx version bump to 5.0.0
Tue, 21 Jul 2015 17:59:16 +0200 Doug Simon removed duplicate "annotationProcessors" attribute
Tue, 21 Jul 2015 20:33:04 +0200 Roland Schatz Create GRAAL_TEST distribution.
Tue, 21 Jul 2015 16:47:53 +0200 Doug Simon updated suite import version
Tue, 21 Jul 2015 16:25:53 +0200 Doug Simon merge fixes; updated suite import versions
Tue, 21 Jul 2015 16:17:54 +0200 Doug Simon Merge with basic-graal
Tue, 21 Jul 2015 14:55:47 +0200 Andreas Woess fix HotSpotConstantPool#lookupConstant for pseudo-string entries
Tue, 21 Jul 2015 14:14:41 +0200 Lukas Stadler keep "ensureVirtual" flag for objects during escape analysis
Tue, 21 Jul 2015 14:09:39 +0200 Stefan Anzinger Use newer version of hcfdis.jar (New version contains new SPARC instructions and continues disassembling when unknown instruction is encountered)
Thu, 16 Jul 2015 14:25:52 +0200 Stefan Anzinger [SPARC] Remove redundant Op enum from assembler
Tue, 14 Jul 2015 11:38:56 +0200 Stefan Anzinger [SPARC] Assert certain scratch registers for stack banging/save instruction
Tue, 21 Jul 2015 11:30:40 +0200 Roland Schatz Only fill allocations with garbage when assertions are enabled.
Tue, 21 Jul 2015 10:54:17 +0200 Roland Schatz Fix wrong option test.
Mon, 20 Jul 2015 16:10:42 +0200 Josef Eisl LinearScan: pass block order to constructor.
Tue, 21 Jul 2015 10:55:01 +0200 Josef Eisl Add ConstantStackCastTest.
Mon, 20 Jul 2015 19:34:43 -0700 Tom Rodriguez Use KlassPointer stamp when reading Klass::_super
Mon, 20 Jul 2015 11:08:40 -0700 Tom Rodriguez Temporarily disable implicit null test
Mon, 20 Jul 2015 11:21:28 -0700 Tom Rodriguez Merge
Mon, 20 Jul 2015 11:19:52 -0700 Tom Rodriguez Support optimization of reads from special memory locations
Mon, 20 Jul 2015 11:19:37 -0700 Tom Rodriguez PiNode with more precise piStamp should replace less precise piStamp
Mon, 20 Jul 2015 11:19:21 -0700 Tom Rodriguez ObjectStamp.type == null is java.lang.Object
Mon, 20 Jul 2015 11:19:06 -0700 Tom Rodriguez ValuePhiNode should be an ArrayLengthProvider
Mon, 20 Jul 2015 11:18:50 -0700 Tom Rodriguez Make LoadHub lowering more consistent
Mon, 20 Jul 2015 11:18:35 -0700 Tom Rodriguez KlassPointerStamp needs valid getStackKind implementation
Mon, 20 Jul 2015 11:18:19 -0700 Tom Rodriguez Improve DynamicNewArrayNode code generation
Mon, 20 Jul 2015 11:18:04 -0700 Tom Rodriguez Sanity check stamp and constant compression flags
Mon, 20 Jul 2015 17:01:45 +0200 Jaroslav Tulach Replacing yet another use of deprecated RootNode constructor
Mon, 20 Jul 2015 16:57:56 +0200 Jaroslav Tulach Using the non-deprecated RootNode constructors with a MockLanguage in tests
Mon, 20 Jul 2015 14:13:43 +0200 Josef Eisl SPARC: fix const2stack
Mon, 20 Jul 2015 14:16:03 +0200 Josef Eisl SPARC: add toString for SizeEstimate.
Tue, 14 Jul 2015 15:50:17 +0200 Josef Eisl StackMoveTest: fix.
Thu, 02 Jul 2015 10:13:58 +0200 Josef Eisl NodeValueMap: improve javadoc.
Mon, 20 Jul 2015 15:25:38 +0200 Roland Schatz Include live base pointers in backend dump.
Mon, 20 Jul 2015 14:06:46 +0200 Roland Schatz Don't unconditionally copy an array that's only used in an assertion.
Mon, 20 Jul 2015 13:57:51 +0200 Jaroslav Tulach Updating to 0.9-SNAPSHOT of Truffle that requires RootNode to be associated with a TruffleLanguage
Mon, 20 Jul 2015 04:21:24 +0200 Andreas Woess Truffle: collect failed speculations before handing over to Graal
Mon, 20 Jul 2015 03:12:06 +0200 Andreas Woess Truffle: add PE regression tests to prevent deoptimization on ControlFlowException
Mon, 20 Jul 2015 02:48:57 +0200 Andreas Woess Truffle: fix PE regression involving missing exception edges
Fri, 17 Jul 2015 23:54:06 +0200 Doug Simon removed unused class
Fri, 17 Jul 2015 08:45:25 -0700 twisti nmethod::is_deopt_entry should use NativeCall::instruction_size
Fri, 17 Jul 2015 11:41:55 +0200 Roland Schatz Track base pointers of derived references in backend.
Thu, 16 Jul 2015 17:44:54 +0200 Roland Schatz Remove unused class HotSpotTargetDescription.
Thu, 16 Jul 2015 17:44:49 +0200 Roland Schatz Split HotSpotReferenceMap into separate builder and result class, and move the builder class from jvmci to graal.
Thu, 16 Jul 2015 14:17:48 +0200 Roland Schatz Make LocationMarker extensible.
Thu, 16 Jul 2015 07:47:07 -0700 twisti Add Java code for reading the constant pool cache plus sun.reflect.ConstantPool substitutions.
Thu, 16 Jul 2015 13:48:47 +0200 Roland Schatz Rename graal.options to jvmci.options in .hgignore.