summaryrefslogtreecommitdiff
path: root/zjit/src/backend/tests.rs
AgeCommit message (Collapse)Author
2025-12-18JIT: Move EC offsets to jit_bindgen_constantsJohn Hawthorn
Co-authored-by: Alan Wu <alanwu@ruby-lang.org>
2025-10-29ZJIT: Introduce a better LIR printer (#14986)Takashi Kokubun
2025-10-27ZJIT: Use std::ptr::null instead of castsAiden Fox Ivey
2025-10-27ZJIT: Remove unnecessary #[test] annotationAiden Fox Ivey
2025-10-27ZJIT: Elide unnecessary return statementsAiden Fox Ivey
2025-10-22ZJIT: Fix some dead code in the backend (#14897)Takashi Kokubun
2025-08-13ZJIT: Enable or remove comments from YJIT (#14214)Takashi Kokubun
2025-04-18Rename backend::ir to backendTakashi Kokubun
because it's so confusing to have ir.rs in multiple places. Notes: Merged: https://github.com/ruby/ruby/pull/13131
2025-04-18Fix cargo testTakashi Kokubun
Notes: Merged: https://github.com/ruby/ruby/pull/13131
2025-04-18Copy yjit/src/backend to zjit/src/backendTakashi Kokubun
Notes: Merged: https://github.com/ruby/ruby/pull/13131