summaryrefslogtreecommitdiff
path: root/tool
AgeCommit message (Expand)Author
2019-04-17downloader.rb: enable cache filesnobu
2019-04-17downloader.rb: use File.read instead of IO.readnobu
2019-04-16Recompile without method inliningk0kubun
2019-04-16Introduce frame-omitted method inliningk0kubun
2019-04-16Implement single-level basic method inlining in JITk0kubun
2019-04-14Do not require Ruby 2.4 for baserubyk0kubun
2019-04-14Share optimization cancel handlersk0kubun
2019-04-14Detect send-compatible opt insns automaticallyk0kubun
2019-04-14Allow falling back to non-inlined opt_send_without_blockk0kubun
2019-04-14Unify comment styles across MJIT sourcesk0kubun
2019-04-14Recompile JIT-ed code without optimizationk0kubun
2019-04-06Fix typo in a comment [ci skip]k0kubun
2019-04-06appveyor.yml: Use pre-generated headers and tablesnobu
2019-04-05revert r67445, (r67446,) r67447duerst
2019-04-05downloader.rb: fix typo, extra %nobu
2019-04-05downloader.rb: quote base namenobu
2019-04-05output more debug information in downloader.rb (temporary)duerst
2019-04-05* remove trailing spaces.svn
2019-04-05add puts statements to debug Unicode file download (temporary)duerst
2019-04-02downloader.rb: keep linked file newer than cached filenobu
2019-03-29Add debug counters for MJIT cancelk0kubun
2019-03-25Prefer using vm_base_ptr rather than cfp->bpk0kubun
2019-03-25use cfp->bp more.ko1
2019-03-22add debug counters to count call cache fastpath.ko1
2019-03-21Check argument_arity_error condition in inlinable_iseq_pk0kubun
2019-03-14tool/make-snapshot: Use 6-spaces indent for SIZE and digestsnagachika
2019-02-14Prefer relative directory from srcdir to top_srcdirnobu
2019-02-12Skip erb files, idirect prerequisitesnobu
2019-02-12Replace versioned Unicode header paths with UNICODE_HDR_DIRnobu
2019-02-09make-snapshot: try downloading Unicode filesnobu
2019-02-08make-snapshot: try downloading Unicode filesnobu
2019-02-08configure.ac: check finite,isinf,isnan as macros firstnobu
2019-02-08Removed moving toplevel header since r12501nobu
2019-02-07Update Unicode filesnobu
2019-02-07tool/test/test_jisx0208.rb: Use `require_relative`kazu
2019-02-02Fixup r66984. Update the location of bundler gemspec.hsbt
2019-02-01_leaf_helpers.erb: some functions are not leafshyouhei
2019-01-31_insn_type_chars.erb: use C99shyouhei
2019-01-31_insn_operand_info.erb: use C99shyouhei
2019-01-31_insn_len_info.erb: add ASSERT_VM_INSTRUCTION_SIZEshyouhei
2019-01-31_insn_name_info.erb: use C99shyouhei
2019-01-25vm.inc now in C99shyouhei
2019-01-19Revert r58345 and r58371.hsbt
2019-01-18make-snapshot: get rid of circular dependencynobu
2019-01-17make-snapshot: make permissions uniformnobu
2019-01-17rbinstall.rb: add --exclude option for install-nodocnobu
2019-01-17Removed old gemspecs of default gems for the Ruby committers.hsbt
2019-01-14update redmine-backporter to catch up Redmine 4.0. [ci skip]nagachika
2019-01-11Fix make-snapshot for trunkkazu
2019-01-10mjit.c: use boolean type for boolean variablesk0kubun