summaryrefslogtreecommitdiff
path: root/zjit
AgeCommit message (Expand)Author
2025-04-18Profile instructions for fixnum arithmetic (https://github.com/Shopify/zjit/p...Takashi Kokubun
2025-04-18Tell GitHub that `*.inc.rs` files are generatedAlan Wu
2025-04-18Write all bits in Type as easy-to-read namesMax Bernstein
2025-04-18Add compact Type latticeMax Bernstein
2025-04-18Add zjit_* instructions to profile the interpreter (https://github.com/Shopif...Takashi Kokubun
2025-04-18Compile Insn::Const (https://github.com/Shopify/zjit/pull/18)Takashi Kokubun
2025-04-18Rename --zjit-dump-ssa to --zjit-dump-hir (https://github.com/Shopify/zjit/pu...Takashi Kokubun
2025-04-18Avoid setting RUST_BACKTRACE environment while panickingAlan Wu
2025-04-18Upgrade bindgen, so it generates `unsafe extern` as 2024 expectsAlan Wu
2025-04-18Fix 2024 edition errorsAlan Wu
2025-04-18Bump to Rust 1.85.0, 2024 editionAlan Wu
2025-04-18Make pattern match clearer with globalMax Bernstein
2025-04-18Pretty-print ConstMax Bernstein
2025-04-18Add sample union-find implementationMax Bernstein
2025-04-18Remove OpndMax Bernstein
2025-04-18Fix ep_offset locals mathMax Bernstein
2025-04-18Rename `backend::Opnd` to `backend::lir::Opnd` (https://github.com/Shopify/zj...Takashi Kokubun
2025-04-18Add asm commentsTakashi Kokubun
2025-04-18Fix zjit-testTakashi Kokubun
2025-04-18Resurrect asm comment supportTakashi Kokubun
2025-04-18Implement --zjit-call-thresholdTakashi Kokubun
2025-04-18Add minor commentsMaxime Chevalier-Boisvert
2025-04-18Rename ir.rs to hir.rs to avoid namespace ambiguity with backendMaxime Chevalier-Boisvert
2025-04-18Add comments for Test and SnapshotMax Bernstein
2025-04-18Add a missing use for release buildTakashi Kokubun
2025-04-18Add --zjit-debug and debug! macroTakashi Kokubun
2025-04-18Rename backend::ir to backendTakashi Kokubun
2025-04-18Mention that the linker warnings were from capstone.Alan Wu
2025-04-18Try macOS linker warning fixAlan Wu
2025-04-18Explain libminirubyAlan Wu
2025-04-18Allow dumping SSA in multiple waysTakashi Kokubun
2025-04-18Rename utils.rs to cast.rsTakashi Kokubun
2025-04-18Let tests share the same ZJITState::init()Takashi Kokubun
2025-04-18Initialize dummy globals for testsTakashi Kokubun
2025-04-18Start compiling the actual IRTakashi Kokubun
2025-04-18Add a comment to dump the actual structsTakashi Kokubun
2025-04-18Add --zjit-dump-ssa optionTakashi Kokubun
2025-04-18Set up locals in FrameState at function entryMax Bernstein
2025-04-18Fix test for setlocal and getlocalMax Bernstein
2025-04-18Skip a failing cargo testTakashi Kokubun
2025-04-18Disable stub code execution for nowTakashi Kokubun
2025-04-18Compile sample exception code in ZJITMax Bernstein
2025-04-18Remove unused functionMax Bernstein
2025-04-18Fix locals propagation across edgesMax Bernstein
2025-04-18Clarify operand order in binopsMax Bernstein
2025-04-18Test setlocal/getlocalMax Bernstein
2025-04-18Add assert_matches! macroMax Bernstein
2025-04-18reorder libminiruby link flags. Now works on aarch64 linuxAlan Wu
2025-04-18put libminiruby next to zjit-testAlan Wu
2025-04-18zjit-test requires cargoAlan Wu