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

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

2024-04-17
20:50
Add missing endbr / bti file: [cc9692563a] check-in: [171615d20a] user: js, branch: trunk, size: 2392 [annotate] [blame] [check-ins using] [diff]
2024-04-03
02:16
Change license to LGPLv3 only file: [033d996c97] check-in: [7413a728a7] user: js, branch: trunk, size: 2379 [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: [dba62cdfa5] check-in: [de552578e7] user: js, branch: 1.0, size: 2161 [annotate] [blame] [check-ins using] [diff]

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: [c26c73e7ea] check-in: [0b441e52d6] user: js, branch: trunk, size: 2171 [annotate] [blame] [check-ins using] [diff]

2024-02-24
20:57
Add endbr32 / endbr64 file: [0aa1c677f8] check-in: [262baf76e7] user: js, branch: 1.0, size: 2139 [annotate] [blame] [check-ins using] [diff]
20:50
Add endbr32 / endbr64 file: [2b44a729f4] check-in: [75d88e0f6e] user: js, branch: trunk, size: 2149 [annotate] [blame] [check-ins using] [diff]
2024-02-03
11:41
Update copyright file: [ac7f632beb] check-in: [7324ec8590] user: js, branch: 1.0, size: 2065 [annotate] [blame] [check-ins using] [diff]
2024-01-02
17:17
Update copyright file: [d99537b0fa] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 2075 [annotate] [blame] [check-ins using] [diff]
2023-10-31
20:38
Move AMD64/ELF assembly back to AT&T syntax

Support for the Intel syntax is too buggy in toolchains to be usable. file: [59baaa9e46] check-in: [da613d0cb5] user: js, branch: trunk, size: 2075 [annotate] [blame] [check-ins using] [diff]

2023-10-28
18:45
Remove unnecessary `short` from assembly file: [c80a243830] check-in: [71d8f813ef] user: js, branch: trunk, size: 2054 [annotate] [blame] [check-ins using] [diff]
18:35
Use more local labels in assembly file: [d1cf6bd700] check-in: [cb18f26404] user: js, branch: trunk, size: 2090 [annotate] [blame] [check-ins using] [diff]
2023-10-24
23:56
Move AMD64/ELF assembly back to Intel syntax

This used to be in Intel syntax, but was moved back to AT&T syntax for
consistency with the Mach-O version, where the assembler doesn't support
the Intel syntax properly. However, it makes more sense to use Intel
syntax where possible. file: [23159b41e1] check-in: [ec513d0c55] user: js, branch: trunk, size: 2080 [annotate] [blame] [check-ins using] [diff]

2023-08-29
22:48
Add .note.GNU-stack on Haiku file: [2f9e1b8cac] check-in: [da242983b2] user: js, branch: trunk, size: 2065 [annotate] [blame] [check-ins using] [diff]
2023-07-15
14:48
platform.h: Add OF_HURD file: [c64d3f82a3] check-in: [340a3ac277] user: js, branch: trunk, size: 2044 [annotate] [blame] [check-ins using] [diff]
2023-04-22
20:22
Renamed src/runtime/lookup-asm/lookup-asm-x86_64-elf.S → src/runtime/lookup-asm/lookup-asm-amd64-elf.S. Rename x86_64 to AMD64

It's just a less awkward name and also what the BSDs use. file: [98ad19ed05] check-in: [b7a4e61b88] user: js, branch: trunk, size: 2018 [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: [12b1d6de58] check-in: [452bdb4a5f] user: js, branch: trunk, size: 1715 [annotate] [blame] [check-ins using] [diff]

2014-01-15
18:53
lookup-asm: Clean up local labels. file: [f8917d36c7] check-in: [f4cf33fee6] user: js, branch: trunk, size: 1732 [annotate] [blame] [check-ins using] [diff]
2014-01-04
00:24
Update copyright. file: [b1fc97c64a] check-in: [3b97fc3cd9] user: js, branch: trunk, size: 1730 [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: [6dd8fa4deb] check-in: [0c332aa2d2] user: js, branch: trunk, size: 1724 [annotate] [blame] [check-ins using] [diff]

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