summaryrefslogtreecommitdiff
path: root/src/vm/comutilnative.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-04-02Added a new API to provide memory information that GC records. This (#17326)Maoni Stephens1-0/+12
2018-03-19Switch over to managed Marvin implementation for string hashing (#17029)Jan Kotas1-131/+0
2018-03-06Remove libuuid usage (#16643)Jan Vorlicek1-1/+1
2018-02-26Use overriden double/float GetHashCode for default struct hashcodes (#16550)Jan Kotas1-44/+50
2018-01-28Improve Interlocked.Exchange<T> (#16058)mikedn1-40/+0
2017-11-20Move TaskToApm to shared CoreLib partition (#15113)Jan Kotas1-48/+0
2017-11-06Cleanup BCLDebug (#14868)Jan Kotas1-19/+0
2017-10-24Cleanup BCLDebugJan Kotas1-5/+2
2017-09-18Remove now dead ParseNumbers code in runtimeStephen Toub1-645/+0
2017-08-27Remove always defined FEATURE_RANDOMIZE_STRING_HASHING define (#13491)Dan Moseley1-187/+14
2017-08-23Fixed Equals/GetHashCode bug for struct. (#13164)Jim Ma1-13/+160
2017-03-28[Local GC] Use standard C++ types (bool) and consistent types (void*) on the ...Sean Gillespie1-4/+4
2017-03-25Add Interlocked.MemoryBarrierProcessWide (#10476)Jan Kotas1-0/+14
2017-03-09Improve span copy of pointers and structs containing pointers (#9999)Koundinya Veluri1-1/+13
2017-02-14Optimizing Span.Clear using memsetahsonkhan1-0/+7
2017-02-12Remove remainder of FEATURE_CORECLR (tool missed some files, also comments)danmosemsft1-1/+1
2017-02-12Remove always defined FEATURE_EXCEPTIONDISPATCHINFOdanmosemsft1-2/+0
2017-02-11Revert "Remove always defined FEATURE_CORESYSTEM"danmosemsft1-0/+6
2017-02-10Remove always defined FEATURE_CORECLRdanmosemsft1-101/+0
2017-02-10Remove always defined FEATURE_CORESYSTEMdanmosemsft1-6/+0
2016-09-23update JIT_MemSet/MemCpy, Buffer::BlockCopy and Buffer::InternalBlock… (#7198)Xiangyang (Mark) Guo1-0/+8
2016-09-08Introduce an interface separating the GC and the VM,Sean Gillespie1-27/+27
2016-08-29added GC.GetAllocatedBytesForCurrentThread APIMaoni Stephens1-0/+18
2016-05-07Buffer.BlockCopy: Avoid double-typechecks for arrays of same type (#4807)James Ko1-3/+6
2016-05-03Generalize Buffer.BlockCopy optimization for either src or dst (#4736)James Ko1-11/+23
2016-02-10Add a fast path for byte[] to Buffer.BlockCopyJan Kotas1-13/+29
2016-01-27Update license headersdotnet-bot1-4/+3
2016-01-19Fix override detection to work reliably for JITed mscorlibJan Kotas1-8/+27
2016-01-19Tweak a few more aspects of Stream.Read/WriteAsync perf improvementsstephentoub1-2/+2
2016-01-19Add generic detection of Stream.{Begin|End}{Read|Write} overridesJan Kotas1-0/+54
2015-09-25Implement basic collation on top of ICUMatt Ellis1-3/+24
2015-03-03Introduce FC_TypedByRef for passing TypedReferences as FCall argumentsJan Kotas1-2/+2
2015-02-25Allow users to specify a no GC region (on behalf of maonis)Jan Kotas1-0/+35
2015-02-04Avoid unnecessary work for identical locations in Buffer.BlockCopyBen Adams1-2/+5
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+3102