[interpreter] clean up exported symbols and header organization
[mono.git] / mono / mini / interpreter / transform.c
2017-02-16 Bernhard Urban[interpreter] clean up exported symbols and header...
2017-02-16 Bernhard Urban[interpreter] skip boxing if it's already a non-valuetype
2017-02-16 Bernhard Urban[interpreter] fix misc type resolving issues
2017-02-16 Bernhard Urban[interpreter] pop from value type stack when loading...
2017-02-16 Bernhard Urban[interpreter] fix off-by-one errors around loading...
2017-02-16 Bernhard Urban[interpreter] implement constrained.callvirt insn
2017-02-16 Bernhard Urban[interpreter] implement {st,ld}elem for value types
2017-02-16 Bernhard Urban[interpreter] make mint_{ldind_i,box} so that it can...
2017-02-16 Bernhard Urban[interpreter] simplify {ld,st}sfld insns and use runtim...
2017-02-09 Rodrigo KumperaMerge pull request #4248 from Unity-Technologies/boehm...
2017-01-30 Rodrigo KumperaMerge pull request #4297 from kumpera/fix-profiler...
2017-01-27 Bernhard Urban[interpreter] change calling convention for `this`...
2017-01-27 Bernhard Urban[interpreter] fix CEE_LDOBJ for valuetypes
2017-01-27 Bernhard Urban[interpreter] first version of CEE{LD,ST}ELEM
2017-01-27 Bernhard Urban[interpreter] reserve storage on valuetype stack in...
2017-01-27 Bernhard Urban[interpreter] fix some type -> klass accesses
2017-01-27 Bernhard Urban[interpreter] call managed boxing for nullable
2017-01-27 Bernhard Urban[interpreter] make box instruction respect generics
2017-01-27 Bernhard Urban[interpreter] implement unbox_any. call managed unbox...
2017-01-18 Rodrigo KumperaMerge pull request #4234 from kumpera/katia-flavia
2017-01-12 Rodrigo KumperaMerge pull request #4198 from vkargov/vk-prevbb
2017-01-12 Rodrigo KumperaMerge pull request #4212 from BrzVlad/fix-ephemeron...
2017-01-12 Rodrigo KumperaMerge pull request #3563 from lewurm/interpreter
2017-01-09 Bernhard Urban[interpreter] fix compiler warnings
2017-01-09 Bernhard Urban[interpreter] remove CALLINT opcode, go through wrapper...
2017-01-09 Bernhard Urban[interpreter] support conversion of internal pointer...
2017-01-09 Bernhard Urban[interpreter] master rebase fixups
2017-01-09 Bernhard Urban[interpreter] remove FIXME
2017-01-09 Bernhard Urban[interpreter] implement CEE_MONO_LDPTR_INT_REQ_FLAG
2017-01-09 Bernhard Urban[interpreter] factor out CALL transformation
2017-01-09 Bernhard Urban[interpreter] add MINT_ICALL_V_P opcode
2017-01-09 Bernhard Urban[interpreter] fix multicast delegates
2017-01-09 Bernhard Urban[interpreter] remove wrong error trap
2017-01-09 Bernhard Urban[interpreter] implement UNBOX_ANY with UNBOX (ignoring...
2017-01-09 Bernhard Urban[interpreter] more asserts and debug info
2017-01-09 Bernhard Urban[interpreter] add `--regression` feature for basic...
2017-01-09 Bernhard Urban[interpreter] print instruction as string
2017-01-09 Bernhard Urban[interpreter] fix build
2017-01-09 Bernhard Urban[interpreter] revive mono interpreter