Age | Commit message (Expand) | Author | Files | Lines |
2006-05-01 | add ccall for 64 bit linux | John van Groningen | 1 | -2/+5 |
2006-05-01 | use int_64 instead of __int64, define int_64, include stdint.h on 64 bits linux | John van Groningen | 1 | -5/+9 |
2006-04-18 | fix previous revision by using IBLTU instead of IBLT for unsigned < when | John van Groningen | 1 | -5/+5 |
2006-03-24 | remove use of scratch register on IA32 for shift instructions (by adding | John van Groningen | 1 | -102/+211 |
2006-01-20 | fix bugs in code generation for floating point computations for amd64 | John van Groningen | 1 | -1/+23 |
2006-01-10 | port to 64 bit windows | John van Groningen | 1 | -121/+442 |
2005-10-06 | use new apply and new descriptors for IA32, | John van Groningen | 1 | -12/+98 |
2005-04-14 | add some optimizations for arrays of unboxed records: | John van Groningen | 1 | -19/+46 |
2005-01-19 | implement mulUUL and divLU instructions for IA32, | John van Groningen | 1 | -7/+260 |
2005-01-13 | add divU for the PowerPC | John van Groningen | 1 | -1/+1 |
2004-07-15 | add absR and negI for sparc, commit not yet used code for new array represent... | John van Groningen | 1 | -63/+181 |
2004-07-12 | implement absR, negI and faster not for the PowerPC | John van Groningen | 1 | -3/+3 |
2004-07-12 | add absR, negI, unsigned compare, divU, remU and faster not | John van Groningen | 1 | -23/+104 |
2004-06-11 | improve code generation for xor on processors other than the M68000 | John van Groningen | 1 | -0/+6 |
2004-04-23 | implement umulIIL instruction on the PowerPC | John van Groningen | 1 | -0/+5 |
2003-05-16 | optimize remainder of non power of 2 constant for IA32 | John van Groningen | 1 | -3/+26 |
2003-05-13 | optimize remainder of power of 2 for ia32 | John van Groningen | 1 | -1/+1 |
2003-05-12 | cglin.c | John van Groningen | 1 | -0/+7827 |