log

age author description
Fri, 29 May 2015 14:46:58 +0200 Roland Schatz Remove unused methods.
Thu, 28 May 2015 20:02:54 +0200 Josef Eisl AMD64: emit INC and DEC for add or sub with 1 or -1.
Thu, 28 May 2015 19:49:05 +0200 Josef Eisl Add BC_iadd_const* unittests.
Thu, 28 May 2015 13:07:25 +0200 Josef Eisl LinearScanLifetimeAnalysisPhase: special case StackStoreOp.
Thu, 28 May 2015 13:06:01 +0200 Josef Eisl Introduce StackStoreOp.
Wed, 27 May 2015 16:26:10 +0200 Josef Eisl AMD64HotSpotEpilogueOp: set rbp rescue location on construction.
Wed, 27 May 2015 15:46:11 +0200 Josef Eisl Encapsulate AMD64HotSpotLIRGenerator#saveRbp.
Fri, 29 May 2015 12:08:54 +0200 Josef Eisl SSAMoveResolver: add support for non-virtual stack slots.
Fri, 29 May 2015 11:46:51 +0200 Josef Eisl SSAMoveResolver: outsource VirtualStackSlot index calculation.
Fri, 29 May 2015 11:33:47 +0200 Josef Eisl GraalDebugConfig: dump LSRA intervals with -G:+DumpOnError.
Fri, 29 May 2015 10:59:03 +0200 Josef Eisl LinearScan: fix intervals context.
Fri, 29 May 2015 13:02:04 +0200 Christian Wirth Merged
Fri, 29 May 2015 13:01:09 +0200 Christian Wirth fix typo in mx_graal.py
Fri, 29 May 2015 12:59:36 +0200 Christian Wirth fix graal.version identification issue (replace is happening, but assert does not identify that.
Fri, 29 May 2015 12:59:12 +0200 Christian Wirth fixes for windows build (size_t conversion, missing precompiled.hpp, missing strtof, strtoll in Windows SDK)
Fri, 29 May 2015 12:09:07 +0200 Thomas Wuerthinger Merge.
Fri, 29 May 2015 10:52:21 +0200 Thomas Wuerthinger Fix a bug in the dominator based conditional elimination.
Fri, 29 May 2015 11:35:20 +0200 Doug Simon support DEFAULT_VM=graal in mx/env
Fri, 29 May 2015 10:38:52 +0200 Gilles Duboscq delete options once they have been passed to Java
Fri, 29 May 2015 10:35:51 +0200 Gilles Duboscq Fix wrong free in ~OptionsTable
Fri, 29 May 2015 10:13:18 +0200 Josef Eisl Backed out changeset: 23bc51cd8654
Fri, 29 May 2015 09:08:21 +0200 Doug Simon added support for '--vm graal' to mx as an alias for '--vm jvmci'
Thu, 28 May 2015 21:14:08 -0700 Michael Van De Vanter Fix project dependency
Thu, 28 May 2015 21:11:28 -0700 Michael Van De Vanter Merge with f41409c6ff26923655747d1a36ac51892b1153ac
Thu, 28 May 2015 15:10:18 -0700 Michael Van De Vanter Merge with fad97102875561c0cecb2da155cdf0a1bc3cdaa8
Thu, 28 May 2015 10:16:13 -0700 Michael Van De Vanter Merge with 4b3b38415adf974774952abb69b359053d6f0018
Thu, 28 May 2015 09:51:44 -0700 Michael Van De Vanter Merge with 47c5e0903d065856b2eac8054f3de9413cd617d2
Wed, 27 May 2015 21:52:52 -0700 Michael Van De Vanter Merge with 93d486d51ab48f91d8697d94793e208e01e44559
Wed, 27 May 2015 20:52:21 -0700 Michael Van De Vanter Truffle/Debugging: temporary patches so the DebugEngine will work (partially) with the new TruffleVM framework.
Wed, 27 May 2015 20:49:09 -0700 Michael Van De Vanter Truffle/instrumentation: catch a NPE error condition (when a tagged STATEMENT has no source information)
Wed, 27 May 2015 16:36:03 -0700 Michael Van De Vanter Truffle/Debugging: fix a python problem with the "sldebug" command
Tue, 26 May 2015 17:38:44 -0700 Michael Van De Vanter Merge with ce585b0ac3e2eef29a0c4423ab9a5c524a331a30
Tue, 26 May 2015 16:44:24 -0700 Michael Van De Vanter ghost entry in hg's model
Tue, 26 May 2015 16:38:13 -0700 Michael Van De Vanter Truffle/Debugging: add the Truffle DebugEngine and supporting code, as well as add a crude command-line debugging tool used mainly to test the DebugEngine. Migrate the small tols out of project com.oracle.truffle.api into the new project com.oracle.truffle.tools.
Thu, 28 May 2015 17:00:59 -0700 Christian Wimmer Do not rely on single/double slot information from the Kind of the value in a local variable or expression stack entry. With word type rewriting during parsing, long values can be single slot values when they are rewritten from Object values.
Fri, 29 May 2015 01:11:41 +0200 Doug Simon fixed missed renaming
Fri, 29 May 2015 00:35:10 +0200 Doug Simon fixed eclipseformat issues
Fri, 29 May 2015 00:19:05 +0200 Doug Simon Merge.
Fri, 29 May 2015 00:06:22 +0200 Doug Simon revived post option parsing handler notification
Thu, 28 May 2015 21:58:33 +0200 Doug Simon Merge.
Thu, 28 May 2015 17:13:22 +0200 Doug Simon Merge.
Thu, 28 May 2015 16:39:41 +0200 Doug Simon added lower runtime overhead mechanism for setting "graal.version" system property
Thu, 28 May 2015 15:36:48 +0200 Doug Simon recast all Graal native code as JVMCI code (JBS:GRAAL-53)
Wed, 27 May 2015 13:43:27 +0200 Doug Simon changed uses of Graal terminology to JVMCI (JBS:GRAAL-53)
Wed, 27 May 2015 13:32:18 +0200 Doug Simon Merge.
Wed, 27 May 2015 00:36:16 +0200 Doug Simon renamed com.oracle.graal.api[meta|code] modules to com.oracle.jvmci.[meta|code] (JBS:GRAAL-53)
Tue, 26 May 2015 23:45:05 +0200 Doug Simon renamed com.oracle.graal.api.meta.test to com.oracle.graal.java.test since it is Graal specific (JBS:GRAAL-53)
Tue, 26 May 2015 23:21:15 +0200 Doug Simon renamed com.oracle.graal.[debug|options|hotspotvmconfig]* modules to com.oracle.jvmci.[debug|options|hotspotvmconfig]* modules (JBS:GRAAL-53)
Tue, 26 May 2015 20:29:07 +0200 Doug Simon merge fixes
Tue, 26 May 2015 17:21:29 +0200 Doug Simon use skeleton findbugs jar containing only SuppresFBWarnings to avoid external dependency for JVMCI classes (JBS:GRAAL-53)
Tue, 26 May 2015 17:13:37 +0200 Doug Simon moved com.oracle.graal.hotspot.jvmci classes to com.oracle.jvmci.hotspot module (JBS:GRAAL-53)
Tue, 26 May 2015 12:27:05 +0200 Doug Simon fixed canonicalizeprojects issues
Tue, 26 May 2015 11:42:44 +0200 Doug Simon moved MethodId* classes from c.o.g.graphbuilderconf to c.o.g.api.meta (JBS:GRAAL-53)
Tue, 26 May 2015 11:19:50 +0200 Doug Simon moved Receiver inner class from MethodIdMap to InvocationPlugin (JBS:GRAAL-53)
Tue, 26 May 2015 11:14:59 +0200 Doug Simon fixed expected exception type in some TestResolvedJavaType tests
Tue, 26 May 2015 00:40:36 +0200 Doug Simon removed dependency from JVMCI class HotSpotResolvedJavaMethodImpl to non-JVMCI class StructuredGraph (JBS:GRAAL-53)
Tue, 26 May 2015 00:31:30 +0200 Doug Simon removed dependency from JVMCI class HotSpotProfilingInfo to non-JVMCI class StructuredGraph (JBS:GRAAL-53)
Mon, 25 May 2015 23:44:59 +0200 Doug Simon reverted uses of InternalError to JVMCIError (JBS:GRAAL-53)
Mon, 25 May 2015 23:30:34 +0200 Doug Simon moved GraalInternalError to com.oracle.jvmci.common and renamed it to JVMCIError (JBS:GRAAL-53)
Mon, 25 May 2015 22:30:44 +0200 Doug Simon removed more dependencies from JVMCI classes to non-JVMCI classes (JBS:GRAAL-53)
Mon, 25 May 2015 22:17:10 +0200 Doug Simon moved UnsafeAccess to com.oracle.jvmci.common (JBS:GRAAL-53)
Mon, 25 May 2015 17:40:30 +0200 Doug Simon fixed missing rename
Mon, 25 May 2015 17:34:32 +0200 Doug Simon renamed com.oracle.graal.service.processor to com.oracle.jvmci.runtime.processor (JBS:GRAAL-53)
Mon, 25 May 2015 17:20:39 +0200 Doug Simon removed more dependencies from JVMCI classes to non-JVMCI classes (JBS:GRAAL-53)
Mon, 25 May 2015 17:09:00 +0200 Doug Simon handle duplicates when extracting service files
Mon, 25 May 2015 11:06:22 +0200 Doug Simon remove documentation about extended bytecodes
Sun, 24 May 2015 16:40:29 +0200 Doug Simon removed use of lambda in JVMCI/Graal initialization code
Sun, 24 May 2015 16:29:41 +0200 Doug Simon avoid unnecessary loading of regex classes when assertions are disabled
Sun, 24 May 2015 14:44:28 +0200 Doug Simon fixed regression preventing hosted CompileTheWorld from running (JBS:GRAAL-53)
Sun, 24 May 2015 14:42:38 +0200 Doug Simon require @ServiceProcessor annotated classes to be top level types
Sun, 24 May 2015 13:11:53 +0200 Doug Simon added extension point for post Option parsing actions and used it to remove another JVMCI to non-JVMCI dependency (JBS:GRAAL-53)
Sun, 24 May 2015 12:07:04 +0200 Doug Simon assert that at most one GraalRuntimeFactory is available
Sun, 24 May 2015 11:56:57 +0200 Doug Simon removed more dependencies from JVMCI classes to non-JVMCI classes (JBS:GRAAL-53)
Fri, 22 May 2015 23:58:35 +0200 Doug Simon merge fixes
Fri, 22 May 2015 23:26:20 +0200 Doug Simon added HotSpotJVMCIRuntime* classes, replaced references to HotSpotGraalRuntime in VM with HotSpotJVMCIRuntime (JBS:GRAAL-53)
Tue, 19 May 2015 23:16:07 +0200 Doug Simon created com.oracle.graal.hotspot.jvmci package and moved classes destined for future JVMCI module into it (JBS:GRAAL-53)
Thu, 28 May 2015 21:26:54 +0200 Thomas Wuerthinger Merge.
Thu, 28 May 2015 21:25:21 +0200 Thomas Wuerthinger Apply type check plugin only when parsing intrinsics.
Thu, 28 May 2015 18:06:26 +0200 Gilles Duboscq make GraalRuntime::parse_argument public to avoid needing the firend declaration
Thu, 28 May 2015 17:44:05 +0200 Gilles Duboscq Merge
Thu, 28 May 2015 16:54:14 +0200 Gilles Duboscq remove hotspot.sourcegen
Thu, 28 May 2015 16:50:35 +0200 Gilles Duboscq Remove GenGraalRuntimeInlineHpp
Wed, 27 May 2015 17:40:26 +0200 Gilles Duboscq Use files in lib/graal/options to define Graal options (-G:...) instead of generating code for them
Mon, 18 May 2015 18:30:43 +0200 Gilles Duboscq Extract options file to build
Mon, 18 May 2015 17:59:40 +0200 Gilles Duboscq Make OptionProcessor create options files
Thu, 07 May 2015 16:59:34 +0200 Gilles Duboscq Use GraalRuntime::parse_lines in GraalRuntime::parse_graal_options_file
Thu, 07 May 2015 16:00:42 +0200 Gilles Duboscq Factor GraalRuntime::parse_lines out of GraalRuntime::get_service_impls
Wed, 06 May 2015 17:04:06 +0200 Gilles Duboscq mx: better description for strict-compliance and fix typo
Wed, 06 May 2015 16:54:59 +0200 Gilles Duboscq Graal loader: load all .jar files (regardless of graal prefix)
Tue, 05 May 2015 17:56:23 +0200 Gilles Duboscq GraphDecoder: add debug information to Invoke assertion
Thu, 28 May 2015 10:04:46 +0200 Josef Eisl Add RegisterAllocationConfig to AllocationContext.
Wed, 27 May 2015 12:12:22 +0200 Josef Eisl Backend: add #newRegisterAllocationConfig.
Thu, 28 May 2015 11:04:19 +0200 Josef Eisl Add AMD64HotSpotRegisterAllocationConfig.
Wed, 27 May 2015 12:06:50 +0200 Josef Eisl LinearScanWalker: outsource register range check.
Wed, 27 May 2015 12:09:09 +0200 Josef Eisl RegisterAllocationConfig: add AllocatableRegisters.
Thu, 28 May 2015 10:59:34 +0200 Roland Schatz Remove reference to CompilationResult from HotSpotCompiledCode.
Wed, 27 May 2015 12:23:22 +0200 Roland Schatz [AMD64] Use shorter encoding of zero-extend opcodes.
Wed, 27 May 2015 10:57:21 +0200 Stefan Anzinger Remove duplicate directories in distrule
Wed, 27 May 2015 10:18:54 +0200 Jaroslav Tulach GRAAL-1090: Doug speeds up ./mx.sh build --only com.oracle.truffle.sl from 8s to 4s on my computer.
Tue, 26 May 2015 16:19:16 -0700 Christian Wimmer Bugfix for Graph Decoder: ensure that guard dependencies to block begins are correctly re-wired during decoding
Tue, 26 May 2015 21:22:00 +0200 Thomas Wuerthinger Create different nodes in the graph builder when instanceof and checkcast have a single type profile.
Tue, 26 May 2015 20:48:30 +0200 Thomas Wuerthinger Merge.
Tue, 26 May 2015 20:23:22 +0200 Thomas Wuerthinger Merge.
Tue, 26 May 2015 20:23:11 +0200 Thomas Wuerthinger Improve canonicalization of instanceof node.
Tue, 26 May 2015 20:21:07 +0200 Thomas Wuerthinger Disable inlining during parsing.
Tue, 26 May 2015 18:57:51 +0200 Thomas Wuerthinger Enable inlining during parsing by default.
Tue, 26 May 2015 18:34:22 +0200 Thomas Wuerthinger Fix folding of type check node.
Tue, 26 May 2015 20:04:08 +0200 Christian Humer Truffle-DSL: move internal @ExpectError annotation from public API to the test package only; share expect error handling between new processors.
Tue, 26 May 2015 20:04:07 +0200 Christian Humer SL: handle undefined functions gracefully.
Tue, 26 May 2015 20:02:07 +0200 Christian Humer Truffle-DSL: pow example should not use @ExplodeLoop.
Tue, 19 May 2015 17:48:50 +0200 Christian Humer SL: Remove useless rewriteOn parameter in SLLogicalOrNode#doBoolean
Tue, 26 May 2015 19:11:36 +0200 Jaroslav Tulach Introducing standard I/O and error into Env and using TruffleVM to execute SL test cases. Adding SLTckTest to verify SL language interop.
Tue, 26 May 2015 16:46:25 +0200 Thomas Wuerthinger Fix probabilities for new array instances.
Tue, 26 May 2015 14:46:32 +0200 Stefan Anzinger Add Makefile generator for building graal without mx
Fri, 22 May 2015 11:52:28 +0200 Stefan Anzinger [SPARC] Make Membar delayable
Fri, 22 May 2015 11:41:03 +0200 Stefan Anzinger [SPARC] Make CAS delayable
Fri, 22 May 2015 11:29:13 +0200 Stefan Anzinger [SPARC] Use SPARCAddressValue in NullCheckOp
Fri, 22 May 2015 10:53:28 +0200 Stefan Anzinger [SPARC] Consolidate SPARCMove loads and stores
Tue, 19 May 2015 17:38:53 +0200 Stefan Anzinger .project: Update path to make directory
Tue, 26 May 2015 10:53:19 +0200 Roland Schatz mx gate: add option to skip ideclean
Mon, 25 May 2015 12:26:53 +0200 Jaroslav Tulach Enforcing public, one parameter constructor for each TruffleLanguage by annotation processor and required call to super.
Mon, 25 May 2015 10:36:30 +0200 Jaroslav Tulach Testing the annotation processor using the @ExpectedError annotation as suggested by Christian Humer
Mon, 25 May 2015 09:09:07 +0200 Jaroslav Tulach PrintWriter needs to be flushed more often than PrintStream
Mon, 25 May 2015 08:49:16 +0200 Jaroslav Tulach Hardcoding .sl mimetype for now. Should have an API so language implementations can declare their own supported mime types.
Mon, 25 May 2015 01:37:31 +0200 Thomas Wuerthinger Make inlining code more robust in the context of inlining substituted graphs.
Sun, 24 May 2015 11:02:42 +0200 Doug Simon fixed npe in CompileTheWorld for methods that are already compiled
Sun, 24 May 2015 10:27:27 +0200 Doug Simon fixed regression that disabled parsing of Graal command line options
Sun, 24 May 2015 09:18:55 +0200 Doug Simon removed unused support for forced inlining of method substitutions
Sun, 24 May 2015 00:21:20 +0200 Doug Simon compute compiled bytecodes using method inlining recording instead of a DebugMetric
Fri, 22 May 2015 23:11:17 +0200 Doug Simon added checkcopyrights command (from mxtool2)
Fri, 22 May 2015 23:10:51 +0200 Doug Simon removed OKRA libraries
Fri, 22 May 2015 10:20:38 -0700 Tom Rodriguez Add missing OSR test
Fri, 22 May 2015 18:12:01 +0200 Jaroslav Tulach Replacing PrintStream with PrintWriter in the simple language
Fri, 22 May 2015 13:41:10 +0200 Jaroslav Tulach Introducing TruffleVM - a central place to invoke code in any registered TruffleLanguage.
Fri, 22 May 2015 10:50:43 +0200 Paul Woegerer Make PEA handling of node virtualization customizable
Fri, 22 May 2015 09:39:22 +0200 Jaroslav Tulach Removing author tag
Thu, 21 May 2015 22:42:21 -0700 Tom Rodriguez Merge fix
Thu, 21 May 2015 22:23:08 -0700 Tom Rodriguez Merge
Thu, 21 May 2015 22:20:41 -0700 Tom Rodriguez Lower checkcast arraycopy idiom after frame state assignment and convert arraycopy lowering into snippets
Wed, 20 May 2015 11:58:51 -0700 Tom Rodriguez Fix SnippetCounters private location assert
Mon, 18 May 2015 16:51:01 -0700 Tom Rodriguez Warn about null arguments to snippets and allow recursive calls in snippets
Mon, 18 May 2015 14:57:05 -0700 Tom Rodriguez Fixed javadoc formatting
Mon, 18 May 2015 14:46:23 -0700 Tom Rodriguez support later folding of constant array reads
Mon, 18 May 2015 14:44:59 -0700 Tom Rodriguez make sure the arraycopy routines have the right array locations
Mon, 18 May 2015 14:32:42 -0700 Tom Rodriguez fixed scope name
Mon, 18 May 2015 14:32:14 -0700 Tom Rodriguez Remove unused argument from snippet
Mon, 18 May 2015 14:30:03 -0700 Tom Rodriguez Handle AbstractPointerStamp in duplicateModified
Mon, 18 May 2015 14:29:35 -0700 Tom Rodriguez Support string formatting in forceDump
Thu, 21 May 2015 11:15:56 -0400 Kevin Menard Optimize singleton factory lists.
Thu, 21 May 2015 15:53:02 +0200 Roland Schatz Support detection of long induction variables.
Thu, 21 May 2015 15:00:11 +0200 Josef Eisl SPARCArithmetic: add register hint for Unary2Op.
Thu, 21 May 2015 14:56:00 +0200 Josef Eisl SPARCLIRGenerator: create new variables for I2F and L2D converting.
Thu, 21 May 2015 13:28:41 +0200 Josef Eisl Move ConstantStackMoveTest and StackStoreTest to amd64 specific project.
Thu, 21 May 2015 13:25:44 +0200 Roland Schatz Make ShiftNode narrowable under certain conditions.
Thu, 07 May 2015 14:47:27 +0200 Josef Eisl mx gate: bootstrap with -G:+SSA_LIR.
Thu, 21 May 2015 11:54:22 +0200 Josef Eisl MoveResolver: recognize self assignment even on Kind mismatch.
Thu, 21 May 2015 11:51:32 +0200 Josef Eisl NodeLIRBuilder#getExactPhiKind: handle non-java constants.
Thu, 21 May 2015 11:50:38 +0200 Josef Eisl LIRKind: add merge(Iterable<LIRKind>).
Mon, 18 May 2015 15:38:22 +0200 Josef Eisl NodeLIRBuilder#createPhiIn: add assertion message.
Mon, 18 May 2015 14:48:02 +0200 Josef Eisl NodeLIRBuilder#createPhiOut: do not put fixed registers into phiOuts.
Mon, 18 May 2015 14:40:32 +0200 Josef Eisl SSALinarScanResolveDataFlowPhase: do not allow registers as phi operands.
Wed, 20 May 2015 15:01:24 +0200 Josef Eisl LinearScan: move LinearScanEliminateSpillMovePhase#beforeSpillMoveElimination to LinearScan.
Mon, 18 May 2015 14:39:43 +0200 Josef Eisl LinearScan: add intervals to scope.
Wed, 20 May 2015 17:30:34 +0200 Josef Eisl AMD64Move: refactor #const2stack and add support for short and byte.
Wed, 20 May 2015 16:30:05 +0200 Josef Eisl AMD64MacroAssembler#movlong: use sign-extend 32bit move if possible.
Thu, 21 May 2015 12:10:17 +0200 Josef Eisl Add ConstantStackMoveTest.
Wed, 20 May 2015 17:25:23 +0200 Josef Eisl NumUtil: add isShort(long).
Wed, 20 May 2015 16:27:26 +0200 Josef Eisl LIRTest: support for zero parameters and subclasses of LIRTestSpecification.
Wed, 20 May 2015 15:25:28 +0200 Josef Eisl Add StackStoreTest.
Thu, 21 May 2015 02:07:10 +0200 Andreas Woess Reenable processing deoptimizations that do not invalidate in ConvertDeoptimizeToGuardPhase
Wed, 20 May 2015 14:18:02 +0200 Lukas Stadler only put type in HotSpotConstantPool cache if it's resolved
Wed, 20 May 2015 14:17:56 +0200 Lukas Stadler more debug dumping in PEGraphDecoder
Wed, 20 May 2015 10:17:58 +0200 Doug Simon tolerate ConstantNodes in unused FrameStates when checking nodes added by an invocation plugin
Wed, 20 May 2015 05:37:55 +0200 Jaroslav Tulach Bind NetBeans Build action directly to ./mx build command line invocation
Tue, 19 May 2015 20:16:07 +0200 Thomas Wuerthinger Add support of CachedGraph to BinaryGraphPrinter.
Tue, 19 May 2015 15:35:58 +0200 Thomas Wuerthinger Merge.
Tue, 19 May 2015 15:35:47 +0200 Thomas Wuerthinger Fixed for CachedGraph utility class.
Tue, 19 May 2015 15:02:51 +0200 Thomas Wuerthinger Make CachedGraph generic. Clean up Graph#copy methods.
Tue, 19 May 2015 14:24:47 +0200 Thomas Wuerthinger Add ability to receive the duplication map via a callback when copying a graph.
Tue, 19 May 2015 14:50:15 +0200 Stefan Anzinger [SPARC] Remove SPARC/Graal specific code for deoptimizing with exception
Tue, 19 May 2015 14:00:11 +0200 Thomas Wuerthinger Add CachedGraph utility class.
Tue, 19 May 2015 12:30:51 +0200 Jaroslav Tulach The annotation processor should verify proper use of @Child annotation during compilation time and prevent usage of final.
Tue, 19 May 2015 11:54:32 +0200 Roland Schatz Support build on Linux 4.
Mon, 18 May 2015 11:41:11 +0200 Roland Schatz Move memory related nodes to their own package.
Mon, 18 May 2015 11:38:35 +0200 Roland Schatz Unit test for boxing nodes.
Tue, 19 May 2015 09:53:34 +0200 Stefan Anzinger ControlFlowGraph.computeLoopBlocks removed recursion; simulating stack
Tue, 19 May 2015 09:51:55 +0200 Stefan Anzinger Prefer ipv4 on dacapo benchmark (was set to false before)
Mon, 18 May 2015 23:00:45 +0200 Doug Simon removed unnecessary CompilerToVM.CodeInstallResult enum (JBS:GRAAL-53)
Mon, 18 May 2015 22:27:24 +0200 Doug Simon removed unnecessary HotSpotCodeCache.MarkId enum (JBS:GRAAL-53)
Mon, 18 May 2015 17:44:43 +0200 Stefan Anzinger Force IPv4 on dacapo tests; see JDK-8072384
Mon, 18 May 2015 14:55:32 +0200 Doug Simon removed com.oracle.graal.hotspot.server and uses of Serializable it depended upon (JBS:GRAAL-53)
Mon, 18 May 2015 13:47:45 +0200 Doug Simon removed redundant references in VM to Graal classes
Mon, 18 May 2015 10:34:10 +0200 Roland Schatz Bugfix: Join of alwaysNull and nonNull is the empty stamp.
Sun, 17 May 2015 20:47:04 -0700 Michael Van De Vanter Truffle/Instrumentation: fix NPE hazard
Sun, 17 May 2015 20:35:31 -0700 Michael Van De Vanter Truffle/Instrumentation: some commentary and a new AST printing method needed for tools.
Sun, 17 May 2015 18:30:43 -0700 Michael Van De Vanter Truffle/Instrumentation: Javadoc commentary
Fri, 15 May 2015 23:03:42 +0200 Stefan Anzinger [SPARC] sign extend array compare length
Fri, 15 May 2015 14:48:18 +0200 Stefan Anzinger Merge
Fri, 15 May 2015 14:47:51 +0200 Stefan Anzinger [SPARC] also do sign extend on char if requested
Fri, 15 May 2015 14:47:23 +0200 Stefan Anzinger [SPARC] Sign extend address to 64 bit when building an address
Fri, 15 May 2015 13:52:46 +0200 Roland Schatz Fix handling of null flags in MetaspacePointerStamp operations.
Fri, 15 May 2015 13:45:06 +0200 Doug Simon removed cache for intermediate graphs in ReplacementsImpl since graph building inlining is now used
Fri, 15 May 2015 11:55:52 +0200 Stefan Anzinger Merge
Fri, 15 May 2015 11:40:02 +0200 Stefan Anzinger [SPARC] Remove sign extension when loading stack slot
Thu, 14 May 2015 16:30:45 -0700 Christian Wimmer Fix formatting
Thu, 14 May 2015 16:26:31 -0700 Christian Wimmer Make support for method handles VM independent
Thu, 14 May 2015 16:20:12 -0700 Christian Wimmer mx: Allow disabling of package prefix check
Thu, 14 May 2015 16:19:40 -0700 Christian Wimmer Allow subclasses of TruffleCompiler
Thu, 14 May 2015 16:19:10 -0700 Christian Wimmer Do not cache option values in static final fields
Thu, 14 May 2015 16:17:56 -0700 Christian Wimmer Add trace methods
Thu, 14 May 2015 16:17:36 -0700 Christian Wimmer Expand functionality of FieldIntrospection
Thu, 14 May 2015 16:16:43 -0700 Christian Wimmer Allow subclasses of LocationIdentity to provide immuatability information
Thu, 14 May 2015 16:14:41 -0700 Christian Wimmer Add convenience method
Thu, 14 May 2015 16:14:17 -0700 Christian Wimmer Always do liveness analysis, but allow non-clearing of local variables; centralize omitAssertion code in bytecode parser
Thu, 14 May 2015 16:11:58 -0700 Christian Wimmer Remove final and abstract class restrictions
Thu, 14 May 2015 16:10:39 -0700 Christian Wimmer Allow snippets that do not have a return value
Thu, 14 May 2015 16:10:20 -0700 Christian Wimmer Simplify subclasses that want to override createGraphBuilder
Thu, 14 May 2015 16:09:15 -0700 Christian Wimmer Allow null value for wordTypes
Thu, 14 May 2015 16:08:49 -0700 Christian Wimmer Remove unnecessary check for null location
Thu, 14 May 2015 16:08:21 -0700 Christian Wimmer Add utility method to remove a phase with a given class
Thu, 14 May 2015 16:06:42 -0700 Christian Wimmer Single-implementer optimization is an optimistic optimization, even though it does not register an assumption
Thu, 14 May 2015 16:05:02 -0700 Christian Wimmer Do not weaken stamp of PhiNode in inferStamp
Thu, 14 May 2015 16:03:49 -0700 Christian Wimmer Bugfix: non-simplifying GraphDecoder must not cleanup graph
Thu, 14 May 2015 16:03:11 -0700 Christian Wimmer Bugfix: Wrong class referenced in TYPE
Thu, 14 May 2015 16:01:21 -0700 Christian Wimmer Adhere to specification described in JavaDoc of interface
Thu, 14 May 2015 16:00:20 -0700 Christian Wimmer Allow closing of invocation plugin registry to prevent future modifications
Thu, 14 May 2015 15:59:14 -0700 Christian Wimmer Relax assertion to allow MethodIdHolders that have pre-assigned ids
Thu, 14 May 2015 15:58:33 -0700 Christian Wimmer Bugfix: push constant field value using original kind from field
Thu, 14 May 2015 15:57:55 -0700 Christian Wimmer Bugfix: ForeignCallNode needs bci
Thu, 14 May 2015 15:57:04 -0700 Christian Wimmer Move VM-independent code out of HotSpot project
Thu, 14 May 2015 15:56:31 -0700 Christian Wimmer Move VM-independent code out of HotSpot project
Thu, 14 May 2015 15:55:56 -0700 Christian Wimmer Remove assertion that does not hold when compiling methods with Word types
Thu, 14 May 2015 15:55:29 -0700 Christian Wimmer Use factory methods
Thu, 14 May 2015 15:54:45 -0700 Christian Wimmer Optimize assumption-free checks when compiling without optimistic optimizations
Thu, 14 May 2015 15:52:46 -0700 Christian Wimmer Make name available
Wed, 13 May 2015 14:02:56 +0200 Doug Simon converted @MethodSubstitutions for CRC32 to MethodSubstitutionPlugins
Wed, 13 May 2015 13:25:08 +0200 Doug Simon improved javadoc for GraphBuilderContext
Wed, 13 May 2015 13:11:17 +0200 Doug Simon cleaned up and improved documentation for IntrinsicScope
Wed, 13 May 2015 10:54:14 +0200 Doug Simon rename GraphBuilderPhase.getFrameState to getFrameStateBuilder
Wed, 13 May 2015 10:31:19 +0200 Doug Simon rename HIRFrameStateBuilder to FrameStateBuilder