summaryrefslogtreecommitdiff
path: root/yjit/src/codegen.rs
AgeCommit message (Expand)Author
2022-05-23Remove unnecessary module flag, add module assertions to other module flagsJemma Issroff
2022-05-20Special-case jit_guard_known_class for strings. This can remove (#5920)Noah Gibbs
2022-05-19YJIT: Add opt_succ (#5919)Takashi Kokubun
2022-05-12YJIT: Implement getblockparamAaron Patterson
2022-05-12YJIT: Fix getting the EP with registers other than RAX (#5882)Aaron Patterson
2022-05-11Ruby shovel operator (<<) speedup. (#5896)Noah Gibbs
2022-05-02Fix bug identified by @noahgibbs. (#5876)Maxime Chevalier-Boisvert
2022-04-29YJIT: Enable default rustc lints (warnings) (#5864)Alan Wu
2022-04-29YJIT: Adopt Clippy suggestions we likeAlan Wu
2022-04-28YJIT: replace BLOCKID_NULL with Option<BlockId>, more idiomatic (#5858)Maxime Chevalier-Boisvert
2022-04-28Fix typos [ci skip]Kazuhiro NISHIYAMA
2022-04-27Rust YJITAlan Wu