summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-12-20Merge pull request #15514 from fiigii/14930Bruce Forstall3-139/+119
2017-12-20fix template method that nobody calls. (#15584)Sergey Andreenko1-2/+2
2017-12-20Merge pull request #15404 from CarolEidt/ElimLsraInfoCarol Eidt15-3308/+3532
2017-12-20Fix the dump of LIR flagsCarol Eidt1-1/+1
2017-12-20Add COMPlus_EnableIncompleteISAClass and streamline IsSupportedFei Peng3-139/+119
2017-12-20Remove unused TYP_ARRAY/PTR/FUNC (#15529)mikedn8-19/+3
2017-12-20Revert "Respect STA/MTAThread attributes (#15512)"Jan Kotas7-21/+48
2017-12-19if getter is under #ifdef, then the setter should be either. (#15581)Sergey Andreenko2-14/+15
2017-12-19Fix sos/dac long named dlls (#15580)Mike McLaughlin2-4/+4
2017-12-19Fix for armel double passed as longCarol Eidt3-3/+5
2017-12-19Enable gdbjit while NI file exist (#15501)chunseoklee1-0/+14
2017-12-18Merge pull request #15573 from echesakovMSFT/FixDesktopBuildPR15524Egor Chesakov1-1/+1
2017-12-18Eliminate gtLsraInfo from GenTreeCarol Eidt15-3308/+3530
2017-12-18Fix desktop build breakEgor Chesakov1-1/+1
2017-12-17gtNewMustThrowException works with SIMD and structFei Peng3-9/+18
2017-12-16Fix naming convention of hardware intrinsic APIs (#15471)Fei Peng10-184/+184
2017-12-16Respect STA/MTAThread attributes (#15512)Anirudh Agnihotry7-48/+21
2017-12-16Merge pull request #15555 from dotnet-bot/from-tfsJan Kotas1-1/+1
2017-12-16Merge pull request #15553 from BruceForstall/FixTypeinfoModeBruce Forstall1-0/+0
2017-12-15Remove executable bit from _typeinfo.hBruce Forstall1-0/+0
2017-12-15Convert uses of the Dangerous APIs to use MemoryMarshal.GetReference (#15532)Ahson Khan24-77/+91
2017-12-16Update CoreClr to preview1-26015-09 (master) (#15550)dotnet-maestro-bot1-1/+1
2017-12-15Clean up clrjit from using sizeof(void*) when meant TARGET_POINTER_SIZE (#15524)Egor Chesakov17-125/+126
2017-12-15ReadOnlySpan GetReference returns ref instead of ref readonly (#15548)Ahson Khan1-1/+1
2017-12-15Merge pull request #15528 from fiigii/simd32Carol Eidt3-3/+26
2017-12-15Enable Vector256<T> with AVXFei Peng3-3/+26
2017-12-15Fix legacy JIT to adjust for https://github.com/dotnet/coreclr/pull/15456Bruce Forstall1-1/+1
2017-12-15Make EventArgs base class serializable (#15541)Viktor Hofer1-0/+2
2017-12-15Merge pull request #15370 from MichalStrehovsky/defaultintf-mergeMichal Strehovský16-182/+747
2017-12-14Change ReadOnlySpan indexer to return ref readonly (#14727)Ahson Khan3-25/+11
2017-12-14[RyuJit][Armel] Do not lose type information (#15449)Sergey Andreenko1-4/+24
2017-12-14Fixing build by casting IntPtr to nint. (#15530)dotnet bot1-1/+1
2017-12-14Adding Unsafe API Add nuint that is used by SpanHelpers (#15527)Ahson Khan4-0/+41
2017-12-14Change non-exclusive Check postconditions to null checks (#15523)Jan Kotas2-5/+5
2017-12-14Merge pull request #15479 from echesakovMSFT/FixTargetArmMacroTypoEgor Chesakov6-6/+6
2017-12-14Merge pull request #15517 from dotnet/revert-15498-asyncpin-revertJan Kotas20-192/+287
2017-12-14Merge pull request dotnet/corert#5109 from dotnet/nmirror (#15518)dotnet bot1-4/+7
2017-12-14Merge pull request #15516 from jkotas/revertJan Kotas4-3/+17
2017-12-13Revert " Revert "[Local GC] Move knowledge of overlapped I/O objects to the E...Jan Kotas20-192/+287
2017-12-13Revert "Add optional integer offset to OwnedMemory Pin (#15410)"Jan Kotas4-3/+17
2017-12-13Refactor Unsafe.cs to get it more in sync with CoreRT. (#15510)Ahson Khan4-211/+316
2017-12-13Merge pull request #15456 from tannergooding/math-apiTanner Gooding51-15/+1636
2017-12-13get rid of TYP_CHARFei Peng22-121/+97
2017-12-13compare type size instead of var_typesFei Peng2-5/+5
2017-12-13Adding valuenum support for acosh, asinh, atanh, and cbrtTanner Gooding7-20/+78
2017-12-13Adding some PAL tests for acosh, asinh, atanh, and cbrtTanner Gooding35-0/+1354
2017-12-13Updating the PAL layer to support acosh, asinh, atanh, and cbrtTanner Gooding3-0/+97
2017-12-13Adding support for Acosh, Asinh, Atanh, and Cbrt to Math and MathFTanner Gooding7-3/+115
2017-12-13Merge pull request #15244 from fiigii/vectorCarol Eidt29-232/+1071
2017-12-13Merge pull request #15500 from mikedn/const-treeBruce Forstall1-84/+25