ObjFW  All files named "src/runtime/lookup-asm/lookup-asm-amd64-macho.S"

History for src/runtime/lookup-asm/lookup-asm-amd64-macho.S

2024-04-17
20:50
Add missing endbr / bti file: [c59284e5c0] check-in: [171615d20a] user: js, branch: trunk, size: 2166 [annotate] [blame] [check-ins using] [diff]
2024-04-03
02:16
Change license to LGPLv3 only file: [51edf39f7d] check-in: [7413a728a7] user: js, branch: trunk, size: 2153 [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
necessary .note.gnu.property. file: [ef9ad4248e] check-in: [0b441e52d6] user: js, branch: trunk, size: 1945 [annotate] [blame] [check-ins using] [diff]

2024-02-24
20:50
Add endbr32 / endbr64 file: [e88d4f78e5] check-in: [75d88e0f6e] user: js, branch: trunk, size: 1923 [annotate] [blame] [check-ins using] [diff]
2024-01-02
17:17
Update copyright file: [77b3efe9ac] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 1849 [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: [f4c5e07f65] check-in: [700468b00c] user: js, branch: trunk, size: 1849 [annotate] [blame] [check-ins using] [diff]

2023-10-28
18:35
Use more local labels in assembly file: [b3182ba60d] check-in: [cb18f26404] user: js, branch: trunk, size: 2092 [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: [ca53a90db3] check-in: [18c524e13d] user: js, branch: trunk, size: 2087 [annotate] [blame] [check-ins using] [diff]

2023-04-22
20:22
Renamed src/runtime/lookup-asm/lookup-asm-x86_64-macho.S → src/runtime/lookup-asm/lookup-asm-amd64-macho.S. Rename x86_64 to AMD64

It's just a less awkward name and also what the BSDs use. file: [f313fe156e] check-in: [b7a4e61b88] user: js, branch: trunk, size: 1844 [annotate] [blame] [check-ins using] [diff]

2014-02-22
01:14
Deleted: Rename AMD64 to x86_64 check-in: [05f4b0a4f0] user: js, branch: trunk, size: 0
2014-02-19
13:05
lookup-asm-amd64-*: Remove useless mov

This mov was not correctly translated when the code was converted from
Intel syntax to AT&T syntax, but this never caused any trouble as rdi is
not used in the code it jumps to anyway. file: [f898194a7d] check-in: [452bdb4a5f] user: js, branch: trunk, size: 1568 [annotate] [blame] [check-ins using] [diff]

2014-01-19
12:00
Add lookup-asm-ppc-macho.S. file: [515ca230a1] check-in: [d80d091b0e] user: js, branch: trunk, size: 1585 [annotate] [blame] [check-ins using] [diff]
2014-01-15
18:53
lookup-asm: Clean up local labels. file: [b08544909a] check-in: [f4cf33fee6] user: js, branch: trunk, size: 1586 [annotate] [blame] [check-ins using] [diff]
2014-01-04
00:24
Update copyright. file: [78afdc07bf] check-in: [3b97fc3cd9] user: js, branch: trunk, size: 1584 [annotate] [blame] [check-ins using] [diff]
2013-12-27
02:07
Rework forwarding API and ABI.

It matches the Apple API and ABI now and the forwarding handler itself
determines whether it should forward or not.

This moves handling of +[resolve{Class,Instance}Method:] to the runtime
and allows adding new kinds of forwarding without changing the runtime.

Also fixes a potential stack problem in the forwarding for MIPS. file: [9d19d61727] check-in: [0c332aa2d2] user: js, branch: trunk, size: 1578 [annotate] [blame] [check-ins using] [diff]

2013-09-20
10:57
Added: Move lookup asm files to src/runtime/lookup-asm. file: [9f2fcb9422] check-in: [c4abdf467a] user: js, branch: trunk, size: 1580 [annotate] [blame] [check-ins using]