platform/upstream/dotnet/runtime.git
2019-10-29 dotnet-maestro... [master] Update dependencies from dotnet/arcade dotnet...
2019-10-28 Zoltan Varga[runtime] Implement support for SuppressGCTransitionAtt...
2019-10-28 Johan LorenssonAdditional and adjusted logging for parallel minor...
2019-10-28 Alexander Köplinger[netcore] Fix offsets generation when cross compiling
2019-10-28 Alexander Köplinger[netcore] Don't load types in aot-compiler.c that don...
2019-10-26 Alexis Christoforides[merp] Introduce a new 'dump mode' that allows differen...
2019-10-26 Aleksey Kliger... [runtime] Unbalanced GC Unsafe transitions before shutd...
2019-10-26 Jay Krell[cxx][x86] int/ptr casts (mono/mono#17570)
2019-10-25 Jay Krell[cxx] Compile mini-llvm.c as C++ if configure -enable...
2019-10-25 Jay Krell[jit][x86][cxx] int/ptr casts (mono/mono#17382)
2019-10-25 Aleksey Kliger... [runtime] Make mono_thread_manage external only (mono...
2019-10-25 Vlad Brezae[interp] Optimize stelem (mono/mono#17519)
2019-10-25 Egor Bogatov[llvm] Use -place-safepoints in JIT mode too (mono...
2019-10-24 Jay Krell[cxx] externC for some icalls, for wasm and ios. (mono...
2019-10-24 Jay KrellInclude signal.h unconditionally. (mono/mono#17430)
2019-10-24 Jay Krell[cxx][x86] int/ptr casts. (mono/mono#17441)
2019-10-24 dotnet-maestro... [master] Update dependencies from dotnet/arcade dotnet...
2019-10-24 Bernhard Urban... [interp] fix code length for JitInfo (mono/mono#17538)
2019-10-24 Marek Safar[netcore] Fix corerun build deps
2019-10-24 Calvin BuckleyFix eglib on AIX/PASE (mono/mono#17476)
2019-10-24 Vlad Brezae[interp] Add super instructions for field storing ...
2019-10-24 Zoltan Varga[netcore] Add a few more missing SSE intrinsics. (mono...
2019-10-24 Johan LorenssonAdjust restart world logging level to match start major...
2019-10-24 Filip Navara[netcore] Managed ThreadPool implementation (mono/mono...
2019-10-23 Thays Grazia[debugger] Changing how debugger handles exception...
2019-10-23 Jay Krell[cxx] Put extern "C" in MONO_LLVM_INTERNAL. (mono/mono...
2019-10-23 Johan LorenssonOptimize LOS for better parallelization. (mono/mono...
2019-10-23 Zoltan Varga[wasm] Avoid adding an extra arg to native-to-managed...
2019-10-23 Jay Krell[coop] Fix big endian problem in MonoThradStateMachine...
2019-10-23 Filip Navara[netcore] Add Unsafe.SkipInit intrinsic
2019-10-23 Vlad Brezae[interp] Add a new super instructions pass (mono/mono...
2019-10-23 Vlad Brezae[interp] Retry cprop pass if killing stloc (mono/mono...
2019-10-23 Jay KrellSetLastError slightly later, in case last error not...
2019-10-23 Vlad Brezae[interp] Optimize ldelem instructions (mono/mono#17494)
2019-10-23 Filip Navara[netcore] Disable debugging code in lookup_intrins...
2019-10-22 Aleksey Kliger... [reflection] mono_method_get_base_method on a GTD shoul...
2019-10-22 Aleksey Kliger... [coop] Use bitfields for coop state machine state repre...
2019-10-22 Marek Safar[System.Private.CoreLib] Remove unused methods
2019-10-22 Filip NavaraUpdate Mono for changes in shared CoreLib partition
2019-10-22 Zoltan Varga[jit] Avoid running mono_handle_native_crash () on...
2019-10-21 Vlad Brezae[interp] Replace loading of static readonly fields...
2019-10-21 Jay KrellNo type_traits on Android.
2019-10-21 Jay Krell[cxx][debug-interp] Cast once from void* to non-void*.
2019-10-21 Jay Krell[Coop] Unconvert Microsoft.Win32.NativeMethods. (mono...
2019-10-21 Zoltan Varga[interp] Small fixes. (mono/mono#17442)
2019-10-20 Filip Navara[netcore] Implement Array.GetElementSize as intrinsic...
2019-10-20 Filip Navara[netcore] Remove unused code for Array.Unsafe[Mov/Load...
2019-10-20 Filip NavaraUse correct variable in mini_get_cpu_features (mono...
2019-10-20 Filip NavaraRemove dead code left out in mono/mono#17341 (mono...
2019-10-19 Jay Krell[jit][x86][cxx] int/ptr casts in mini-x86.c (mono/mono...
2019-10-19 Jay KrellReplace ICALL_DECL_EXPORT with ICALL_EXPORT. They are...
2019-10-18 Aleksey Kliger... [bcl] Add null reference checks to Interlocked.Exchange...
2019-10-18 Jay Krell[cxx] [wasm] int/ptr casts esp. m2n-gen. (mono/mono...
2019-10-18 imhameedMerge pull request mono/mono#17279 from imhameed/bug...
2019-10-18 Alex Rønne... Some updates to make RISC-V buildable again. (mono...
2019-10-18 Vlad Brezae[profiler] Fix coverage profiler on macos (mono/mono...
2019-10-18 Jay Krell[interp][wasm] Remove more varargs to conserve stack...
2019-10-17 Egor BogatovEnable GSS on Linux and Android (mono/mono#17223)
2019-10-17 Vlad Brezae[interp] Constant folding for integers (mono/mono#17362)
2019-10-17 Jay Krell[cxx] Int vs. enum, static for efficiency, cleanup...
2019-10-17 Jay Krell[cxx][x86] int/ptr casts. (mono/mono#17345)
2019-10-17 Vlad Brezae[interp] Always intrinsify MemoryBarrier method
2019-10-17 Vlad Brezae[interp] Avoid using full barriers for volatile operations
2019-10-17 Johan LorenssonUpgrade build scripts to support VS2019. (mono/mono...
2019-10-17 Jay KrellUse functions instead of macros for is_in/is_out. ...
2019-10-16 dotnet-maestro... [master] Update dependencies from dotnet/core-setup...
2019-10-16 Jay Krell[cxx][x86][amd64] Remove unused STORE_MEM_IMM. (mono...
2019-10-16 Aleksey Kliger... [bcl][jit] implement Interlocked.Exchange<T> in terms...
2019-10-16 Egor Bogatovremove GenericVectorTests from rsp (mono/mono#17366)
2019-10-16 Jay Krell[cxx][netcore] Goto around init. (mono/mono#17348)
2019-10-16 Jay Krell[cxx][x86] ifndef DISABLE_JIT around mono_arch_emit_pro...
2019-10-16 Egor Bogatovfix netcore build with cygwin (mono/mono#17361)
2019-10-16 Egor Bogatov[netcore] Implement System.IO.HasOverriddenBeginEndRead...
2019-10-16 Alexander Köplinger[ci] Improve netcore build telemetry by running nupkg...
2019-10-16 Jay KrellReplace mono_assembly_name_free use with mono_assembly_...
2019-10-16 Vlad Brezae[interp] Add constant propagation of integers (mono...
2019-10-16 Jay KrellFix C++ WebAssembly build. (mono/mono#17302)
2019-10-16 Filip NavaraFix SafeHandle marshalling in ref/in/out parameters...
2019-10-16 Zoltan Varga[jit] Fix is_reference checks for intrinsics with byref...
2019-10-15 Ryan Lucia[loader] Add an explicit define DISABLE_DLLMAP to contr...
2019-10-15 Jo ShieldsInitial telemetry for netcore builds (mono/mono#17331)
2019-10-15 Filip NavaraUpdate CoreFX.issues.rsp
2019-10-14 Filip Navara[netcore] Avoid suspending threads in Environment.Exit...
2019-10-14 Filip NavaraRemove broken sin/cos optimization for x86
2019-10-14 Filip NavaraRemove broken sin/cos optimization for x64
2019-10-14 Johan LorenssonFix msvc build warning, empty source main-core.c. ...
2019-10-14 Ryan Lucia[loader] Locking and coop related cleanup; fix leak
2019-10-14 Ryan Lucia[loader] Move PInvoke and DllMap code into separate...
2019-10-14 Ryan Lucia[netcore] Remove unused InternalLoadUnmanagedDllFromPath
2019-10-14 Ryan Lucia[netcore] Use a single NativeLibrary.cs for all platforms
2019-10-12 Dotnet-GitSync-BotMirror changes from mono/coreclr (mono/mono#17297)
2019-10-12 Ryan Lucia[loader] Fix gnu/lib-names.h define (mono/mono#17294)
2019-10-11 Jay Krell[runtime] Add portable cached array creation functions...
2019-10-11 Egor BogatovEnable more hw intrinsics for AOT (mono/mono#17160)
2019-10-11 Kyle WhiteUpdate MERP event type to MonoAppCrash (mono/mono#17131)
2019-10-10 Imran HameedGenerate LLVM IR for OP_XEQUAL that is recognized by...
2019-10-10 Vlad Brezae[interp] Kill more instructions (mono/mono#17226)
2019-10-10 Ryan Lucia[eglib] Add newline for failure check prints (mono...
2019-10-10 Johan LorenssonIncorrect constrained virtual call in method using...
2019-10-10 Bernhard Urban... [mini] trace snippet should restore return value (mono...
next