ObjFW  History of src/runtime/lookup-asm/lookup-asm-x86-win32.S of c7f0229795431423

History of the file that is called src/runtime/lookup-asm/lookup-asm-x86-win32.S at check-in c7f0229795431423

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: [447b9d83b0] check-in: [de552578e7] user: js, branch: 1.0, size: 2016 [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: [31732be2f7] check-in: [0b441e52d6] user: js, branch: trunk, size: 2026 [annotate] [blame] [check-ins using] [diff]

2024-02-24
20:57
Add endbr32 / endbr64 file: [ba2d9c7098] check-in: [262baf76e7] user: js, branch: 1.0, size: 1994 [annotate] [blame] [check-ins using] [diff]
20:50
Add endbr32 / endbr64 file: [aee3f07f59] check-in: [75d88e0f6e] user: js, branch: trunk, size: 2004 [annotate] [blame] [check-ins using] [diff]
2024-02-03
11:41
Update copyright file: [0af0ed8322] check-in: [7324ec8590] user: js, branch: 1.0, size: 1920 [annotate] [blame] [check-ins using] [diff]
2024-01-02
17:17
Update copyright file: [f5268f2582] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 1930 [annotate] [blame] [check-ins using] [diff]
2023-10-31
22:45
Move x86/Win32 assembly back to AT&T syntax

Support for the Intel syntax is too buggy in toolchains to be usable. file: [15ce3f96a4] check-in: [14d5bc2bbc] user: js, branch: trunk, size: 1930 [annotate] [blame] [check-ins using] [diff]

2023-10-28
18:45
Remove unnecessary `short` from assembly file: [8858e35bdf] check-in: [71d8f813ef] user: js, branch: trunk, size: 1955 [annotate] [blame] [check-ins using] [diff]
18:35
Use more local labels in assembly file: [d9ae57eae0] check-in: [cb18f26404] user: js, branch: trunk, size: 1992 [annotate] [blame] [check-ins using] [diff]
2023-10-25
00:50
Move x86/Win32 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: [045420d8bf] check-in: [357bcde965] user: js, branch: trunk, size: 1982 [annotate] [blame] [check-ins using] [diff]

2023-01-06
09:04
Update copyright file: [bbc35eaa38] check-in: [8939cbdb52] user: js, branch: trunk, size: 1920 [annotate] [blame] [check-ins using] [diff]
2022-02-12
07:46
Update copyright file: [0d663a9140] check-in: [1a86b8175b] user: js, branch: trunk, size: 1920 [annotate] [blame] [check-ins using] [diff]
2021-05-02
11:34
runtime: Name things more consistently file: [82a8f4610f] check-in: [2b75f9e6a0] user: js, branch: trunk, size: 1920 [annotate] [blame] [check-ins using] [diff]
2021-03-24
00:57
*-x86-win32.S: Add .scl and .type file: [e53fa327a6] check-in: [30ddefaf51] user: js, branch: trunk, size: 1910 [annotate] [blame] [check-ins using] [diff]
2021-02-22
22:38
lookup-asm-x86*.S: Minor optimization file: [adce2f3bf7] check-in: [ddc5d6ac49] user: js, branch: trunk, size: 1842 [annotate] [blame] [check-ins using] [diff]
2021-02-01
00:39
Revert lookup-asm-x86-win32.S back to AT&T syntax

This is for consistency with the Mach-O version. file: [7e33d5be64] check-in: [603524c162] user: js, branch: trunk, size: 1840 [annotate] [blame] [check-ins using] [diff]

2021-01-02
22:04
Update copyright file: [a72d0d3be2] check-in: [374e1a1bfa] user: js, branch: trunk, size: 1859 [annotate] [blame] [check-ins using] [diff]
2020-07-12
13:46
lookup-asm-x86*-win*.S: Obfuscate tagged pointers file: [5502257c39] check-in: [4491aefd93] user: js, branch: tagged-pointers, size: 1948 [annotate] [blame] [check-ins using] [diff]
2020-07-05
14:06
lookup-asm-x86(_64)-*.S: Shave off one instruction file: [a3d86ba076] check-in: [0579faebb2] user: js, branch: tagged-pointers, size: 1931 [annotate] [blame] [check-ins using] [diff]
2020-07-04
00:24
Only use 4 bits to classify tagged pointers

This leaves 28/60 bits for the value. file: [6bf3eb314e] check-in: [943cf97843] user: js, branch: tagged-pointers, size: 1942 [annotate] [blame] [check-ins using] [diff]

2020-06-30
21:24
lookup-asm-x86-win32.S: Support tagged pointers file: [db823a1fe8] check-in: [b1ee7629b5] user: js, branch: tagged-pointers, size: 1930 [annotate] [blame] [check-ins using] [diff]
01:53
Convert all x86/Win32 ASM to Intel syntax

GAS has decent support for Intel syntax these days, so there is little
reason to stick with AT&T syntax. file: [44cfb2c923] check-in: [2630b77909] user: js, branch: trunk, size: 1738 [annotate] [blame] [check-ins using] [diff]

01:08
Remove unnecessary PIC from x86/Win32 ASM file: [59e96874a5] check-in: [9ccac85bb4] user: js, branch: trunk, size: 1707 [annotate] [blame] [check-ins using] [diff]
2020-01-02
01:51
Update copyright file: [4aa81a0136] check-in: [c7f0229795] user: js, branch: trunk, size: 1800 [annotate] [blame] [check-ins using] [diff]
2019-01-03
19:13
Update copyright file: [440a29bfed] check-in: [0509d7a844] user: js, branch: trunk, size: 1797 [annotate] [blame] [check-ins using] [diff]
2018-01-03
19:49
Update copyright notice file: [94bf22bdae] check-in: [7e5c81e186] user: js, branch: trunk, size: 1791 [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: [eb2fd9ea14] check-in: [44f45c2e35] user: js, branch: trunk, size: 1768 [annotate] [blame] [check-ins using] [diff]

2016-05-07
19:08
Fix super lookup of missing methods on x86(_64) file: [904a0e774b] check-in: [d4d5a27ccd] user: js, branch: trunk, size: 1762 [annotate] [blame] [check-ins using] [diff]
2016-01-03
00:41
Update copyright

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

2015-01-03
20:57
Update copyright file: [d7c1406546] check-in: [cfd374b906] user: js, branch: trunk, size: 1721 [annotate] [blame] [check-ins using] [diff]
2014-01-15
18:53
lookup-asm: Clean up local labels. file: [c7fb0db9a0] check-in: [f4cf33fee6] user: js, branch: trunk, size: 1715 [annotate] [blame] [check-ins using] [diff]
2014-01-04
00:24
Update copyright. file: [acf3286731] check-in: [3b97fc3cd9] user: js, branch: trunk, size: 1772 [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: [a61203a836] check-in: [0c332aa2d2] user: js, branch: trunk, size: 1766 [annotate] [blame] [check-ins using] [diff]

2013-12-06
02:35
Added: Add x86/Win32 assembly lookup implementation. file: [33d9469129] check-in: [b527914a91] user: js, branch: trunk, size: 1784 [annotate] [blame] [check-ins using]