index
:
run-time-system
gc-flipped
master
Copy of https://svn.cs.ru.nl/repos/clean-run-time-system/, with a Thumb-2 run-time system.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
astartup.asm
Age
Commit message (
Collapse
)
Author
Files
Lines
2013-07-18
store offset to e__system__dind instead of address if code is position ↵
John van Groningen
1
-0
/
+4
independent
2013-07-18
use @PLT to call clib functions if code is position independent
John van Groningen
1
-0
/
+40
2013-07-18
use public only with one label, makes it possible to define public as a macro
John van Groningen
1
-1
/
+2
2013-07-18
use public only with one label, makes it possible to define public as a macro
John van Groningen
1
-10
/
+63
2013-07-04
if PIC is defined, make more code position independent
John van Groningen
1
-12
/
+199
2013-07-04
if PIC is defined, make more code position independent
John van Groningen
1
-1
/
+45
2013-06-28
if PIC is defined, make more code position independent
John van Groningen
1
-0
/
+4
2013-06-28
if PIC is defined, make more code position independent
John van Groningen
1
-4
/
+42
2013-06-28
if PIC is defined, make more code position independent
John van Groningen
1
-1
/
+17
2013-06-28
if PIC is defined, make more code position independent
John van Groningen
1
-3
/
+35
2013-06-28
if PIC is defined, make some code position independent
John van Groningen
1
-1
/
+37
2013-06-26
add +0 to a pc relative address, converted to [rip] on linux
John van Groningen
1
-1
/
+1
2013-06-26
remove +0 after move offset
John van Groningen
1
-1
/
+1
2013-06-25
add +0 to some pc relative addresses, converted to [rip] on linux
John van Groningen
1
-56
/
+51
2013-06-25
add +0 to some pc relative addresses, converted to [rip] on linux
John van Groningen
1
-68
/
+68
2013-06-25
add +0 to some pc relative addresses, converted to [rip] on linux
John van Groningen
1
-26
/
+26
2013-06-25
add +0 to some pc relative addresses, converted to [rip] on linux
John van Groningen
1
-34
/
+34
2013-06-25
add +0 to some pc relative addresses, converted to [rip] on linux
John van Groningen
1
-17
/
+17
2013-06-25
add +0 to some pc relative addresses, converted to [rip] on linux
John van Groningen
1
-33
/
+33
2013-06-25
add +0 to pc relative lea instructions, converted to [rip] on linux
John van Groningen
1
-41
/
+41
2013-04-08
fix printing string parameter of function IO_error for 64 bit linux
John van Groningen
1
-1
/
+2
2012-04-20
fix memory allocation of arrays of unboxed records of size 4 for 64 bit versions
John van Groningen
1
-1
/
+1
2012-02-06
fix minimum heap size test for the memory profiler
John van Groningen
1
-4
/
+4
2011-06-24
fix spelling of dll_initialised, remove some spaces
John van Groningen
1
-47
/
+47
2007-06-27
port init and exit code for dll's,
John van Groningen
1
-14
/
+110
add int_array_to_node and real_array_to_node for centry and ccall
2007-05-09
fix use of cvtsd2ss instruction
John van Groningen
1
-2
/
+3
2007-05-09
add arrays of 32 bit integers and reals
John van Groningen
1
-4
/
+83
2006-12-13
store number of values in xmm registers in rax before varargs c call of sprintf
John van Groningen
1
-0
/
+1
on 64 bit linux
2006-11-29
fix DtoAC for records
John van Groningen
1
-1
/
+1
2006-11-29
the assembler wants eax instead of rax when loading a dword
John van Groningen
1
-1
/
+1
2006-11-29
fix bug in DtoAC
John van Groningen
1
-1
/
+1
2006-11-08
remove call to write_heap on 64 bit linux because it is not yet implemented
John van Groningen
1
-0
/
+4
2006-09-05
add call to write_heap
John van Groningen
1
-9
/
+17
2006-06-26
add abs_real_mask
John van Groningen
1
-2
/
+5
2006-06-09
fix printing of heap size after garbage collection on windows,
John van Groningen
1
-3
/
+11
make saved_heap_p 16 bytes instead of 8
2006-06-02
add runtime system for 64 bit windows and linux
John van Groningen
1
-0
/
+4795