summaryrefslogtreecommitdiff
path: root/tool/rjit
AgeCommit message (Collapse)Author
2023-03-17RJIT: Implement putspecialobject insnTakashi Kokubun
2023-03-17RJIT: Implement throw insnTakashi Kokubun
2023-03-16Fix a bindgen CI failureTakashi Kokubun
2023-03-12RJIT: Count invokeblock exit typesTakashi Kokubun
2023-03-12RJIT: Fix a typoTakashi Kokubun
and import a missing function
2023-03-12RJIT: Implement --rjit-trace-exitsTakashi Kokubun
2023-03-11RJIT: Migrate SIZET values to RJIT::C constantsTakashi Kokubun
2023-03-11RJIT: Introduce constants under RubyVM::RJIT::CTakashi Kokubun
2023-03-11RJIT: Automate function pointer importsTakashi Kokubun
2023-03-11RJIT: Use as the largest type as possibleTakashi Kokubun
to just import stuff easily
2023-03-11RJIT: Use SIZET macros instead of original PTR onesTakashi Kokubun
2023-03-11RJIT: Drop unused USE_* macros supportTakashi Kokubun
2023-03-10RJIT: Remove unused code from headersTakashi Kokubun
2023-03-08Fix node search in bindgenTakashi Kokubun
This is to fix a weird bindgen behavior on Matt's branch: https://github.com/ruby/ruby/pull/7393
2023-03-06s/mjit/rjit/Takashi Kokubun
Notes: Merged: https://github.com/ruby/ruby/pull/7462
2023-03-06s/MJIT/RJIT/Takashi Kokubun
Notes: Merged: https://github.com/ruby/ruby/pull/7462
2023-03-06Rename MJIT filenames to RJITTakashi Kokubun
Notes: Merged: https://github.com/ruby/ruby/pull/7462