summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-04-05Rename conflicting definitions VER_MAJOR/MINORVERSION macros (#17364)Jan Kotas17-165/+57
2018-04-04JIT: refine x86 gc reg kill set for CORINFO_HELP_INIT_PINVOKE_FRAME (#17421)Andy Ayers1-0/+5
2018-04-04Fix ARM32 on ARM64 Tracing (#17417)Brian Robbins4-6/+6
2018-04-04Fix ExecutionContext capture in Task (#17407)Stephen Toub1-4/+4
2018-04-04[x86/Linux] Fix COMNumber::DoubleToNumberFC arguments order (#17412)Konstantin Baladurin2-2/+2
2018-04-04Consolidate and optimize TextInfo.ChangeCase (#17391)Stephen Toub3-213/+236
2018-04-04Avoid unnecessary string allocations in IdnMapping (#17399)Stephen Toub3-21/+37
2018-04-03Merge pull request #17372 from BruceForstall/ArmWriteBarrierTighten3Bruce Forstall15-165/+166
2018-04-03Remove most ARM NYI (#17365)Bruce Forstall6-83/+45
2018-04-03Merge pull request #17352 from sdmaclea/PR-ARM64-Add-x64_arm64-crossgenJarret Shook2-3/+3
2018-04-03Increase crst level for ReadyToRunInfo's map lock (#17376)Koundinya Veluri3-118/+123
2018-04-02[local gc] gc spinning part 1 (#17341)David Mason7-0/+27
2018-04-02Added a new API to provide memory information that GC records. This (#17326)Maoni Stephens8-7/+114
2018-04-02Merge pull request #17313 from fiigii/sethiloCarol Eidt2-0/+11
2018-03-31[Arm64] Add x64_arm64 crossgen to tools packageSteve MacLean2-3/+3
2018-03-31Merge pull request #17180 from fiigii/fixavxtestsCarol Eidt1-4/+3
2018-03-31Make AsSpan(this string) ForceInline to be on par with AsSpan(this T[]) (#17368)Jan Kotas3-6/+9
2018-03-31Delete dead code to support OSes prior to Windows 7 (#17367)Jan Kotas17-3103/+72
2018-03-30Merge pull request #17329 from briansull/struct-gscheck-fixBrian Sullivan1-2/+13
2018-03-30fix for HasCriticalFinalizer in local gc (#17369)David Mason1-6/+7
2018-03-30Tighten arm32/arm64 write barrier kill reg setsBruce Forstall15-165/+166
2018-03-30Fix#16827 Stack probing for Linux (#17360)Egor Chesakov1-0/+57
2018-03-30PEImageLayout: clear instruction cache after relocationsKonstantin Baladurin1-0/+22
2018-03-30Fix ilasm COR header (#17357)Eric StJohn1-14/+9
2018-03-30Only allow the rundown thread to write events during rundown to avoid corrupt...Brian Robbins3-1/+26
2018-03-30Reject struct promotion of parameters when -GS checks are enabledBrian Sullivan1-2/+13
2018-03-30[arm32] Fixed RBM_PROFILER_* (#17291)sergey ignatov1-0/+5
2018-03-31Fix remote unwind (#17351)Jan Vorlicek2-6/+15
2018-03-30replace unreached with assert(false) (#17359)Sergey Andreenko1-1/+1
2018-03-30add an additional assert for the futureSergey Andreenko3-0/+13
2018-03-30fix the bugSergey Andreenko3-4/+26
2018-03-30fix ifdefs commentsSergey Andreenko2-4/+6
2018-03-30Implement AVX SetHighLowFei Peng2-0/+11
2018-03-30Change OwnedMemory to MemoryManager and add an IMemoryOwner. (#17340)Ahson Khan12-310/+266
2018-03-29Merge pull request #17327 from weshaggard/FixIdentityPackageBuildWes Haggard1-6/+13
2018-03-29Merge pull request #17211 from mikedn/dyn-hwinfoCarol Eidt2-6/+3
2018-03-29Fix identity package filteringWes Haggard1-6/+13
2018-03-29Fix for incorrectly handle invalid UTF8 characters issue (#17302)Luqun Lou2-37/+62
2018-03-29Fix AssemblyLoadContext.Unloading and ProcessExit for Windows Docker containe...Daniel Harvey2-3/+7
2018-03-29Dict cache default comparer for object types (#17285)Ben Adams2-43/+143
2018-03-29StringBuilder.Equals: value to span (#17311)Maryam Ariyan1-4/+4
2018-03-28Use ROSpan.IndexOf as the workhorse for string.IndexOf (#17284)Ahson Khan2-171/+73
2018-03-28Fix Dictionary CopyTo regression (#17300)Ben Adams2-8/+8
2018-03-28Removing 'EXPERIMENTAL' from tiered compilation env var (#17283)Noah Falk3-15/+11
2018-03-28Fix some more unwinding in R2R ARM (#17292)Jan Vorlicek1-17/+17
2018-03-28Nit changes in API diff between .NET Core 2.0 and .NET Core 2.1 (#17288)Maryam Ariyan2-4/+4
2018-03-28Merge pull request #17126 from CarolEidt/Fix545500Carol Eidt1-3/+44
2018-03-28Add crossbitness support to ClrJit:Egor Chesakov7-10/+29
2018-03-28Root methods used by debugger for IL linker (#17287)Jan Kotas1-5/+9
2018-03-27fix for logalways eventing level (#17277)David Mason2-2/+6