summaryrefslogtreecommitdiff
path: root/yjit
Commit message (Expand)AuthorAgeFilesLines
* YJIT: Add a counter to all side exits (#7720)Takashi Kokubun2023-04-145-80/+115
* YJIT: Remove duplicate `asm.spill_temps()` Alan Wu2023-04-141-1/+0
* YJIT: Fix false object collection when setting ivarAlan Wu2023-04-141-0/+5
* YJIT: Introduce Target::SideExit (#7712)Takashi Kokubun2023-04-149-291/+374
* YJIT: Change to Option<CodegenStatus> (#7717)Jimmy Miller2023-04-141-334/+333
* Allow testing a different versionTakashi Kokubun2023-04-131-1/+3
* YJIT: Add support for rest with option and splat args (#7698)Jimmy Miller2023-04-132-40/+130
* YJIT: Use an enum to represent counters (#7701)Takashi Kokubun2023-04-132-52/+43
* YJIT: Move stack_opnd from Context to Assembler (#7700)Takashi Kokubun2023-04-133-99/+93
* YJIT: Add a sampling option to exit tracing (#7693)Adam Hess2023-04-132-3/+38
* YJIT: Fix missing argc check in known cfuncsJohn Hawthorn2023-04-121-1/+3
* YJIT: Let Assembler own Context (#7691)Takashi Kokubun2023-04-125-951/+809
* YJIT: Fix build on A64Alan Wu2023-04-111-1/+1
* YJIT: Fix a compilation warning in x86_64Takashi Kokubun2023-04-111-0/+1
* YJIT: Reduce paddings if --yjit-exec-mem-size <= 128 on arm64 (#7671)Takashi Kokubun2023-04-113-16/+52
* YJIT: Avoid using a register for unspecified_bits (#7685)Takashi Kokubun2023-04-101-0/+1
* Include `--no-llvm-bc` option in `NM` macro only if usableNobuyoshi Nakada2023-04-081-1/+1
* YJIT: Stack temp register allocation for arm64 (#7659)Takashi Kokubun2023-04-066-38/+66
* Update VPATH for socket, & dependenciesMatt Valentine-House2023-04-061-29/+29
* YJIT: Add codegen for Integer methods (#7665)Takashi Kokubun2023-04-054-3/+109
* YJIT: Count the number of actually written bytes (#7658)Takashi Kokubun2023-04-052-13/+31
* YJIT: Smoke test on Rust 1.58.0Alan Wu2023-04-051-1/+1
* YJIT: Eanble `unsafe_op_in_unsafe_fn` on crate::coreAlan Wu2023-04-051-2/+8
* Revert "YJIT: Suppress unnecessary `unsafe` block (GH-7634)"Alan Wu2023-04-052-14/+14
* [Feature #19579] Remove !USE_RVARGC code (#7655)Peter Zhu2023-04-041-1/+0
* YJIT: add stats for ratio of versions per block (#7653)Maxime Chevalier-Boisvert2023-04-042-0/+6
* Remove an unused counterTakashi Kokubun2023-04-041-1/+0
* Resurrect yjit-smoke-test before #7651Takashi Kokubun2023-04-041-1/+2
* YJIT: Stack temp register allocation (#7651)Takashi Kokubun2023-04-048-145/+519
* YJIT: Add codegen for Array#<< (#7645)Takashi Kokubun2023-04-033-0/+28
* Remove an unneeded function copyTakashi Kokubun2023-04-013-7/+3
* Remove unused VM_CALL_BLOCKISEQ flagTakashi Kokubun2023-04-011-9/+8
* YJIT: Remove unused variable [ci skip]Alan Wu2023-03-311-1/+1
* YJIT: Suppress unnecessary `unsafe` block (#7634)Nobuyoshi Nakada2023-03-312-14/+14
* YJIT: Test more kw and rest cases and change exit nameJimmy Miller2023-03-302-2/+2
* YJIT: Generate side exits as late as possible (#7612)Takashi Kokubun2023-03-302-238/+215
* YJIT: Leave cfp->pc uninitialized for VM_FRAME_MAGIC_CFUNCAlan Wu2023-03-291-1/+5
* YJIT: code_gc(): Assert self is inline to avoid other_cb()Alan Wu2023-03-291-3/+6
* YJIT: Take VM lock in RubyVM::YJIT.code_gcAlan Wu2023-03-291-3/+6
* YJIT: Fix overlapping &mut in Assembler::code_gc()Alan Wu2023-03-293-14/+11
* YJIT: Rest and keyword (non-supplying) (#7608)Jimmy Miller2023-03-292-89/+89
* YJIT: Add `--yjit-pause` and `RubyVM::YJIT.resume` (#7609)Maxime Chevalier-Boisvert2023-03-282-0/+28
* YJIT: Stop using the starting_context pattern (#7610)Takashi Kokubun2023-03-281-72/+64
* YJIT: Rest and block_arg support (#7584)Jimmy Miller2023-03-242-9/+3
* YJIT: Constify EC to avoid an `as` pointer cast (#7591)Alan Wu2023-03-242-2/+2
* YJIT: Save PC on rb_str_concat (#7586)Takashi Kokubun2023-03-231-2/+4
* YJIT: Use starting context for status === CantCompile (#7583)Jimmy Miller2023-03-231-3/+8
* Use shape information in YJIT's definedivar implementation (#7579)Ole Friis Østergaard2023-03-231-19/+66
* `vm_call_single_noarg_inline_builtin`Koichi Sasada2023-03-231-0/+1
* YJIT: Fix large ISeq rejection (#7576)Alan Wu2023-03-212-3/+17