log

age author description
Wed, 27 Apr 2011 16:56:33 +0200 Thomas Wuerthinger Removed block merger.
Wed, 27 Apr 2011 16:54:57 +0200 Thomas Wuerthinger Removed CEEliminator (and two unused/unimplemented optimizations).
Wed, 27 Apr 2011 16:50:17 +0200 Thomas Wuerthinger Removed null check eliminator.
Wed, 27 Apr 2011 16:48:23 +0200 Thomas Wuerthinger Removed compiler extension mechanism
Wed, 27 Apr 2011 16:43:31 +0200 Thomas Wuerthinger Removing two more HIR instructions.
Wed, 27 Apr 2011 16:40:09 +0200 Thomas Wuerthinger Removed intrinsic-related instructions
Wed, 27 Apr 2011 16:25:54 +0200 Thomas Wuerthinger Merge.
Wed, 27 Apr 2011 16:25:32 +0200 Thomas Wuerthinger Removed intrinsics.
Wed, 27 Apr 2011 16:00:36 +0200 Lukas Stadler merge
Wed, 27 Apr 2011 15:59:38 +0200 Lukas Stadler added initial version of design docs, fixed .hgignore (regex, . -> \.)
Wed, 27 Apr 2011 15:49:27 +0200 Thomas Wuerthinger Removed anything OSR-related.
Wed, 27 Apr 2011 15:36:29 +0200 Thomas Wuerthinger Removed extended bytecodes and related HIR instructions.
Wed, 27 Apr 2011 15:12:29 +0200 Thomas Wuerthinger Added more batch files to run dacapo benchmarks and the Graal bootstrap.
Wed, 27 Apr 2011 14:49:45 +0200 Thomas Wuerthinger Added script to run Maxine java tester tests.
Wed, 27 Apr 2011 12:22:24 +0200 Thomas Wuerthinger Added README.
Wed, 27 Apr 2011 12:14:48 +0200 Thomas Wuerthinger Adjusted classpaths such that new graalvm repo structure works.
Wed, 27 Apr 2011 11:53:40 +0200 Thomas Wuerthinger Adapted project classpath
Wed, 27 Apr 2011 11:50:44 +0200 Thomas Wuerthinger Renamings Runtime=>GraalRuntime and Compiler=>GraalCompiler
Wed, 27 Apr 2011 11:48:55 +0200 Thomas Wuerthinger Changed dependency of Runtime project.
Wed, 27 Apr 2011 11:43:22 +0200 Thomas Wuerthinger Pull over of compiler from maxine repository.
Wed, 27 Apr 2011 11:00:17 +0200 Lukas Stadler small fix to GRAAL_AUTHORS
Tue, 26 Apr 2011 22:17:17 +0200 Thomas Wuerthinger Added Gilles to authors list.
Tue, 26 Apr 2011 22:01:41 +0200 Thomas Wuerthinger Merge.
Tue, 26 Apr 2011 22:00:17 +0200 Thomas Wuerthinger Added GRAAL_AUTHORS file. Removed individual @author tags per file.
Tue, 26 Apr 2011 21:48:09 +0200 Thomas Wuerthinger Copyright rebranding. Update checkstyle file.
Tue, 26 Apr 2011 21:10:53 +0200 Thomas Wuerthinger Rebranding to com.oracle.graal
Tue, 26 Apr 2011 20:56:07 +0200 Thomas Wuerthinger Fixed an issue in the XIR generator that caused a bug in combination with HotSpot's change on static fields. Now all DaCapo's passing.
Tue, 26 Apr 2011 16:46:23 +0200 Thomas Wuerthinger Fixed an issue with RiType.superType (wrong cast in the C++ part).
Tue, 26 Apr 2011 14:46:28 +0200 Thomas Wuerthinger Fixed an issue in the HotSpot XIR generator. Benchmark "fop" now passing on all optimization levels.
Fri, 22 Apr 2011 23:22:46 +0200 Thomas Wuerthinger Added draft for documentation (goals and IR).
Fri, 22 Apr 2011 22:13:35 +0200 Thomas Wuerthinger Adjustments to react on changes on the RiRuntime interface.
Fri, 22 Apr 2011 21:52:33 +0200 Thomas Wuerthinger Small adjustment to assertion and constants size calculation.
Fri, 22 Apr 2011 21:13:09 +0200 Thomas Wuerthinger Fixed an issue with alignment of double/long values in the code buffer. Can now run Scimark again.
Fri, 22 Apr 2011 19:41:55 +0200 Thomas Wuerthinger Fixed issue with resolving class: HotSpot must not resolve class at invokestatic bytecodes.
Fri, 22 Apr 2011 19:00:07 +0200 Thomas Wuerthinger Fixed merge issues.
Fri, 22 Apr 2011 15:30:53 +0200 Thomas Wuerthinger Merge with OpenJDK.
Fri, 22 Apr 2011 15:22:45 +0200 Thomas Wuerthinger Renamed project HotSpotVM => Runtime
Thu, 21 Apr 2011 19:49:49 -0700 trims Added tag hs21-b09 for changeset 611e19a16519
Thu, 21 Apr 2011 15:32:54 -0700 katleman Added tag jdk7-b139 for changeset 611e19a16519
Fri, 15 Apr 2011 18:23:27 -0700 trims 7037174: Bump the HS21 build number to 09 hs21-b09 jdk7-b139
Fri, 15 Apr 2011 18:23:20 -0700 trims Merge
Fri, 15 Apr 2011 08:29:26 -0700 jrose Merge
Thu, 14 Apr 2011 06:46:38 -0700 twisti Merge
Thu, 14 Apr 2011 01:53:12 -0700 twisti 7036220: Shark fails to find LLVM 2.9 System headers during build
Thu, 14 Apr 2011 00:02:21 -0700 iveresov 7036236: VM crashes assert((!inside_attrs()) || is_error_reported()) failed ...
Wed, 13 Apr 2011 14:33:03 -0700 iveresov 6988308: assert((cnt > 0.0f) && (prob > 0.0f)) failed: Bad frequency assignment in if
Tue, 12 Apr 2011 02:40:23 -0700 twisti 7035870: JSR 292: Zero support
Mon, 11 Apr 2011 15:30:31 -0700 kvn 7035713: 3DNow Prefetch Instruction Support
Sat, 09 Apr 2011 22:55:25 -0700 jrose 6987991: JSR 292 phpreboot test/testtracefun2.phpr segfaults
Tue, 12 Apr 2011 14:18:53 -0700 coleenp Merge
Tue, 12 Apr 2011 02:53:06 -0400 dholmes 7034585: Adjust fillInStackTrace filtering to assist 6998871
Mon, 11 Apr 2011 11:12:41 +0200 brutisso 7034625: Product builds in Visual Studio projects should produce full symbol information
Thu, 07 Apr 2011 20:26:41 -0700 ohair 7019210: Fix misc references to /bugreport websites
Mon, 04 Apr 2011 18:15:55 -0400 dholmes 7009276: Add -XX:+IgnoreUnrecognizedVMOptions to several tests
Thu, 31 Mar 2011 08:08:50 -0400 kamg 7030388: JCK test failed to reject invalid class check01304m10n.
Fri, 01 Apr 2011 15:15:37 -0700 andrew 7010849: 5/5 Extraneous javac source/target options when building sa-jdi
Thu, 31 Mar 2011 06:54:30 -0400 dholmes 7032775: Include Shark code in the build again
Wed, 30 Mar 2011 19:38:07 +0400 dsamersoff 7017193: Small memory leak in get_stack_bounds os::create_stack_guard_pages
Sat, 09 Apr 2011 21:16:12 -0700 jrose Merge
Fri, 08 Apr 2011 23:00:14 -0700 never 7035161: assert(!o->is_null_object()) failed: null object not yet handled here.