Files
c3c/test/test_suite
pini 76fa404b89 Feat/asm x86 (#1046)
* fix(asm): consider asm blocks as volatile
When asm blocks are not marked as volatile, they may be (wrongly)
discarded by LLVM optimization passes.
* fix(asm): mark syscall as clobbering return register
The `syscall` instruction returns the system call result in the `rax`
register.
* feat(asm): add push instructions.
* feat(asm): add pop instructions
2023-10-14 20:50:45 +02:00
..
2023-10-05 15:20:41 +02:00
2023-10-05 15:20:41 +02:00
2023-10-14 20:50:45 +02:00
2023-10-10 23:30:33 +02:00
2023-04-28 19:11:57 +02:00
2023-10-10 23:30:33 +02:00
2023-10-05 15:20:41 +02:00
2023-10-06 22:31:41 +02:00
2023-07-09 01:18:01 +02:00
2023-10-10 23:30:33 +02:00
2023-10-10 23:30:33 +02:00
2023-10-10 23:30:33 +02:00
2023-10-06 22:31:41 +02:00
2023-10-10 23:30:33 +02:00
2023-10-10 23:30:33 +02:00
2023-04-28 19:11:57 +02:00
2023-09-12 12:48:52 +02:00
2023-09-12 12:48:52 +02:00
2021-11-08 22:22:01 +01:00
2023-04-28 19:11:57 +02:00
2023-09-14 10:19:15 +02:00