History of file src/runtime/lookup-asm/lookup-asm-x86_64-win64.S at check-in merge-in:2c435f2
2024-04-17
| ||
20:50 | Add missing endbr / bti file: [09a5df3763] check-in: [171615d20a] user: js, branch: trunk, size: 2275 [annotate] [blame] [check-ins using] [diff] | |
2024-04-03
| ||
02:16 | Change license to LGPLv3 only file: [c8a0addc63] check-in: [7413a728a7] user: js, branch: trunk, size: 2262 [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 | |
20:32 |
Use <cet.h> and _CET_ENDBR macro
This only uses endbr32/endbr64 when actually needed and emits the | |
2024-02-24
| ||
20:57 | Add endbr32 / endbr64 file: [a1a718f0ad] check-in: [262baf76e7] user: js, branch: 1.0, size: 2022 [annotate] [blame] [check-ins using] [diff] | |
20:50 | Add endbr32 / endbr64 file: [94ccf0547a] check-in: [75d88e0f6e] user: js, branch: trunk, size: 2032 [annotate] [blame] [check-ins using] [diff] | |
2024-02-03
| ||
11:41 | Update copyright file: [d8069cc26e] check-in: [7324ec8590] user: js, branch: 1.0, size: 1948 [annotate] [blame] [check-ins using] [diff] | |
2024-01-02
| ||
17:17 | Update copyright file: [c432b0ebda] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 1958 [annotate] [blame] [check-ins using] [diff] | |
2023-10-31
| ||
22:38 |
Move AMD64/Win64 assembly back to AT&T syntax
Support for the Intel syntax is too buggy in toolchains to be usable. file: [e18eba8eb1] check-in: [ba2d42d150] user: js, branch: trunk, size: 1958 [annotate] [blame] [check-ins using] [diff] | |
2023-10-28
| ||
18:45 | Remove unnecessary `short` from assembly file: [aebc3c4fb2] check-in: [71d8f813ef] user: js, branch: trunk, size: 1940 [annotate] [blame] [check-ins using] [diff] | |
18:35 | Use more local labels in assembly file: [2fecd29e3d] check-in: [cb18f26404] user: js, branch: trunk, size: 1970 [annotate] [blame] [check-ins using] [diff] | |
2023-10-25
| ||
00:23 |
Move AMD64/Win64 assembly back to Intel syntax
This used to be in Intel syntax, but was moved back to AT&T syntax for | |
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.
Rename x86_64 to AMD64
It's just a less awkward name and also what the BSDs use. file: [13eae8467e] check-in: [b7a4e61b88] user: js, branch: trunk, size: 1948 [annotate] [blame] [check-ins using] [diff] | |
2023-01-06
| ||
09:04 | Update copyright file: [13eae8467e] check-in: [8939cbdb52] user: js, branch: trunk, size: 1948 [annotate] [blame] [check-ins using] [diff] | |
2022-02-12
| ||
07:46 | Update copyright file: [bb874856c9] check-in: [1a86b8175b] user: js, branch: trunk, size: 1948 [annotate] [blame] [check-ins using] [diff] | |
2021-05-02
| ||
11:34 | runtime: Name things more consistently file: [bc3f6ee83e] check-in: [2b75f9e6a0] user: js, branch: trunk, size: 1948 [annotate] [blame] [check-ins using] [diff] | |
2021-03-23
| ||
23:07 |
*-x86_64-win64.S: Add .scl and .type
This is similar to .type and .size in ELF. Adding these should help with | |
2021-03-16
| ||
22:55 | Fix lookup-asm-x86_64-win64.S file: [7209ab94f0] check-in: [4750a54072] user: js, branch: trunk, size: 1870 [annotate] [blame] [check-ins using] [diff] | |
2021-03-14
| ||
23:54 |
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 | |
2021-02-22
| ||
22:38 | lookup-asm-x86*.S: Minor optimization file: [4b98720144] check-in: [ddc5d6ac49] user: js, branch: trunk, size: 1822 [annotate] [blame] [check-ins using] [diff] | |
2021-01-02
| ||
22:04 | Update copyright file: [bcecb9f17a] check-in: [374e1a1bfa] user: js, branch: trunk, size: 1820 [annotate] [blame] [check-ins using] [diff] | |
2020-07-12
| ||
13:46 | lookup-asm-x86*-win*.S: Obfuscate tagged pointers file: [fde9955f30] check-in: [4491aefd93] user: js, branch: tagged-pointers, size: 1909 [annotate] [blame] [check-ins using] [diff] | |
2020-07-05
| ||
14:06 | lookup-asm-x86(_64)-*.S: Shave off one instruction file: [c662475fba] check-in: [0579faebb2] user: js, branch: tagged-pointers, size: 1893 [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: [069968302a] check-in: [943cf97843] user: js, branch: tagged-pointers, size: 1904 [annotate] [blame] [check-ins using] [diff] | |
2020-06-30
| ||
21:12 | lookup-asm-x86_64-win64.S: Support tagged pointers file: [c889c864a2] check-in: [2cec2f2e8d] user: js, branch: tagged-pointers, size: 1891 [annotate] [blame] [check-ins using] [diff] | |
20:50 |
Convert all x86_64/Win64 ASM to Intel syntax
GAS has decent support for Intel syntax these days, so there is little | |
2020-01-02
| ||
01:51 | Update copyright file: [71fe436f5b] check-in: [c7f0229795] user: js, branch: trunk, size: 1702 [annotate] [blame] [check-ins using] [diff] | |
2019-01-03
| ||
19:13 | Update copyright file: [1878e22c3d] check-in: [0509d7a844] user: js, branch: trunk, size: 1699 [annotate] [blame] [check-ins using] [diff] | |
2018-01-03
| ||
19:49 | Update copyright notice file: [6b2a48265f] check-in: [7e5c81e186] user: js, branch: trunk, size: 1693 [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 | |
2016-05-07
| ||
19:08 | Fix super lookup of missing methods on x86(_64) file: [54f61c8cb0] check-in: [d4d5a27ccd] user: js, branch: trunk, size: 1664 [annotate] [blame] [check-ins using] [diff] | |
2016-01-03
| ||
00:41 |
Update copyright
While at it, also update the mail address. file: [cc90b17b20] check-in: [2a27cf3000] user: js, branch: trunk, size: 1649 [annotate] [blame] [check-ins using] [diff] | |
2015-01-03
| ||
20:57 | Update copyright file: [71fc5ef206] check-in: [cfd374b906] user: js, branch: trunk, size: 1645 [annotate] [blame] [check-ins using] [diff] | |
2014-02-22
| ||
01:14 | Added: Rename AMD64 to x86_64 file: [0e61521df8] check-in: [05f4b0a4f0] user: js, branch: trunk, size: 1639 [annotate] [blame] [check-ins using] | |