History of file src/runtime/lookup-asm/lookup-asm-amd64-elf.S at check-in e7a8f3d462600b03
2024-04-17
| ||
20:50 | Add missing endbr / bti file: [cc9692563a] check-in: [171615d20a] user: js, branch: trunk, size: 2392 [annotate] [blame] [check-ins using] [diff] | |
2024-04-03
| ||
02:16 | Change license to LGPLv3 only file: [033d996c97] check-in: [7413a728a7] user: js, branch: trunk, size: 2379 [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: [0aa1c677f8] check-in: [262baf76e7] user: js, branch: 1.0, size: 2139 [annotate] [blame] [check-ins using] [diff] | |
20:50 | Add endbr32 / endbr64 file: [2b44a729f4] check-in: [75d88e0f6e] user: js, branch: trunk, size: 2149 [annotate] [blame] [check-ins using] [diff] | |
2024-02-03
| ||
11:41 | Update copyright file: [ac7f632beb] check-in: [7324ec8590] user: js, branch: 1.0, size: 2065 [annotate] [blame] [check-ins using] [diff] | |
2024-01-02
| ||
17:17 | Update copyright file: [d99537b0fa] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 2075 [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: [59baaa9e46] check-in: [da613d0cb5] user: js, branch: trunk, size: 2075 [annotate] [blame] [check-ins using] [diff] | |
2023-10-28
| ||
18:45 | Remove unnecessary `short` from assembly file: [c80a243830] check-in: [71d8f813ef] user: js, branch: trunk, size: 2054 [annotate] [blame] [check-ins using] [diff] | |
18:35 | Use more local labels in assembly file: [d1cf6bd700] check-in: [cb18f26404] user: js, branch: trunk, size: 2090 [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 | |
2023-08-29
| ||
22:48 | Add .note.GNU-stack on Haiku file: [2f9e1b8cac] check-in: [da242983b2] user: js, branch: trunk, size: 2065 [annotate] [blame] [check-ins using] [diff] | |
2023-07-15
| ||
14:48 | platform.h: Add OF_HURD file: [c64d3f82a3] check-in: [340a3ac277] user: js, branch: trunk, size: 2044 [annotate] [blame] [check-ins using] [diff] | |
2023-04-22
| ||
20:22 |
Renamed src/runtime/lookup-asm/lookup-asm-x86_64-elf.S → src/runtime/lookup-asm/lookup-asm-amd64-elf.S.
Rename x86_64 to AMD64
It's just a less awkward name and also what the BSDs use. file: [98ad19ed05] check-in: [b7a4e61b88] user: js, branch: trunk, size: 2018 [annotate] [blame] [check-ins using] [diff] | |
2023-01-06
| ||
09:04 | Update copyright file: [98ad19ed05] check-in: [8939cbdb52] user: js, branch: trunk, size: 2018 [annotate] [blame] [check-ins using] [diff] | |
2022-02-12
| ||
07:46 | Update copyright file: [63daf9ee68] check-in: [1a86b8175b] user: js, branch: trunk, size: 2018 [annotate] [blame] [check-ins using] [diff] | |
2021-05-02
| ||
11:34 | runtime: Name things more consistently file: [a4b34307ef] check-in: [2b75f9e6a0] user: js, branch: trunk, size: 2018 [annotate] [blame] [check-ins using] [diff] | |
2021-02-22
| ||
22:38 | lookup-asm-x86*.S: Minor optimization file: [e0cdb81196] check-in: [ddc5d6ac49] user: js, branch: trunk, size: 2008 [annotate] [blame] [check-ins using] [diff] | |
2021-02-01
| ||
00:11 |
Revert lookup-asm-x86_64-elf.S back to AT&T syntax
This is for consistency with the Mach-O version. file: [b420f1d31a] check-in: [8648662754] user: js, branch: trunk, size: 2005 [annotate] [blame] [check-ins using] [diff] | |
2021-01-02
| ||
22:04 | Update copyright file: [70f37dd9e8] check-in: [374e1a1bfa] user: js, branch: trunk, size: 1991 [annotate] [blame] [check-ins using] [diff] | |
2020-07-12
| ||
11:50 | Obfuscate tagged pointers file: [1f89a766d7] check-in: [0bfac2b513] user: js, branch: tagged-pointers, size: 2080 [annotate] [blame] [check-ins using] [diff] | |
2020-07-05
| ||
14:06 | lookup-asm-x86(_64)-*.S: Shave off one instruction file: [82960b8628] check-in: [0579faebb2] user: js, branch: tagged-pointers, size: 2012 [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: [00fefd9a7f] check-in: [943cf97843] user: js, branch: tagged-pointers, size: 2024 [annotate] [blame] [check-ins using] [diff] | |
2020-06-30
| ||
20:52 | Merge trunk into branch "tagged-pointers" file: [14d6290458] check-in: [c4a12e3fa1] user: js, branch: tagged-pointers, size: 2009 [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-06-29
| ||
23:24 | lookup-asm-x86_64-elf.S: Support tagged pointers file: [37f4b60ca1] check-in: [577564693c] user: js, branch: tagged-pointers, size: 1995 [annotate] [blame] [check-ins using] [diff] | |
21:38 |
Convert all x86_64/ELF ASM files to Intel syntax
GAS has decent support for Intel syntax these days, so there is little | |
2020-01-02
| ||
01:51 | Update copyright file: [16edfd651f] check-in: [c7f0229795] user: js, branch: trunk, size: 1800 [annotate] [blame] [check-ins using] [diff] | |
2019-01-03
| ||
19:13 | Update copyright file: [6c2a382953] check-in: [0509d7a844] user: js, branch: trunk, size: 1797 [annotate] [blame] [check-ins using] [diff] | |
2018-01-03
| ||
19:49 | Update copyright notice file: [2ba34931a0] 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 | |
2016-05-07
| ||
19:08 | Fix super lookup of missing methods on x86(_64) file: [7cfa75527e] check-in: [d4d5a27ccd] user: js, branch: trunk, size: 1762 [annotate] [blame] [check-ins using] [diff] | |
2016-01-03
| ||
00:43 |
Update copyright
While at it, also update the mail address. file: [3ffaaa6ca1] check-in: [cec0f072f8] user: js, branch: 0.8, size: 1725 [annotate] [blame] [check-ins using] [diff] | |
00:41 |
Update copyright
While at it, also update the mail address. file: [788eeb6057] check-in: [2a27cf3000] user: js, branch: trunk, size: 1747 [annotate] [blame] [check-ins using] [diff] | |
2015-10-19
| ||
22:15 | Add platform.h & make platform defines consistent file: [e3fb1612c1] check-in: [1ba08eebc5] user: js, branch: trunk, size: 1743 [annotate] [blame] [check-ins using] [diff] | |
2015-01-03
| ||
20:57 | Update copyright file: [8b101bca48] check-in: [cfd374b906] user: js, branch: trunk, size: 1721 [annotate] [blame] [check-ins using] [diff] | |
2014-02-22
| ||
01:14 | Added: Rename AMD64 to x86_64 file: [12b1d6de58] check-in: [05f4b0a4f0] user: js, branch: trunk, size: 1715 [annotate] [blame] [check-ins using] | |