ObjFW  All files named "src/forwarding/forwarding-amd64-elf.S"

History for src/forwarding/forwarding-amd64-elf.S

2024-04-03
02:16
Change license to LGPLv3 only file: [00eff4acff] check-in: [7413a728a7] user: js, branch: trunk, size: 4925 [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: [7d81c22aa1] check-in: [de552578e7] user: js, branch: 1.0, size: 4685 [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: [0fbb5e1e98] check-in: [0b441e52d6] user: js, branch: trunk, size: 4717 [annotate] [blame] [check-ins using] [diff]

2024-02-24
20:57
Add endbr32 / endbr64 file: [51b886f131] check-in: [262baf76e7] user: js, branch: 1.0, size: 4687 [annotate] [blame] [check-ins using] [diff]
20:50
Add endbr32 / endbr64 file: [23dfe640bd] check-in: [75d88e0f6e] user: js, branch: trunk, size: 4719 [annotate] [blame] [check-ins using] [diff]
2024-02-03
11:41
Update copyright file: [f03a05bc7d] check-in: [7324ec8590] user: js, branch: 1.0, size: 4576 [annotate] [blame] [check-ins using] [diff]
2024-01-02
17:17
Update copyright file: [f508a1c5c1] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 4608 [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: [75e33865ae] check-in: [da613d0cb5] user: js, branch: trunk, size: 4608 [annotate] [blame] [check-ins using] [diff]

2023-10-28
18:45
Remove unnecessary `short` from assembly file: [c81bf7cc2c] check-in: [71d8f813ef] user: js, branch: trunk, size: 4512 [annotate] [blame] [check-ins using] [diff]
18:35
Use more local labels in assembly file: [60cb5f07a9] check-in: [cb18f26404] user: js, branch: trunk, size: 4548 [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: [6b28668374] check-in: [ec513d0c55] user: js, branch: trunk, size: 4516 [annotate] [blame] [check-ins using] [diff]

2023-08-29
22:48
Add .note.GNU-stack on Haiku file: [3634b90fe2] check-in: [da242983b2] user: js, branch: trunk, size: 4576 [annotate] [blame] [check-ins using] [diff]
2023-07-15
14:48
platform.h: Add OF_HURD file: [3465a8f0c9] check-in: [340a3ac277] user: js, branch: trunk, size: 4555 [annotate] [blame] [check-ins using] [diff]
2023-04-22
20:22
Renamed src/forwarding/forwarding-x86_64-elf.S → src/forwarding/forwarding-amd64-elf.S. Rename x86_64 to AMD64

It's just a less awkward name and also what the BSDs use. file: [7311558887] check-in: [b7a4e61b88] user: js, branch: trunk, size: 4529 [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-01-15
19:04
forwarding: Clean up local labels. file: [7cc00abdac] check-in: [271bfb18b3] user: js, branch: trunk, size: 4493 [annotate] [blame] [check-ins using] [diff]
2014-01-04
00:24
Update copyright. file: [740378abfd] check-in: [3b97fc3cd9] user: js, branch: trunk, size: 4535 [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: [55f7a74c19] check-in: [0c332aa2d2] user: js, branch: trunk, size: 4529 [annotate] [blame] [check-ins using] [diff]

2013-12-25
00:01
Make section .ctors "aw". file: [6c6e2ed7b7] check-in: [3695e89467] user: js, branch: trunk, size: 3755 [annotate] [blame] [check-ins using] [diff]
2013-09-18
09:41
Added: Move sources for forwarding to src/forwarding. file: [2ec536dc20] check-in: [c3623fcb7b] user: js, branch: trunk, size: 3754 [annotate] [blame] [check-ins using]