summaryrefslogtreecommitdiff
path: root/tool/rjit/bindgen.rb
AgeCommit message (Collapse)Author
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