summaryrefslogtreecommitdiff
path: root/compile.c
AgeCommit message (Expand)Author
2018-03-04compile.c: set catch_except_p flagk0kubun
2018-03-01compile.c: raise on invalid inputnobu
2018-03-01compile.c: do not truncate VALUE to longnobu
2018-03-01compile.c: fix load_from_binarynobu
2018-02-28Revert r61936 "compile.c: use ALLOCV_N"nobu
2018-02-16compile.c: keep debug infonobu
2018-02-14compile.c: drop freezestring insn on String#-@normal
2018-02-09compile.c: popped hashnobu
2018-02-04mjit_compile.c: merge initial JIT compilerk0kubun
2018-02-03compile.c: fix string Range optimization with FSLnormal
2018-01-29eliminate CALL_SIMPLE_METHODshyouhei
2018-01-27compile.c: try to convert in massign `for`nobu
2018-01-25compile.c: check midnobu
2018-01-25compile.c: unnecessary freezingnobu
2018-01-19there is no such thing like 0 in enum defined_typeshyouhei
2018-01-18compile.c: use ALLOCV_Nnobu
2018-01-18ibf_dump_object_unsupported marked as NORETURNshyouhei
2018-01-16node.c: Stop double meaning of NODE_FOR by introducing NODE_FOR_MASGNmame
2018-01-15__declspec(align(#)) does not take sizeof()shyouhei
2018-01-15ruby_aligned_char no longer needed.shyouhei
2018-01-15__declspec(align(#)) does not take sizeof()shyouhei
2018-01-15__attibute__((__aligned__)) for RSTRING_PTR()shyouhei
2018-01-14exclude flexible array size with old compilersnobu
2018-01-13compile.c (struct ibf_object_*): Use FLEX_ARY_LENmame
2018-01-13compile.c (struct ibf_id_entry): Just removed.mame
2018-01-13iseq.h (struct iseq_catch_table_entry, iseq_compile_data_storage): Use FLEX_A...mame
2018-01-12delete tool/instruction.rb (2nd try)shyouhei
2018-01-10merge revisions 61753:61750 61747:61740 61737:61728shyouhei
2018-01-09iseq.c: Add a succinct bitvector implementation for insn_info_tablemame
2018-01-09delete tool/instruction.rbshyouhei
2018-01-09Rename code_range to code_locationmame
2018-01-09internal.h: remove dependecy on ruby/encoding.hnobu
2018-01-09compile.c (iseq_compile_each0): remove irrelevant tracecoveragemame
2018-01-09parse.y: Remove special handling of tOROP and tANDOPmame
2018-01-08use `getblockparamproxy` to pass blocks.ko1
2018-01-08compile.c: compile_case2 branchnobu
2018-01-07Speedup `block.call` [Feature #14330]ko1
2018-01-05compile.c: fix stack consistency errornobu
2018-01-05compile.c: remove more unreachable chunknobu
2018-01-05node.h: remove NODE_PRELUDEmame
2018-01-05make rb_iseq_new* accept rb_ast_body_t instead of NODE*mame
2018-01-05check array for zsuper. [Bug #14279]ko1
2018-01-05Refactor ISEQ_TYPE_DEFINED_GUARD outmame
2018-01-05compile.c: refactoring of defined? exception handlermame
2018-01-04node.h: add NODE_ONCE instead of reuse of NODE_SCOPEmame
2018-01-04iseq.c: Refactor out rb_iseq_new_ifunc from rb_iseq_new_with_optmame
2018-01-04compile.c: next labelnobu
2018-01-03compile.c: fix disasm dumpnobu
2018-01-03compile.c: label spnobu
2018-01-02bit-fields other than int is a C99ismshyouhei