aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* use binary search for insns_info.ko12018-01-091-1/+1
* * properties.svn2018-01-090-0/+0
* `signed` is required for Rasbian (x86_64).ko12018-01-091-1/+1
* * properties.svn2018-01-090-0/+0
* grep_v is ruby 2.3 featurenaruse2018-01-091-1/+1
* * properties.svn2018-01-090-0/+0
* * 2018-01-10svn2018-01-091-1/+1
* Here document <<~ is Ruby 2.3 featurenaruse2018-01-091-50/+50
* iseq.c: Add explicit casts from long to int (to pass compile on clang)mame2018-01-091-2/+2
* iseq.c: Add a succinct bitvector implementation for insn_info_tablemame2018-01-094-3/+232
* iseq.c (iseq_data_to_ary): Avoid direct use of insns_info.positionsmame2018-01-091-20/+20
* * properties.svn2018-01-090-0/+0
* insns_info.inc.tmpl: share large tableseshyouhei2018-01-093-41/+54
* insns_info.inc: position independentshyouhei2018-01-092-20/+43
* comma at the end of enum is a C99ism.shyouhei2018-01-091-3/+3
* delete tool/instruction.rbshyouhei2018-01-0953-1708/+1759
* * properties.svn2018-01-090-0/+0
* * append newline at EOF.svn2018-01-091-0/+1
* [ci skip] add comments about file formatshyouhei2018-01-091-4/+38
* new insns.def formatshyouhei2018-01-094-504/+160
* rb_num_t happen to be unsigned; introduce signed variantshyouhei2018-01-091-0/+1
* parse.y: insane syntax too (class definition in cond)mame2018-01-092-27/+17
* Fix indent [ci skip]kazu2018-01-091-4/+4
* Include ruby/{io,encoding}.h before internal.hkazu2018-01-098-6/+16
* parse.y: insane syntaxnobu2018-01-092-8/+31
* insns_info.inc.tmpl: split rb_vm_insn_name_infonobu2018-01-091-3/+16
* thread_pthread.c: round stack sizenobu2018-01-091-2/+5
* Rename code_range to code_locationmame2018-01-098-523/+523
* thread_pthread: remove checks for pthread_cond*_initnormal2018-01-092-6/+2
* thread_pthread: remove HAVE_PTHREAD_ATTR_INIT ifdefsnormal2018-01-092-15/+2
* bootstraptest/test_fork.rb: Stop too restrict NPROC test temporarilymame2018-01-091-1/+3
* Fix the position of VM_ASSERT for "pthread_create failed for time"mame2018-01-091-1/+1
* thread_pthread: more diagnostics around timer thread creation failuresnormal2018-01-091-2/+14
* update dependenciesnobu2018-01-093-0/+12
* update-deps: strip -j optionnobu2018-01-091-0/+4
* internal.h: remove dependecy on ruby/encoding.hnobu2018-01-0928-23/+58
* internal.h: remove dependecy on ruby/io.hnobu2018-01-095-3/+7
* compile.c (iseq_compile_each0): remove irrelevant tracecoveragemame2018-01-091-0/+12
* Allow `-> do rescue; end` as well as `proc do rescue; end`mame2018-01-092-1/+19
* parse.y: Remove redefinition of mallocmame2018-01-091-9/+0
* parse.y: PARSER_DEBUG is no longer usedmame2018-01-091-3/+0
* parse.y: Remove meaningless ifndef guardsmame2018-01-091-4/+0
* Explicit failure in VM_CHECK_MODE when failing to create timer threadmame2018-01-091-0/+1
* common.mk (srcs_vpath): renamed for nmakenobu2018-01-092-3/+3
* use predefined ids in a few more placesnormal2018-01-093-9/+11
* gmake.mk: update srcdir filesnobu2018-01-092-2/+3
* parse.y: set ID to yylval ID instead of tokennobu2018-01-091-3/+3
* parse.y: Remove special handling of tOROP and tANDOPmame2018-01-093-41/+20
* .gdbinit (print_lineno): follow up changes in r61534, r61536ktsj2018-01-091-5/+6
* parse.y: use change_shortcut_operator_idnobu2018-01-091-7/+1