summaryrefslogtreecommitdiff
path: root/tool
AgeCommit message (Expand)Author
2023-03-16Rename opes to operands on RubyVM::BaseInstructionJohn Hawthorn
2023-03-16Rename opes to operandsJohn Hawthorn
2023-03-16Re-add RJIT::Instruction#opesJohn Hawthorn
2023-03-16Fix a bindgen CI failureTakashi Kokubun
2023-03-16Revert "core_assertions.rb: Refine `assert_linear_performance`"Takashi Kokubun
2023-03-16core_assertions.rb: Refine `assert_linear_performance`Nobuyoshi Nakada
2023-03-15core_assertions.rb: Refine `assert_linear_performance`Nobuyoshi Nakada
2023-03-14YJIT: Introduce no_gc attribute (#7511)Takashi Kokubun
2023-03-12RJIT: Count invokeblock exit typesTakashi Kokubun
2023-03-12RJIT: Fix a typoTakashi Kokubun
2023-03-12RJIT: Implement --rjit-trace-exitsTakashi Kokubun
2023-03-12Add test for linear performanceNobuyoshi Nakada
2023-03-12core_assertions.rb: Consider backward compatibilitiesNobuyoshi Nakada
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
2023-03-11RJIT: Use SIZET macros instead of original PTR onesTakashi Kokubun
2023-03-11RJIT: Drop unused USE_* macros supportTakashi Kokubun
2023-03-11Rename builtin attr :inline to :leafTakashi Kokubun
2023-03-11Support multiple attributes with Primitive.attr!Takashi Kokubun
2023-03-10Change the syntax of Primitive.attr! to Symbol (#7501)Takashi Kokubun
2023-03-10RJIT: Simplify RubyVM::RJIT::InstructionTakashi Kokubun
2023-03-10RJIT: Remove unused code from headersTakashi Kokubun
2023-03-10[rubygems/rubygems] Use `RbSys::ExtensionTask` when creating new rust gemsIan Ker-Seymer
2023-03-08RJIT: Stop allowing leaked globals rjit_*Takashi Kokubun
2023-03-08Fix node search in bindgenTakashi Kokubun
2023-03-08Constify local static variables in yyparseNobuyoshi Nakada
2023-03-08code styleHiroshi SHIBATA
2023-03-08Added missing dependency for rubygemsHiroshi SHIBATA
2023-03-08Added debug info to gemspec version checkHiroshi SHIBATA
2023-03-08Check bundled_gems version and gemspec version strictlyHiroshi SHIBATA
2023-03-07Remove MJIT's builtin function compilerTakashi Kokubun
2023-03-06s/mjit/rjit/Takashi Kokubun
2023-03-06s/MJIT/RJIT/Takashi Kokubun
2023-03-06Rename MJIT filenames to RJITTakashi Kokubun
2023-03-06Remove obsoleted mjit_sp_inc.inc.erbTakashi Kokubun
2023-03-06Remove obsoleted tool/mjit_tabs.rbTakashi Kokubun
2023-03-06Remove obsoleted tool/mjit_archflag.shTakashi Kokubun
2023-03-06Drop obsoleted MJIT header (#7458)Takashi Kokubun
2023-03-05Implement struct arefTakashi Kokubun
2023-03-05Implement bmethodTakashi Kokubun
2023-03-05Optimize Thread.currentTakashi Kokubun
2023-03-05Implement opt_str_freezeTakashi Kokubun
2023-03-05Check for classes consistentlyTakashi Kokubun
2023-03-05Implement objtostringTakashi Kokubun
2023-03-05Implement getblockparamproxyTakashi Kokubun
2023-03-05Optimize BasicObject#!Takashi Kokubun
2023-03-05Implement known class guard for flonumTakashi Kokubun
2023-03-05Guard against GC of random ISEQsTakashi Kokubun