[profiler] Implement call context introspection for enter/leave events.
[mono.git] / mono / mini / interp / interp.c
2017-08-01 Alex Rønne Petersen[profiler] Implement call context introspection for...
2017-07-31 vkargovMerge pull request #5234 from vkargov/vk-kiokunegi
2017-07-28 Vlad BrezaeMerge pull request #5260 from BrzVlad/fix-handler-block
2017-07-27 Zoltan Varga[interp] Rename some types to better reflect their...
2017-07-25 Marek SafarMerge branch 'xml-dsig-transforms-from-corefx' of git...
2017-07-25 Alex Rønne Petersen[interp] Fix a copy/paste error in ea4e4a9ef6fc42570a23...
2017-07-20 Vlad BrezaeMerge pull request #5198 from BrzVlad/fix-binprot-stats
2017-07-20 Bernhard Urban[interp] reuse finally_ips infrastructue for fault...
2017-07-06 Alex Rønne PetersenMerge pull request #5101 from alexrp/profiler-api
2017-07-06 Alex Rønne Petersen[runtime] New profiler API.
2017-06-23 Vlad BrezaeMerge pull request #5098 from BrzVlad/fix-sgen-pagesize
2017-06-22 Alex Rønne PetersenMerge pull request #5090 from alexrp/profiler-class...
2017-06-22 Alex Rønne PetersenMerge pull request #5089 from alexrp/profiler-deadlock-fix
2017-06-22 Alex Rønne PetersenMerge pull request #5092 from alexrp/mini-coverage...
2017-06-22 Alex Rønne PetersenMerge pull request #5091 from alexrp/mini-enter-leave...
2017-06-22 Ludovic Henry[threads] Enable blocking transition with MONO_ENABLE_B...
2017-06-21 Aleksey Kliger ... Merge pull request #5079 from lambdageek/dev-setvalue
2017-06-21 Rodrigo KumperaMerge pull request #5082 from kumpera/fix-ro-fs-file...
2017-06-21 Alex Rønne Petersen[interp] Add MINT_MONO_MEMORY_BARRIER.
2017-06-19 Alex Rønne PetersenMerge pull request #5062 from alexrp/profiler-library
2017-06-19 Alex Rønne PetersenMerge pull request #5063 from alexrp/profiler-format...
2017-06-19 Aleksey Kliger ... Merge pull request #5059 from lambdageek/tbt
2017-06-19 Rodrigo KumperaMerge pull request #5027 from kumpera/damn-you-strerror
2017-06-19 Zoltan Varga[interp] Implement runtime invokes by executing the...
2017-06-16 Zoltan Varga[interp] Implement CEE_RETHROW properly by allocating...
2017-06-16 Rodrigo KumperaMerge pull request #5014 from vkargov/vk-kasha
2017-06-13 Vlad BrezaeMerge pull request #5002 from BrzVlad/feature-sgen...
2017-06-13 Vlad BrezaeMerge pull request #5021 from BrzVlad/fix-parallel...
2017-06-12 Rodrigo KumperaMerge pull request #4967 from kumpera/profiler-arg...
2017-06-09 Rodrigo KumperaMerge pull request #4998 from kumpera/fix_56684
2017-06-08 Aleksey Kliger ... Merge pull request #4995 from lambdageek/dev-monodis...
2017-06-07 Bernhard Urban[interp] add --aot=interp, so we can run `mono --full...
2017-06-07 Bernhard Urban[interp] factor out everything that allocates a MonoLMF...
2017-06-07 Bernhard Urban[interp] factor out MINT_JIT_CALL instruction from...
2017-06-02 Bernhard Urban[interp] respect remoting proxies when resolving virtua...
2017-06-02 Bernhard Urban[interp] reference domain that owns method in RuntimeMe...
2017-06-02 Bernhard Urban[interp] guard remoting functions properly
2017-05-31 Aleksey Kliger ... Merge pull request #4935 from lambdageek/dev-handles-may
2017-05-31 Bernhard Urban[interp] use memmove for some primitve types, because...
2017-05-27 Rodrigo KumperaMerge pull request #4904 from kumpera/more_opts
2017-05-27 Rodrigo KumperaMerge pull request #4928 from kumpera/ptr_to_struct_int...
2017-05-27 Zoltan VargaInterp sdb (#4911)
2017-05-26 Rodrigo KumperaMerge pull request #4931 from kumpera/com-interop-fix
2017-05-26 Rodrigo KumperaMerge pull request #4840 from kumpera/unaligned-access
2017-05-24 Rodrigo KumperaMerge pull request #4872 from kumpera/add_test_for_eloop
2017-05-22 Bernhard Urban[interp] fix unaligned.
2017-05-18 Bernhard Urban[interp] respect 64bit alignment on armv7
2017-05-17 Bernhard Urban[interp] assume EABI for passing arguments to arm tramp...
2017-05-17 Bernhard Urban[interp] use helper function to check if generic inst...
2017-05-17 Bernhard Urban[interp] properly pass 64bit integers to native code...
2017-05-17 Bernhard Urban[interp] generics/vt fix regarding elem size for ldelem.vt
2017-05-17 Bernhard Urban[interp] intrinsify System.Array.UnsafeLoad
2017-05-17 Bernhard Urban[interp] icall trampoline for arm
2017-05-17 Bernhard Urban[interp] fix gcc warnings
2017-05-17 Bernhard Urban[interp] fix conv.u4.r8 on arm64
2017-05-17 Bernhard Urban[interp/tramp] use MONO_STRUCT_OFFSET infrastructure...
2017-05-16 Vlad BrezaeMerge pull request #4752 from BrzVlad/feature-dynamic-nrs
2017-05-15 Zoltan VargaInterp fixes (#4864)
2017-05-12 vkargovMerge pull request #4327 from vkargov/vk-abcremedy
2017-05-10 Vlad BrezaeMerge pull request #4816 from BrzVlad/fix-remoting...
2017-05-09 Rodrigo KumperaMerge pull request #4781 from kumpera/unaligned-cleanup-1
2017-05-08 Rodrigo KumperaMerge pull request #4799 from xmcclure/mingw-has-secure-api
2017-05-04 Aleksey Kliger ... Merge pull request #4782 from lambdageek/dev-mono_strin...
2017-05-04 Aleksey Kliger[interp] Use mono_string_new_checked instead of mono_st...
2017-05-03 Andi McClureMerge pull request #4780 from xmcclure/assembly-loader...
2017-05-03 Zoltan VargaMixed mode exception handling (#4777)
2017-04-28 Aleksey Kliger ... Merge pull request #4767 from lambdageek/bug-55681
2017-04-28 Aleksey Kliger ... Merge pull request #4759 from lambdageek/flags-strict...
2017-04-28 Bernhard Urban[interp] implement MONO_JIT_{AT,DE}TACH, so native2mana...
2017-04-28 Bernhard Urban[interp] implement CEE_MONO_{TLS,ATOMIC_STORE_I4}
2017-04-28 Bernhard Urban[interp] remove ves_exec_method_with_context_with_ip...
2017-04-28 Bernhard Urban[interp] enable a couple delegate tests on CI
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...
next