ARM.go
|
Implemented division by immediates in the IR
|
2025-03-31 15:51:04 +02:00 |
call.go
|
Improved assembler performance
|
2025-03-11 06:31:21 +01:00 |
codeOffset.go
|
Implemented dynamic section alignment
|
2025-03-09 00:23:23 +01:00 |
compiler.go
|
Improved assembler performance
|
2025-03-11 06:31:21 +01:00 |
dllCall.go
|
Improved assembler performance
|
2025-03-11 06:31:21 +01:00 |
jumpARM.go
|
Added more tests
|
2025-03-13 16:02:09 +01:00 |
jumpX86.go
|
Implemented more arm64 instructions
|
2025-03-13 13:17:58 +01:00 |
load.go
|
Implemented more arm64 instructions
|
2025-03-13 13:17:58 +01:00 |
move.go
|
Added label type
|
2025-03-13 16:57:13 +01:00 |
pointer.go
|
Enabled arm64 encoding
|
2025-03-06 16:54:28 +01:00 |
resolvePointers.go
|
Added crash function
|
2025-03-14 09:52:00 +01:00 |
store.go
|
Added label type
|
2025-03-13 16:57:13 +01:00 |
X86.go
|
Implemented division by immediates in the IR
|
2025-03-31 15:51:04 +02:00 |