log

age author description
Tue, 05 Aug 2014 16:35:28 -0700 David Piorkowski Merge.
Tue, 05 Aug 2014 16:34:08 -0700 David Piorkowski SL: Added instrumentation testing
Tue, 05 Aug 2014 23:12:22 +0100 Chris Seaton Merge.
Tue, 05 Aug 2014 22:22:43 +0100 Chris Seaton Merge.
Tue, 05 Aug 2014 22:20:06 +0100 Chris Seaton Truffle: build DSL processor before trying to install it.
Tue, 05 Aug 2014 22:50:50 +0200 Andreas Woess Merge
Tue, 05 Aug 2014 11:49:06 +0200 Andreas Woess Truffle: fix stack trace for indirect calls with default runtime
Tue, 05 Aug 2014 22:00:12 +0200 Doug Simon moved MemoryUsageBenchmark to graal.hotspot.test and use CompilationTask to drive compilation
Tue, 05 Aug 2014 21:15:40 +0200 Doug Simon consolidated graal.hotspot.jdk8.test into graal.hotspot.test
Tue, 05 Aug 2014 20:57:38 +0200 Doug Simon HSAIL: miscellaneous HSAIL test tweaks and fixes:
Tue, 05 Aug 2014 15:57:37 +0100 Chris Seaton Truffle: rename install to maven-install-truffle and update location of Truffle JARs.
Tue, 05 Aug 2014 16:06:08 +0200 Matthias Grimmer Canonicalizeprojects
Tue, 05 Aug 2014 15:58:11 +0200 Matthias Grimmer GNFI: move GNFI interfaces to oracle.nfi - interface does not depend on graal
Tue, 05 Aug 2014 12:34:55 +0200 Doug Simon preliminary compiler memory usage benchmark
Tue, 05 Aug 2014 12:34:15 +0200 Doug Simon use stream API to concatenate ZipFile iterators
Mon, 04 Aug 2014 19:02:56 -0700 Michael Van De Vanter Merge with 4d0d1dc5db0039a0c7a0a1f127819b222b49a3a1
Mon, 04 Aug 2014 18:53:21 -0700 Michael Van De Vanter SL/SourceAttribution: restore some attribution fixes that were lost in a tussle with hg; turn off tracing code in SL tests.
Fri, 01 Aug 2014 18:24:22 -0700 Michael Van De Vanter SL/SourceAttribution: correct expected output from a test that has changed
Fri, 01 Aug 2014 18:14:43 -0700 Michael Van De Vanter Backed out changeset: d654cd5ed05a
Fri, 01 Aug 2014 18:10:48 -0700 Michael Van De Vanter SL/SourceAttribution: further corrections for attributing function bodies
Mon, 04 Aug 2014 23:25:14 +0200 Doug Simon introduce extra field to record when HotSpotGraalRuntime has been initialized to avoid spurious errors during VM shutdown for short lived applications
Mon, 04 Aug 2014 16:50:50 +0200 Doug Simon moved distribution artifacts into build/ sub-directory
Mon, 04 Aug 2014 15:54:41 +0200 Doug Simon Graal class loader must delegate directly to the boot class loader
Mon, 04 Aug 2014 14:28:05 +0200 Doug Simon gracefully handle ConcurrentModificationException while iterating over system properties during initialization of the Debug class
Mon, 04 Aug 2014 14:26:29 +0200 Doug Simon give all aborting threads a chance to print Graal related stack traces
Mon, 04 Aug 2014 11:38:25 +0200 Doug Simon removed tests
Sat, 02 Aug 2014 11:14:27 +0200 Doug Simon ignore all zip files
Sat, 02 Aug 2014 11:11:56 +0200 Doug Simon mx_graal: do not install jdk jars twice when building (which should prevent duplicate GeneratedSourcesSha1 class in graal-truffle.jar)
Fri, 01 Aug 2014 16:30:22 -0700 Michael Van De Vanter SL/SourceAttribution: correct some omissions, and in particular add new node SLParenExpressionNode to represent a parenthesized expression; this is semantically neutral of course, but needed to account correctly for the text of such an expression (as opposed to its contents).
Fri, 01 Aug 2014 16:28:06 -0700 Michael Van De Vanter Truffle/SourceAttribution: NodeUtil.displaySourceAttribution() outut revised for legibility.