platform/upstream/dotnet/runtime.git
2019-09-04 Alexis ChristoforidesFix pointing to stack on string && some add tracing
2019-09-04 Alexis ChristoforidesGuard writing to out_module
2019-09-04 Alexis ChristoforidesUpdate MONO_CORLIB_VERSION
2019-09-04 Alexis ChristoforidesRemove problematic assert from SIGILL handler
2019-09-04 Alexis ChristoforidesAdd stub of new function when crash reporting is disabled
2019-09-04 Alexis ChristoforidesSet out_module, to avoid getting no useful information...
2019-09-04 Alexis Christoforides[merp] Add API method that whitelists all native libraries
2019-09-03 Zoltan Varga[wasm] Avoid aligning the stack bounds, they are not...
2019-09-03 Jay Krell[coop] CustomAttributeBuilder_GetBlob, etc. (mono/mono...
2019-09-03 Jay Krell[Coop] ves_icall_InternalInvoke. (mono/mono#16625)
2019-09-03 Thays Grazia[debugger][android] Fixing single step inside Exception...
2019-09-03 Egor Bogatov[netcore] Use CoreRT's Overlapped (mono/mono#16106)
2019-09-03 Jay KrellFix non-netcore warning about add_assembly_to_alc....
2019-09-03 Filip Navara[netcore] Add intrinsic implementation for Unsafe.InitB...
2019-09-03 Vlad Brezae[interp] Transform ldloc/stloc pairs to a movloc instru...
2019-09-03 Nikolay Sivov[cominterop] Maintain object domain around ccw wrapper...
2019-09-03 Ryan LuciaRemove MAX_PATH usage in w32process (mono/mono#16553)
2019-09-03 Zoltan Varga[llvm] Implement more SIMD intrinsics on netcore. ...
2019-09-03 Egor BogatovImprove Fast-Math mode for LLVM (mono/mono#16599)
2019-09-03 Egor Bogatov[netcore] Makefile clean up (mono/mono#16630)
2019-09-03 Bernhard UrbanRelax assembly checking for 64 bit targets to allow...
2019-09-03 Vlad Brezae[interp] Remove varargs from InterpFrame and recompute...
2019-09-03 Filip NavaraUse CMP_GE/CMP_LE/CMP_GE_UN/CMP_LE_UN instead of manual...
2019-09-03 Filip Navara[netcore] Add intrinsics for Vector.GreaterThanOrEqual...
2019-09-02 Dotnet-GitSync-BotMirror changes from mono/coreclr (mono/mono#16547)
2019-09-02 Egor BogatovMerge pull request mono/mono#16624 from filipnavara...
2019-09-01 Alexander Köplinger[Coop] Monitor. (mono/mono#16608)
2019-09-01 Jay Krell[Coop] Fully inline NULL_HANDLE (do not even access...
2019-09-01 Ryan Lucia[netcore] Add handle frame to loop body in GetTopLevelF...
2019-08-31 Egor BogatovLLVM: Make Buffer.Memmove intrinsic (mono/mono#16610)
2019-08-31 Jay KrellRename parameter back.
2019-08-31 Jay KrellPR: And then rename the icall back.
2019-08-31 Jay KrellPR: Rename function; cleanup slightly.
2019-08-31 Zoltan Varga[aot] Avoid crashing with --aot=llvm is used in a runti...
2019-08-31 Jay Krell[Coop] Monitor.
2019-08-31 Jay Krell[coop] Allow SETUP_ICALL_FRAME (i.e. a loop) to referen...
2019-08-31 Vlad Brezae[interp] Fixes for il_offsets associated with instructi...
2019-08-31 Jay KrellFollow convention -- "static inline" is only for .h...
2019-08-31 Jay Krell[coop] InternalGetHashCode (mono/mono#16583)
2019-08-31 Aleksey Kliger... [runtime] Make eglib tests run on CI (mono/mono#16187)
2019-08-30 Jay KrellCleanup x86_patch and amd64_patch. (mono/mono#16474)
2019-08-30 Bernhard Urban[mini] publish global patches after JitInfo has been...
2019-08-30 Steve PfisterTurned the compiler server off on Windows because Named...
2019-08-30 Bernhard UrbanRevert "[android] add hardware specific workaround...
2019-08-30 Zoltan Varga[netcore] Fix make patch-local-dotnet if .dotnet has...
2019-08-30 Jay Krell[coop] mono_runtime_class_init_full (mono/mono#16580)
2019-08-30 Nikolay Sivov[cominterop] Respect ComDefaultInterfaceAttribute when...
2019-08-30 Jay Krell[Coop] ves_icall_RuntimeFieldInfo_GetRawConstantValue...
2019-08-30 Bernhard Urban[configure] remove autodection of llvm-config in $PATH...
2019-08-30 Jay Krell[interp] Compress interpreter opcode names in usual...
2019-08-30 Jay Krell[coop] Convert System_Runtime_Remoting_Messaging_AsyncR...
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...
next