ObjFW  History of src/runtime/lookup-asm/lookup-asm-amd64-win64.S of 71d8f813efdaea4a

History of the file that is called src/runtime/lookup-asm/lookup-asm-amd64-win64.S at check-in 71d8f813efdaea4a

2024-04-17
20:50
[09a5df3763] part of check-in [171615d20a] Add missing endbr / bti (check-in: [171615d20a] user: js, branch: trunk, size: 2275) [annotate] [blame] [check-ins using] [diff]
2024-04-03
02:16
[c8a0addc63] part of check-in [7413a728a7] Change license to LGPLv3 only (check-in: [7413a728a7] user: js, branch: trunk, size: 2262) [annotate] [blame] [check-ins using] [diff]
2024-02-26
20:32
[df92e91b57] part of check-in [de552578e7] Use <cet.h> and _CET_ENDBR macro

This only uses endbr32/endbr64 when actually needed and emits the
necessary .note.gnu.property. (check-in: [de552578e7] user: js, branch: 1.0, size: 2044) [annotate] [blame] [check-ins using] [diff]

20:32
[5536a6afa6] part of check-in [0b441e52d6] Use <cet.h> and _CET_ENDBR macro

This only uses endbr32/endbr64 when actually needed and emits the
necessary .note.gnu.property. (check-in: [0b441e52d6] user: js, branch: trunk, size: 2054) [annotate] [blame] [check-ins using] [diff]

2024-02-24
20:57
[a1a718f0ad] part of check-in [262baf76e7] Add endbr32 / endbr64 (check-in: [262baf76e7] user: js, branch: 1.0, size: 2022) [annotate] [blame] [check-ins using] [diff]
20:50
[94ccf0547a] part of check-in [75d88e0f6e] Add endbr32 / endbr64 (check-in: [75d88e0f6e] user: js, branch: trunk, size: 2032) [annotate] [blame] [check-ins using] [diff]
2024-02-03
11:41
[d8069cc26e] part of check-in [7324ec8590] Update copyright (check-in: [7324ec8590] user: js, branch: 1.0, size: 1948) [annotate] [blame] [check-ins using] [diff]
2024-01-02
17:17
[c432b0ebda] part of check-in [26ddd2e4e4] Update copyright (check-in: [26ddd2e4e4] user: js, branch: trunk, size: 1958) [annotate] [blame] [check-ins using] [diff]
2023-10-31
22:38
[e18eba8eb1] part of check-in [ba2d42d150] Move AMD64/Win64 assembly back to AT&T syntax

Support for the Intel syntax is too buggy in toolchains to be usable. (check-in: [ba2d42d150] user: js, branch: trunk, size: 1958) [annotate] [blame] [check-ins using] [diff]

2023-10-28
18:45
[aebc3c4fb2] part of check-in [71d8f813ef] Remove unnecessary `short` from assembly (check-in: [71d8f813ef] user: js, branch: trunk, size: 1940) [annotate] [blame] [check-ins using] [diff]
18:35
[2fecd29e3d] part of check-in [cb18f26404] Use more local labels in assembly (check-in: [cb18f26404] user: js, branch: trunk, size: 1970) [annotate] [blame] [check-ins using] [diff]
2023-10-25
00:23
[56a0df9bbf] part of check-in [70a7617023] Move AMD64/Win64 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. (check-in: [70a7617023] user: js, branch: trunk, size: 1960) [annotate] [blame] [check-ins using] [diff]

2023-04-22
20:22
Renamed src/runtime/lookup-asm/lookup-asm-x86_64-win64.S → src/runtime/lookup-asm/lookup-asm-amd64-win64.S. [13eae8467e] part of check-in [b7a4e61b88] 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: 1948) [annotate] [blame] [check-ins using] [diff]

2023-01-06
09:04
[13eae8467e] part of check-in [8939cbdb52] Update copyright (check-in: [8939cbdb52] user: js, branch: trunk, size: 1948) [annotate] [blame] [check-ins using] [diff]
2022-02-12
07:46
[bb874856c9] part of check-in [1a86b8175b] Update copyright (check-in: [1a86b8175b] user: js, branch: trunk, size: 1948) [annotate] [blame] [check-ins using] [diff]
2021-05-02
11:34
[bc3f6ee83e] part of check-in [2b75f9e6a0] runtime: Name things more consistently (check-in: [2b75f9e6a0] user: js, branch: trunk, size: 1948) [annotate] [blame] [check-ins using] [diff]
2021-03-23
23:07
[57823d1901] part of check-in [7f7b2bbc90] *-x86_64-win64.S: Add .scl and .type

