platform/upstream/dotnet/runtime.git
2019-09-17 Jay Krell[interp] Cleanup dispatch macros. (mono/mono#16784)
2019-09-17 Zoltan Varga[llvm] Use IntPtrType () for byref arguments instead...
2019-09-17 Vlad Brezae[interp] Optimize multidimensional array access (mono...
2019-09-16 Johan LorenssonFix warnings in eglib gspawn.c on platforms lacking...
2019-09-16 Filip Navara[netcore] Make Environment calls thread-safe (mono...
2019-09-16 Ryan Lucia[debugger] remove extraneous ErrorCode declaration...
2019-09-16 Zoltan Varga[wasm] Initial netcore support. (mono/mono#16718)
2019-09-16 Jay KrellStrike a size and conditional branch balance between...
2019-09-16 Jay Krell[Coop] ParseRouteInfo, fix some leaks, cleanup. (mono...
2019-09-16 Johan LorenssonFix infrequent hangs in test-runner. (mono/mono#16793)
2019-09-16 Jay Krell[Coop] GetValueInternal. (mono/mono#16811)
2019-09-16 Johan LorenssonFix warnings in libmono. (mono/mono#16813)
2019-09-16 Zoltan Varga[netcore] Change an ArrayList to a List<T>. (mono/mono...
2019-09-16 Egor BogatovLLVM: Dump Module instead of Function in JIT mode ...
2019-09-15 Jay Krell[interp] Speed up passing this parameter. (mono/mono...
2019-09-15 Calvin BuckleyFix small sized argument output with tracing enabled...
2019-09-13 Jay Krell[Coop] ves_icall_InternalExecute. (mono/mono#16611)
2019-09-13 Radek Doulik[aot] Do not wrap tool_prefix path when calling strip...
2019-09-13 Filip NavaraImprove alias analysis for pointer sized variables...
2019-09-13 Vlad Brezae[interp] Propagate locals and kill dead ones afterwards...
2019-09-13 Jay Krell[interp] Replace frame_objref with a volatile store...
2019-09-13 Vlad Brezae[interp] Add percentage to opcode count stats
2019-09-13 Vlad Brezae[interp] Disable computed goto when debugging interp
2019-09-13 Vlad Brezae[interp] Fix COUNT_OPS
2019-09-12 nariccMerge pull request mono/mono#16388 from naricc/naricc...
2019-09-12 Jay Krell[Coop] Debugger single point of exit. (mono/mono#16620)
2019-09-12 Vlad Brezae[interp] Emit more stloc.np (mono/mono#16796)
2019-09-12 Filip Navara[mini] Fix couple of R4 constant folding checks (mono...
2019-09-12 Jay Krell[interp] Remove unused parameters. (mono/mono#16773)
2019-09-12 Jay Krell[interp] Add assert in jmp that sp == stack at start...
2019-09-12 Egor Bogatov[netcore] Add LLVM to nuget (mono/mono#16524)
2019-09-12 EgorBoFix DynamicMethodToString.ToStringTest
2019-09-12 EgorBouse full name for llvm ir and asm dumps
2019-09-12 Jay Krell[interp] Fix buffer overreads and overwrites found...
2019-09-12 Zoltan Varga[netcore] Create a separate version of threadpool.c...
2019-09-11 Nathan RicciWhite space, naming convetions.
2019-09-11 Nathan RicciWhite space issues, typos.
2019-09-11 Jay Krell[interp] Reduce register pressure in endfinally.
2019-09-11 Zoltan Varga[aot] Emit interp entry code for methods which are...
2019-09-11 Zoltan Varga[wasm] Add missing aot-profile/runtime.js. (mono/mono...
2019-09-11 Vlad Brezae[docs] Improve sgen write barrier documentation (mono...
2019-09-10 Zoltan Varga[netcore] Disable more features. (mono/mono#16748)
2019-09-10 Larry Ewing[wasm] test cleanup (mono/mono#15727)
2019-09-10 Marek SafarUpdate tests exclusion
2019-09-10 Marek Safar[netcore] Update System.Private.CoreLib public APIs
2019-09-10 Bernhard Urban[aot] move method_addresses to data.rel.so section...
2019-09-10 Marek SafarDisable failing tests
2019-09-09 Nathan RicciRefactored where the varaibles for allocation count...
2019-09-09 Thays GraziaVtable [i] can be null so this should be check before...
2019-09-09 Jay Krell[interp] Let compiler decide clear_resume_state inlinin...
2019-09-09 Zoltan Varga[llvm] Mark Vector128/Vector256 types as SIMD.
2019-09-09 Nikolay SivovDefault to SAFEARRAY(VARIANT) as CCW argument for objec...
2019-09-09 Jay Krell[interp] Embrace that ip is const guint16* and remove...
2019-09-09 Vlad Brezae[interp] Defer local offset allocation to compacted...
2019-09-09 Filip Navara[netcore] Tweak inlining heurestic for memcpy
2019-09-08 Filip Navara[netcore][x64] Implement lowering of new SIMD OPs into...
2019-09-08 Jay Krell[interp] Fix debug build. (mono/mono#16720)
2019-09-07 Jay Krell[interp] Fix recent warnings I added. (mono/mono#16722)
2019-09-07 Jay Krell[interp] Assign sp once is enough in leave. (mono/mono...
2019-09-06 Alexis ChristoforidesRemove accidentally committed debug line
2019-09-06 imhameed[jit][llvm] Track variable nullness separately from...
2019-09-06 Vlad Brezae[metadata] Fix leaks when handling a few attributes...
2019-09-06 Thays Grazia[debugger][android] It was not initialising seq_points...
2019-09-05 Vlad Brezae[interp] Kill InterpFrame.ex (mono/mono#16666)
2019-09-05 Filip Navara[netcore] Bump CoreFX, core-setup dependencies (mono...
2019-09-05 Jay Krell[interp] Localize endfinally_ip to leave, and it cannot...
2019-09-05 Jo ShieldsFix distclean (mono/mono#16667)
2019-09-05 Fan YangRemove redundant function call of EscapeTypeName to...
2019-09-05 Jay Krell[interp] Remove unused parameter to ves_pinvoke_method...
2019-09-05 Zoltan Varga[netcore] Fix the range checks for Vector.CopyTo()...
2019-09-04 Zoltan Varga[llvm] Use branch weight metadata in some cases. (mono...
2019-09-04 Jay KrellTake stars out of types where they make more sense.
2019-09-04 Jay KrellTake stars out of types where they make more sense.
2019-09-04 Jay KrellTake stars out of types where they make more sense.
2019-09-04 Jay KrellTake stars out of types where they make more sense.
2019-09-04 Jay KrellTake stars out of types where they make more sense.
2019-09-04 Jay KrellTake stars out of types where they make more sense.
2019-09-04 Jay KrellTake stars out of types where they make more sense.
2019-09-04 Jay KrellTake stars out of types where they make more sense.
2019-09-04 Jay Krellmore star placement
2019-09-04 Jay KrellMove stars to sometimes but not always onventional...
2019-09-04 Jay KrellMove stars to conventional but wierd place.
2019-09-04 Jay KrellUpdate mono/eglib/gmodule-win32.c
2019-09-04 Jay KrellUpdate mono/eglib/glib.h
2019-09-04 Jay KrellRemove unnecessary cast.
2019-09-04 Jay KrellAllocate MAX_PATH to start, but it usually wastes memory.
2019-09-04 Jay KrellFix C++?
2019-09-04 Jay Krellcleanup
2019-09-04 Jay KrellTest invalid module.
2019-09-04 Jay KrellSkip psapi.dll and go right to the Windows 7 or newer...
2019-09-04 Jay KrellRemove cast.
2019-09-04 Jay Krellcomments
2019-09-04 Jay KrellRemove accident.
2019-09-04 Jay KrellMAX_PATH reduction.
2019-09-04 Jay KrellTweak names and fix preexisting leak under low memory.
2019-09-04 Jay Krell[Coop] GetStackTraces.
2019-09-04 Egor BogatovImplement more Math LLVM intrinsics (mono/mono#16578)
2019-09-04 Jay Krell[Coop] ves_icall_System_IOSelector_Add
2019-09-04 Egor BogatovThrow NRE if src or dst in Memmove are nulls (mono...
2019-09-04 Zoltan Varga[netcore] Fix the exception thrown by the Vector<T...
next