summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-10-15Enable building with older SDKsBruce Forstall1-0/+5
2018-10-15Add ARM64 support to ilasm/ilasmBruce Forstall10-111/+112
2018-10-15Fix code comments in Utf16Utility (#20425)Levi Broderick1-4/+4
2018-10-15Null out CancellationTokenSource._timer on Dispose/Cancel (#20410)Stephen Toub1-8/+26
2018-10-15Merge pull request #19914 from CarolEidt/AltJitTailCallCarol Eidt1-1/+9
2018-10-15Upgrade symuploader to version 1.0.0-beta-63412-03 (#20394)Mike McLaughlin1-1/+0
2018-10-13Print target arch on arm64 and target OS during in JIT_Disasm (#20327)Egor Chesakov3-3/+19
2018-10-13Corrected misspelled comment (#20408)Joakim Skoglund1-1/+1
2018-10-12JIT: add some devirtualization info to the inline context (#20395)Andy Ayers5-43/+87
2018-10-12Move ObjectAllocator phase to run right after inlining. (#20377)Eugene Rozenfeld7-14/+27
2018-10-12Fix "Non-static method requires a target" caused by trying to access the HasV...jbhensley2-4/+13
2018-10-12Fix MacOS launch bug when spaces in module names. (#20385)Mike McLaughlin1-1/+4
2018-10-11Implement LeadingSignCount and LeadingZeroCount ARM64 Base Intrinsics (#20306)Egor Chesakov3-2/+7
2018-10-11Improve performance of OrdinalIgnoreCase hash code calculation (#20309)Levi Broderick6-42/+116
2018-10-11Changing Number.BigInteger and Number.NumberBuffer to directly use fixed-size...Tanner Gooding7-68/+46
2018-10-11Merge pull request #20368 from sergign60/unwind_fixBruce Forstall1-0/+8
2018-10-11JitEE interface additions to support object stack allocation. (#20283)Eugene Rozenfeld15-6/+230
2018-10-11Enable BSTR Field Marshaller for x-plat (#20264)Luqun Lou5-16/+11
2018-10-11Merge pull request #20343 from stephentoub/timereventVance Morrison2-8/+15
2018-10-11fix enc issue where dav has an av because it tries to use the handlemanager, ...David Mason1-0/+8
2018-10-11add handle tracking for profiler (#20361)David Mason2-31/+17
2018-10-11fix issue where we wouldn't throw OOM after failing to allocate more space fo...David Mason1-1/+4
2018-10-11Fix for CoreRT issue Assertion slot != NO_REVERSE_PINVOKE_FRAME' failed #6253Sergey Ignatov1-0/+8
2018-10-11Fix build breaksJan Kotas1-3/+3
2018-10-10Minor dump improvements in R2RDump (#20344)Tomáš Rylek4-23/+22
2018-10-10Add CancellationToken.UnsafeRegister (#20342)Stephen Toub7-14/+31
2018-10-10Remove obslete DBG_printf_gcc, all compilers now support DBG_printf_c99 (#20338)Jonathan Marler2-233/+32
2018-10-10Fix unwind on ARM64 Linux (#20345)Jan Vorlicek1-7/+6
2018-10-10Throw an exception when we try to marshal a non-blittable fixed buffer. (#20263)Jeremy Koritzinsky2-2/+18
2018-10-10Merge pull request #20310 from fiigii/nogenericCarol Eidt4-91/+847
2018-10-10Add Timer duration/period to ThreadTransferSendObjStephen Toub2-8/+15
2018-10-09Fix issue 20261: infinite recursion for non PAL threads (#20267)Jonathan Marler1-6/+4
2018-10-09Reduce CPU consumption by Timer's FireNextTimers (#20302)Stephen Toub1-209/+267
2018-10-09Do not promote struct field with type mistmatch. (#20085)Sergey Andreenko1-4/+23
2018-10-09Merge pull request #20129 from briansull/vn-add-exception-setsBrian Sullivan5-496/+1430
2018-10-09Explode generic Intel hardware intrinsic on all the supported typesFei Peng4-91/+847
2018-10-09Improve performance of String.ToUpper and friends (#20304)Levi Broderick2-176/+169
2018-10-09Cleanup MSDN URL's (dotnet/corefx#32663)Sam Neirinck8-17/+17
2018-10-09Avoid building DebugFinalizableAsyncStateMachineBox unless necessary (#20318)Stephen Toub1-2/+8
2018-10-09[arm64] Fix GitHub 20211 Issue (#20240)Egor Chesakov1-2/+22
2018-10-09Clear unnecessary state from completed Tasks (#20294)Stephen Toub2-7/+24
2018-10-09Merge pull request #20078 from CarolEidt/Fix20063Carol Eidt3-15/+28
2018-10-08Remove mentions of Rotor from codebase (#20298)Austin Wise22-398/+44
2018-10-08Merge pull request #20289 from echesakovMSFT/FixBitOperationsInstructionEncod...Egor Chesakov1-1/+1
2018-10-08JIT: retrieve element class for arrays of ref types (#20292)Andy Ayers2-3/+65
2018-10-08Merge pull request #20210 from fiigii/lastavx2Carol Eidt6-16/+47
2018-10-08Fix SegmentInitialize for OS_PAGE_SIZE > 4k (#20280)Jan Vorlicek1-4/+1
2018-10-07Remove mention of rotor from comments (#20297)Austin Wise33-87/+50
2018-10-07Remove some dead remoting and context static things (#20277)Austin Wise24-294/+33
2018-10-06Typos (dotnet/corefx#32625)John Doe1-1/+1