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 (
Expand
)
Author
Files
Lines
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
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
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
2006-06-02
add runtime system for 64 bit windows and linux
John van Groningen
1
-0
/
+4795