summaryrefslogtreecommitdiff
path: root/macho64
AgeCommit message (Expand)AuthorFilesLines
2016-03-03fix positionF for AMD64John van Groningen1-1/+1
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-08-26fix amd64 code for curried applications with 3 arguments of functions with ar...John van Groningen1-1/+1
2015-06-17Add time profiling on Mac OS XJohn van Groningen2-74/+79
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 Groningen3-2/+856
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-16jae short and jmp short are incorrectly assembled to a 5 byte jump instructio...John van Groningen1-7/+14
2013-10-18use gcc instead of cc (llvm)John van Groningen1-2/+2
2013-10-17create static libraries (using libtool), instead of object files (using ld),John van Groningen1-2/+6
2013-07-29add a store that is probably missing by accident on the Mac OS X versionJohn van Groningen1-0/+1
2013-07-03fix compacting for an empty A stackJohn van Groningen1-2/+3
2013-07-02use 31*8 instead of 31*9 in and instructionJohn van Groningen1-2/+2
2013-07-02fix compacting for an empty A stackJohn van Groningen1-2/+3
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-03-08add [rip] to a lea instructionJohn van Groningen1-1/+1
2012-04-20fix memory allocation of arrays of unboxed records of size 4 for 64 bit versionsJohn van Groningen1-1/+1
2012-02-06use linux calling convention for second call of file_read_s_line (instead of ...John van Groningen1-7/+9
2012-02-06fix minimum heap size test for the memory profilerJohn van Groningen1-4/+4
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