Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-09-03 | add code_load_i, code_load_si16 and code_load_ui8 | John van Groningen | 1 | -0/+30 | |
2007-06-27 | add real, string and unboxed array of int and real for centry on win64 | John van Groningen | 1 | -20/+78 | |
2007-06-27 | add unboxed array of int and real results for ccall on win64 | John van Groningen | 1 | -1/+40 | |
2007-06-27 | fix passing floating point arguments in centry for win64 | John van Groningen | 1 | -4/+3 | |
2007-06-27 | move code for saving and restoring registers to new functions | John van Groningen | 1 | -129/+134 | |
save_registers_before_c_call and restore_registers_after_c_call | |||||
2007-05-14 | implement select, update and replace for 32 bit real arrays for IA32 | John van Groningen | 1 | -2/+2 | |
2007-05-10 | rename IMOVEW as IMOVEDB, | John van Groningen | 1 | -5/+81 | |
add sincosR instruction for IA32, add 32 bit integer and real arrays for AI64 | |||||
2007-02-27 | pass {#Int} and {#Real} using centry, | John van Groningen | 1 | -50/+177 | |
add {#Int} and {#Real} results for ccall | |||||
2007-01-12 | add centry support for strings | John van Groningen | 1 | -33/+127 | |
2007-01-10 | add passing reals using centry for IA32 | John van Groningen | 1 | -32/+148 | |
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 | |