summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-06-26add +0 to pc relative addresses, converted to [rip] on linuxJohn van Groningen1-71/+71
2013-06-26add +0 to a pc relative address, converted to [rip] on linuxJohn van Groningen1-1/+1
2013-06-26add +0 to pc relative addresses, converted to [rip] on linuxJohn van Groningen1-41/+41
2013-06-26add +0 to pc relative addresses, converted to [rip] on linuxJohn van Groningen1-54/+54
2013-06-26add +0 to a pc relative address, converted to [rip] on linuxJohn van Groningen1-1/+1
2013-06-26add +0 to pc relative addresses, converted to [rip] on linuxJohn van Groningen1-23/+23
2013-06-26add +0 to some pc relative addresses, converted to [rip] on linuxJohn van Groningen1-5/+5
2013-06-26add +0 to pc relative addresses, converted to [rip] on linuxJohn van Groningen1-53/+53
2013-06-26add +0 to a pc relative address, converted to [rip] on linuxJohn van Groningen1-1/+1
2013-06-26add +0 to some pc relative addresses, converted to [rip] on linuxJohn van Groningen1-4/+4
2013-06-26add +0 to some pc relative addresses, converted to [rip] on linuxJohn van Groningen1-18/+18
2013-06-26remove +0 after move offsetJohn van Groningen1-1/+1
2013-06-25add +0 to some pc relative addresses, converted to [rip] on linuxJohn van Groningen1-56/+51
2013-06-25add +0 to some pc relative addresses, converted to [rip] on linuxJohn van Groningen1-68/+68
2013-06-25add +0 to some pc relative addresses, converted to [rip] on linuxJohn van Groningen1-26/+26
2013-06-25add +0 to some pc relative addresses, converted to [rip] on linuxJohn van Groningen1-34/+34
2013-06-25add +0 to some pc relative addresses, converted to [rip] on linuxJohn van Groningen1-17/+17
2013-06-25add +0 to some pc relative addresses, converted to [rip] on linuxJohn van Groningen1-33/+33
2013-06-25add substitutions of +0 to [rip]John van Groningen1-1/+2
2013-06-25add +0 to pc relative lea instructions, converted to [rip] on linuxJohn van Groningen1-41/+41
2013-06-17fix DtoAC for recordsJohn van Groningen1-5/+2
2013-06-17fix DtoAC for recordsJohn van Groningen1-5/+2
2013-04-08fix printing string parameter of function IO_error for mac os xJohn van Groningen1-1/+2
2013-04-08fix printing string parameter of function IO_error for 64 bit linuxJohn van Groningen1-1/+2
2013-03-13change result type of close_file to long,John van Groningen1-1/+4
decrement number_of_files if the file with the highest number is closed
2013-03-08add [rip] to a lea instructionJohn van Groningen1-1/+1
2012-12-21on 64 bit versions of WindowsJohn van Groningen1-7/+9
#define A64 and HFILE to be able to correctly compute the size of struct file defined in a header file, redirecting standard files did not work because of this bug
2012-04-20fix memory allocation of arrays of unboxed records of size 4 for 64 bit versionsJohn van Groningen4-4/+4
2012-03-14add make script for 64 bit thread safe linuxJohn van Groningen2-0/+76
2012-03-14add fileIO interface in assembly for 64 bit thread safe linuxJohn van Groningen1-0/+947
2012-03-14add thread safe version for 32 bit windowsJohn van Groningen9-0/+15459
2012-03-14fix free of clean thread local storage (on 64 bit linux)John van Groningen1-1/+1
2012-03-14fix free of clean thread local storageJohn van Groningen1-1/+1
2012-03-14add thread safe version for Mac OS X (64 bit Intel)John van Groningen12-0/+18186
2012-03-14fix newlinesJohn van Groningen11-20163/+20163
2012-03-14add thread safe version for 64 bit windowsJohn van Groningen11-0/+20163
2012-02-17fix file_read_int and file_read_s_int on 64 bit linuxJohn van Groningen1-2/+13
2012-02-06use linux calling convention for second call of file_read_s_line (instead of ↵John van Groningen1-7/+9
windows calling convention)
2012-02-06use linux calling convention for second call of file_read_s_line (instead of ↵John van Groningen1-7/+9
windows calling convention)
2012-02-06fix minimum heap size test for the memory profilerJohn van Groningen2-8/+8
2012-02-03bug fix, use a free register to load the bit_set_table2 addressJohn van Groningen1-6/+6
2012-02-02fix marking of Real nodesJohn van Groningen1-23/+14
2012-02-02fix marking of Real nodesJohn van Groningen1-24/+16
2012-02-01fix copying of Real nodesJohn van Groningen1-29/+25
2012-01-31fix compacting of realsJohn van Groningen1-1/+1
2012-01-31fix compacting of realsJohn van Groningen1-10/+7
2011-12-05add make script for macho64John van Groningen1-0/+7
2011-12-05use att_jae instead of jae to work around bug in the assemblerJohn van Groningen1-1/+1
2011-11-15fix compacting for an empty A stackJohn van Groningen1-2/+3
2011-11-15fix compacting for an empty A stackJohn van Groningen2-6/+8