log

age author description
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
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
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
Tue, 11 Mar 2014 20:35:34 +0100 Doug Simon hide Graal.runtime from reflection (JBS:GRAAL-22)
Tue, 11 Mar 2014 20:30:12 +0100 Doug Simon removed unnecessary cache in HotSpotResolvedJavaField
Tue, 11 Mar 2014 20:29:26 +0100 Doug Simon inverted security manager check and caller class check (JBS:GRAAL-22)
Tue, 11 Mar 2014 18:10:28 +0100 Bernhard Urban mx: check if it's a java process before sending sigquit
Tue, 11 Mar 2014 17:48:21 +0100 Bernhard Urban mx: add option to send sigquit before killing child
Tue, 11 Mar 2014 18:36:49 +0100 Bernhard Urban mx: proxy SIGQUIT to child process
Tue, 11 Mar 2014 18:36:20 +0100 Bernhard Urban mx: support sha1 digest for dependencies
Tue, 11 Mar 2014 18:03:09 +0100 Bernhard Urban compileBroker: remove unnecessary code in initialization of compilers
Tue, 11 Mar 2014 17:21:55 +0100 Roland Schatz Fix bug in OSR compilation.
Tue, 11 Mar 2014 14:45:35 +0100 Andreas Woess Merge
Tue, 11 Mar 2014 13:03:22 +0100 Andreas Woess add @CallerSensitive annotations (JBS:GRAAL-22)
Mon, 10 Mar 2014 18:18:55 +0100 Josef Eisl Compute LinearScanOrder in emitLIR.
Thu, 06 Mar 2014 11:00:50 +0100 Josef Eisl BaselineCompiler: fix typo.
Mon, 10 Mar 2014 13:41:24 -0700 Tom Rodriguez currentThread is not exact
Mon, 10 Mar 2014 18:14:24 +0100 Doug Simon implement initial security model for Graal (JBS:GRAAL-22)
Mon, 10 Mar 2014 16:26:10 +0100 Bernhard Urban make: remove GRAALVM and introduce COMPILERGRAAL. fix client hosted-mode
Mon, 10 Mar 2014 16:20:45 +0100 Bernhard Urban gate: add non-tiered bootstrap
Mon, 10 Mar 2014 13:32:06 +0100 Roland Schatz Don't narrow NarrowableArithmetic by default.
Mon, 10 Mar 2014 11:38:30 +0100 Roland Schatz Backed out changeset: 38c881305352
Sun, 09 Mar 2014 20:26:11 +0100 Andreas Woess windows: enable C1+C2 tiered
Sun, 09 Mar 2014 20:25:48 +0100 Andreas Woess windows: enable C1+Graal tiered
Sat, 08 Mar 2014 10:05:57 +0100 Doug Simon fixed incorrect test for null
Sat, 08 Mar 2014 10:04:44 +0100 Doug Simon removed unnecessary lookupKlassByName method
Fri, 07 Mar 2014 11:44:26 -0800 Christian Wimmer mx: new command to start c1visualizer; support for IGV download when using a proxy server
Fri, 07 Mar 2014 19:15:22 +0100 Roland Schatz Check for abstract modifier in NodeIntrinsic verification.
Fri, 07 Mar 2014 13:55:06 +0100 Bernhard Urban solaris: exclude gpu if graal is not used
Fri, 07 Mar 2014 13:15:40 +0100 Doug Simon enable C1 + Graal tiered (added Linux and Solaris support)
Fri, 07 Mar 2014 10:27:52 +0100 Gilles Duboscq CanonicalizerPhase: cosmetic simplification in performReplacement
Fri, 07 Mar 2014 11:37:26 +0100 Gilles Duboscq Remove useless code in LoopFragment.mergeEarlyExits
Thu, 06 Mar 2014 18:21:54 +0100 Gilles Duboscq During LoopFragment.mergeEarlyExits we need to update the orignal fragement's nodes bitmap
Thu, 06 Mar 2014 18:13:49 +0100 Gilles Duboscq Use a forceLog scope for LinearScan.reportFailure. Remove @SuppressWarnings on DebugScope.scope
Fri, 07 Mar 2014 09:23:53 +0100 Bernhard Urban TruffleCompiler: fix corner case in format string
Thu, 06 Mar 2014 17:11:39 -0800 Tom Rodriguez enable C1 + Graal tiered
Thu, 06 Mar 2014 22:45:25 -0800 twisti reorganized graalCompilerToVM.cpp
Thu, 06 Mar 2014 22:40:48 -0800 twisti make HotSpotResolvedJavaMethod leaner
Thu, 06 Mar 2014 21:03:59 -0800 twisti pass metaspace pointers instead of object to VM
Thu, 06 Mar 2014 18:43:40 -0800 Tom Rodriguez make mx respect umask when making jar files
Thu, 06 Mar 2014 18:41:48 -0800 Tom Rodriguez rename BeginEnqueue to Enqueueing