platform/upstream/dotnet/runtime.git
2019-08-30 Jay Krell[Coop] mono_runtime_class_init_full mostly single point...
2019-08-30 Zoltan VargaBump ikvm to pick up mono/mono@caa8e7f54279a47422626005...
2019-08-29 Egor BogatovMake Math.Pow, Min and Max for doubles intrinsics ...
2019-08-29 Zoltan Varga[simd] Implement .ctor(T[]) and CopyTo () as intrinsics...
2019-08-29 Jay KrellCleanup trampoline size checks. (mono/mono#15624)
2019-08-29 Ryan Lucia[netcore] Implement AssemblyLoadContext.LoadUnmanagedDl...
2019-08-29 Nikolay Sivov[cominterop] Implement native-to-managed safearray...
2019-08-29 Jay Krell[Coop] mono_load_remote_field_checked single point...
2019-08-29 Egor BogatovLLVM: Add more Math intrinsics, introduce `--cpu` flag...
2019-08-29 Jay Krell[coop] Cleanup mono_reflection_get_custom_attrs_blob_ch...
2019-08-29 Filip Navara[netcore] Add Monitor.LockContentionCount icall (mono...
2019-08-28 Jay KrellRead only function pointers (MonoThreadInfoRuntimeCallb...
2019-08-28 Zoltan VargaMerge pull request mono/mono#16323 from EgorBo/ffast...
2019-08-28 Jay Krell[interp] Fix remaining MonoError reuse. (mono/mono...
2019-08-28 Jay KrellPortably pass a full pointer and not just an integer...
2019-08-28 Jay Krell[interp] Possible code size savings via goto instead...
2019-08-28 Egor BogatovMerge remote-tracking branch 'origin/master' into ffast...
2019-08-28 imhameedMerge pull request mono/mono#16242 from lateralusX...
2019-08-28 Bernhard Urban[mini] do not re-AOT whole BCL for fullaotcheck targets...
2019-08-28 Alexander Köplinger[netcore] Add missing 'prepare' dependency to run-tests...
2019-08-28 Zoltan VargaMerge pull request mono/mono#16517 from vargaz/wasm...
2019-08-28 Jay KrellFix assert in x86_patch regarding second byte of Jcc...
2019-08-28 Aleksey Kliger... [merp] Initialize hang_watchdog_path earlier; be lax...
2019-08-28 Jay Krell[interp] Outline box. (mono/mono#16456)
2019-08-28 Jay Krell[interp] Minor cleanup of `stackval_from_data`. Compile...
2019-08-28 Jay Krell[interp] Asserts pessimize clang. Removing saves 16...
2019-08-28 Jay KrellRemove dead Boehm code. (mono/mono#15224)
2019-08-28 Jay Krell[mini] Cleanup MONO_MMAP_32BIT. (mono/mono#16469)
2019-08-28 Zoltan VargaMerge pull request mono/mono#16520 from vargaz/fix...
2019-08-28 Bernhard Urbanfix cast and signature for mono_rconv_u4
2019-08-28 Bernhard Urban[amd64] use opcode emulation for fconv/rconv
2019-08-28 Bernhard Urban[llvmaotcheck] require sse3 being available for regress...
2019-08-28 Bernhard Urban[arm] use opcode emulation for fconv/rconv
2019-08-28 Bernhard Urban[arm] account only 4 bytes on stack for single precisio...
2019-08-28 Bernhard Urban[arm64] use opcode emulation for fconv/rconv
2019-08-28 Jay KrellCleanup arm64 SeqPointInfo.
2019-08-27 Jay KrellInline mono_string_length_internal and mono_string_char...
2019-08-27 Filip NavaraUpdate version information in System.Private.CoreLib...
2019-08-27 Ryan Lucia[netcore] Change exception thrown for SetTypedReference...
2019-08-27 Zoltan Varga[llvm] Fix ctlz intrinsics, they have 2 arguments.
2019-08-27 Zoltan Varga[llvm] Fix the mixing of LLVM modules in the llvm JIT...
2019-08-27 Zoltan VargaFix the netcore build. (mono/mono#16519)
2019-08-27 Zoltan VargaMerge pull request mono/mono#16487 from vargaz/cattr...
2019-08-27 Egor Bogatovuse gunichar2
2019-08-27 Alexander KöplingerRemove AppContext.cs that was moved to shared
2019-08-27 Vlad Brezae[interp] Remove unnecessary recomputation (mono/mono...
2019-08-27 Jay Krell[interp] Error handling refactor (optimize non-exceptio...
2019-08-27 Zoltan VargaMerge pull request mono/mono#16493 from EgorBo/impl...
2019-08-27 Johan LorenssonFix multiple SGEN_LOG to correctly scale elapsed time...
2019-08-27 Jay Krell [interp] Replace imethod with frame->imethod. (mono...
2019-08-27 Jay KrellCodeManager cleanup: (mono/mono#16468)
2019-08-27 Jay Krell[monodis] Combine adjacent identical cases. (mono/mono...
2019-08-27 Zoltan VargaAdd SETUP_ICALL_FUNCTION.
2019-08-27 Jay Krellmono_attach_load_agent: Fix leaks, alloc, copy. (mono...
2019-08-26 Jay KrellAdd missing const, particularly on functions "like...
2019-08-26 Zoltan VargaMerge pull request mono/mono#16451 from vargaz/gc-handl...
2019-08-26 Aleksey Kliger... [threadpool-io] Throw if backend won't be able to regis...
2019-08-26 Zoltan VargaFix review comments.
2019-08-26 Egor BogatovImplement Lzcnt hw intrinsics
2019-08-26 Egor Bogatov[netcore] Implement missing ThreadPool methods (for...
2019-08-26 Zoltan Varga[runtime] Convert mono_reflection_create_custom_attr_da...
2019-08-26 Johan LorenssonFix special case tramp assert in x86/amd64. (mono/mono...
2019-08-26 Alexander Köplinger[utils] Don't use MAP_32BIT on Apple platforms, fixes...
2019-08-26 Egor BogatovOptimized LLVM IR (mono/mono#16448)
2019-08-26 Jay Krell[interp] Cleanup stackval_to_data and stackval_to_data_...
2019-08-26 Bernhard Urban[android] remove text relocations in AOT/arm32 (mono...
2019-08-26 Ryan LuciaDetect additional invalid assembly names when parsing...
2019-08-25 Jay KrellAdd MONO_LLVM_INTERNAL to mono_jit_compile_method....
2019-08-25 Jay Krell[interp] Outline mono_interp_box_vt. (mono/mono#16454)
2019-08-24 Zoltan Varga[runtime] Make the local gc handles pin the object...
2019-08-24 Jay Krell[interp] Outline STRMFLD_VT. (mono/mono#16355)
2019-08-24 Jay Krell[windows gc] Trim one syscall per thread in garbage...
2019-08-24 Jay KrellRemove dlmalloc from Win32. (mono/mono#15773)
2019-08-23 Zoltan VargaMerge pull request mono/mono#16414 from vargaz/llvm...
2019-08-23 Ryan LuciaReturn an empty string for assemblies loaded from strea...
2019-08-23 Ryan Lucia[netcore] Use requesting assembly's context for Interna...
2019-08-23 Ryan Lucia[netcore] Random loader cleanup
2019-08-23 Zoltan VargaMerge pull request mono/mono#16431 from kjpou1/wasm...
2019-08-23 Zoltan Varga[jit] Make mono_unwind_frame () ignore registers which...
2019-08-23 Zoltan VargaMerge pull request mono/mono#16429 from vargaz/llvm...
2019-08-23 Zoltan VargaFix the bitcode build.
2019-08-23 Zoltan Varga[llvm] Add a cold wrapper and mono wrapper for gc poll...
2019-08-23 Zoltan VargaFix the build.
2019-08-23 Zoltan Varga[llvm] Add a mono wrapper method for the gc poll cold...
2019-08-23 Zoltan VargaMerge pull request mono/mono#16407 from vargaz/fix...
2019-08-23 Zoltan VargaMerge pull request mono/mono#16408 from vargaz/noreturn...
2019-08-23 Egor BogatovMerge pull request mono/mono#16412 from EgorBo/fix-ci4
2019-08-23 Zoltan Varga[llvm] Don't pass a module argument to the code in...
2019-08-23 Zoltan VargaMerge pull request mono/mono#16379 from EgorBo/improve...
2019-08-22 coypoopIf either sched_get_priority_{min,max} failed, don...
2019-08-22 EgorBoignore FSW test
2019-08-22 EgorBoignore more tests
2019-08-22 EgorBoDisable the whole System.ComponentModel.Composition...
2019-08-22 EgorBofix macOS
2019-08-22 Steve PfisterAdded a workaround for an issue with the compiler serve...
2019-08-22 EgorBoupdate rsp
2019-08-22 EgorBoignore some tests
2019-08-22 Zoltan Varga[jit] Special case the ThrowHelper methods only on...
2019-08-22 Zoltan Varga[llvm] Fix type issues in the llvm IR emitted for SIMD...
2019-08-22 Aleksey Kliger... [android] mono_dl_open_file: use g_file_test only on...
next