[profiler] Implement call context introspection for enter/leave events.
[mono.git] / mono / mini / interp / interp.c
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