summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-11-02call clean_init and clean_fini for shared librariesJohn van Groningen1-0/+8
2015-11-02fix clean_init and clean_fini on ARMJohn van Groningen1-5/+8
2015-11-02remove import or export of __eaindJohn van Groningen1-5/+3
2015-11-02set visibility of symbols to hidden on ARM,John van Groningen2-1/+57
2015-11-02remove imports or exports of symbols that are not used or definedJohn van Groningen1-7/+0
2015-11-02don't use registers r0-r3 on ARM in string_to_string_node, int_array_to_node ...John van Groningen1-18/+15
2015-11-02increase size of comm saved_heap_p from 4 to 8 bytesJohn van Groningen1-1/+1
2015-11-02don't import flushF, because is currently not defined on ARMJohn van Groningen1-3/+1
2015-11-02rename __indirection as e__system__nindJohn van Groningen6-167/+167
2015-10-22add position independent code option (PIC) for ARMJohn van Groningen9-963/+2280
2015-10-19workaround bugs and limitations of the llvm assemblerJohn van Groningen2-249/+501
2015-10-19more workarounds for limitations and incompatibilities of the llvm assemblerJohn van Groningen1-6/+6
2015-10-19add areals_offsets.s to workaround limitations of the llvm assemblerJohn van Groningen1-0/+741
2015-09-30add program to compute the offsets in areals.s, to workaround llvm assembler ...John van Groningen1-0/+161
2015-09-30move 16 byte aligned quad pairs to the beginning of the data section, add #of...John van Groningen1-48/+52
2015-09-29change syntax to workaround limitations of the llvm assemblerJohn van Groningen1-1383/+1383
2015-09-29remove 0r before floating point values to workaround limitations of the llvm ...John van Groningen1-798/+798
2015-09-29change syntax to workaround limitations of the llvm assemblerJohn van Groningen1-328/+328
2015-09-29change syntax to workaround limitations of the llvm assemblerJohn van Groningen1-689/+689
2015-09-28change syntax to workaround limitations of the llvm assemblerJohn van Groningen1-88/+88
2015-09-28change syntax to workaround limitations of the llvm assemblerJohn van Groningen1-166/+166
2015-09-28change syntax to workaround limitations of the llvm assemblerJohn van Groningen1-46/+46
2015-09-28change syntax to workaround limitations of the llvm assemblerJohn van Groningen1-209/+209
2015-09-28change syntax to workaround limitations of the llvm assemblerJohn van Groningen1-152/+152
2015-09-28change syntax to workaround limitations of the llvm assemblerJohn van Groningen1-156/+156
2015-09-28change syntax to workaround limitations of the llvm assemblerJohn van Groningen1-134/+134
2015-09-28change syntax to workaround limitations of the llvm assemblerJohn van Groningen1-208/+208
2015-09-28change syntax to workaround limitations of the llvm assemblerJohn van Groningen1-241/+241
2015-09-28change syntax to workaround limitations of the llvm assemblerJohn van Groningen1-292/+292
2015-09-24Hack to avoid bugs in the Mach-O assembler and llvm assemblerJohn van Groningen1-28/+82
2015-09-23remove accidentally committed \John van Groningen1-1/+1
2015-09-23use movsxd instead of movsx because the llvm assembler does not support itJohn van Groningen2-3/+3
2015-09-23one qword ptr is enoughJohn van Groningen1-7/+7
2015-09-08add makefile for linux on the ARMJohn van Groningen1-0/+30
2015-09-03fix armap.s includeJohn van Groningen1-1/+1
2015-09-03set eol-style propertyJohn van Groningen1-4316/+4316
2015-09-02add runtime system for the ARMJohn van Groningen9-0/+14658
2015-09-02port to androidJohn van Groningen1-2/+2
2015-09-02port to ARMJohn van Groningen1-3/+3
2015-08-26fix amd64 code for curried applications with 3 arguments of functions with ar...John van Groningen5-5/+5
2015-06-17Add time profiling on Mac OS XJohn van Groningen3-86/+93
2014-12-10add eol-style and mime-type properties, to fix newline conversionJohn van Groningen2-848/+848
2014-10-31port time profiling to Mac OS XJohn van Groningen4-2/+885
2014-04-01save registers r12-r15, don't save registers rcx and rdx in abc_mainJohn van Groningen1-4/+30
2014-04-01save registers r12-r15, don't save registers rcx and rdx in abc_mainJohn van Groningen1-4/+30
2014-01-23fix script for _startupTrace.oJohn van Groningen1-1/+1
2013-12-20ignore clean runtime system options in argv, if flags & 8192John van Groningen2-146/+150
2013-12-16jae short and jmp short are incorrectly assembled to a 5 byte jump instructio...John van Groningen1-7/+14
2013-12-04if shared libraries are used on 64 bit linux,John van Groningen3-1/+40
2013-12-04make global_argc and global_argv globally visibleJohn van Groningen1-0/+6