summaryrefslogtreecommitdiff
path: root/yjit/src/utils.rs
Commit message (Expand)AuthorAgeFilesLines
* YJIT: Introduce Target::SideExit (#7712)Takashi Kokubun2023-04-141-2/+2
* YJIT: Let Assembler own Context (#7691)Takashi Kokubun2023-04-121-11/+10
* YJIT: Stack temp register allocation for arm64 (#7659)Takashi Kokubun2023-04-061-10/+11
* YJIT: use u16 for insn_idx instead of u32 (#7534)Maxime Chevalier-Boisvert2023-03-151-1/+1
* YJIT: Make iseq_get_location consistent with iseq.c (#7074)Takashi Kokubun2023-01-061-7/+10
* YJIT: Interleave inline and outlined code blocks (#6460)Takashi Kokubun2022-10-171-5/+4
* fixes more clippy warnings (#6543)Jimmy Miller2022-10-131-2/+10
* Minor cleanups (https://github.com/Shopify/ruby/pull/345)Alan Wu2022-08-291-4/+2
* Port print_int to the new backend (https://github.com/Shopify/ruby/pull/321)Kevin Newton2022-08-291-47/+63
* Port print_str to new backend (https://github.com/Shopify/ruby/pull/318)Kevin Newton2022-08-291-65/+24
* Fix compile errors on arm on the CI (https://github.com/Shopify/ruby/pull/313)Maxime Chevalier-Boisvert2022-08-291-11/+32
* add --yjit-dump-iseqs param (https://github.com/Shopify/ruby/pull/332)Noah Gibbs2022-08-241-0/+35
* YJIT: Enable default rustc lints (warnings) (#5864)Alan Wu2022-04-291-1/+34
* Rust YJITAlan Wu2022-04-271-0/+205