History of file src/forwarding/forwarding-amd64-macho.S at check-in 22b11fa7e84ff8c5
2024-04-03
| ||
02:16 | Change license to LGPLv3 only file: [21288ad673] check-in: [7413a728a7] user: js, branch: trunk, size: 4671 [annotate] [blame] [check-ins using] [diff] | |
2024-02-26
| ||
20:32 |
Use <cet.h> and _CET_ENDBR macro
This only uses endbr32/endbr64 when actually needed and emits the | |
20:32 |
Use <cet.h> and _CET_ENDBR macro
This only uses endbr32/endbr64 when actually needed and emits the | |
2024-02-24
| ||
20:57 | Add endbr32 / endbr64 file: [d1ee87766e] check-in: [262baf76e7] user: js, branch: 1.0, size: 4449 [annotate] [blame] [check-ins using] [diff] | |
20:50 | Add endbr32 / endbr64 file: [b2c96d5bb0] check-in: [75d88e0f6e] user: js, branch: trunk, size: 4465 [annotate] [blame] [check-ins using] [diff] | |
2024-02-03
| ||
11:41 | Update copyright file: [3777e458cc] check-in: [7324ec8590] user: js, branch: 1.0, size: 4338 [annotate] [blame] [check-ins using] [diff] | |
2024-01-02
| ||
17:17 | Update copyright file: [fb857e93f9] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 4354 [annotate] [blame] [check-ins using] [diff] | |
2023-10-31
| ||
23:06 |
Move AMD64/Mach-O assembly back to AT&T syntax
Support for the Intel syntax is too buggy in toolchains to be usable. file: [029772cbfe] check-in: [700468b00c] user: js, branch: trunk, size: 4354 [annotate] [blame] [check-ins using] [diff] | |
2023-10-28
| ||
18:35 | Use more local labels in assembly file: [197daf8bf7] check-in: [cb18f26404] user: js, branch: trunk, size: 4551 [annotate] [blame] [check-ins using] [diff] | |
18:04 |
Move x86/Mach-O assembly to Intel syntax
A workaround for the assembler bugs has been found. file: [0969f9a066] check-in: [18c524e13d] user: js, branch: trunk, size: 4535 [annotate] [blame] [check-ins using] [diff] | |
2023-04-22
| ||
20:22 |
Renamed src/forwarding/forwarding-x86_64-macho.S → src/forwarding/forwarding-amd64-macho.S.
Rename x86_64 to AMD64
It's just a less awkward name and also what the BSDs use. file: [3f0c2bdab8] check-in: [b7a4e61b88] user: js, branch: trunk, size: 4338 [annotate] [blame] [check-ins using] [diff] | |
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 | |
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 | |
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 | |