summaryrefslogtreecommitdiff
path: root/cginstructions.c
AgeCommit message (Expand)AuthorFilesLines
2006-01-20fix bugs in code generation for floating point computations for amd64John van Groningen1-4/+0
2006-01-10port to 64 bit windowsJohn van Groningen1-65/+483
2005-11-24add passing of float argument in ccall for the PowerPCJohn van Groningen1-1/+13
2005-04-14add some optimizations for arrays of unboxed records:John van Groningen1-11/+26
2004-03-05implement tuple result for centry on IA32John van Groningen1-21/+52
2003-10-03generate more data modules if FUNCTION_LEVEL_LINKING macro is definedJohn van Groningen1-3/+3
2003-09-25pass floats to c functions for IA32 using ccall with 'r'John van Groningen1-0/+36
2003-09-25use ffree instead of finit to free IA32 floating point register stackJohn van Groningen1-0/+9
2003-07-11use ffree instead of finit on IA32, enable GEN_OBJ for sparcJohn van Groningen1-14/+3
2003-05-23add SEPARATE_A_AND_B_STACK_OVERFLOW_CHECKS #defineJohn van Groningen1-2/+2
2003-05-23use ffree instead of finitJohn van Groningen1-0/+3821