Age | Commit message (Expand) | Author | Files | Lines |
2004-12-08 | add jsr_ap and jmp_ap instructions | John van Groningen | 1 | -49/+72 |
2004-07-15 | fix typos | 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 | -87/+159 |
2004-07-12 | implement absR, negI and faster not for the PowerPC | John van Groningen | 1 | -4/+4 |
2004-07-12 | add absR, negI, unsigned compare, divU, remU and faster not | John van Groningen | 1 | -4/+92 |
2004-05-14 | optimize code generation for x+c,c+x,x-c and c-x array indices | John van Groningen | 1 | -5/+170 |
2004-05-12 | optimize generated code for array indices x+c,c+x and x-c for IA32 | John van Groningen | 1 | -16/+106 |
2004-04-23 | implement umulIIL instruction on the PowerPC | John van Groningen | 1 | -0/+20 |
2004-02-06 | remove unnecessary special case for I486 | John van Groningen | 1 | -4/+0 |
2003-10-03 | generate more data modules if FUNCTION_LEVEL_LINKING macro is defined | John van Groningen | 1 | -6/+6 |
2003-07-11 | define mul,div and rem labels for sparc | John van Groningen | 1 | -4/+22 |
2003-05-12 | cgcode.c | John van Groningen | 1 | -0/+8213 |