log

age author description
Thu, 31 Oct 2013 12:08:07 +0100 Doug Simon don't equate missing current annotation processor file with it being out of date
Wed, 30 Oct 2013 21:49:04 +0100 Doug Simon restricted BootstrapGraal option to GRAALVM builds only
Wed, 30 Oct 2013 19:59:48 +0100 Andreas Woess remove obsolete FrameUtil.set<Type>Safe methods.
Wed, 30 Oct 2013 19:50:11 +0100 Andreas Woess add FrameUtil.get<Type>Safe methods that do not throw checked exceptions.
Wed, 30 Oct 2013 19:05:29 +0100 Andreas Woess convert FrameSlot interface to a final class.
Wed, 30 Oct 2013 20:01:50 +0100 Andreas Woess Frame: add is<Type> methods.
Wed, 30 Oct 2013 17:31:13 +0100 Andreas Woess fix GraalTruffleRuntime.createMaterializedFrame(Arguments) overload.
Wed, 30 Oct 2013 15:29:42 +0100 Doug Simon moved persistent annotation processor dependency files into mx/currentAnnotationProcessors directory
Wed, 30 Oct 2013 13:14:41 +0100 Doug Simon disabled pre-cleaning before Java compilation until annotation processor is resolved
Wed, 30 Oct 2013 11:08:00 +0100 Christian Humer Merge.
Tue, 29 Oct 2013 16:55:42 +0100 Christian Humer Truffle-DSL: the default polymorphic depth should also include combinations of implicit casts.
Tue, 29 Oct 2013 16:36:07 +0100 Christian Humer Truffle-DSL: fixed generated generic node adopted the polymorphic chain when transiting from polymorphic to generic.
Tue, 29 Oct 2013 16:23:59 +0100 Christian Humer Merge.
Mon, 28 Oct 2013 11:06:51 +0100 Christian Humer Truffle-DSL: fixed additional wrong @SlowPath usage on generic. (GRAAL-490 #resolve)
Wed, 30 Oct 2013 10:05:59 +0100 Doug Simon format cleanup by 'mx eclipseformat'
Wed, 30 Oct 2013 10:04:18 +0100 Doug Simon added .currentAnnotationProcessors to .hgignore
Wed, 30 Oct 2013 09:50:36 +0100 Doug Simon added missing annotation processor dependency for com.oracle.graal.hotspot.sparc
Wed, 30 Oct 2013 09:49:53 +0100 Doug Simon rebuild projects if their annotation processor dependencies change; clean output directories before (re)compiling a Java project
Tue, 29 Oct 2013 21:05:15 -0700 Mick Jordan mxtool: regenerate IDE files when suite imports file changes
Tue, 29 Oct 2013 14:45:32 -0700 twisti Clang 5.0 fixes
Tue, 29 Oct 2013 22:03:28 +0100 Doug Simon added type check for object before reading a field value from it during compilation
Tue, 29 Oct 2013 22:01:08 +0100 Doug Simon re-added a graph context to the debug scopes entered by Truffle partial evaluation and compilation so that -G:+DumpOnError works again
Tue, 29 Oct 2013 21:59:38 +0100 Doug Simon weakened or commented out assertions that are too strict given the way Truffle makes use of Unsafe
Tue, 29 Oct 2013 17:26:23 +0100 Roland Schatz Simplify AMD64ConvertSnippets instantiation code.
Tue, 29 Oct 2013 16:56:19 +0100 Lukas Stadler exclude EATestBase from JaCoCo
Mon, 28 Oct 2013 15:27:05 +0100 Lukas Stadler documentation and simplification in MonitorExitNode
Mon, 28 Oct 2013 15:25:27 +0100 Lukas Stadler PEA: more tests, common base class for tests
Mon, 28 Oct 2013 17:03:59 +0100 Doug Simon improved documentation of HotSpotBackend.updateStub()
Mon, 28 Oct 2013 16:04:58 +0100 Doug Simon added --igv option to "mx projectgraph" command for sending output to IGV instead
Mon, 28 Oct 2013 16:04:12 +0100 Doug Simon removed redundant assertion