log

age author description
Tue, 12 Jun 2012 23:29:10 +0200 Doug Simon removed unused @NodePhase
Tue, 12 Jun 2012 23:28:30 +0200 Doug Simon moved @Fold from Node.java to Snippet.java
Tue, 12 Jun 2012 23:11:13 +0200 Doug Simon added support for a flexible inlining policy during snippet installation
Tue, 12 Jun 2012 23:05:42 +0200 Doug Simon allow null for @ConstantParameter values
Tue, 12 Jun 2012 22:59:40 +0200 Doug Simon moved platform-independent Graal code from c1_Runtime1_x86.cpp to c1_Runtime1.[hpp,cpp]
Tue, 12 Jun 2012 15:01:48 +0200 Lukas Stadler small renaming and doc fixes
Mon, 11 Jun 2012 17:06:06 +0200 Thomas Wuerthinger Merge.
Mon, 11 Jun 2012 17:04:59 +0200 Thomas Wuerthinger Updated list of projects added to the bootclasspath.
Mon, 11 Jun 2012 17:01:02 +0200 Thomas Wuerthinger Added prototype implementation of Java bytecode interpreter - contribution by Christian Humer (chumer).
Mon, 11 Jun 2012 13:51:34 +0200 Thomas Wuerthinger Split bytecode utilities into separate project.
Mon, 11 Jun 2012 13:26:37 +0200 Thomas Wuerthinger Canonicalize project dependencies.
Mon, 11 Jun 2012 13:25:29 +0200 Thomas Wuerthinger Added graal.snippets.test project.
Mon, 11 Jun 2012 13:23:13 +0200 Thomas Wuerthinger Renaming GraphTest => GraalCompilerTest.
Mon, 11 Jun 2012 13:21:15 +0200 Thomas Wuerthinger Added skeleton for new graal.boot and graal.boot.test projects.
Mon, 11 Jun 2012 15:39:57 +0200 Doug Simon added NewInstanceSnippets for lowering NewInstanceNodes (currently disabled by default)
Mon, 11 Jun 2012 15:35:23 +0200 Doug Simon commented out use of non-snippet eager resolving in GraphBuilder
Mon, 11 Jun 2012 15:34:33 +0200 Doug Simon replaced use of HotSpot fast_new_instance_init_check stub with new_instance_stub as both the XIR and Java snippets include the fast allocation path and the initialization check
Mon, 11 Jun 2012 15:32:46 +0200 Doug Simon added "source" debug property for FrameState to show the source code line number if available
Mon, 11 Jun 2012 15:29:42 +0200 Doug Simon added missing @ConstantNodeParameter to CurrentThread node intrinsic
Mon, 11 Jun 2012 15:28:55 +0200 Doug Simon added extra debug scope for each node processed during canonicalization
Mon, 11 Jun 2012 14:25:42 +0200 Doug Simon re-enabled disassembler output to C1Visualizer after code installation
Mon, 11 Jun 2012 14:22:03 +0200 Doug Simon added debug scopes to some tests
Sun, 10 Jun 2012 21:03:15 +0200 Thomas Wuerthinger Remove HotSpotTypeResolved class.
Sun, 10 Jun 2012 01:17:48 +0200 Thomas Wuerthinger Bring Java renamings and restructurings to the C++ part.
Sat, 09 Jun 2012 22:50:50 +0200 Thomas Wuerthinger Fix renamings in C++ part.
Sat, 09 Jun 2012 21:50:02 +0200 Thomas Wuerthinger Reduce public fields in api.code project.
Sat, 09 Jun 2012 20:40:54 +0200 Thomas Wuerthinger Updated package documentation.
Sat, 09 Jun 2012 20:35:39 +0200 Thomas Wuerthinger Remove VirtualObjectFactory class.
Sat, 09 Jun 2012 20:34:01 +0200 Thomas Wuerthinger Remove RegisterConfigImpl.
Sat, 09 Jun 2012 20:32:31 +0200 Thomas Wuerthinger Renaming hotspot.ri => hotspot.meta.