This is the mail archive of the frysk-cvs@sources.redhat.com mailing list for the frysk project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

frysk-core/frysk/value ArithmeticType.java Cha ...


CVSROOT:	/cvs/frysk
Module name:	frysk-core
Changes by:	cagney@sourceware.org	2007-08-30 16:22:56

Modified files:
	frysk/value    : ArithmeticType.java ChangeLog 
	                 TestDecoratorTypes.java 

Log message:
	Index: frysk-core/frysk/value/ChangeLog
	2007-08-30  Andrew Cagney  <cagney@redhat.com>
	
	* TestDecoratorTypes.java (testUltimateType): New.
	* ArithmeticType.java (returnType(Value,Value)): New.
	(add(Value,Value)): Simplify.
	(subtract(Value,Value)): Simplify.
	(multiply(Value,Value)): Simplify.
	(divide(Value,Value)): Simplify.
	(mod(Value,Value)): Simplify.
	(shiftLeft(Value,Value)): Simplify.
	(shiftRight(Value,Value)): Simplify.
	(lessThan(Value,Value)): Simplify.
	(greaterThan(Value,Value)): Simplify.
	(lessThanOrEqualTo(Value,Value)): Simplify.
	(greaterThanOrEqualTo(Value,Value)): Simplify.
	(equal(Value,Value)): Simplify.
	(notEqual(Value,Value)): Simplify.
	(bitWiseAnd(Value,Value)): Simplify.
	(bitWiseOr(Value,Value)): Simplify.
	(bitWiseXor(Value,Value)): Simplify.
	(bitWiseComplement(Value)): Simplify.
	(logicalAnd(Value,Value)): Simplify.
	(logicalOr(Value,Value)): Simplify.
	(logicalNegation(Value)): Simplify.
	(assign(Value,Value)): Simplify.
	(getLogicalValue(Value)): Simplify.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/value/ArithmeticType.java.diff?cvsroot=frysk&r1=1.37&r2=1.38
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/value/ChangeLog.diff?cvsroot=frysk&r1=1.106&r2=1.107
http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/value/TestDecoratorTypes.java.diff?cvsroot=frysk&r1=1.1&r2=1.2


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]