log graal/com.oracle.graal.lir.sparc/src/com/oracle/graal/lir/sparc/SPARCTestOp.java @ 21404:cfc632ba7689

age author description
Mon, 02 Mar 2015 19:11:22 +0100 Stefan Anzinger Merge
Mon, 02 Mar 2015 11:22:17 +0100 Stefan Anzinger [SPARC] Change arithmetic ops of SPARC to functions in assembler
Fri, 20 Feb 2015 22:22:55 +0100 Thomas Wuerthinger Create TYPE fields for LIRInstruction and CompositeValue. Renaming NodeClass#get to NodeClass#create.
Wed, 30 Jul 2014 10:39:39 -0700 Stefan Anzinger Merge
Wed, 30 Jul 2014 08:51:04 -0700 Stefan Anzinger [SPARC] Test op applies to bool, char, byte and short types as well.
Tue, 15 Jul 2014 19:42:36 -0700 Stefan Anzinger [SPARC] Fix warnings thrown by compiler
Tue, 15 Jul 2014 19:07:29 -0700 Stefan Anzinger [SPARC] Emit compareAndSwap for AtomicInteger and AtomicLong, Removing o7 register from usable ones, as this register is always overwritten, when using Call or JumpAndLink instructions in SPARC, even callee does not overwrite explicitly, implicit exception is defined when doing integer division, parameter constraint narrowed to only register on Unary2Op, Fix SPARCTestOp, as it did a compare instead of an and with condition codes
Thu, 17 Apr 2014 15:18:41 +0200 Josef Eisl Spit up and move GraalInternalError.
Sun, 06 Apr 2014 17:46:24 +0200 Thomas Wuerthinger Truffle: Change signature for Truffle calls from (PackedFrame, Arguments) to (Object[]).
Tue, 03 Dec 2013 10:51:16 +0100 Doug Simon renamed TargetMethodAssembler to CompilationResultBuilder
Tue, 09 Jul 2013 15:37:50 -0700 twisti SPARC: Can compile simple methods and do static calls.
Thu, 20 Jun 2013 22:40:22 -0700 twisti fixed more warnings
Thu, 20 Jun 2013 20:40:52 -0700 twisti some basic SPARC arithmetic works
Sat, 01 Jun 2013 12:44:42 -0400 Morris Meyer SPARCMacroAssembler synthetic instructions and SPARCTestOp