Age | Commit message (Expand) | Author | Files | Lines |
2015-09-08 | add makefile for linux on the ARM | John van Groningen | 1 | -0/+30 |
2015-09-03 | fix armap.s include | John van Groningen | 1 | -1/+1 |
2015-09-03 | set eol-style property | John van Groningen | 1 | -4316/+4316 |
2015-09-02 | add runtime system for the ARM | John van Groningen | 9 | -0/+14658 |
2015-09-02 | port to android | John van Groningen | 1 | -2/+2 |
2015-09-02 | port to ARM | John van Groningen | 1 | -3/+3 |
2015-08-26 | fix amd64 code for curried applications with 3 arguments of functions with ar... | John van Groningen | 5 | -5/+5 |
2015-06-17 | Add time profiling on Mac OS X | John van Groningen | 3 | -86/+93 |
2014-12-10 | add eol-style and mime-type properties, to fix newline conversion | John van Groningen | 2 | -848/+848 |
2014-10-31 | port time profiling to Mac OS X | John van Groningen | 4 | -2/+885 |
2014-04-01 | save registers r12-r15, don't save registers rcx and rdx in abc_main | John van Groningen | 1 | -4/+30 |
2014-04-01 | save registers r12-r15, don't save registers rcx and rdx in abc_main | John van Groningen | 1 | -4/+30 |
2014-01-23 | fix script for _startupTrace.o | John van Groningen | 1 | -1/+1 |
2013-12-20 | ignore clean runtime system options in argv, if flags & 8192 | John van Groningen | 2 | -146/+150 |
2013-12-16 | jae short and jmp short are incorrectly assembled to a 5 byte jump instructio... | John van Groningen | 1 | -7/+14 |
2013-12-04 | if shared libraries are used on 64 bit linux, | John van Groningen | 3 | -1/+40 |
2013-12-04 | make global_argc and global_argv globally visible | John van Groningen | 1 | -0/+6 |
2013-12-04 | support position independent code on 64 bit linux, | John van Groningen | 1 | -1/+341 |
2013-12-04 | add eol property | John van Groningen | 1 | -908/+908 |
2013-12-04 | add astartup_chars_and_ints.asm for position independent code on 64 bit linux | John van Groningen | 1 | -0/+908 |
2013-10-18 | use gcc instead of cc (llvm) | John van Groningen | 1 | -2/+2 |
2013-10-17 | create static libraries (using libtool), instead of object files (using ld), | John van Groningen | 1 | -2/+6 |
2013-07-30 | don't use long instead of extern long to define some global variables | John van Groningen | 1 | -2/+2 |
2013-07-30 | if PIC is defined, adjust to modified descriptors for position independent code | John van Groningen | 1 | -0/+8 |
2013-07-29 | if PIC is defined, adjust to modified descriptors for position independent code | John van Groningen | 1 | -1/+36 |
2013-07-29 | if PIC is defined, adjust to modified descriptors for position independent code | John van Groningen | 1 | -2/+49 |
2013-07-29 | add a store that is probably missing by accident on the Mac OS X version | John van Groningen | 1 | -0/+1 |
2013-07-29 | if PIC is defined, adjust to modified descriptors for position independent code | John van Groningen | 1 | -0/+47 |
2013-07-29 | fix bug, use r9 instead of r8, for position independent code | John van Groningen | 1 | -3/+3 |
2013-07-29 | if PIC is defined, adjust to modified descriptors for position independent code | John van Groningen | 1 | -4/+92 |
2013-07-26 | if PIC is defined, adjust to modified descriptors for position independent code | John van Groningen | 1 | -2/+91 |
2013-07-26 | fix register name (d3 instead of rd3) | John van Groningen | 1 | -1/+1 |
2013-07-26 | if PIC is defined, adjust to modified descriptors for position independent code | John van Groningen | 1 | -4/+30 |
2013-07-26 | if PIC is defined, adjust to modified descriptors for position independent code | John van Groningen | 1 | -0/+524 |
2013-07-18 | replace +d4 by +r12 | John van Groningen | 1 | -1/+1 |
2013-07-18 | use long instead of extern long to define some global variables | John van Groningen | 1 | -2/+2 |
2013-07-18 | store offset to e__system__dind instead of address if code is position indepe... | John van Groningen | 1 | -0/+4 |
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-10 | don't combine offset and [rip] on linux | John van Groningen | 1 | -3/+3 |
2013-07-04 | if PIC is defined, make some code position independent | John van Groningen | 1 | -1/+39 |
2013-07-04 | if PIC is defined, make some code position independent | John van Groningen | 1 | -0/+70 |
2013-07-04 | if PIC is defined, make some code position independent | John van Groningen | 1 | -0/+70 |
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-07-04 | add +0 to some pc relative addresses, converted to [rip] on linux | John van Groningen | 1 | -4/+4 |
2013-07-04 | if PIC is defined, make some code position independent | John van Groningen | 1 | -3/+123 |
2013-07-04 | add +0 to some pc relative addresses, converted to [rip] on linux | John van Groningen | 1 | -2/+2 |
2013-07-04 | add +0 to some pc relative addresses, converted to [rip] on linux | John van Groningen | 1 | -2/+2 |