summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-03-08Move String to shared corelib partition (#16749)Jan Kotas19-1182/+960
2018-03-08Dial back `\\?\ ` insertion (dotnet/corefx#27827)Jeremy Kuhne1-1/+1
2018-03-08Fix ensuring primary stack size (#16698)Jan Vorlicek3-8/+15
2018-03-07Add back method needed by CoreRTJan Kotas1-0/+3
2018-03-07[RyuJIt] Clean and fix gen return (#16725)Sergey Andreenko5-314/+266
2018-03-07Fix for issue 14144 (#16674)Luqun Lou1-1/+2
2018-03-07an additional assert for fgValueNumberHelperCallFunc (#16789)Sergey Andreenko1-0/+2
2018-03-07Delete AsReadOnly* APIs that are no longer part of the public surface (#16799)Jan Kotas2-30/+2
2018-03-07Perf fix for month-day parsing ambiguity (#16782)Hugh Zabriskie1-16/+2
2018-03-07Remove dead code found by ILLink. (#16759)Eugene Rozenfeld23-132/+0
2018-03-07fix inconsistent AVX/AVX2 intrinsic names (#16772)Fei Peng4-55/+55
2018-03-06Add debugger usage note (#16788)Noah Falk1-0/+1
2018-03-06CoreFX #24343 Vector Ctor using Span (#16733)Mandar Sahasrabuddhe5-5/+95
2018-03-06Revert "Fix handling of incorrect assemblies on Unix (#16747)" (#16790)Jan Kotas5-9/+7
2018-03-06Fix hang on Ctrl+C when tiering is enabled (#16719)Koundinya Veluri4-42/+5
2018-03-06Convert Byte Arrays to Hexidecimal Strings When Writing to LTTng via EventSou...Brian Robbins1-11/+38
2018-03-06Fix potential buffer overrun in ClearWithReferencesLevi Broderick1-1/+0
2018-03-06Merge pull request #16700 from briansull/fix_dyn_blkBrian Sullivan1-5/+14
2018-03-06Add tracepointprovider.cpp directly to PAL instead of to a separate tracepoin...Brian Robbins2-14/+1
2018-03-06Fix whitespaceLevi Broderick1-3/+3
2018-03-06Fix whitespaceLevi Broderick1-1/+1
2018-03-06Improve performance of Span.Clear for referential TLevi Broderick1-28/+63
2018-03-05Fix handling of incorrect assemblies on Unix (#16747)Ruben Ayrapetyan5-7/+9
2018-03-05address PR feedback (#16761)Marco Rossignoli4-4/+4
2018-03-05Implement LoadHigh, LoadLow, and SetScalarVector128 SSE2 HW intrinsicsJacek Blaszczynski7-14/+45
2018-03-05Simplify SSE/SSE4.1 intrinsicsFei Peng4-119/+10
2018-03-06Remove libuuid usage (#16643)Jan Vorlicek20-163/+143
2018-03-05Merge pull request #16727 from CarolEidt/NoIndirByteCarol Eidt1-1/+3
2018-03-05[ARM32] RyuJIT support for profiler ELT callbacks (#16728)Sergey Andreenko2-14/+23
2018-03-05Updating the CompareEqual{Ordered|Unordered}Scalar intrinsics to have slightl...Tanner Gooding1-8/+4
2018-03-05Scrub error messages for missing arguments(throw new) (#16753)Marco Rossignoli12-16/+13
2018-03-05Merge pull request #16731 from tannergooding/hwintrin-avxCarol Eidt1-0/+7
2018-03-05Delete dead code in PAL related to file locks (#16754)Jan Kotas6-1495/+0
2018-03-05Remove flock usage from InternalCreateFile in PAL (#16752)Jan Vorlicek1-24/+0
2018-03-04Fix encoding methods for Span.Empty (#16748)Jan Kotas4-20/+34
2018-03-04Delete stale TryFormat and {Try}Parse overloads (#16746)Stephen Toub3-50/+0
2018-03-04fix legacy backend (#16741)Sergey Andreenko1-0/+2
2018-03-03Clear executable bit on several .cs filesJan Kotas5-0/+0
2018-03-03Update TraceLogging to use NULL-terminated strings instead of counted strings...Brian Robbins7-31/+84
2018-03-03Fix use of EventPipeConfiguration after it has been freed on shutdown. (#16704)Brian Robbins1-11/+17
2018-03-03Fix MemoryDebugView and override Memory.ToString similar to Span (#16732)Ahson Khan3-34/+29
2018-03-03Remove StringSpanHelpers and start using MemoryExtensions (#16718)Ahson Khan18-292/+175
2018-03-03Implementing some more of the AVX intrinsicsTanner Gooding1-0/+7
2018-03-03Implement AVX/AVX BroadcastScalarToVector*Fei Peng3-2/+6
2018-03-03Merge pull request #15777 from dotnetrt/sse2part2Carol Eidt8-19/+80
2018-03-02Use TARGET_POINTER_SIZE macro (#16640)Egor Chesakov3-86/+90
2018-03-02Don't force byte regs for indir addressCarol Eidt1-1/+3
2018-03-02Fix netstandard build references to UnsafeTaskStephen Toub1-4/+4
2018-03-02Implement Shuffle* SSE2 hardware intrinsicsJacek Blaszczynski8-20/+81
2018-03-02Merge pull request #16715 from fiigii/fixmovemaskCarol Eidt1-1/+1