log

age author description
Tue, 01 Apr 2014 15:50:15 +0200 Roland Schatz Make type assertions in backend less strict.
Tue, 01 Apr 2014 15:49:08 +0200 Roland Schatz Code cleanup in FrameStateAssignmentPhase.
Wed, 02 Apr 2014 14:19:38 +0200 Gilles Duboscq mx.JavaConfig: filter non-existant paths from bootclasspath, extdirs and endorseddirs
Wed, 02 Apr 2014 14:11:26 +0200 Gilles Duboscq Always compile ClasspathDump.java to avoid class version problems
Wed, 02 Apr 2014 10:05:08 +0200 Doug Simon GRAAL distribution now includes sources (graal.src.zip)
Wed, 02 Apr 2014 10:04:27 +0200 Doug Simon added support for adding sources to distribution
Tue, 01 Apr 2014 22:39:17 -0700 Tom Rodriguez add redundant compare test and fix breakage
Tue, 01 Apr 2014 19:45:34 -0700 Tom Rodriguez fix c1 implicit null bug
Tue, 01 Apr 2014 15:49:13 -0700 Tom Rodriguez eliminate redundant FixedGuards
Tue, 01 Apr 2014 15:42:42 -0700 Tom Rodriguez eliminate duplicate guards with the same anchor
Tue, 01 Apr 2014 15:42:19 -0700 Tom Rodriguez allow memory arithmetic to swallow UnsafeCastNode
Tue, 01 Apr 2014 15:41:28 -0700 Tom Rodriguez use MemOp as base class for new memory ops
Tue, 01 Apr 2014 22:48:07 +0200 Doug Simon install graal.jar into local Maven repo if MAVEN_INSTALL_GRAAL_JAR environment variable is "true"
Tue, 01 Apr 2014 22:46:52 +0200 Doug Simon don't try to disassemble deoptimized/invalidated nmethods
Tue, 01 Apr 2014 19:49:51 +0200 Josef Eisl Rename KindInterface to KindProvider.
Tue, 01 Apr 2014 20:26:22 +0200 Josef Eisl Create dedicated BaselineBytecodeParser, BytecodeLIRBuilder and amd64 specialization.
Tue, 01 Apr 2014 15:47:58 +0200 Josef Eisl BaselineCompiler: implement genIntegerAdd, genReturn and append.
Tue, 01 Apr 2014 15:30:28 +0200 Josef Eisl Remove deprecated BytecodeParser interface.
Tue, 01 Apr 2014 15:25:16 +0200 Josef Eisl Initial baseline LIR generation.
Tue, 01 Apr 2014 15:07:10 +0200 Josef Eisl Remove more duplicate methods from NodeLIRBuilder and LIRGenerator.
Tue, 01 Apr 2014 15:05:26 +0200 Josef Eisl Move options from GraphBuilderPhase to AbstractBytecodeParser.
Tue, 01 Apr 2014 15:23:21 +0200 Josef Eisl Remove LIRGenerationResult from NodeLIRBuilder.
Tue, 01 Apr 2014 10:48:04 +0200 Josef Eisl Remove duplicate methods from NodeLIRBuilder and LIRGenerator.
Mon, 31 Mar 2014 19:00:13 +0200 Josef Eisl BaselineCompiler: create BytecodeParser.
Tue, 01 Apr 2014 18:51:14 +0200 Doug Simon disabled current Checkstyle configurations (until Checkstyle supports Java8)
Tue, 01 Apr 2014 15:50:55 +0200 Gilles Duboscq When building with JDT, use the one from JAVA_HOME but set the booclasspath, extdirs and endorseddirs to the correct JDK for cross-compilation.
Tue, 01 Apr 2014 15:31:37 +0200 Gilles Duboscq Add -source -bootclasspath and -extdirs arguments to javadoc command
Tue, 01 Apr 2014 16:22:05 +0200 Gilles Duboscq When building with javac, use the one from JAVA_HOME but set the booclasspath, extdirs and endorseddirs to the correct JDK for cross-compilation.
Tue, 01 Apr 2014 16:21:49 +0200 Gilles Duboscq Extend JavaConfig bootclasspath detection to detect extdirs and endorseddirs
Fri, 28 Mar 2014 10:46:48 +0100 Gilles Duboscq Add possibility to build using error-prone instead of javac.
Tue, 01 Apr 2014 15:15:28 +0200 Michael Haupt merge
Tue, 01 Apr 2014 14:28:46 +0200 Michael Haupt make compile() part of the API of OptimizedCallTarget
Fri, 28 Mar 2014 10:46:18 +0100 Gilles Duboscq Also crash early for failed SIGFPE implicit exception.
Tue, 01 Apr 2014 13:57:07 +0200 Gilles Duboscq Backout jdk9 merge
Tue, 01 Apr 2014 14:09:03 +0200 Gilles Duboscq Formatter: Keep one enum constant per line
Mon, 31 Mar 2014 20:28:34 +0200 Bernhard Urban mx: fix post processing of javadoc for jdk8
Mon, 31 Mar 2014 20:51:09 +0200 Bernhard Urban javadoc fixes
Mon, 31 Mar 2014 19:07:49 +0200 Josef Eisl Disable checkstyle in mx gate.
Mon, 31 Mar 2014 18:05:20 +0200 Josef Eisl Revert 3e9a8ef2e0e1.
Mon, 31 Mar 2014 17:51:25 +0200 Josef Eisl Merge.
Mon, 31 Mar 2014 17:51:11 +0200 Josef Eisl Rename BytecodeParseHelper to AbstractBytecodeParser.
Mon, 31 Mar 2014 17:47:27 +0200 Josef Eisl BytecodeParseHelper clean up.
Mon, 31 Mar 2014 14:28:12 +0200 Josef Eisl Moved bytecode parsing from GraphBuilderPhase to BytecodeParseHelper.
Mon, 31 Mar 2014 11:15:13 +0200 Josef Eisl Merge (defunc).
Tue, 25 Mar 2014 13:31:53 +0100 Josef Eisl Work around Graph.unique() type issue.
Tue, 25 Mar 2014 12:07:47 +0000 Niclas Adlertz Implemented abstract methods of BytecodeParserHelper for GraphBuilderPhase
Mon, 24 Mar 2014 20:05:51 +0100 Josef Eisl BytecodeParseHelper initialize members.
Mon, 24 Mar 2014 19:24:59 +0100 Josef Eisl Created BaselineCompiler BytecodeParser inner class.
Mon, 24 Mar 2014 18:58:55 +0100 Josef Eisl Use BciBlock in BytecodeParseHelper.
Mon, 24 Mar 2014 18:54:36 +0100 Josef Eisl Finished cleaning up BytecodeParseHelper abstract base class.
Mon, 24 Mar 2014 16:16:31 +0100 Josef Eisl Move Bytecode parsing into BytecodeParseHelper (defunc).
Mon, 31 Mar 2014 13:46:12 +0200 Lukas Stadler avoid repetitive BoxNode virtualization
Mon, 31 Mar 2014 13:45:56 +0200 Lukas Stadler compare constants in graphs in GraalCompilerTest.assertEquals
Mon, 31 Mar 2014 13:45:40 +0200 Lukas Stadler use StatelessPostOrderNodeIterator in GraphOrder
Mon, 31 Mar 2014 10:03:32 +0200 Josef Eisl Rename NodeLIRGenerator (and related classes and interfaces) to NodeLIRBuilder.
Fri, 28 Mar 2014 14:28:27 +0100 Josef Eisl Add LIRGenerator refactoring to CHANGELOG.
Fri, 28 Mar 2014 14:02:42 +0100 Josef Eisl Add javadoc to KindInterface.
Sun, 30 Mar 2014 16:08:33 +0200 Thomas Wuerthinger Merge.
Wed, 19 Mar 2014 11:43:57 +0100 Thomas Wuerthinger Merge.
Mon, 17 Mar 2014 16:43:34 +0100 Thomas Wuerthinger Merge.