[socket] ret might not have been initialized (#4495)
[mono.git] / mono / mini /
2017-03-08 Bernhard Urban[interp] remove g_error call
2017-03-08 Bernhard Urban[interp] fix another data.klass access. due to generic...
2017-03-08 Bernhard Urban[interp] support stelem for g{,u}int64
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] support non-empty stack in switch branches
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[exceptions.cs] enable one more test
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] fix a mem leak in transform
2017-03-08 Bernhard Urban[interp] allocate one more slot for tracking stack...
2017-03-08 Bernhard Urban[makefile] cleanup richeck target
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] 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] 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] 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] clear locals storage also on pointer type
2017-03-08 Bernhard Urban[interp] add iltests.exe to regression suite and mark...
2017-03-08 Bernhard Urban[interp] add interpreter specific create_trampoline...
2017-03-08 Bernhard Urban[generics.cs] enable one more test for interpreter
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] respect variance in interface dispatch
2017-03-08 Bernhard Urban[interp] inflate also on CEE_CALL etc.
2017-03-08 Zoltan Varga[arm] Implement aot support for handler block trampolines.
2017-03-07 Zoltan Varga[arm64] Implement aot support for handler block trampol...
2017-03-07 Alexander KyteMerge pull request #4481 from migueldeicaza/master
2017-03-06 Aleksey Kliger[mini] Run tests with --runtime=mobile for testing_aot_...
2017-03-06 Zoltan Varga[jit] Fix an assert in mono_unwind_ops_encode_full...
2017-03-05 Zoltan Varga[arm64] Fix the passing of small arguments on the stack...
2017-03-03 Zoltan Varga[jit] Remove some duplicate declarations.
2017-03-03 Zoltan Varga[jit] Fix MethodAccessExceptions, the caller and callee...
2017-03-02 Ludovic Henry[threads] Remove mono_threads_create_thread (#4411)
2017-03-02 Johan LorenssonFixes to build libmono with disabled JIT. (#4421)
2017-03-02 Rodrigo KumperaMerge pull request #4454 from kumpera/allow_sioc_with_m...
2017-03-02 Zoltan Varga[runtime] Cleanup the debugger header files. (#4459)
2017-03-01 Rodrigo KumperaMerge pull request #4418 from kumpera/fix_gclass_record...
2017-03-01 Zoltan Varga[runtime] Use mono_debug_method_lookup_location ()...
2017-03-01 Rodrigo KumperaMerge pull request #4373 from NattyNarwhal/haiku
2017-02-28 Bernhard Urban[interpreter] rename interpreter to interp
2017-02-28 Bernhard Urban[generics.cs] enable more testcases for interpreter
2017-02-28 Bernhard Urban[interpreter] use explicit addressing for stack slots
2017-02-28 Bernhard Urban[interpreter] add basic-vectors.cs to richeck target
2017-02-28 Bernhard Urban[interpreter] add {exceptions,devirtualization,basic...
2017-02-28 Bernhard Urban[interpreter] add floating point support to icall tramp...
2017-02-28 Bernhard Urban[interpreter] add arrays.cs to richeck target
2017-02-28 Bernhard Urban[objects.cs] enable last two remaining tests for interp...
2017-02-28 Bernhard Urban[interpreter] fix array built-ins wrt. multiarray access
2017-02-28 Bernhard Urban[interpreter] fix metadata access for ldtoken insn...
2017-02-28 Bernhard Urban[interpreter] implement ref type for ldelem bytecode
2017-02-28 Bernhard Urban[interpreter] install stack walking callback
2017-02-28 Bernhard Urban[interpreter] it can happen that we have the address...
2017-02-28 Bernhard Urban[interpreter] allow generic inst type in icall trampoline
2017-02-28 Bernhard Urban[interpreter] if unboxing is required on virtcall,...
2017-02-28 Bernhard Urban[generics.cs] test calling an interface, that's impleme...
2017-02-28 Bernhard Urban[interpreter] properly inflate method on generic virtua...
2017-02-28 Bernhard Urban[interpreter] inflate method signature for delegate...
2017-02-28 Bernhard Urban[interpreter] inflate signature for calli with proper...
2017-02-28 Bernhard Urban[interpreter] add init_delegate callback
2017-02-28 Bernhard Urban[interpreter] use jit icall for delegate ctor
2017-02-28 Bernhard Urban[trampolines] make sure no delegate trampoline is creat...
2017-02-28 Bernhard Urban[objects.cs] testcase for delegate with instance method...
2017-02-28 Bernhard Urban[interpreter] pop extra arg in CEE_MONO_CALLI_EXTRA_ARG
2017-02-28 Rodrigo KumperaMerge pull request #4440 from kumpera/fix-assembly...
2017-02-28 Vlad BrezaeMerge pull request #4381 from BrzVlad/feature-generatio...
2017-02-27 Andi McClureMerge pull request #4438 from xmcclure/monodis-fix
2017-02-27 Rodrigo KumperaMerge pull request #4433 from kumpera/android-fixes
2017-02-27 Rodrigo Kumpera[jit] Rewrite some logging to work on embedded systems.
2017-02-27 Rodrigo Kumpera[jit] Fix LMF codegen on android arm64.
2017-02-27 Rodrigo Kumpera[alias-analysis] Ignore addresses taken of volatile...
2017-02-27 Vlad BrezaeMerge pull request #4434 from BrzVlad/fix-unload-hang
2017-02-27 Rodrigo KumperaMerge pull request #4431 from vkargov/vk-leaking-points
2017-02-27 CalvinRestore Haiku support
2017-02-24 Vladimir Kargov[runtime] Fix memory leak in mono_save_seq_point_info().
2017-02-24 Aleksey Kliger ... [runtime] Call error_init instead of mono_error_init...
2017-02-24 Ludovic Henry[hybrid] Fix more tests run
2017-02-23 Zoltan Varga[jit] Remove an #ifdef ENABLE_LLVM from mini-os.h,...
2017-02-23 Rodrigo KumperaMerge pull request #4419 from BrzVlad/fix-oom-nre
2017-02-22 Vlad BrezaeMerge pull request #4403 from BrzVlad/fix-workers-par...
2017-02-22 Zoltan Varga[arm] Fix the passing of structs with 8 byte alignment...
2017-02-21 Rodrigo KumperaMerge pull request #4380 from alexanderkyte/conflicting...
2017-02-21 Zoltan Varga[jit] Remove some dead code.
next