[tests] Re-enable bug-45841-fpstack-exceptions.exe (#4927)
[mono.git] / mono / mini /
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-06 Bernhard Urban[mini] set MONO_ARCH_HAVE_INIT_LMF_EXT on architectures...
2017-06-06 Bernhard Urban[mini] guard mono_arch_init_lmf_ext prototype properly
2017-06-06 Bernhard Urban[arm] don't set MONO_ARCH_SOFT_DEBUG_SUPPORTED on andro...
2017-06-02 Zoltan VargaRevert "[sdb] Add an API to make the contents of the...
2017-06-02 Zoltan Varga[sdb] Add an API to make the contents of the 'State...
2017-06-02 Zoltan Varga[jit] Avoid running class cctors for remoting wrappers...
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[arm] remove cross compiling guard for MONO_ARCH_SOFT_D...
2017-06-02 Bernhard Urban[interp] guard remoting functions properly
2017-06-02 Zoltan Varga[runtime] Remove all NACL support. It was unmaintained...
2017-06-01 Zoltan Varga[aot] Revert a change from d135465fba59f7257e2d225564df...
2017-05-31 Aleksey Kliger ... Merge pull request #4935 from lambdageek/dev-handles-may
2017-05-31 Bernhard Urban[unaligned] relax test regarding floating point precision
2017-05-31 Bernhard Urban[interp] use memmove for some primitve types, because...
2017-05-30 Rodrigo KumperaMerge pull request #4938 from kumpera/optimize_ref_queries
2017-05-29 Bernhard Urban[interp] implement RELOC_LONG_BRANCH. fixes test/imt_b...
2017-05-29 Bernhard Urban[android] add hardware specific workaround for Nexus9...
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-26 Bernhard Urban[arm] use r8 instead of r5 in icall trampoline, because...
2017-05-26 Bernhard Urban[arm] respect iOS specific ABI for frame pointer in...
2017-05-26 Rodrigo Kumpera[mini] Intrinsify Marshal.PtrToStructure<T>
2017-05-25 Rodrigo Kumpera[mini] Fix the llvmonlycheck test.
2017-05-25 Zoltan Varga[aot] Avoid printing out AOT NOT FOUND messages for...
2017-05-25 Damien Diederen[arm] Do not use the ARM Run-time ABI in cross-compiler...
2017-05-25 Vlad BrezaeMerge pull request #4926 from BrzVlad/fix-tls-v5
2017-05-24 Vlad Brezae[arm] Don't use fast tls on v5 arm
2017-05-24 Aleksey Kliger ... Merge pull request #4923 from lambdageek/bug-56694
2017-05-24 Rodrigo KumperaMerge pull request #4872 from kumpera/add_test_for_eloop
2017-05-24 Aleksey Kliger ... Merge pull request #4845 from lambdageek/dev-coop-delegates
2017-05-23 Rodrigo KumperaFix the CpBlk and InitBlk intrinsics.
2017-05-23 Aleksey Kliger[marshal] Change mono_delegate_ctor to use coop handles
2017-05-22 Bernhard Urban[interp] fix unaligned.
2017-05-22 Alex Rønne Petersen[profiler] Fall back to CLOCK_MONOTONIC if CLOCK_PROCES...
2017-05-20 Rodrigo Kumpera[jit] Fix x86 failures and handle unaligned load with...
2017-05-19 Zoltan Varga[amd64] Fix the allocation of the caller area in filter...
2017-05-19 Rodrigo Kumpera[jit] Add unaligned tests.
2017-05-19 Zoltan Varga[amd64] Remove the restriction on the locals stack...
2017-05-18 Rodrigo Kumpera[jit] Properly handle unaligned memory access.
2017-05-18 Rodrigo Kumpera[jit] Assorted small changes.
2017-05-18 Rodrigo Kumpera[mini] Remove assert and document reason it can't be...
2017-05-18 Bernhard Urban[interp] respect 64bit alignment on armv7
2017-05-18 vkargov[aot] Fix a memory leak related to constraint allocatio...
2017-05-18 Katelyn GaddFixes for bug#54388 "InternalsVisibleTo is case sensiti...
2017-05-18 Rodrigo Kumpera[jit] Remove mini_emit_stobj from method-to-ir.c and...
2017-05-18 Rodrigo Kumpera[jit] Replace usage of mini_emit_stobj with mini_emit_m...
2017-05-18 Rodrigo Kumpera[jit] Fix wording of the function description
2017-05-18 Rodrigo Kumpera[jit] Fix mono_debug_count breakage introduced by the...
2017-05-18 Rodrigo Kumpera[mini] Add mini_emit_memory_copy to replace mini_emit_stobj
2017-05-18 Rodrigo Kumpera[jit] Fix large const memcpy/memset when when the intri...
2017-05-18 Rodrigo Kumpera[runtime] Rework how unaligned memcpy/memset are generated.
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[arm] respect thumb mode in mixed mode unwinding
2017-05-17 Bernhard Urban[interp] properly pass 64bit integers to native code...
2017-05-17 Bernhard Urban[interp] make mixed mode work on arm
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] add a conversion that is only required for...
2017-05-17 Bernhard Urban[interp] icall trampoline for arm
2017-05-17 Bernhard Urban[interp] make mixed mode work on arm64
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-17 Bernhard Urban[interp] implement icall_trampoline for arm64
2017-05-17 Alexander KöplingerFix tarball build
2017-05-16 Vlad BrezaeMerge pull request #4752 from BrzVlad/feature-dynamic-nrs
2017-05-15 Zoltan VargaInterp fixes (#4864)
2017-05-15 Jonathan Pryor[amd64] Make more inline functions in header static...
2017-05-15 Zoltan Varga[runtime] Remove ia64 backend, the Itanium architecture...
2017-05-12 Vlad BrezaeMerge pull request #4828 from BrzVlad/fix-windows-ci
2017-05-12 Zoltan VargaAmd64 gsharedvt small sizes (#4841)
2017-05-12 Zoltan Varga[jit] Fix CPBLK for large sizes.
2017-05-12 vkargovMerge pull request #4327 from vkargov/vk-abcremedy
2017-05-11 vkargov[jit] Keep unwind info in the domain's memory pool...
2017-05-11 Aleksey Kliger ... Merge pull request #4796 from lambdageek/dev-handles...
2017-05-10 Vlad BrezaeMerge pull request #4816 from BrzVlad/fix-remoting...
2017-05-10 Rodrigo KumperaMerge pull request #4818 from kumpera/unaligned-cleanup-2
2017-05-09 Rodrigo Kumpera[mini] Cleanup usage of mini_emit_memcpy and bad values...
2017-05-09 Rodrigo Kumpera[jit] CPBLK and INITBLK now use the funtions in memory...
2017-05-09 Rodrigo Kumpera[jit] Add mini_emit_memory_copy_bytes and mini_emit_mem...
2017-05-09 Rodrigo KumperaMerge pull request #4781 from kumpera/unaligned-cleanup-1
2017-05-09 Zoltan Varga[jit] Allow inlining of methods with the AggressiveInli...
2017-05-09 Zoltan Varga[jit] Mark bblocks making calls to the corlib ThrowHelp...
2017-05-08 Rodrigo Kumpera[jit] Add mini_emit_memory_store and use it for STOBJ.
2017-05-08 Rodrigo Kumpera[jit] Fix identation.
2017-05-08 Rodrigo Kumpera[jit] Use mini_emit_memory_load for ldind, ldobj and...
2017-05-08 Rodrigo Kumpera[jit] Add mini_emit_memory_load that is to be used...
2017-05-08 Rodrigo KumperaMerge pull request #4799 from xmcclure/mingw-has-secure-api
2017-05-05 Andi McClureFix mingw/mxe build
2017-05-05 Zoltan Varga[jit] Fix 4c0df6de333fe18abb97fbc7ea8f6e77d92f5451...
2017-05-05 Bernhard Urban[interp] do widening for more arith ops
2017-05-04 Aleksey Kliger ... Merge pull request #4782 from lambdageek/dev-mono_strin...
2017-05-04 Andi McClureMerge pull request #4788 from xmcclure/if-winrt
next