[interp] fix using conv.u with string
[mono.git] / mono / mini / interp / transform.c
2017-03-08 Bernhard Urban[interp] fix overflow corner cases for integer
2017-03-08 Bernhard Urban[interp] fix a mem leak in transform
2017-03-08 Bernhard Urban[interp] allocate one more slot for tracking stack...
2017-03-08 Bernhard Urban[interp] support stelem for guint8
2017-03-08 Bernhard Urban[interp] support reference case for unbox.any
2017-03-08 Bernhard Urban[interp] remove STTHIS completly.
2017-03-08 Bernhard Urban[interp] proper overflowcheck for size passed to cee_newarr
2017-03-08 Bernhard Urban[interp] respect generic context for cee_sizeof
2017-03-08 Bernhard Urban[interp] set proper type info for cee_ldtoken bytecode
2017-03-08 Bernhard Urban[interp] refactor Array::Address, so that readonly...
2017-03-08 Bernhard Urban[interp] cee_{stfld,ldfld{,a}} can access static fields too
2017-03-08 Bernhard Urban[interp] fix cee_initobj for reference type
2017-03-08 Bernhard Urban[interp] implement cee_cpobj
2017-03-08 Bernhard Urban[interp] transform all kind of clauses
2017-03-08 Bernhard Urban[interp] implement cee_unbox and cee_ldobj correctly
2017-03-08 Bernhard Urban[interp] fix issues around conv.ovf.* bytecodes
2017-03-08 Bernhard Urban[interp] clear locals storage also on pointer type
2017-03-08 Bernhard Urban[interp] implement constrained calls to interface metho...
2017-03-08 Bernhard Urban[interp] support readonly. prefix for ldelema
2017-03-08 Bernhard Urban[interp] inflate also on CEE_CALL etc.
2017-03-01 Rodrigo KumperaMerge pull request #4418 from kumpera/fix_gclass_record...
2017-03-01 Rodrigo KumperaMerge pull request #4373 from NattyNarwhal/haiku
2017-02-28 Bernhard Urban[interpreter] rename interpreter to interp