History of file src/runtime/lookup-asm/lookup-asm-x86-elf.S at check-in 8a01db86549488ec
2024-08-02
| ||
10:52 |
runtime: Don't overwrite stack arguments on x86
This could be problematic if the compiler expects the stack to be | |
2024-04-17
| ||
20:50 | Add missing endbr / bti file: [51eaca73d3] check-in: [171615d20a] user: js, branch: trunk, size: 2680 [annotate] [blame] [check-ins using] [diff] | |
2024-04-03
| ||
02:16 | Change license to LGPLv3 only file: [e9fa2b2c4a] check-in: [7413a728a7] user: js, branch: trunk, size: 2667 [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: [ff64827806] check-in: [262baf76e7] user: js, branch: 1.0, size: 2419 [annotate] [blame] [check-ins using] [diff] | |
20:50 | Add endbr32 / endbr64 file: [8f444911c9] check-in: [75d88e0f6e] user: js, branch: trunk, size: 2437 [annotate] [blame] [check-ins using] [diff] | |
2024-02-03
| ||
11:41 | Update copyright file: [0306652587] check-in: [7324ec8590] user: js, branch: 1.0, size: 2345 [annotate] [blame] [check-ins using] [diff] | |
2024-01-02
| ||
17:17 | Update copyright file: [875e7a8b79] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 2363 [annotate] [blame] [check-ins using] [diff] | |
2023-10-31
| ||
22:27 |
Move x86/ELF assembly back to AT&T syntax
Support for the Intel syntax is too buggy in toolchains to be usable. file: [60aff4bcff] check-in: [4c866f0320] user: js, branch: trunk, size: 2363 [annotate] [blame] [check-ins using] [diff] | |
2023-10-28
| ||
18:45 | Remove unnecessary `short` from assembly file: [657ef9388f] check-in: [71d8f813ef] user: js, branch: trunk, size: 2390 [annotate] [blame] [check-ins using] [diff] | |
18:35 | Use more local labels in assembly file: [cd6507b46d] check-in: [cb18f26404] user: js, branch: trunk, size: 2426 [annotate] [blame] [check-ins using] [diff] | |
2023-10-25
| ||
22:26 |
Move x86/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: [4341f730bd] check-in: [da242983b2] user: js, branch: trunk, size: 2345 [annotate] [blame] [check-ins using] [diff] | |
2023-07-15
| ||
14:48 | platform.h: Add OF_HURD file: [735d83d15c] check-in: [340a3ac277] user: js, branch: trunk, size: 2324 [annotate] [blame] [check-ins using] [diff] | |
2023-04-17
| ||
16:44 |
Use @GOT instead of @GOTOFF for non-local symbols
This makes it compile on Solaris (though exceptions don't seem to work | |
2023-01-06
| ||
09:04 | Update copyright file: [cab82adc6a] check-in: [8939cbdb52] user: js, branch: trunk, size: 2306 [annotate] [blame] [check-ins using] [diff] | |
2022-02-12
| ||
07:46 | Update copyright file: [fe04c47c7f] check-in: [1a86b8175b] user: js, branch: trunk, size: 2306 [annotate] [blame] [check-ins using] [diff] | |
2021-05-02
| ||
11:34 | runtime: Name things more consistently file: [584c3797d2] check-in: [2b75f9e6a0] user: js, branch: trunk, size: 2306 [annotate] [blame] [check-ins using] [diff] | |
2021-02-22
| ||
22:38 | lookup-asm-x86*.S: Minor optimization file: [89119220a2] check-in: [ddc5d6ac49] user: js, branch: trunk, size: 2300 [annotate] [blame] [check-ins using] [diff] | |
2021-02-08
| ||
02:16 |
Revert lookup-asm-x86-elf.S back to AT&T syntax
This is for consistency with the Mach-O version. file: [2020d245a7] check-in: [5bf7a7f7ba] user: js, branch: trunk, size: 2298 [annotate] [blame] [check-ins using] [diff] | |
2021-01-02
| ||
22:04 | Update copyright file: [d0b7459651] check-in: [374e1a1bfa] user: js, branch: trunk, size: 2318 [annotate] [blame] [check-ins using] [diff] | |
2020-07-12
| ||
11:50 | Obfuscate tagged pointers file: [3e4a512a7a] check-in: [0bfac2b513] user: js, branch: tagged-pointers, size: 2407 [annotate] [blame] [check-ins using] [diff] | |
2020-07-05
| ||
14:06 | lookup-asm-x86(_64)-*.S: Shave off one instruction file: [d8beb6d9cc] check-in: [0579faebb2] user: js, branch: tagged-pointers, size: 2341 [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: [6468f2e74c] check-in: [943cf97843] user: js, branch: tagged-pointers, size: 2352 [annotate] [blame] [check-ins using] [diff] | |
2020-06-30
| ||
20:52 | Merge trunk into branch "tagged-pointers" file: [c25a1420f7] check-in: [c4a12e3fa1] user: js, branch: tagged-pointers, size: 2340 [annotate] [blame] [check-ins using] [diff] | |
00:37 | Minor cleanup of x86/ELF ASM file: [582b619bd5] check-in: [b194a9a226] user: js, branch: trunk, size: 2071 [annotate] [blame] [check-ins using] [diff] | |
00:29 | lookup-asm-x86-elf.S: Support tagged pointers file: [9f1f33cd94] check-in: [7f493d2446] user: js, branch: tagged-pointers, size: 2294 [annotate] [blame] [check-ins using] [diff] | |
00:11 | Make use of @PLT in x86/ELF ASM file: [1aba078652] check-in: [0b417fb86f] user: js, branch: trunk, size: 2065 [annotate] [blame] [check-ins using] [diff] | |
2020-06-29
| ||
23:14 |
Convert all x86/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: [6c4a8f6d7c] check-in: [c7f0229795] user: js, branch: trunk, size: 2004 [annotate] [blame] [check-ins using] [diff] | |
2019-01-03
| ||
19:13 | Update copyright file: [e2aca95807] check-in: [0509d7a844] user: js, branch: trunk, size: 2001 [annotate] [blame] [check-ins using] [diff] | |
2018-01-03
| ||
19:49 | Update copyright notice file: [01e3e951be] check-in: [7e5c81e186] user: js, branch: trunk, size: 1995 [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: [971cf6e9f2] check-in: [d4d5a27ccd] user: js, branch: trunk, size: 1966 [annotate] [blame] [check-ins using] [diff] | |
2016-01-03
| ||
00:43 |
Update copyright
While at it, also update the mail address. file: [f29f2c74af] check-in: [cec0f072f8] user: js, branch: 0.8, size: 1907 [annotate] [blame] [check-ins using] [diff] | |
00:41 |
Update copyright
While at it, also update the mail address. file: [8f6ee2e99e] check-in: [2a27cf3000] user: js, branch: trunk, size: 1929 [annotate] [blame] [check-ins using] [diff] | |
2015-10-19
| ||
22:15 | Add platform.h & make platform defines consistent file: [87b13fd68b] check-in: [1ba08eebc5] user: js, branch: trunk, size: 1925 [annotate] [blame] [check-ins using] [diff] | |
2015-04-11
| ||
14:15 |
lookup-asm-x86-elf.S: Use \not_found@GOT(%eax)
This makes Solaris' linker happy. file: [f86ad8b6ed] check-in: [1300995979] user: js, branch: trunk, size: 1903 [annotate] [blame] [check-ins using] [diff] | |
2015-01-03
| ||
20:57 | Update copyright file: [1a3af7cdf5] check-in: [cfd374b906] user: js, branch: trunk, size: 1862 [annotate] [blame] [check-ins using] [diff] | |
2014-01-15
| ||
18:53 | lookup-asm: Clean up local labels. file: [d354de0123] check-in: [f4cf33fee6] user: js, branch: trunk, size: 1856 [annotate] [blame] [check-ins using] [diff] | |
2014-01-04
| ||
00:24 | Update copyright. file: [149e4ea55b] check-in: [3b97fc3cd9] user: js, branch: trunk, size: 1913 [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 This moves handling of +[resolve{Class,Instance}Method:] to the runtime Also fixes a potential stack problem in the forwarding for MIPS. file: [ea4c3fd137] check-in: [0c332aa2d2] user: js, branch: trunk, size: 1907 [annotate] [blame] [check-ins using] [diff] | |
2013-12-06
| ||
02:35 | Add x86/Win32 assembly lookup implementation. file: [537ccf37ee] check-in: [b527914a91] user: js, branch: trunk, size: 1925 [annotate] [blame] [check-ins using] [diff] | |
2013-09-20
| ||
10:57 | Added: Move lookup asm files to src/runtime/lookup-asm. file: [483507fb77] check-in: [c4abdf467a] user: js, branch: trunk, size: 1926 [annotate] [blame] [check-ins using] | |