summaryrefslogtreecommitdiff
path: root/zjit/src/state.rs
AgeCommit message (Expand)Author
2025-04-18Change mentions of YJIT to ZJIT (https://github.com/Shopify/zjit/pull/113)Aiden Fox Ivey
2025-04-18Strength reduce to `CCall` for sends landing in simple C methodsAlan Wu
2025-04-18Add miscellaneous Clippy 'corrections' pt. 2 (https://github.com/Shopify/zjit...Aiden Fox Ivey
2025-04-18Move lib.rs functions to appropriate modules (https://github.com/Shopify/zjit...Takashi Kokubun
2025-04-18Assert everything is compiled in test_zjit (https://github.com/Shopify/zjit/p...Takashi Kokubun
2025-04-18Implement Insn::Param using the SP register (https://github.com/Shopify/zjit/...Takashi Kokubun
2025-04-18Resurrect asm comment supportTakashi Kokubun
2025-04-18Let tests share the same ZJITState::init()Takashi Kokubun
2025-04-18Initialize dummy globals for testsTakashi Kokubun
2025-04-18Rename codegen.rs to state.rsTakashi Kokubun