aboutsummaryrefslogtreecommitdiffstats
path: root/compile.c
Commit message (Expand)AuthorAgeFilesLines
...
* compile.c: disable debug prints on sparcnobu2018-04-081-3/+0
* compile.c: fix an exception argumentnobu2018-04-081-4/+6
* compile.c: suppress warningsnobu2018-04-081-11/+11
* compile.c: align ibf_object_headernobu2018-04-081-13/+34
* compile.c: debug prints in ibf_load_objectnobu2018-04-081-0/+13
* compile.c: align IBF dumped datanobu2018-04-081-39/+55
* compile.c: refine debug printsnobu2018-04-071-2/+2
* compile.c: fix positions encodenobu2018-04-051-3/+3
* compile.c: do not dump pointersnobu2018-04-051-0/+1
* compile.c: clear paddingnobu2018-04-051-1/+5
* compile.c: do not dump pointersnobu2018-04-051-5/+9
* compile.c: zero fillnobu2018-04-051-3/+7
* compile.c: compile_evstrnobu2018-03-311-18/+22
* compile.c: end_labelnobu2018-03-311-2/+2
* compile.c: do not dump unused callinfosnobu2018-03-301-0/+15
* compile.c: split add_insn_infonobu2018-03-241-25/+24
* compile.c: suppress missing-noreturnnobu2018-03-241-6/+1
* node.c: predicates for special NODEsnobu2018-03-201-3/+3
* compile.c: fix ibf_load_codenobu2018-03-201-4/+7
* Reverting r62775, this should fix i686 buildstenderlove2018-03-191-28/+35
* compile.c: arg var indexnobu2018-03-191-31/+42
* compile.c: fix function name [ci skip]nobu2018-03-181-2/+2
* compile.c: resize to align offsetsnobu2018-03-171-1/+11
* debugging SEGV on Solaris11snobu2018-03-171-0/+3
* compile.c: align offsetsnobu2018-03-171-4/+19
* debugging SEGV on Solaris11snobu2018-03-171-7/+18
* debugging SEGV on Solaris11snobu2018-03-161-0/+14
* debugging SEGV on Solaris11snobu2018-03-161-0/+14
* Revert "Add direct marking on iseq operands"naruse2018-03-161-31/+28
* Revert "Fix error: implicit conversion loses integer precision"naruse2018-03-161-1/+1
* compile.c: fix load_from_binarynobu2018-03-161-1/+9
* Revert r62617 "compile.c: fix load_from_binary"naruse2018-03-151-2/+1
* compile.c: mark all ISeq ancestors as catch_except_pk0kubun2018-03-101-1/+10
* Fix error: implicit conversion loses integer precisionkazu2018-03-101-1/+1
* Add direct marking on iseq operandstenderlove2018-03-091-28/+31
* compile.c: set catch_except_p flagk0kubun2018-03-041-0/+49
* compile.c: raise on invalid inputnobu2018-03-011-2/+2
* compile.c: do not truncate VALUE to longnobu2018-03-011-2/+2
* compile.c: fix load_from_binarynobu2018-03-011-1/+2
* Revert r61936 "compile.c: use ALLOCV_N"nobu2018-02-281-5/+3
* compile.c: keep debug infonobu2018-02-161-1/+2
* compile.c: drop freezestring insn on String#-@normal2018-02-141-3/+3
* compile.c: popped hashnobu2018-02-091-4/+10
* mjit_compile.c: merge initial JIT compilerk0kubun2018-02-041-1/+1
* compile.c: fix string Range optimization with FSLnormal2018-02-031-8/+21
* eliminate CALL_SIMPLE_METHODshyouhei2018-01-291-6/+6
* compile.c: try to convert in massign `for`nobu2018-01-271-3/+4
* compile.c: check midnobu2018-01-251-1/+3
* compile.c: unnecessary freezingnobu2018-01-251-0/+16
* there is no such thing like 0 in enum defined_typeshyouhei2018-01-191-1/+1