Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-12-01 | implement divLU for 32 bit thread safe code | John van Groningen | 1 | -4/+1 | |
2011-12-01 | implement mulUUL for 32 bit thread safe code | John van Groningen | 1 | -2/+2 | |
2011-11-24 | generate thread safe code on 32 bit windows if THREAD32 is defined | John van Groningen | 1 | -2/+5 | |
2011-11-22 | generate thread safe code on 64 bit windows if THREAD64 is defined | John van Groningen | 1 | -0/+3 | |
2011-04-19 | add rotl% and rotr% instructions | John van Groningen | 1 | -0/+1 | |
2008-12-18 | add floordiv and mod | John van Groningen | 1 | -1/+2 | |
2008-12-18 | rename IMOD to IREM | John van Groningen | 1 | -1/+1 | |
2007-05-14 | implement select, update and replace for 32 bit real arrays for IA32 | John van Groningen | 1 | -1/+2 | |
2007-05-10 | rename IMOVEW as IMOVEDB, | John van Groningen | 1 | -2/+3 | |
add sincosR instruction for IA32, add 32 bit integer and real arrays for AI64 | |||||
2006-03-24 | remove use of scratch register on IA32 for shift instructions (by adding | John van Groningen | 1 | -9/+19 | |
instruction with extra register), IScc, IFScc, IFBcc (by adding IFCcc instructions with extra register), ICMPW (not used anymore) prevent generating FLD and FSTP instructions between FCOMP and FNSTSW instruction | |||||
2006-01-10 | port to 64 bit windows | John van Groningen | 1 | -1/+4 | |
2005-10-06 | use new apply and new descriptors for IA32, | John van Groningen | 1 | -1/+1 | |
add addLU and subLU instructions for IA32 | |||||
2005-01-19 | implement mulUUL and divLU instructions for IA32, | John van Groningen | 1 | -1/+1 | |
define acos, asin, exp, ln and log10 instructons only for M68000 platform, add code for jsr_ap and jmp_ap instructions (not yet enabled) | |||||
2005-01-13 | add divU for the PowerPC | John van Groningen | 1 | -1/+4 | |
2004-07-15 | add absR and negI for sparc | John van Groningen | 1 | -8/+8 | |
2004-07-12 | implement absR, negI and faster not for the PowerPC | John van Groningen | 1 | -2/+2 | |
2004-07-12 | add absR, negI, unsigned compare, divU, remU and faster not | John van Groningen | 1 | -10/+13 | |
instructions for IA32 add loop optimization code (speeds up jmp to a cmp and branch instruction), not yet enabled | |||||
2004-04-23 | implement umulIIL instruction on the PowerPC | John van Groningen | 1 | -1/+4 | |
2003-10-03 | #define FMADD only for PowerPC | John van Groningen | 1 | -1/+3 | |
2003-07-11 | #define FMADD | John van Groningen | 1 | -1/+1 | |
2003-05-16 | optimize remainder of non power of 2 constant for IA32 | John van Groningen | 1 | -0/+66 | |