log

age author description
Wed, 13 Mar 2013 14:06:22 -0700 Peter B. Kessler Fix typo in JavaDoc.
Wed, 13 Mar 2013 21:55:08 +0100 Doug Simon the contents of jvm.cfg are reset when copying the JDK so that the non-default VMs must be built before being run
Wed, 13 Mar 2013 21:11:03 +0100 Christian Humer Fix use specializations in generic until further fixes are done.
Wed, 13 Mar 2013 20:31:18 +0100 Christian Humer Cleanup project dependencies.
Wed, 13 Mar 2013 20:05:30 +0100 Christian Humer Merge.
Wed, 13 Mar 2013 20:05:11 +0100 Christian Humer Cleanup.
Wed, 13 Mar 2013 20:04:42 +0100 Christian Humer Cleanup.
Wed, 13 Mar 2013 20:00:33 +0100 Christian Humer Added missing class MessageContainer.
Wed, 13 Mar 2013 20:00:16 +0100 Christian Humer UseSpecializations is now turned off for the generic specialization in WriteLocalNode.
Wed, 13 Mar 2013 19:59:09 +0100 Christian Humer Codegen API naming cleanup.
Wed, 13 Mar 2013 19:58:28 +0100 Christian Humer Refactored codegen error model to make error redirection a lot easier.
Wed, 13 Mar 2013 11:32:43 +0100 Christian Humer Added automatic generation of generic specialization which throws unsupported operation if reached.
Tue, 12 Mar 2013 11:38:52 +0100 Christian Humer Merge.
Tue, 12 Mar 2013 11:38:24 +0100 Christian Humer A few additions to codegen tests.
Tue, 12 Mar 2013 11:37:32 +0100 Christian Humer Fixes for codegen builtins support.
Wed, 06 Mar 2013 18:33:52 +0100 Christian Humer Updated some Truffle-SL classes to new naming convention.
Wed, 06 Mar 2013 18:33:05 +0100 Christian Humer Updated @NodeClass tests.
Wed, 06 Mar 2013 18:32:33 +0100 Christian Humer Implemented support for @NodeClass annotation to support builtins.
Wed, 06 Mar 2013 18:27:57 +0100 Christian Humer Fixed import generation.
Mon, 04 Mar 2013 17:20:26 +0100 Christian Humer Removed @SpecializationThrows from codegen API. Replaced it by a simplier version in @Specialization.
Mon, 04 Mar 2013 15:14:11 +0100 Christian Humer Added new codegen api classes NodeId, NodeClass to codegen along with some refactorings.
Mon, 04 Mar 2013 15:13:25 +0100 Christian Humer Added truffle.api dependency to truffle.codegen.api.
Fri, 01 Mar 2013 18:04:23 +0100 Christian Humer Codegen API change. Simplified definition of guards.
Fri, 01 Mar 2013 17:06:08 +0100 Christian Humer Merge.
Fri, 01 Mar 2013 17:05:14 +0100 Christian Humer Added truffle.api.codegen.test project with a BultinFunctionTest.
Fri, 01 Mar 2013 17:03:57 +0100 Christian Humer Implemented support for executing nodes in @Children fields.
Wed, 13 Mar 2013 11:00:43 -0700 Peter B. Kessler Merge
Tue, 12 Mar 2013 16:27:49 -0700 Peter B. Kessler Fix typo in an assert.
Wed, 13 Mar 2013 18:16:46 +0100 Gilles Duboscq Binary dumper should try numbering output files if a file with the same name exists
Wed, 13 Mar 2013 17:39:27 +0100 Gilles Duboscq GraalCompilerTest should assert that parameters passed to executeActual have the right type.
Wed, 13 Mar 2013 17:06:30 +0100 Gilles Duboscq JTTTest gets the expeted result only once
Wed, 13 Mar 2013 07:35:34 +0100 Doug Simon more extensibility changes for GraphBuilderPhase
Tue, 12 Mar 2013 17:27:18 +0100 Doug Simon Merge.
Tue, 12 Mar 2013 17:26:53 +0100 Doug Simon move test for null exception object passed to unwind operation from stub code to extra HIR
Tue, 12 Mar 2013 17:16:22 +0100 Doug Simon reverted code-under-test to original scope prior to making JTT tests subclass JTTTest
Tue, 12 Mar 2013 16:21:03 +0100 Doug Simon uses static import to reduce noise
Tue, 12 Mar 2013 14:41:48 +0100 Doug Simon fixed warning about includeantruntime property not being set
Tue, 12 Mar 2013 14:40:38 +0100 Doug Simon removed unused field
Tue, 12 Mar 2013 15:36:27 +0100 Roland Schatz Merge.
Tue, 12 Mar 2013 15:07:20 +0100 Roland Schatz Add bootstrap with register pressure to gate tests.
Tue, 12 Mar 2013 14:24:46 +0100 Roland Schatz Debug option to reduce available registers.
Tue, 12 Mar 2013 14:34:36 +0100 Gilles Duboscq Add loop exits to Deopt branches during Guard lowering
Tue, 12 Mar 2013 10:02:20 +0100 Roland Schatz Fix hinting in register allocator.
Tue, 12 Mar 2013 10:02:10 +0100 Roland Schatz Fix PrintCFG in AllocatorTest.
Mon, 11 Mar 2013 23:30:03 +0100 Thomas Wuerthinger Fix warning.
Mon, 11 Mar 2013 23:28:34 +0100 Thomas Wuerthinger Draft speculation log.
Mon, 11 Mar 2013 20:55:31 +0100 Thomas Wuerthinger Merge.
Mon, 11 Mar 2013 20:55:05 +0100 Thomas Wuerthinger Implement weak reference semantics for HotSpotInstalledCode in the default method installation case. Add new boolean[] array as parameter to the code installation.
Mon, 11 Mar 2013 20:10:27 +0100 Doug Simon Merge.
Mon, 11 Mar 2013 18:58:42 +0100 Doug Simon simplified addition of graal.jar to the bootclasspath (CR-102)
Mon, 11 Mar 2013 18:57:12 +0100 Doug Simon applied patch to Makefile system for building graal.jar (CR-102)
Mon, 11 Mar 2013 19:21:31 +0100 Gilles Duboscq Test canonicalization and checkstyle early in gate process
Mon, 11 Mar 2013 18:41:46 +0100 Gilles Duboscq Create LIRGenerator.emitOverflowCheckBranch in preparation for emitDeoptimizeOnOverflow removal
Mon, 11 Mar 2013 13:06:14 +0100 Gilles Duboscq Use a DeoptimizeOp to avoid spilling before the deoptimize runtime call
Fri, 08 Mar 2013 12:50:22 +0100 Gilles Duboscq Implement PTXLIRGenerator.emitDeoptimize in a similar way to the guard implementation for PTX: just return
Thu, 07 Mar 2013 14:36:09 +0100 Gilles Duboscq Add GuardLoweringPhase which transforms floating guards into fixed if+deopt
Thu, 07 Mar 2013 14:35:03 +0100 Gilles Duboscq sanitychecks.py: Collapse valueMaps in test for the case where multiple matcher return matches
Mon, 11 Mar 2013 17:30:21 +0100 Thomas Wuerthinger Fix import.
Mon, 11 Mar 2013 17:29:39 +0100 Thomas Wuerthinger Style fixes.
Mon, 11 Mar 2013 17:28:20 +0100 Thomas Wuerthinger Merge.