akyoto pushed to main at akyoto/q 2026年07月13日 10:14:54 +02:00
6104601a6e
Added linter package
akyoto pushed to main at akyoto/q 2026年07月13日 09:25:54 +02:00
656cb09600
Refactored file creation
akyoto pushed to main at akyoto/q 2026年07月13日 09:05:10 +02:00
b10d50577a
Added resolver tests
akyoto pushed to main at akyoto/q 2026年07月13日 08:37:45 +02:00
28a2126d02
Refactored type token resolver
akyoto pushed to main at akyoto/q 2026年07月12日 16:30:14 +02:00
28af309fd8
Fixed incorrect encoding for Windows on arm64
akyoto pushed to main at akyoto/q 2026年07月12日 16:02:23 +02:00
247d30c54f
Increased TLS offset on Windows
akyoto pushed to main at akyoto/q 2026年07月12日 14:03:09 +02:00
e3d1313f70
Fixed incorrect TLS offset on Windows
akyoto pushed to main at akyoto/q 2026年07月12日 11:07:29 +02:00
0117118e91
Implemented thread-local storage on Windows
akyoto pushed to main at akyoto/q 2026年07月11日 20:43:43 +02:00
794b546c49
Implemented function pointer calls
akyoto pushed to main at akyoto/q 2026年07月11日 12:51:56 +02:00
8dd692e034
Fixed incorrect stack layout on arm64
akyoto pushed to main at akyoto/q 2026年07月10日 19:22:04 +02:00
671786d362
Implemented thread-local storage on Linux
akyoto pushed to main at akyoto/q 2026年07月10日 19:03:03 +02:00
a66d1bfd05
Implemented thread-local storage on Linux
akyoto pushed to main at akyoto/q 2026年07月10日 18:41:21 +02:00
8e53df621d
Implemented system register instructions
akyoto pushed to main at akyoto/q 2026年07月10日 16:32:26 +02:00
8e520cb03b
Switched from clone to clone3 syscall
akyoto pushed to main at akyoto/q 2026年07月10日 14:53:04 +02:00
f6c126040a
Implemented thread ID register access on arm64
akyoto pushed to main at akyoto/q 2026年07月10日 13:54:44 +02:00
b7ac6fcba2
Implemented local keyword
akyoto pushed to main at akyoto/q 2026年07月09日 15:41:33 +02:00
0cf14b2ddd
Implemented segment base address control for x86-64
dc63f9087b
Implemented segment relative addressing for x86-64
Compare 2 commits »
akyoto pushed to main at akyoto/q 2026年07月09日 13:55:49 +02:00
670a309579
Refactored thread creation
akyoto pushed to main at akyoto/q 2026年07月09日 12:01:50 +02:00
4f8b790155
Updated documentation
akyoto pushed to main at akyoto/q 2026年07月09日 10:11:10 +02:00
5ebe3cccec
Refactored unsigned type check