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

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

2023-07-15
20:57
Renamed to src/forwarding/apple-forwarding-amd64.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/apple-forwarding-amd64.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: [9954d86ee8] check-in: [8939cbdb52] user: js, branch: trunk, size: 3817 [annotate] [blame] [check-ins using] [diff]
2022-02-12
07:46
Update copyright file: [1324ab08b0] check-in: [1a86b8175b] user: js, branch: trunk, size: 3817 [annotate] [blame] [check-ins using] [diff]
2021-04-18
13:24
Rename remaining functions in OFObject.h file: [0da6f95099] check-in: [d9f8960fc5] user: js, branch: new-naming-convention, size: 3817 [annotate] [blame] [check-ins using] [diff]
2021-01-30
20:21
Revert apple-forwarding-*.S back to AT&T syntax

Intel syntax is too buggy in the Apple assembler. file: [65a4d4b99a] check-in: [a6eb951b8c] user: js, branch: trunk, size: 3827 [annotate] [blame] [check-ins using] [diff]

2021-01-02
22:04
Update copyright file: [5aadb3b06b] check-in: [374e1a1bfa] user: js, branch: trunk, size: 3625 [annotate] [blame] [check-ins using] [diff]
2020-07-01
21:06
apple-forwarding-x86_64.S: Don't use jmp short

This breaks with older SDK versions. file: [5b8fcf7945] check-in: [1a4eba3a16] user: js, branch: trunk, size: 3714 [annotate] [blame] [check-ins using] [diff]

2020-06-30
22:44
Convert apple-forwarding-x86_64.S to Intel syntax file: [13401cab99] check-in: [fd8b23c282] user: js, branch: trunk, size: 3750 [annotate] [blame] [check-ins using] [diff]
2020-01-02
01:51
Update copyright file: [b46de1999b] check-in: [c7f0229795] user: js, branch: trunk, size: 3916 [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: [18ea0db1e4] check-in: [a1da5c7b2d] user: js, branch: trunk, size: 3913 [annotate] [blame] [check-ins using] [diff]

2019-01-03
19:13
Update copyright file: [3e183fb684] check-in: [0509d7a844] user: js, branch: trunk, size: 3913 [annotate] [blame] [check-ins using] [diff]
2018-01-03
19:49
Update copyright notice file: [24d2f55eb9] check-in: [7e5c81e186] user: js, branch: trunk, size: 3907 [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: [3697a89d1f] check-in: [44f45c2e35] user: js, branch: trunk, size: 3884 [annotate] [blame] [check-ins using] [diff]

2016-01-03
00:41
Update copyright

While at it, also update the mail address. file: [973a3c0b86] check-in: [2a27cf3000] user: js, branch: trunk, size: 3878 [annotate] [blame] [check-ins using] [diff]

2015-01-03
20:57
Update copyright file: [43f2c8dc9b] check-in: [cfd374b906] user: js, branch: trunk, size: 3874 [annotate] [blame] [check-ins using] [diff]
2014-04-10
00:03
forwarding/*.S: Include config.h

This is not strictly needed (and means its even included twice, as
forwarding.S already includes config.h), but it helps to assemble the
file directly without going through forwarding.S. file: [1f79bffef7] check-in: [9a4792a99e] user: js, branch: trunk, size: 3868 [annotate] [blame] [check-ins using] [diff]

2014-01-15
19:04
forwarding: Clean up local labels. file: [7dd4375ec7] check-in: [271bfb18b3] user: js, branch: trunk, size: 3847 [annotate] [blame] [check-ins using] [diff]
2014-01-04
00:24
Update copyright. file: [69dabd9c4d] check-in: [3b97fc3cd9] user: js, branch: trunk, size: 3903 [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: [541a8f5d95] check-in: [0c332aa2d2] user: js, branch: trunk, size: 3897 [annotate] [blame] [check-ins using] [diff]

2013-12-24
00:50
Add forwarding for iOS/ARM64. file: [b4c76d8ed5] check-in: [2566c341f3] user: js, branch: trunk, size: 3866 [annotate] [blame] [check-ins using] [diff]
2013-09-18
09:41
Added: Move sources for forwarding to src/forwarding. file: [5bfd2f984d] check-in: [c3623fcb7b] user: js, branch: trunk, size: 3859 [annotate] [blame] [check-ins using]