Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-06-13 | port centry to 64 bit windows, save r15 in ccall and remove @n in ccall | John van Groningen | 1 | -13/+94 | |
2006-06-01 | fix ccall with a real as normal argument and an integer as state argument | John van Groningen | 1 | -4/+2 | |
(after second : ) | |||||
2006-05-31 | pass floating point parameters in registers in ccall for AI64 | John van Groningen | 1 | -24/+36 | |
2006-05-11 | fix ccall on 64 bit platforms with Real result | John van Groningen | 1 | -1/+1 | |
2006-05-01 | add ccall for 64 bit linux | John van Groningen | 1 | -3/+361 | |
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-20 | fix bugs in code generation for floating point computations for amd64 | John van Groningen | 1 | -4/+0 | |
2006-01-10 | port to 64 bit windows | John van Groningen | 1 | -65/+483 | |
2005-11-24 | add passing of float argument in ccall for the PowerPC | John van Groningen | 1 | -1/+13 | |
2005-04-14 | add some optimizations for arrays of unboxed records: | John van Groningen | 1 | -11/+26 | |
on the PowerPC and Sparc if the offset!=0 and the index!=NULL the index now contains the address of array + the offset of the element, the offset computation of r_select can be reused by r_update, r_update tries to avoid unnecessary updates, r_replace recognizes floating point stores, and sometimes floating point loads | |||||
2004-03-05 | implement tuple result for centry on IA32 | John van Groningen | 1 | -21/+52 | |
2003-10-03 | generate more data modules if FUNCTION_LEVEL_LINKING macro is defined | John van Groningen | 1 | -3/+3 | |
2003-09-25 | pass floats to c functions for IA32 using ccall with 'r' | John van Groningen | 1 | -0/+36 | |
2003-09-25 | use ffree instead of finit to free IA32 floating point register stack | John van Groningen | 1 | -0/+9 | |
2003-07-11 | use ffree instead of finit on IA32, enable GEN_OBJ for sparc | John van Groningen | 1 | -14/+3 | |
2003-05-23 | add SEPARATE_A_AND_B_STACK_OVERFLOW_CHECKS #define | John van Groningen | 1 | -2/+2 | |
2003-05-23 | use ffree instead of finit | John van Groningen | 1 | -0/+3821 | |