aboutsummaryrefslogtreecommitdiffstats
path: root/tool
Commit message (Expand)AuthorAgeFilesLines
* transform_mjit_header.rb: pass -std=c99 for AIX gcck0kubun2018-02-091-11/+31
* mkconfig.rb: hide MJIT configurationsnobu2018-02-081-0/+1
* Export some missing symbols for MJITk0kubun2018-02-081-0/+2
* ifchange: --debug optionnobu2018-02-081-0/+3
* transform_mjit_header.rb: very verbose error logk0kubun2018-02-071-4/+6
* transform_mjit_header.rb: apply Regexp.escapek0kubun2018-02-071-1/+1
* transform_mjit_header.rb: ignore unsupported cck0kubun2018-02-071-1/+23
* transform_mjit_header.rb: resurrect `exit false`k0kubun2018-02-061-0/+1
* mjit_compile.c: fix inconsistent indentationk0kubun2018-02-061-1/+1
* transform_mjit_header.rb: add output for debugk0kubun2018-02-061-3/+8
* Remove unused capturekazu2018-02-061-1/+1
* deal with aclocal(1)shyouhei2018-02-063-13/+1
* transform_mjit_header.rb: restrict transformationk0kubun2018-02-051-0/+6
* transform_mjit_header.rb: same command after errornobu2018-02-051-2/+3
* tool/downloader.rb: retry SocketErrork0kubun2018-02-051-3/+3
* Fix undefined behaviorkazu2018-02-051-0/+2
* Fix a typo [ci skip]kazu2018-02-051-1/+1
* transform_mjit_header.rb: check initial codek0kubun2018-02-051-4/+6
* transform_mjit_header.rb: remove predefined macrosk0kubun2018-02-051-5/+4
* need shell's escape instead of M4's.shyouhei2018-02-051-1/+1
* transform_mjit_header.rb: no extra CRsnobu2018-02-051-1/+1
* va_copy is a C99ismshyouhei2018-02-051-0/+32
* vcs.rb: no meaningless splatnobu2018-02-051-1/+1
* vcs.rb: for old rubynobu2018-02-051-0/+1
* transform_mjit_header.rb: take program name from $0nobu2018-02-051-4/+6
* transform_mjit_header.rb: read/write in binmodenobu2018-02-051-2/+2
* transform_mjit_header.rb: separate macro and codenobu2018-02-051-2/+4
* transform_mjit_header.rb: scan by regexpnobu2018-02-051-13/+14
* Use system option instead of shell redirectkazu2018-02-051-1/+1
* transform_mjit_header.rb: refactor messages and exitnobu2018-02-041-10/+9
* match whole wordnobu2018-02-041-1/+1
* Fix typos and remove redundant `/#{}/`kazu2018-02-041-4/+4
* mjit_compile.c: merge initial JIT compilerk0kubun2018-02-045-0/+275
* common.mk: install a single header file for JITk0kubun2018-02-041-0/+183
* support ruby 1.9.3naruse2018-01-301-4/+10
* vcs.rb: checkout the current branch before rebasenobu2018-01-301-0/+2
* bare_instructions.rb: sp_inc is signednobu2018-01-301-1/+1
* vcs.rb: fix errorsnobu2018-01-301-1/+3
* Suport ruby 1.9.3naruse2018-01-291-2/+2
* redefinition of a typedef is a C11ismshyouhei2018-01-291-0/+3
* s/CALL_SIMPLE_METHOD/DISPATCH_ORIGINAL_INSN/shyouhei2018-01-291-4/+5
* also use sp_inc in vm coreshyouhei2018-01-291-7/+7
* extensive use of instruction attributesshyouhei2018-01-292-30/+28
* vcs.rb: prepend DebugSystem to VCSnobu2018-01-271-1/+5
* bare_instructions.rb: show class name on inspectk0kubun2018-01-271-1/+1
* insns2vm.rb: add missing word to helpk0kubun2018-01-271-5/+5
* insns2vm.rb: make #generate_parser privatek0kubun2018-01-272-61/+64
* dumper.rb: stop getting --destdir option valuek0kubun2018-01-273-9/+10
* vcs.rb: old version cannot refine modulesnobu2018-01-261-8/+11
* vcs.rb: dcommit for each commitnobu2018-01-261-9/+11