summaryrefslogtreecommitdiff
path: root/zjit/src/asm
AgeCommit message (Expand)Author
2025-07-02ZJIT: Reject ISEQs with too-large stack_max (#13770)Takashi Kokubun
2025-06-11ZJIT: x86: Fix panic writing 32-bit number with top bit setAlan Wu
2025-06-11ZJIT: Restore x86 assembler testsAlan Wu
2025-06-11ZJIT: Restore most x64 backend testsAlan Wu
2025-06-04ZJIT: Implement side exits for entry frames (#13469)Takashi Kokubun
2025-04-18Change mentions of YJIT to ZJIT (https://github.com/Shopify/zjit/pull/113)Aiden Fox Ivey
2025-04-18Implement JIT-to-JIT calls (https://github.com/Shopify/zjit/pull/109)Takashi Kokubun
2025-04-18Add miscellaneous Clippy 'corrections' (https://github.com/Shopify/zjit/pull/92)Aiden Fox Ivey
2025-04-18Compile IfFalse, IfTrue, and Jump instructions (https://github.com/Shopify/zj...Takashi Kokubun
2025-04-18Implement FixnumAdd and stub PatchPoint/GuardType (https://github.com/Shopify...Takashi Kokubun
2025-04-18Fix zjit-testTakashi Kokubun
2025-04-18Resurrect asm comment supportTakashi Kokubun
2025-04-18Initialize dummy globals for testsTakashi Kokubun
2025-04-18Generate working putnil-leave using the backendTakashi Kokubun
2025-04-18Stub YJIT-specific implementations in the backendTakashi Kokubun
2025-04-18Move CodeBlock to asm moduleTakashi Kokubun
2025-04-18Generate intructions to be executedTakashi Kokubun
2025-04-18Add (gutted) asmMaxime Chevalier-Boisvert