log

age author description
Sat, 23 Aug 2014 19:31:18 +0200 Christian Humer Truffle-DSL: some more performance optimizations.
Sat, 23 Aug 2014 19:31:13 +0200 Christian Humer Truffle-DSL: optimize import generation.
Sat, 23 Aug 2014 19:31:09 +0200 Christian Humer Truffle-DSL: made guard parsing more robust.
Sat, 23 Aug 2014 19:31:01 +0200 Christian Humer Truffle-DSL: Fixed guard matching for operations that use short circuits without boolean in the type system.
Sat, 23 Aug 2014 16:55:56 +0200 Doug Simon indirect through NodeClass when looking up the HSAIL lowering strategy map
Sat, 23 Aug 2014 16:54:56 +0200 Doug Simon restructure Node class literal verifier to easily enable tests other than identity tests
Sat, 23 Aug 2014 16:53:47 +0200 Doug Simon bind a generated Node class to the NodeClass instance of the generated-from Node class
Sat, 23 Aug 2014 00:50:44 +0200 Doug Simon formalized the set of distribution jars that are installed into the JDK to ensure both mx and the HotSpot make system do the necessary deployment
Sat, 23 Aug 2014 00:21:50 +0200 Doug Simon workaround for a problem javac has resolving symbols in Node.java
Sat, 23 Aug 2014 00:18:14 +0200 Doug Simon made debug value printing work if individual timers or metrics are enabled without -G:Time or -G:Meter being specified
Fri, 22 Aug 2014 23:55:08 +0200 Doug Simon fixed eclipseformat issue
Fri, 22 Aug 2014 16:03:49 +0200 Doug Simon Merge.
Fri, 22 Aug 2014 15:56:51 +0200 Doug Simon switched to using new NodeFieldIterator and NodeFieldIterable for traversing Node inputs and successors
Mon, 18 Aug 2014 14:05:05 +0200 Doug Simon Merge.
Mon, 18 Aug 2014 14:04:21 +0200 Doug Simon added factory method to all Node classes; replaced Node classes instantiation with calls to factory methods; replaced identity tests on Node classes with ' == <node class>.getGenClass()' idiom
Mon, 18 Aug 2014 13:49:25 +0200 Doug Simon don't expect generated classes for abstract Node classes; add test to ensure identity tests are not performed on non-generated node classes
Sat, 16 Aug 2014 00:05:59 +0200 Doug Simon introduced ElementException; don't process abstract Node classes; generate isLeafNode method
Sat, 16 Aug 2014 00:03:21 +0200 Doug Simon factored out getSuperType
Fri, 22 Aug 2014 13:20:50 +0200 Lukas Stadler use correct asXyzAddr methods in AMD64Arithmetic
Fri, 22 Aug 2014 12:20:47 +0200 Bernhard Urban graal.nfi: change source level to 1.7
Thu, 21 Aug 2014 18:02:22 -0700 Tom Rodriguez Consider the offset when performing read elimination on unsafes
Thu, 21 Aug 2014 17:50:00 -0700 Tom Rodriguez validateFormat should validate caller too
Thu, 21 Aug 2014 17:40:00 -0700 Tom Rodriguez logObject and logPrimitive should be leaf
Thu, 21 Aug 2014 17:30:00 -0700 Tom Rodriguez Make handling of removeNeverExecutedCode more consistent
Thu, 21 Aug 2014 17:20:00 -0700 Tom Rodriguez Try to pull out a base for Unsafe C heap references
Thu, 21 Aug 2014 17:10:00 -0700 Tom Rodriguez Reenable slider drag behavior
Thu, 21 Aug 2014 17:04:43 -0700 David Piorkowski SL/Instrumentation: Restoring SLNodeProber
Thu, 21 Aug 2014 15:10:56 -0700 David Piorkowski SL/Instrumentation: Added checks for null SourceSections in SLInstrumenter
Thu, 21 Aug 2014 13:32:11 -0700 David Piorkowski Merge to latest. Fixed conflicts in LineLocationToProbeCollection.
Thu, 21 Aug 2014 13:28:22 -0700 David Piorkowski Truffle/Instrumentation: Added Instrumentable interface and LineLocationToSourceSections map
Thu, 21 Aug 2014 18:50:18 +0200 Lukas Stadler don't generate invalid mov_b hsail instructions
Thu, 21 Aug 2014 11:12:38 +0200 Gilles Duboscq HSAIL: pass the number of argument to the JavaCallArguments constructor. Add TraceTime for kernel creation.
Wed, 20 Aug 2014 17:10:13 +0200 Gilles Duboscq truffle.jar should always be on the bootclasspath regardless of the 'graal' status of the vm.
Mon, 18 Aug 2014 19:07:56 +0200 Gilles Duboscq graalRuntime: name_len shound be a size_t
Thu, 21 Aug 2014 12:01:35 +0200 Doug Simon fixed regression when building original VM without a Java build beforehand
Tue, 19 Aug 2014 10:48:05 +0200 Matthias Grimmer NFI: never throw an unsatisfiedLinkError - better return null
Wed, 20 Aug 2014 15:14:30 -0700 Michael Van De Vanter Truffle/Instrumentation: Javadoc
Wed, 20 Aug 2014 16:50:25 +0200 Roland Schatz Don't recreate suites on every CTW compile.
Wed, 20 Aug 2014 16:43:05 +0200 Roland Schatz Recompute phase suites when options are changed.
Wed, 20 Aug 2014 15:35:27 +0200 Roland Schatz Correctly parse string option values that start with + or -.
Wed, 20 Aug 2014 15:17:17 +0200 Michael Haupt cover ForceMaterializeNode in NewFrameNode.getMaterializedRepresentationHelper()
Wed, 20 Aug 2014 15:16:11 +0200 Michael Haupt clarify documentation about assumption and profile storage in final fields
Tue, 19 Aug 2014 19:25:44 +0200 Lukas Stadler proper implementation of Frame.materialize
Tue, 19 Aug 2014 19:17:38 +0200 Lukas Stadler small cleanup
Tue, 19 Aug 2014 17:30:54 +0200 Bernhard Urban Added tag graal-0.4 for changeset 7d4f630172a1
Tue, 19 Aug 2014 15:27:57 +0200 Bernhard Urban changelog: graal-0.4 graal-0.4
Tue, 19 Aug 2014 17:30:28 +0200 Danilo Ansaloni mx: add argument for permissions to copyToJdk()
Tue, 19 Aug 2014 15:14:06 +0200 Bernhard Urban mx: fix release tag detection for -dev suffix
Tue, 19 Aug 2014 14:59:29 +0200 Christian Humer Merge.
Tue, 19 Aug 2014 14:56:19 +0200 Christian Humer Truffle: made constructors of condition profiles package protected to delegate them later to TruffleRuntime.
Tue, 19 Aug 2014 13:51:14 +0200 Bernhard Urban truffle api: update comments
Tue, 19 Aug 2014 09:58:41 +0200 Doug Simon fixed regression in mx causing problems for the SYMLINK_GRAAL_JAR feature
Mon, 18 Aug 2014 21:03:41 -0700 Michael Van De Vanter Truffle/Instrumentation: Javadoc cleanups and minor corrections.
Mon, 18 Aug 2014 14:36:12 -0700 David Piorkowski Changes to Instrumentation
Mon, 18 Aug 2014 21:02:51 +0200 Christian Humer SL: refactored new naming for condition profiles.
Mon, 18 Aug 2014 19:02:18 +0200 Christian Humer Truffle: fixed header dates.
Mon, 18 Aug 2014 19:00:41 +0200 Christian Humer Made replacements verifier more robust.
Mon, 18 Aug 2014 19:00:20 +0200 Christian Humer Truffle: renamed BooleanConditionProfile to BinaryConditionProfile and IntegerConditionProfile to CountingConditionProfile.
Mon, 18 Aug 2014 18:41:16 +0200 Christian Humer Truffle-DSL: argument syntax support for guards
Mon, 18 Aug 2014 17:44:42 +0200 Andreas Woess Truffle: fix NPE with -G:-Inline