[interp] resolve right class for valuetype
[mono.git] / mono / mini / interp / interp.c
2017-04-28 Bernhard Urban[interp] resolve right class for valuetype
2017-04-28 Bernhard Urban[interp] check for pending exceptions after icall
2017-04-28 Bernhard Urban[interp] let JIT handle native2managed wrappers, but...
2017-04-28 Bernhard Urban[interp] add stelem.u2
2017-04-12 Alexander KyteMerge pull request #4615 from alexanderkyte/string_erro...
2017-04-04 Vlad BrezaeMerge pull request #4630 from BrzVlad/feature-valloc...
2017-04-04 Vlad BrezaeMerge pull request #4618 from BrzVlad/feature-par-nrs
2017-03-30 Alexander KyteMerge pull request #4621 from alexanderkyte/strdup_env
2017-03-30 Bernhard Urban[interp] basic filter clause support
2017-03-30 Zoltan VargaAdd beginnings of mixed code execution support (#4613)
2017-03-29 Rodrigo KumperaMerge pull request #4540 from kumpera/android-changes...
2017-03-27 Andi McClureMerge pull request #4594 from lambdageek/bug-53890
2017-03-27 Johan LorenssonMerge pull request #4570 from lateralusX/jlorenss/visua...
2017-03-26 Bernhard Urban[interp] call mono_unhandled_exception, so exit() is...
2017-03-26 Bernhard Urban[interp] support floating point in runtime_invoke
2017-03-26 Bernhard Urban[interp] allow more gregs, enable pinvoke17.exe
2017-03-26 Bernhard Urban[interp] throw NRE in mint_strlen
2017-03-25 Bernhard Urban[interp] add write barriers
2017-03-25 Bernhard Urban[interp] respect reference type in stobj insn
2017-03-24 Jon Purdy[docs] Enable documentation for mini.
2017-03-20 Alexander KyteMerge pull request #4555 from alexanderkyte/finished_ma...
2017-03-20 Rodrigo KumperaMerge pull request #4554 from kumpera/cleanup-random...
2017-03-18 Bernhard Urban[interp] allocate storage for value types in runtime_invoke
2017-03-18 Bernhard Urban[interp] treat GENERICINST properly on runtime_invoke...
2017-03-18 Bernhard Urban[interp] box IntPtr on return of runtime_invoke
2017-03-18 Bernhard Urban[interp] add UnsafeMov intrinsic support
2017-03-18 Bernhard Urban[interp] remove register keyword hack.
2017-03-18 Bernhard Urban[interp] call mono_thread_abort after an exception...
2017-03-18 Bernhard Urban[interp] don't assert on stack walking if we don't...
2017-03-17 Johan LorenssonMerge pull request #4542 from lateralusX/jlorenss/win...
2017-03-16 Aleksey Kliger ... Merge pull request #4453 from lambdageek/bug-49721
2017-03-14 Aleksey Kliger[runtime] Mark mono_assembly_open and mono_assembly_ope...
2017-03-13 Bernhard Urban[interp] kill MINT_LDTHISA
2017-03-13 Bernhard Urban[interp] allow generic instantiation as argument in...
2017-03-13 Bernhard Urban[interp] more static trampolines
2017-03-13 Bernhard Urban[interp] make sure we wrap virtual methods with synchro...
2017-03-13 Bernhard Urban[interp] clear exception storage in runtime_invoke
2017-03-13 Bernhard Urban[interp] lock when acquiring memory from a mempool.
2017-03-10 Johan LorenssonMerge pull request #4444 from lateralusX/jlorenss/windo...
2017-03-08 Bernhard Urban[interp] pass single fp correctly to icall trampoline
2017-03-08 Bernhard Urban[interp] fix type init exception propagation for method...
2017-03-08 Bernhard Urban[interp] fix for ldflda unsafe corner case
2017-03-08 Bernhard Urban[interp] propogate OOM exception on array instantiation
2017-03-08 Bernhard Urban[interp] respect lower_bound on array access and share...
2017-03-08 Bernhard Urban[interp] throw overflow exception on long to ulong...
2017-03-08 Bernhard Urban[interp] throw overflow exception on ulong to long...
2017-03-08 Bernhard Urban[interp] throw overflow exception on (0/-1)
2017-03-08 Bernhard Urban[interp] fix overflow corner cases for integer
2017-03-08 Bernhard Urban[interp] support stelem for guint8
2017-03-08 Bernhard Urban[interp] throw exceptions from icalls
2017-03-08 Bernhard Urban[interp] proper overflowcheck for size passed to cee_newarr
2017-03-08 Bernhard Urban[interp] throw NRE in mint_vcall insn if receiver is...
2017-03-08 Bernhard Urban[interp] refactor Array::Address, so that readonly...
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] clear storage for sp, vt_sp and locals properly
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] fix localloc instruction, storage must be...
2017-03-08 Bernhard Urban[interp] add interpreter specific create_trampoline...
2017-03-08 Bernhard Urban[interp] support readonly. prefix for ldelema
2017-03-08 Bernhard Urban[interp] respect variance in interface dispatch
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