log

age author description
Thu, 13 Mar 2014 13:27:20 +0100 Doug Simon Merge.
Thu, 13 Mar 2014 11:53:12 +0100 Doug Simon added more context to CheckGraalInvariants failures
Thu, 13 Mar 2014 11:37:54 +0100 Doug Simon Merge.
Thu, 13 Mar 2014 11:37:24 +0100 Doug Simon use AssertionError subclass for verification errors found by VerifyPhases
Thu, 13 Mar 2014 11:17:20 +0100 Josef Eisl Fix CFGPrinter printNodes issue.
Thu, 13 Mar 2014 09:22:27 +0100 Andreas Woess PartialEvaluator: include materialized frame methods
Thu, 13 Mar 2014 01:33:50 +0100 Doug Simon removed FindBugs annotations and dependency on FindBugs itself
Wed, 12 Mar 2014 21:55:09 +0100 Doug Simon fixed pylint warning
Wed, 12 Mar 2014 21:52:28 +0100 Doug Simon removed HotSpotResolvedJavaMethod.currentTask field
Wed, 12 Mar 2014 21:50:50 +0100 Doug Simon added unit test to ensure all classes in graal.jar comply with select global invariants
Wed, 12 Mar 2014 21:48:51 +0100 Doug Simon made it an error to run the client VM on a Mac via mx (since the Mac java launcher translates '-client' to '-server')
Wed, 12 Mar 2014 21:47:35 +0100 Doug Simon replaced == with .equals() for comparisons between JavaMethod/JavaField/JavaType values
Wed, 12 Mar 2014 12:40:45 -0700 twisti fixed FindBugs bugs
Wed, 12 Mar 2014 13:36:23 +0100 Bernhard Urban mx: compute sha1 digest blockwise
Wed, 12 Mar 2014 11:45:15 +0100 Bernhard Urban mx: use os.sep
Wed, 12 Mar 2014 11:40:33 +0100 Bernhard Urban mx: some cleanup around sha1 digest support
Wed, 12 Mar 2014 11:23:56 +0100 Christian Wirth fix for mx, did not compile on Windows
Wed, 12 Mar 2014 11:06:27 +0100 Josef Eisl Make LinearScan use AbstractBlock.
Wed, 12 Mar 2014 10:19:15 +0100 Roland Schatz Relax wrong assertion.
Wed, 12 Mar 2014 09:36:12 +0100 Josef Eisl Fix eclipseformat.
Wed, 12 Mar 2014 08:57:12 +0100 Josef Eisl merge
Tue, 11 Mar 2014 18:22:31 +0100 Josef Eisl Remove NodesToDoubles debug output from emitLIR.
Tue, 11 Mar 2014 17:48:26 +0100 Thomas Wuerthinger Fix warning.
Tue, 11 Mar 2014 17:43:29 +0100 Thomas Wuerthinger Add experimental AbstractBlock interface to make ComputeBlockOrder generic.
Tue, 11 Mar 2014 16:55:57 +0100 Thomas Wuerthinger Encapsulate LIR class fields.
Tue, 11 Mar 2014 16:43:18 +0100 Thomas Wuerthinger Remove nodesForBlock mapping in LIR data structure.
Tue, 11 Mar 2014 16:28:43 +0100 Thomas Wuerthinger Remove withScope parameter on GraalCompiler.compileGraph.
Tue, 11 Mar 2014 16:16:24 +0100 Thomas Wuerthinger Remove reference to graph in LIRGenerator.
Wed, 12 Mar 2014 00:00:05 +0100 Doug Simon apply workaround for clang 5.0 also to clang 5.1
Tue, 11 Mar 2014 23:59:19 +0100 Doug Simon fixed C++ compiler error reported by clang 5.1