Age | Commit message (Expand) | Author | Files | Lines |
2006-06-30 | allow strings with >200 characters for buildAC and eqAC_a | John van Groningen | 1 | -2/+82 |
2006-05-01 | use int_64 instead of __int64, define int_64, include stdint.h on 64 bits linux | John van Groningen | 1 | -0/+3 |
2006-01-10 | port to 64 bit windows | John van Groningen | 1 | -2/+39 |
2005-12-06 | add pushLc instruction for pushing the value of a label, with | John van Groningen | 1 | -0/+1 |
2005-11-11 | add .descs directive for selectors | John van Groningen | 1 | -1/+4 |
2005-10-06 | use new apply and new descriptors for IA32, | John van Groningen | 1 | -0/+6 |
2005-01-19 | implement mulUUL and divLU instructions for IA32, | John van Groningen | 1 | -5/+27 |
2005-01-13 | add divU for the PowerPC | John van Groningen | 1 | -1/+1 |
2004-12-08 | add jsr_ap and jmp_ap instructions | John van Groningen | 1 | -0/+2 |
2004-07-15 | add absR and negI for sparc, commit not yet used code for new array represent... | John van Groningen | 1 | -7/+5 |
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 | -0/+18 |
2004-04-23 | implement umulIIL instruction on the PowerPC | John van Groningen | 1 | -0/+3 |
2004-04-19 | port to gcc on Mac OS X | John van Groningen | 1 | -1/+1 |
2003-05-16 | bug fix for .pb with \ in string | John van Groningen | 1 | -1/+12 |
2003-05-12 | cginput.c | John van Groningen | 1 | -0/+2570 |