log

age author description
Fri, 29 Apr 2011 13:19:17 +0200 Gilles Duboscq Remove inlining (2nd part) removed IRScope
Fri, 29 Apr 2011 11:50:28 +0200 Gilles Duboscq Removing inlining support (1st part)
Fri, 29 Apr 2011 11:14:05 -0700 christian wimmer comments
Fri, 29 Apr 2011 16:51:33 +0200 Thomas Wuerthinger Updated doc. Added Texclipse project.
Fri, 29 Apr 2011 12:08:53 +0200 Lukas Stadler increase max nmethod size, required for dacapo jython
Fri, 29 Apr 2011 11:16:06 +0200 Gilles Duboscq Modified assert in NodeArray.set method (also helps with a compilation issue in ECJ)
Thu, 28 Apr 2011 18:58:35 +0200 Thomas Wuerthinger Fixed delete() method
Thu, 28 Apr 2011 18:30:55 +0200 Thomas Wuerthinger Node and Graph design changes.
Thu, 28 Apr 2011 14:35:35 +0200 Thomas Wuerthinger Checkstyle fixes.
Thu, 28 Apr 2011 14:29:54 +0200 Gilles Duboscq Merge
Thu, 28 Apr 2011 14:27:42 +0200 Gilles Duboscq more tests for GraalGraph, some changes and fixes
Thu, 28 Apr 2011 13:17:23 +0200 Lukas Stadler test scripts: use JDK7 env var, check all required vars
Thu, 28 Apr 2011 10:40:49 +0200 Lukas Stadler fixed permissions of test scripts (executable)
Thu, 28 Apr 2011 09:59:45 +0200 Lukas Stadler doc: small changes to graphs, graph test file
Wed, 27 Apr 2011 22:13:30 +0200 Thomas Wuerthinger Enabled checkstyle for the GraalGraph project. Fixed checkstyle errors. Set correct code formatter.
Wed, 27 Apr 2011 22:07:20 +0200 Thomas Wuerthinger Added Oracle header. Moved author declaration into package-info.java file.
Wed, 27 Apr 2011 21:57:03 +0200 Thomas Wuerthinger Merge.
Wed, 27 Apr 2011 21:56:38 +0200 Thomas Wuerthinger Clean up C1XMetrics.
Wed, 27 Apr 2011 21:54:31 +0200 Thomas Wuerthinger Removed liveness marking.
Wed, 27 Apr 2011 21:38:22 +0200 Thomas Wuerthinger Fixed regression wrt write barriers.
Wed, 27 Apr 2011 21:29:17 +0200 Thomas Wuerthinger Fixes to barriers.
Wed, 27 Apr 2011 21:22:10 +0200 Thomas Wuerthinger Clean up on canTrap.
Wed, 27 Apr 2011 21:25:15 +0200 Gilles Duboscq Draft for graph classes
Wed, 27 Apr 2011 20:58:01 +0200 Thomas Wuerthinger More Value.Flag clean up.
Wed, 27 Apr 2011 20:27:43 +0200 Thomas Wuerthinger More flags clean up.
Wed, 27 Apr 2011 20:22:05 +0200 Thomas Wuerthinger More clean up on Value.Flags.
Wed, 27 Apr 2011 20:13:54 +0200 Thomas Wuerthinger Clean up on Value class and LIRGenerator/LIRItem-related things.
Wed, 27 Apr 2011 19:53:46 +0200 Thomas Wuerthinger Clean up on LIRGenerator and related.
Wed, 27 Apr 2011 19:30:56 +0200 Thomas Wuerthinger Removed default value visitor.
Wed, 27 Apr 2011 19:28:00 +0200 Thomas Wuerthinger Remove useless C1XOptions.
Wed, 27 Apr 2011 19:25:26 +0200 Thomas Wuerthinger Prohibit inlining of synchronized and inlining of method with exception handlers (remove C1XOption).
Wed, 27 Apr 2011 19:05:35 +0200 Thomas Wuerthinger Removed canonicalizer.
Wed, 27 Apr 2011 19:00:40 +0200 Thomas Wuerthinger Reinsert phi simplifier (does not seem to be optional). Disabled canonicalizer.
Wed, 27 Apr 2011 18:17:18 +0200 Thomas Wuerthinger Remove dead code elimination 1
Wed, 27 Apr 2011 17:05:26 +0200 Thomas Wuerthinger Removed dead code elimination2
Wed, 27 Apr 2011 17:00:01 +0200 Thomas Wuerthinger Removed instruction substitutor.
Wed, 27 Apr 2011 16:59:28 +0200 Thomas Wuerthinger Removed phi simplifier.
Wed, 27 Apr 2011 16:57:50 +0200 Thomas Wuerthinger Removed global value numberer.
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.