[interpreter] integrate compile_method and runtime_invoke into mini
[mono.git] / mono / mini / interpreter / interp.c
2017-01-27 Bernhard Urban[interpreter] integrate compile_method and runtime_invo...
2017-01-18 Rodrigo KumperaMerge pull request #4234 from kumpera/katia-flavia
2017-01-17 Bernhard Urban[interpreter] fix castclass and isinst instruction
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 Aleksey Kliger[runtime] Use mono_{object,class}_is_transparent_proxy...
2017-01-12 Rodrigo KumperaMerge pull request #3563 from lewurm/interpreter
2017-01-09 Bernhard Urban[interpreter] get rid of ugly copy/paste hack and inclu...
2017-01-09 Bernhard Urban[interpreter] fix compiler warnings
2017-01-09 Bernhard Urban[interpreter] guard some debug messages with DEBUG_INTERP
2017-01-09 Bernhard Urban[interpreter] initialize tls subsystem
2017-01-09 Bernhard Urban[interpreter] remove CALLINT opcode, go through wrapper...
2017-01-09 Bernhard Urban[interpreter] master rebase fixups
2017-01-09 Bernhard Urban[interpreter] add MINT_ICALL_V_P opcode
2017-01-09 Bernhard Urban[interpreter] allow up to three arguments in interprete...
2017-01-09 Bernhard Urban[interpreter] properly clean up the error in get_virtua...
2017-01-09 Bernhard Urban[interpreter] fix interface method lookup
2017-01-09 Bernhard Urban[interpreter] fix ves_array_set
2017-01-09 Bernhard Urban[interpreter] support return vals in interpreter->nativ...
2017-01-09 Bernhard Urban[interpreter] do proper unboxing according to its type
2017-01-09 Bernhard Urban[interpreter] add filter to regression harness
2017-01-09 Bernhard Urban[interpreter] fix vtable lookup
2017-01-09 Bernhard Urban[interpreter] register missing callback
2017-01-09 Bernhard Urban[interpreter] improve --regression flag wrt exceptions
2017-01-09 Bernhard Urban[interpreter] first version of trampoline for interpret...
2017-01-09 Bernhard Urban[interpreter] more asserts and debug info
2017-01-09 Bernhard Urban[interpreter] add configure flag and `--regression...
2017-01-09 Bernhard Urban[interpreter] make stacktraces partially work
2017-01-09 Bernhard Urban[interpreter] throw overflow exception for div instruction
2017-01-09 Bernhard Urban[interpreter] add `--regression` feature for basic...
2017-01-09 Bernhard Urban[interpreter] output thread addr as hex
2017-01-09 Bernhard Urban[interpreter] fix build
2017-01-09 Bernhard Urban[interpreter] revive mono interpreter