ObjFW  All files named "src/forwarding/forwarding-x86_64-macho.S"

History for src/forwarding/forwarding-x86_64-macho.S

2023-07-15
20:57
Renamed to src/forwarding/forwarding-amd64-macho.S. Merge trunk into branch "amiga-library" check-in: [860b0bf1e9] user: js, branch: amiga-library, size: 0
2023-04-22
20:22
Renamed to src/forwarding/forwarding-amd64-macho.S. Rename x86_64 to AMD64

It's just a less awkward name and also what the BSDs use. check-in: [b7a4e61b88] user: js, branch: trunk, size: 0

2023-01-06
09:04
Update copyright file: [3f0c2bdab8] check-in: [8939cbdb52] user: js, branch: trunk, size: 4338 [annotate] [blame] [check-ins using] [diff]
2022-02-12
07:46
Update copyright file: [0e975fcfd2] check-in: [1a86b8175b] user: js, branch: trunk, size: 4338 [annotate] [blame] [check-ins using] [diff]
2021-04-18
13:24
Rename remaining functions in OFObject.h file: [96ab2eb2d0] check-in: [d9f8960fc5] user: js, branch: new-naming-convention, size: 4338 [annotate] [blame] [check-ins using] [diff]
2021-02-07
00:59
Revert forwarding-x86_64-macho.S to AT&T syntax

Intel syntax is too buggy in the Apple assembler. file: [820a074595] check-in: [5277d2b62a] user: js, branch: trunk, size: 4348 [annotate] [blame] [check-ins using] [diff]

2021-01-02
22:04
Update copyright file: [d39aa9c238] check-in: [374e1a1bfa] user: js, branch: trunk, size: 4102 [annotate] [blame] [check-ins using] [diff]
2020-06-30
23:31
Convert all x86_64/Mach-O ASM to Intel syntax file: [4631e2d50d] check-in: [5c288708e0] user: js, branch: trunk, size: 4191 [annotate] [blame] [check-ins using] [diff]
2020-01-02
01:51
Update copyright file: [42dfac05fa] check-in: [c7f0229795] user: js, branch: trunk, size: 4437 [annotate] [blame] [check-ins using] [diff]
2019-02-18
20:55
Replace a few movdqa with movaps

movaps is smaller, and we don't know what kind of data is in there
anyway (and it's FP rather than integer in most cases anyway), so it
does not matter which move instruction we use. file: [d6f50d3ba3] check-in: [a1da5c7b2d] user: js, branch: trunk, size: 4434 [annotate] [blame] [check-ins using] [diff]

01:37
invocation: Make all offsets constants

This makes the assembly much more readable.

No difference between disassembled .o file before and after. file: [4197c22f3e] check-in: [780d096371] user: js, branch: trunk, size: 4434 [annotate] [blame] [check-ins using] [diff]

2019-01-03
19:13
Update copyright file: [dbba3c172d] check-in: [0509d7a844] user: js, branch: trunk, size: 4442 [annotate] [blame] [check-ins using] [diff]
2018-01-03
19:49
Update copyright notice file: [34fc34a764] check-in: [7e5c81e186] user: js, branch: trunk, size: 4436 [annotate] [blame] [check-ins using] [diff]
2017-01-09
17:36
Update copyright

Forgot to add 2017, even though I already did quite some changes in
2017. file: [59f09cc007] check-in: [44f45c2e35] user: js, branch: trunk, size: 4413 [annotate] [blame] [check-ins using] [diff]

2016-07-03
12:19
Added: Add forwardingTargetForSelector: for x86_64/Mach-O

This is for the ObjFW runtime - for the Apple runtime, this did already
exist. file: [98b74480e6] check-in: [d9c9a3d0bc] user: js, branch: trunk, size: 4407 [annotate] [blame] [check-ins using]