Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-03-24 | remove use of scratch register on IA32 for shift instructions (by adding | John van Groningen | 1 | -49/+201 | |
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-20 | optimize cmp $0,r , generate test r,r instead | John van Groningen | 1 | -0/+8 | |
2005-11-11 | improve printing of strings | John van Groningen | 1 | -0/+2 | |
2005-10-06 | use new apply and new descriptors for IA32, | John van Groningen | 1 | -0/+6 | |
add addLU and subLU instructions for IA32 | |||||
2005-01-19 | implement mulUUL and divLU instructions for IA32, | John van Groningen | 1 | -125/+355 | |
define acos, asin, exp, ln and log10 instructons only for M68000 platform, add code for jsr_ap and jmp_ap instructions (not yet enabled) | |||||
2004-12-09 | remove some unused code | John van Groningen | 1 | -71/+4 | |
2004-07-12 | add absR, negI, unsigned compare, divU, remU and faster not | John van Groningen | 1 | -36/+138 | |
instructions for IA32 add loop optimization code (speeds up jmp to a cmp and branch instruction), not yet enabled | |||||
2003-11-18 | fix order of arguments of a generated lea instruction | John van Groningen | 1 | -2/+2 | |
2003-10-03 | define as_new_data_module function if FUNCTION_LEVEL_LINKING is defined ↵ | John van Groningen | 1 | -1/+1 | |
instead of _WINDOWS_ | |||||
2003-09-25 | implement 8 byte alignment, move function magic from cgiwas.c to cgias.c | John van Groningen | 1 | -48/+0 | |
2003-07-07 | fix bug in floating point subtract and divide | John van Groningen | 1 | -5/+6 | |
2003-05-16 | optimize remainder of non power of 2 constant for IA32 | John van Groningen | 1 | -110/+313 | |
2003-05-13 | optimize remainder of power of 2 for ia32 | John van Groningen | 1 | -26/+66 | |
2003-05-12 | optimize integer division by power of 2 | John van Groningen | 1 | -8/+73 | |
2003-05-12 | extra code for intel_asm | John van Groningen | 1 | -27/+184 | |
2003-05-12 | no message | John van Groningen | 1 | -0/+3223 | |