summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-02-08Cleanup redundant stale COR header definition (#16261)Jan Kotas4-118/+3
2018-02-07Throwing IO Related exception only on FileStream.Dispose(disposing:true) (#16...Maryam Ariyan3-2/+27
2018-02-07Make it possible to Reflection.Emit default interface methods (#16257)Michal Strehovský2-0/+4
2018-02-07Agruments -> Arguments (#16273)John Doe1-1/+1
2018-02-07Removes Extra allocations for corner cases in CombineNochecks (#16255)Anirudh Agnihotry1-1/+53
2018-02-07Initialize stack allocated data structures. (#16259)Brian Robbins1-1/+8
2018-02-06Fix Hebrew calendar month names list (#16247)Tarek Mahmoud Sayed1-5/+26
2018-02-06Disable crossgen for types containing intrinsic types (#16213)Steve MacLean1-14/+11
2018-02-06Fix stacktrace formatting to make it work on CoreRT as well (#16245)Sung Yoon Whang1-2/+2
2018-02-06Fix GC reproting for by-ref-like structs (#16231)Koundinya Veluri2-5/+21
2018-02-06Implement AVX2 LoadAlignedVector256/128NonTemporalFei Peng3-0/+4
2018-02-06Implement SSE3 LoadAndDuplicateToVector128 and LoadDquVector128Fei Peng3-0/+4
2018-02-06Implement AVX LoadAlignedVector256, LoadDquVector256, and LoadVector256Fei Peng2-0/+5
2018-02-06Merge pull request #16228 from fiigii/storeCarol Eidt3-2/+13
2018-02-06Merge pull request #16235 from CarolEidt/FixPrefetchBuildBreakCarol Eidt2-3/+12
2018-02-06Don't remove the first non-internal block that has profile weight. (#16227)Eugene Rozenfeld1-0/+25
2018-02-06Replace comment inadvertently removedCarol Eidt1-1/+3
2018-02-06Disable prefetch instructions for LEGACY_BACKENDCarol Eidt2-3/+10
2018-02-06Move String.Manipulation.cs to shared (#16226)Jan Kotas5-142/+111
2018-02-05Implement SSE2 Store* intrinsicsFei Peng2-0/+8
2018-02-05Implement AVX Store* intrinsicsFei Peng2-2/+5
2018-02-05Adding support for the StoreFence/Prefetch* APIs and the new Sse scalar overl...Tanner Gooding6-95/+218
2018-02-05Reimplement string.Replace in managed code (#16214)Jan Kotas6-184/+98
2018-02-05Removing the Sse2.LoadScalarVector128 overloads that are invalid.Tanner Gooding2-40/+0
2018-02-05Implementation of GetFullPath(string path, string basePath) (#15579)Anirudh Agnihotry4-179/+354
2018-02-05Adding support for the SSE2 LoadVector128, LoadAlignedVector128, and LoadScal...Tanner Gooding5-9/+20
2018-02-05Remove FEATURE_ACTIVITYSAMPLING and associated code. (#16185)Brian Robbins4-1251/+10
2018-02-05Revert #15910 [R2R] add a virtualStubParamInfo as an argumentBrian Sullivan3-62/+93
2018-02-05Added a factory to FileStreamCompletionSource (#16190)David Fowler2-9/+19
2018-02-05Merge pull request #16103 from mikedn/xorpsBrian Sullivan2-10/+5
2018-02-04Use stackalloc in string.Split (#15435)Alex4-129/+196
2018-02-04Merge pull request #16182 from CarolEidt/FixDD543057Carol Eidt5-20/+55
2018-02-03Fix failfast stacktrace (#15895)Sung Yoon Whang15-27/+185
2018-02-03Updating the HWIntrinsic codegen to support marking LoadVector128 and LoadAli...Tanner Gooding11-29/+216
2018-02-02Remove AsyncMethodBuilder from shared partition (#16149)Ben Adams4-73/+59
2018-02-02Changing Span/Memory to return default on null instead of throwing. (#16186)Ahson Khan7-57/+98
2018-02-02Dictionary exposes internal type comparer (#16151)Marco Rossignoli1-1/+1
2018-02-02Delete unused SSA_FEATURE_USEDEF ifdefs (#15654)mikedn2-77/+0
2018-02-02Fix GetILToNativeMapping3 to return mappings for the specified code start add...Koundinya Veluri3-27/+49
2018-02-02Fix AV in crossgen when generating PDBs (#16184)Andy Ayers3-4/+4
2018-02-02Fix mirroring build breakTarek Mahmoud Sayed1-1/+3
2018-02-02Span factoring (dotnet/corefx#26667)Tarek Mahmoud Sayed4-574/+628
2018-02-02Merge pull request #16133 from eerhardt/AddVectorToCoreLibEric Erhardt9-46/+127
2018-02-02Consider specialPutArgs for jitStressRegsCarol Eidt5-20/+55
2018-02-02Event Pipe File V3 (#16107)Adam Sitnik16-346/+599
2018-02-02Add assert for failure to open a file in FastSerializer. (#16178)Brian Robbins1-0/+1
2018-02-02Update CoreClr, CoreFx to preview2-26202-06, preview2-26202-01, respectively ...dotnet-maestro-bot4-7/+7
2018-02-02Ifdef out Compiler::lvaVarPref (#15329)mikedn1-2/+1
2018-02-02ajdust -> adjust (dotnet/corert#5327)John Doe1-1/+1
2018-02-01[R2R] add a virtualStubParamInfo as an argument (#15910)Sergey Andreenko3-93/+62