aboutsummaryrefslogtreecommitdiffstats
path: root/tool
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* vcs.rb: debug print in system methodnobu2018-01-261-0/+8
* move ADD_PC around to optimize PC manipluiationsshyouhei2018-01-262-5/+16
* Emacs friendliness [ci skip]shyouhei2018-01-2034-0/+34
* refactor split configure.ac into filesshyouhei2018-01-2034-0/+757
* tool/ruby_vm/models/attribute.rb: void for empty argumentsnobu2018-01-151-3/+13
* more ytab.sed fixesnobu2018-01-151-10/+16
* more ytab.sed fixesnobu2018-01-151-7/+17
* tool/ytab.sed: Support some old bison implementationsmame2018-01-151-5/+5
* parse.y: Use "p" for the variable of struct parser_params consistentlymame2018-01-141-6/+6
* __VA_ARGS__ is a C99ismshyouhei2018-01-132-6/+3
* merge revision: 61746shyouhei2018-01-121-1/+1
* tool/ruby_vm support for pre-2.0 BASERUBYshyouhei2018-01-126-9/+16
* tool/ruby_vm support for pre-2.1 BASERUBYshyouhei2018-01-1213-114/+123
* tool/ruby_vm support for pre-2.3 BASERUBYshyouhei2018-01-122-12/+12
* delete tool/instruction.rb (2nd try)shyouhei2018-01-1237-1260/+1787
* new insns.def format (2nd try)shyouhei2018-01-123-3/+33
* tool/downloader.rb: retry against Errno::ETIMEDOUTk0kubun2018-01-101-1/+1
* merge revisions 61753:61750 61747:61740 61737:61728shyouhei2018-01-1039-1817/+1259
* Fixed typos.hsbt2018-01-102-5/+5
* `signed` is required for Rasbian (x86_64).ko12018-01-091-1/+1