This is similar to .type and .size in ELF. Adding these should help with
the patched binutils that MSYS2 uses. (check-in: [7f7b2bbc90] user: js, branch: trunk, size: 1938) [annotate] [blame] [check-ins using] [diff]

2021-03-16
22:55
[7209ab94f0] part of check-in [4750a54072] Fix lookup-asm-x86_64-win64.S (check-in: [4750a54072] user: js, branch: trunk, size: 1870) [annotate] [blame] [check-ins using] [diff]
2021-03-14
23:54
[4686eccab8] part of check-in [2fb21576da] Convert lookup-asm-x86_64-win64.S to AT&T syntax

It was the last file that was still in Intel syntax.

This also fixes no longer being able to assemble it with newer versions
of MinGW-w64. (check-in: [2fb21576da] user: js, branch: trunk, size: 1889) [annotate] [blame] [check-ins using] [diff]

2021-02-22
22:38
[4b98720144] part of check-in [ddc5d6ac49] lookup-asm-x86*.S: Minor optimization (check-in: [ddc5d6ac49] user: js, branch: trunk, size: 1822) [annotate] [blame] [check-ins using] [diff]
2021-01-02
22:04
[bcecb9f17a] part of check-in [374e1a1bfa] Update copyright (check-in: [374e1a1bfa] user: js, branch: trunk, size: 1820) [annotate] [blame] [check-ins using] [diff]
2020-07-12
13:46
[fde9955f30] part of check-in [4491aefd93] lookup-asm-x86*-win*.S: Obfuscate tagged pointers (check-in: [4491aefd93] user: js, branch: tagged-pointers, size: 1909) [annotate] [blame] [check-ins using] [diff]
2020-07-05
14:06
[c662475fba] part of check-in [0579faebb2] lookup-asm-x86(_64)-*.S: Shave off one instruction (check-in: [0579faebb2] user: js, branch: tagged-pointers, size: 1893) [annotate] [blame] [check-ins using] [diff]
2020-07-04
00:24
[069968302a] part of check-in [943cf97843] Only use 4 bits to classify tagged pointers

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

2020-06-30
21:12
[c889c864a2] part of check-in [2cec2f2e8d] lookup-asm-x86_64-win64.S: Support tagged pointers (check-in: [2cec2f2e8d] user: js, branch: tagged-pointers, size: 1891) [annotate] [blame] [check-ins using] [diff]
20:50
[47f8ccf7d6] part of check-in [b177aa1b8b] Convert all x86_64/Win64 ASM to Intel syntax

GAS has decent support for Intel syntax these days, so there is little
reason to stick with AT&T syntax. (check-in: [b177aa1b8b] user: js, branch: trunk, size: 1690) [annotate] [blame] [check-ins using] [diff]

2020-01-02
01:51
[71fe436f5b] part of check-in [c7f0229795] Update copyright (check-in: [c7f0229795] user: js, branch: trunk, size: 1702) [annotate] [blame] [check-ins using] [diff]
2019-01-03
19:13
[1878e22c3d] part of check-in [0509d7a844] Update copyright (check-in: [0509d7a844] user: js, branch: trunk, size: 1699) [annotate] [blame] [check-ins using] [diff]
2018-01-03
19:49
[6b2a48265f] part of check-in [7e5c81e186] Update copyright notice (check-in: [7e5c81e186] user: js, branch: trunk, size: 1693) [annotate] [blame] [check-ins using] [diff]
2017-01-09
17:36
[1dd4d380c5] part of check-in [44f45c2e35] Update copyright

Forgot to add 2017, even though I already did quite some changes in
2017. (check-in: [44f45c2e35] user: js, branch: trunk, size: 1670) [annotate] [blame] [check-ins using] [diff]

2016-05-07
19:08
[54f61c8cb0] part of check-in [d4d5a27ccd] Fix super lookup of missing methods on x86(_64) (check-in: [d4d5a27ccd] user: js, branch: trunk, size: 1664) [annotate] [blame] [check-ins using] [diff]
2016-01-03
00:41
[cc90b17b20] part of check-in [2a27cf3000] Update copyright

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

2015-01-03
20:57
[71fc5ef206] part of check-in [cfd374b906] Update copyright (check-in: [cfd374b906] user: js, branch: trunk, size: 1645) [annotate] [blame] [check-ins using] [diff]
2014-02-22
01:14
Added: [0e61521df8] part of check-in [05f4b0a4f0] Rename AMD64 to x86_64 (check-in: [05f4b0a4f0] user: js, branch: trunk, size: 1639) [annotate] [blame] [check-ins using]