log

age author description
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.
Wed, 15 Jul 2015 15:46:53 +0200 Roland Schatz Make static type of virtualObjectMapping as narrow as possible.
Wed, 15 Jul 2015 15:01:41 +0200 Roland Schatz Remove unused option.
Wed, 15 Jul 2015 10:16:28 -0700 Tom Rodriguez Merge
Wed, 15 Jul 2015 09:49:14 -0700 Tom Rodriguez TypeCheckNode should fold obviously failing types
Wed, 15 Jul 2015 09:49:11 -0700 Tom Rodriguez Fix comments
Wed, 15 Jul 2015 18:23:44 +0200 Gilles Duboscq Complete changelog
Wed, 15 Jul 2015 18:23:34 +0200 Gilles Duboscq mx makefile: Remove dead code
Wed, 15 Jul 2015 16:09:16 +0200 Gilles Duboscq Added tag graal-0.8 for changeset 3c622007e098
Wed, 15 Jul 2015 16:09:05 +0200 Gilles Duboscq Update changelog for 0.8 graal-0.8
Tue, 14 Jul 2015 13:36:37 +0200 Roland Schatz Backout e2793adeaa43: CountedLoopInfo: allow using converted init&stride to do the computation using a different integer type.
Mon, 13 Jul 2015 18:33:44 +0200 Stefan Anzinger [SPARC] Use registers g1, g4 and g5 for allocation and g3 and o7 as scratch
Mon, 13 Jul 2015 17:36:11 +0200 Stefan Anzinger [SPARC] Provide valid Kind for SPARC.getLargestStorableKind on single precision register category
Tue, 14 Jul 2015 10:38:30 +0200 Doug Simon disabled TestDeoptInlinedFunction.sl test until it handles a call to a @TruffleBoundary method from being removed by ConvertDeoptimizeToGuardPhase
Mon, 13 Jul 2015 17:43:09 +0200 Doug Simon allow PE to create InvokeNodes instead of InvokeWithExceptionNodes
Mon, 13 Jul 2015 17:40:57 +0200 Doug Simon updated to latest Truffle API
Mon, 13 Jul 2015 12:19:59 +0200 Roland Schatz Fix assertion in MoveResolver.