log graal/com.oracle.graal.lir.amd64/src/com/oracle/graal/lir/amd64/AMD64ArrayEqualsOp.java @ 23394:964f28c04d7b default tip

age author description
Thu, 08 Oct 2015 17:41:33 -0700 Tom Rodriguez Update jvmci and truffle import: Rename jdk.internal.jvmci to jdk.vm.ci
Fri, 18 Sep 2015 13:12:02 +0200 Roland Schatz Update jvmci import: Use AMD64Kind instead of JavaKind in backend.
Wed, 16 Sep 2015 12:19:31 +0200 Roland Schatz Update jvmci import: Clean separation between backend and frontend wordKind.
Wed, 09 Sep 2015 16:12:29 +0200 Doug Simon restricted Unsafe capability access to package or class scope (GRAAL-1257)
Tue, 08 Sep 2015 19:57:39 +0200 Roland Schatz Update jvmci import: Refactoring: Rename Kind to JavaKind.
Tue, 08 Sep 2015 15:11:16 +0200 Roland Schatz Update jvmci import: Remove Value.getKind().
Thu, 09 Jul 2015 14:39:08 +0200 Roland Schatz Rename LIRKind.derivedReference to LIRKind.unknownReference.
Mon, 22 Jun 2015 12:12:53 -0700 twisti Rename com.oracle.jvmci to jdk.internal.jvmci
Thu, 04 Jun 2015 13:35:47 +0200 Doug Simon moved asm, bytecode and asm.test code back to com.oracle.graal name space (JBS:GRAAL-53)
Wed, 03 Jun 2015 18:06:44 +0200 Doug Simon moved com.oracle.asm.** to jvmci-util.jar (JBS:GRAAL-53)
Tue, 02 Jun 2015 22:11:52 +0200 Doug Simon moved com.oracle.graal.[amd64|sparc] to com.oracle.jvmci.[amd64|sparc] (JBS:GRAAL-53)
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)
Mon, 25 May 2015 22:17:10 +0200 Doug Simon moved UnsafeAccess to com.oracle.jvmci.common (JBS:GRAAL-53)
Fri, 20 Feb 2015 22:22:55 +0100 Thomas Wuerthinger Create TYPE fields for LIRInstruction and CompositeValue. Renaming NodeClass#get to NodeClass#create.
Fri, 13 Jun 2014 11:47:44 +0200 Roland Schatz Introduce LIRKind to accurately track oop references in backend.
Tue, 03 Jun 2014 22:19:31 +0200 Doug Simon LIR ops cannot have null @Temp fields
Tue, 22 Apr 2014 16:36:16 +0200 Josef Eisl Move LIRGeneratorTool to graal.lir (errors).
Tue, 22 Apr 2014 15:24:14 +0200 Josef Eisl Move UnsafeAccess to graal.compiler.common.
Sun, 06 Apr 2014 17:46:24 +0200 Thomas Wuerthinger Truffle: Change signature for Truffle calls from (PackedFrame, Arguments) to (Object[]).
Wed, 26 Mar 2014 11:49:07 +0100 Josef Eisl Split LIRGenerator and fix AMD64 backend.
Tue, 25 Mar 2014 15:37:02 +0100 Josef Eisl Rename LIRGeneratorTool to NodeBasedLIRGeneratorTool.
Tue, 18 Feb 2014 21:55:26 -0800 twisti added Arrays.equals substitutions