aboutsummaryrefslogtreecommitdiffstats
path: root/yjit
Commit message (Expand)AuthorAgeFilesLines
* Split YJIT rules for CODEOWNERSNobuyoshi Nakada2022-06-021-0/+56
* Revert incorrect string-guard optimisation. (#5969)Noah Gibbs2022-06-011-26/+0
* YJIT: Relax minimum Rust version requirement to 1.58.1Alan Wu2022-05-291-1/+1
* Use bindgen to import CRuby constants for YARV instruction bytecodesNoah Gibbs (and/or Benchmark CI)2022-05-266-205/+307
* Remove unnecessary module flag, add module assertions to other module flagsJemma Issroff2022-05-231-1/+1
* Special-case jit_guard_known_class for strings. This can remove (#5920)Noah Gibbs2022-05-202-0/+44
* YJIT: Add opt_succ (#5919)Takashi Kokubun2022-05-191-0/+11
* YJIT: Implement getblockparamAaron Patterson2022-05-123-0/+97
* YJIT: Fix getting the EP with registers other than RAX (#5882)Aaron Patterson2022-05-121-1/+1
* Ruby shovel operator (<<) speedup. (#5896)Noah Gibbs2022-05-113-1/+107
* Fix bug identified by @noahgibbs. (#5876)Maxime Chevalier-Boisvert2022-05-021-1/+4
* YJIT: Remove redundant `extern crate` (#5869)Koichi ITO2022-05-022-2/+0
* YJIT: Enable default rustc lints (warnings) (#5864)Alan Wu2022-04-2911-309/+309
* YJIT: Adopt Clippy suggestions we likeAlan Wu2022-04-298-39/+39
* YJIT: Do not create `CodeBlock.asm_comments` if the `asm_comments` feature is...Dmitry Dygalo2022-04-291-9/+19
* YJIT: replace BLOCKID_NULL with Option<BlockId>, more idiomatic (#5858)Maxime Chevalier-Boisvert2022-04-282-29/+22
* Fix typos [ci skip]Kazuhiro NISHIYAMA2022-04-281-5/+5
* YJIT: Remove unnecessary `extern crate` declarationAlan Wu2022-04-271-1/+0
* YJIT: Make add_comment() more conciseAlan Wu2022-04-271-9/+3
* Rust YJITAlan Wu2022-04-2720-0/+14425