Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins that include changes to files matching 'src/runtime/lookup-asm/*'
|
2025-06-22
| ||
| 19:32 | Point to the new repository Leaf check-in: ec62287f25 user: js tags: trunk | |
|
2025-04-28
| ||
| 21:15 | Merge trunk into branch "amiga-library" check-in: 0113d51cf1 user: js tags: amiga-library | |
| 21:09 | Build runtime as an Amiga library for MorphOS check-in: 8e8a6582f2 user: js tags: trunk | |
|
2025-04-25
| ||
| 15:19 | Merge trunk into branch "runtime-morphos-library" check-in: ad61ef4d73 user: js tags: runtime-morphos-library | |
| 12:16 | runtime: Prefix private functions & structs with _ check-in: b5f1035b46 user: js tags: trunk | |
|
2025-04-21
| ||
| 16:51 | Merge trunk into branch "amiga-library" check-in: e26fbfee2d user: js tags: amiga-library | |
|
2025-01-01
| ||
| 13:07 | Update copyright check-in: a892e75baf user: js tags: 1.2 | |
| 12:58 | Update copyright check-in: 9d802a786d user: js tags: trunk | |
|
2024-08-30
| ||
| 18:58 | Add ARM64/Win64 assembly lookup implementation check-in: 995af4a904 user: js tags: trunk | |
|
2024-08-20
| ||
| 21:55 | forwardingTargetForSelector: for PowerPC 64/ELF v1 check-in: d7797ded66 user: js tags: trunk | |
|
2024-08-02
| ||
| 10:52 | runtime: Don't overwrite stack arguments on x86 check-in: aa04d7888d user: js tags: 1.1 | |
| 10:52 | runtime: Don't overwrite stack arguments on x86 check-in: 3e76fc01af user: js tags: trunk | |
|
2024-07-27
| ||
| 23:33 | forwardingTargetForSelector: for LoongArch 64/ELF check-in: 573f1ca9aa user: js tags: trunk | |
| 16:16 | LoongArch 64/ELF assembly lookup implementation check-in: 6099526435 user: js tags: trunk | |
|
2024-06-17
| ||
| 21:13 | Remove trailing whitespaces check-in: b18c1fd0ea user: js tags: trunk | |
|
2024-05-27
| ||
| 23:25 | Add forwardingTargetForSelector: for RISC-V 64/ELF check-in: 76c7c09f34 user: js tags: trunk | |
|
2024-05-24
| ||
| 22:26 | lookup-asm-riscv64-elf.S: Fix PIC check-in: add1755e4e user: js tags: trunk | |
| 21:17 | Add RISC-V 64/ELF assembly lookup implementation check-in: bcff3f8c7a user: js tags: trunk | |
|
2024-04-28
| ||
| 18:15 | Merge trunk into branch "sctp" check-in: bd2d723910 user: js tags: sctp | |
|
2024-04-20
| ||
| 17:42 | Merge trunk into 1.1 branch check-in: a7e9fd87f9 user: js tags: 1.1 | |
|
2024-04-17
| ||
| 20:50 | Add missing endbr / bti check-in: 171615d20a user: js tags: trunk | |
|
2024-04-16
| ||
| 23:18 | lookup-asm-arm64-elf.S: Save one instruction check-in: 460b84b9b2 user: js tags: trunk | |
|
2024-04-13
| ||
| 12:01 | Merge trunk into 1.1 branch check-in: 19adecd358 user: js tags: 1.1 | |
|
2024-04-03
| ||
| 02:16 | Change license to LGPLv3 only check-in: 7413a728a7 user: js tags: trunk | |
|
2024-02-26
| ||
| 20:32 | Use <cet.h> and _CET_ENDBR macro check-in: de552578e7 user: js tags: 1.0 | |
| 20:32 | Use <cet.h> and _CET_ENDBR macro check-in: 0b441e52d6 user: js tags: trunk | |
|
2024-02-24
| ||
| 22:30 | Use `bti c` instead of `bti jc` check-in: 21244a7e62 user: js tags: 1.0 | |
| 22:30 | Use `bti c` instead of `bti jc` check-in: ddb7ebcf5b user: js tags: trunk | |
| 21:08 | Add bti instructions check-in: d73a388eca user: js tags: 1.0 | |
| 21:07 | Add bti instructions check-in: 5c0891c85d user: js tags: trunk | |
| 20:57 | Add endbr32 / endbr64 check-in: 262baf76e7 user: js tags: 1.0 | |
| 20:50 | Add endbr32 / endbr64 check-in: 75d88e0f6e user: js tags: trunk | |
|
2024-02-03
| ||
| 11:41 | Update copyright check-in: 7324ec8590 user: js tags: 1.0 | |
|
2024-01-11
| ||
| 20:12 | Merge trunk into branch "asn1" check-in: 4320b1bf7d user: js tags: asn1 | |
|
2024-01-02
| ||
| 17:17 | Update copyright check-in: 26ddd2e4e4 user: js tags: trunk | |
|
2023-10-31
| ||
| 23:06 | Move AMD64/Mach-O assembly back to AT&T syntax check-in: 700468b00c user: js tags: trunk | |
| 22:45 | Move x86/Win32 assembly back to AT&T syntax check-in: 14d5bc2bbc user: js tags: trunk | |
| 22:38 | Move AMD64/Win64 assembly back to AT&T syntax check-in: ba2d42d150 user: js tags: trunk | |
| 22:27 | Move x86/ELF assembly back to AT&T syntax check-in: 4c866f0320 user: js tags: trunk | |
| 20:38 | Move AMD64/ELF assembly back to AT&T syntax check-in: da613d0cb5 user: js tags: trunk | |
|
2023-10-28
| ||
| 18:45 | Remove unnecessary `short` from assembly check-in: 71d8f813ef user: js tags: trunk | |
| 18:35 | Use more local labels in assembly check-in: cb18f26404 user: js tags: trunk | |
| 18:04 | Move x86/Mach-O assembly to Intel syntax check-in: 18c524e13d user: js tags: trunk | |
|
2023-10-25
| ||
| 22:26 | Move x86/ELF assembly back to Intel syntax check-in: a338982b3b user: js tags: trunk | |
| 00:50 | Move x86/Win32 assembly back to Intel syntax check-in: 357bcde965 user: js tags: trunk | |
| 00:23 | Move AMD64/Win64 assembly back to Intel syntax check-in: 70a7617023 user: js tags: trunk | |
|
2023-10-24
| ||
| 23:56 | Move AMD64/ELF assembly back to Intel syntax check-in: ec513d0c55 user: js tags: trunk | |
|
2023-09-10
| ||
| 12:41 | Merge trunk into 1.0 branch check-in: fa4bc347b0 user: js tags: 1.0 | |
|
2023-08-30
| ||
| 11:45 | Merge trunk into branch "amiga-library" check-in: 5ea06b70ce user: js tags: amiga-library | |
|
2023-08-29
| ||
| 22:48 | Add .note.GNU-stack on Haiku check-in: da242983b2 user: js tags: trunk | |