summaryrefslogtreecommitdiff
path: root/tool
AgeCommit message (Expand)Author
2018-03-09Add direct marking on iseq operandstenderlove
2018-03-07transform_mjit_header.rb: inline ivar operationsk0kubun
2018-03-06_mjit_compile_pc_and_sp.erb: skip moving pck0kubun
2018-03-06transform_mjit_header.rb: inline VM instructionsk0kubun
2018-03-06transform_mjit_header.rb: drop obsoleted debug codek0kubun
2018-03-04mjit_compile.c: use local variables for stackk0kubun
2018-03-03vm.c: add mjit_enable_p flagk0kubun
2018-03-01tool/bisect.sh: extracted build part [ci skip]nobu
2018-03-01bisect.sh: make srcs in builddir [ci skip]nobu
2018-02-28Prefer to use %x instead of backtick.hsbt
2018-02-27Remove tool/pull-latest-mspec-speceregon
2018-02-27[EXPERIMENTAL] Support upload option for s3 package hosting.hsbt
2018-02-27Refactor ERB version checking for keyword argumentsk0kubun
2018-02-26tool/ruby_vm/helpers/dumper.rb: check ERB versionk0kubun
2018-02-26make-snapshot: added missing options to usagenobu
2018-02-26make-snapshot: exporting ChangLog with gitnobu
2018-02-26make-snapshot: remove -j option from GNUMAKEFLAGSnobu
2018-02-26vcs.rb: .git at exportnobu
2018-02-24Judge ERB version not RUBY_VERSION but ERB.versionnaruse
2018-02-24On getting changelog, use git-log with --no-notesnaruse
2018-02-22tool/generic_erb.rb: check ERB versionk0kubun
2018-02-22erb.rb: deprecate safe_level of ERB.newk0kubun
2018-02-20tool/m4/ruby_replace_type.m4: use AC_CHECK_TYPES for HAVE_* macrosnormal
2018-02-18mjit.c: no va_copynobu
2018-02-16ruby_check_va_copy.m4: for cross compilingnobu
2018-02-13mjit_compile.inc.erb: replace opt_key insnk0kubun
2018-02-12use <<- instead of <<~ for older baserubynobu
2018-02-12_mjit_compile_insn_body.erb: refactork0kubun
2018-02-12_mjit_compile_insn_line.erb: carve out macro expansionk0kubun
2018-02-12mjit.c: print JIT failurek0kubun
2018-02-11_mjit_compile_send.erb: resolve warnings on clangk0kubun
2018-02-11common.mk: add comments about r62355 [ci skip]k0kubun
2018-02-11_mjit_compile_insn.erb: comment_idnobu
2018-02-11_mjit_compile_{insn,send}.erb: suppress warningsnobu
2018-02-11_mjit_compile_send.erb: PRI_SERIALT_PREFIXnobu
2018-02-10vcs.rb: dryrun: option of GIT::SVN#commitnobu
2018-02-10mjit_compile.c: original_body_iseqnobu
2018-02-09transform_mjit_header.rb: fix typo in r62326k0kubun
2018-02-09transform_mjit_header.rb: pass -std=c99 for AIX gcck0kubun
2018-02-08mkconfig.rb: hide MJIT configurationsnobu
2018-02-08Export some missing symbols for MJITk0kubun
2018-02-08ifchange: --debug optionnobu
2018-02-07transform_mjit_header.rb: very verbose error logk0kubun
2018-02-07transform_mjit_header.rb: apply Regexp.escapek0kubun
2018-02-07transform_mjit_header.rb: ignore unsupported cck0kubun
2018-02-06transform_mjit_header.rb: resurrect `exit false`k0kubun
2018-02-06mjit_compile.c: fix inconsistent indentationk0kubun
2018-02-06transform_mjit_header.rb: add output for debugk0kubun
2018-02-06Remove unused capturekazu
2018-02-06deal with aclocal(1)shyouhei