platform/upstream/dotnet/runtime.git
2019-08-17 Jay KrellPut finally data back in locals instead of frame to...
2019-08-16 Jay Krell[Coop] Convert mono_attach_load_agent. (mono/mono#15954)
2019-08-16 Ryan Lucia[netcore] Enable netcore resolution logic for mono_asse...
2019-08-16 Jay KrellIgnore NULL in mono_marshal_free_dynamic_wrappers and...
2019-08-16 Jay KrellFill in more MONO_PATCH_INFO_NONE support. (mono/mono...
2019-08-16 Jay Krell[interp] Localize c, i32, o as suggested. (mono/mono...
2019-08-16 Jay Krell[interp] Fix more MonoError reuse (mono_object_new_chec...
2019-08-16 Steve Pfister[corlib] Fix sharing mode validation rules (mono/mono...
2019-08-16 Egor Bogatov[netcore] Add patch-local-dotnet-aot-llvm rule (mono...
2019-08-16 Jay Krellintepreter: remove last element from various arrays...
2019-08-16 Jay Krell[interp] Fully outline enum_hasflag to save stack....
2019-08-16 Zoltan VargaMerge pull request mono/mono#16261 from vargaz/tp-no...
2019-08-16 Zoltan VargaMerge pull request mono/mono#16257 from EgorBo/llvm-ptr
2019-08-15 Jay Krell[mini] Cleanup alloca: call twice instead of once,...
2019-08-15 Jay Krell[interp] Fix more MonoError reuse. (mono/mono#16262)
2019-08-15 Jay Krell[Coop] Convert emit_invoke_call. (mono/mono#15964)
2019-08-15 Jay KrellWrap more external-only functions in GC mode transition...
2019-08-15 Zoltan VargaLlvm optimizations (mono/mono#16191)
2019-08-15 Jo ShieldsAdd missing FCONV_TO_U8 on ILP32 (WatchOS 5) (mono...
2019-08-15 Jay KrellRetain thread names as UTF8 instead of only UTF16....
2019-08-15 Jay Krell[interp] Outline newobj and newobj_vt. (mono/mono#16267)
2019-08-15 Jo ShieldsFix failing OSX Android lane (mono/mono#16274)
2019-08-15 Vlad Brezae[exceptions] Don't debug hang on ThreadAbortException...
2019-08-15 Jay KrellReduce redundant setting of thread name. (mono/mono...
2019-08-15 Jay Krell[interp] [wasm] p vs. o on newobj (mono/mono#16264)
2019-08-15 Jay Krell[interp] Fix some, not all, of the error management...
2019-08-15 Jay Krell[interp] Short-circuit MINT_STELEM_REF on NULL. (mono...
2019-08-15 Jay Krell[interp] Compute locals later to reduce register/stack...
2019-08-15 Jay Krell[interp] Split leave into pieces, partially outlined...
2019-08-15 Nikolay Sivov[cominterop] Fix copy-paste error in ComVisibleAttribut...
2019-08-15 Thays GraziaEnable and document debug with sdb with netcore config.
2019-08-15 Zoltan Varga[runtime] Use a PRNG in the threadpool instead of the...
2019-08-14 Egor Bogatovaddress feedback
2019-08-14 Jay KrellRemove ampersand from cfg->error per old agreement...
2019-08-14 Egor Bogatovhandle primitive pointers in llvm
2019-08-14 Vlad Brezae[interp] Fix icall signature (mono/mono#16227)
2019-08-14 Jo ShieldsFix linking of OS-provided zlib (mono/mono#16177)
2019-08-14 Aleksey Kliger... [metadata] Create strongly typed versions of mono_assem...
2019-08-14 Egor Bogatovignore stacktrace tests
2019-08-14 Jay Krell[interp] Reduce frame size by partially outlining load...
2019-08-14 Jay KrellMake small_id_mutex not recursive. (mono/mono#15485)
2019-08-14 Jay KrellUse ERROR_DECL. (mono/mono#16220)
2019-08-14 Jay Krell[interp] Remove address-taking of vt_sp. (mono/mono...
2019-08-14 Jay Krell[interp] Outline `mono_interp_calli_nat_dynamic_pinvoke...
2019-08-14 Jay KrellCompletely replace mono_error_ok with is_ok and make...
2019-08-14 Jay KrellSkip degenerate qsort: num < 2, size == 0, base ==...
2019-08-14 Jay KrellFix warning LNK4221 warning in assembly-load-context...
2019-08-14 Jay Krell[interp] Outline `get_virtual_method_fast` to save...
2019-08-14 Jay Krell[interp] Outline `set_resume_state` to conserve stack...
2019-08-14 Thays Grazia[debugger] Debugger tries to execute a single step...
2019-08-13 Aleksey Kliger... [runtime] Initialize thread suspend policy at startup...
2019-08-13 Alexander Köplinger[netcore] Cleanup System.Private.CoreLib.csproj (mono...
2019-08-13 Aleksey Kliger... [sre] Outline typebuilder_setup_fields loop body (mono...
2019-08-13 Jay Krell[interp] Replace `mono_error_ok` with `is_ok`. (mono...
2019-08-12 Egor Bogatov[netcore] decimal should have alignment=8 (mono/mono...
2019-08-12 Zoltan VargaMerge pull request mono/mono#16151 from spouliot/ios...
2019-08-12 Aleksey Kliger... [interp] Fix stub_get_resume_state write to out paramet...
2019-08-12 Ryan Lucia[netcore] Pass MONO_ASMCTX_LOADFROM on LoadFrom calls...
2019-08-12 Ankit Jain[msbuild] Bump to track xplat-master and update roslyn...
2019-08-12 Aleksey Kliger... [debugger] Cleanup MonoError on in isFixedSizeArray...
2019-08-12 Nikolay Sivov[mono] Fix some compiler warnings (mono/mono#16159)
2019-08-12 Jay Krell[remoting+interp] [remoting+debugger] Fix use of dangli...
2019-08-12 Jay Krell[interp] Remove unnecessary loops, that optimizer might...
2019-08-12 Vincent Povirk[w32process-win32] Don't duplicate CreateProcess search...
2019-08-12 Zoltan VargaMerge pull request mono/mono#16136 from EgorBo/fix...
2019-08-09 Vlad Brezae[interp] Fix overflow of execution stack (mono/mono...
2019-08-09 Zoltan VargaMerge pull request mono/mono#16139 from steveisok/run...
2019-08-09 Ryan Lucia[netcore] Make mono_assembly_request_prepare take an...
2019-08-09 Alexander Köplinger[build] Remove ILDISASM variable from platform Makefiles
2019-08-09 Alexander Köplinger[build] Remove EXTERNAL_MCS setting in platform Makefiles
2019-08-09 Egor Bogatovfix inlining
2019-08-09 Egor BogatovMake System.Runtime.Intrinsics.X86.*.IsSupported intrinsic
2019-08-09 Egor Bogatovfix minor issues
2019-08-09 Alexis Christoforides[merp] Use a separate program as the hang supervisor...
2019-08-09 Ryan Lucia[netcore] Don't return REFERENCE_MISSING in netcore_loa...
2019-08-09 Zoltan VargaMerge pull request mono/mono#16125 from vargaz/wasm...
2019-08-08 Alexander Köplinger[tests] Fix accessing field of MarshalByRefObject in...
2019-08-08 Aleksey Kliger... [perfcounter] Define mono_perfcounter_foreach even...
2019-08-08 imhameed[sdb][interp] Use the interpreter's resume state to...
2019-08-07 imhameed[llvm] Explicitly check for errors when calling LegacyI...
2019-08-07 Ryan LuciaRelax locking (mono/mono#15986)
2019-08-07 Ryan Lucia[netcore] Re-enable IsAssignableFrom test
2019-08-07 Zoltan VargaMerge pull request mono/mono#16085 from kjpou1/wasm...
2019-08-07 Jay KrellThere is no need to zero static data, and it is racy...
2019-08-07 Thays GraziaAllow generating DIM bitcode (mono/mono#16070)
2019-08-07 Alexander Köplinger[utils] Move MAP_ANONYMOUS check after sys/mman.h import
2019-08-07 Aleksey Kliger... [w32socket] Translate ELOOP and ENAMETOOLONG (mono...
2019-08-07 Nikolay Sivov[trace] Improve enter/leave output formatting (mono...
2019-08-07 Nikolay Sivov[win32] Fix some compilation warnings (mono/mono#15956)
2019-08-07 iamphiFix compilation on OSX 10.9 (mono/mono#14411)
2019-08-07 Zoltan Varga[runtime] Fix an autoconf warning. (mono/mono#16078)
2019-08-07 Vlad Brezae[interp] Fix DEBUG_INTERP build (mono/mono#16057)
2019-08-07 Marek SafarRemove code moved to shared partition
2019-08-07 Ryan Lucia[netcore] Set flag for processor arch when parsing...
2019-08-06 Bernhard Urban[arm] respect I1 and I2 on gsharedvt out transition...
2019-08-06 Zoltan VargaMerge pull request mono/mono#16071 from vargaz/wasm...
2019-08-06 Zoltan Varga[wasm] Compile interp.c with -mllvm -join-liveintervals...
2019-08-06 Jay Krell[Coop] Convert mono_object_isinst_icall. (mono/mono...
2019-08-06 coypoopUpdate NetBSD support (mono/mono#15938)
2019-08-06 Ryan Lucia[netcore] Update test exclusions to reflect ALC work...
next