summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-04-17Improve performance of Object.GetType for arrays (#10992)Jan Kotas4-17/+7
2017-04-17Merge pull request #11028 from danmosemsft/api.zoneViktor Hofer1-0/+11
2017-04-17Format spmi sources with clang-format (#11027)Sergey Andreenko129-10245/+9760
2017-04-17Jit intrinsics for Span<T>.get_Item and ReadOnlySpan<T>.get_Item. (#10910)Andy Ayers9-6/+1180
2017-04-17Add scenario-based testsSwaroop Sridhar8-28/+43
2017-04-17Add SecurityZone stubdanmosemsft1-0/+11
2017-04-17In function Assembly.Load ignore AssemblyName.CodeBase even if it is set (#11...Rahul Kumar2-9/+18
2017-04-17Remove Alpine for pipe builds (#11022)Gaurav Khanna1-13/+0
2017-04-17Support FEATURE_EVENT_TRACE override (#10961)Jonghyun Park3-24/+19
2017-04-17Allow build.sh to have multiple cmakeargs options (#10962)Jonghyun Park1-1/+1
2017-04-17Update CoreClr, CoreFx to preview1-25215-03, preview1-25214-03, respectively ...dotnet bot11-29/+29
2017-04-17[RyuJit/ARM32] Fix assertion of failure on "Instruction cannot be encoded" (#...Sujin Kim2-8/+38
2017-04-17Merge pull request #11013 from mskvortsov/nullcheckBruce Forstall1-2/+2
2017-04-17Merge pull request #11016 from alpencolt/ryu-arm-localloc-fixBruce Forstall1-8/+10
2017-04-17Fix ARM32/Linux release CI test failure (#11008)Hyeongseok Oh2-1/+7
2017-04-17Add Span and ReadOnlySpan from CoreCLRJan Kotas3-6/+26
2017-04-17[RyuJIT/ARM32] Fix amount of allocated registers for Localloc.Alexander Soldatov1-8/+10
2017-04-17RyuJIT/ARM32: update nullcheck codegenMikhail Skvortcov1-2/+2
2017-04-16Fix comment about pinning bit in object.h (#11004)3032481531-3/+3
2017-04-16Fix warning in LPTSTRTestNative (#10973)Yi Zhang (CLR)2-24/+26
2017-04-16Fix OOM exception thrown in case insensitive replace for an empty string (#11...Hugh Bellamy1-0/+2
2017-04-16Fixed CI link (#11003)Cyd Haselton1-1/+1
2017-04-15Move Span/ReadOnlySpan to shared CoreLib partition (#10988)Jan Kotas9-420/+417
2017-04-15Make some Dictionary code smaller (#10993)mikedn1-32/+42
2017-04-15Merge pull request #10983 from danmosemsft/revert.jeremyMichelle McDaniel11-139/+861
2017-04-15Make createdump build and work on Centos (#10985)Mike McLaughlin3-5/+8
2017-04-15[Arm64] Fix assembly errors (#10977)Steve MacLean1-18/+18
2017-04-14Merge pull request #10958 from pgavlin/VSO397793Pat Gavlin3-1/+183
2017-04-14Revert "Strip out unused reg code. (#10741)"danmosemsft11-139/+861
2017-04-14Merge pull request #10936 from BruceForstall/TempRegApiBruce Forstall14-294/+200
2017-04-14Add a brief comment to the new test.Pat Gavlin1-0/+5
2017-04-14Small clean up of stackEntry (#10820)Sergey Andreenko3-61/+33
2017-04-14Introduce API for codegen getting temp registers from gtRsvdRegsBruce Forstall14-294/+200
2017-04-14Merge pull request #10955 from adityamandaleeka/makeHandleStoreClassAditya Mandaleeka19-520/+567
2017-04-14Merge pull request #10956 from AndyAyersMS/FixMorphUnnecessaryNullCheckAndy Ayers1-1/+25
2017-04-14Make HandleStores contain their underlying bucket directly.Aditya Mandaleeka4-68/+90
2017-04-14[Local GC] Move operations on CLREventStatic to the EE interface (#10813)Sean Gillespie15-62/+874
2017-04-14[x86/Linux] Use appropriate FCALL macro for DoToDecimal (#10963)Jonghyun Park2-2/+2
2017-04-14Implement MEM_RESET handling in VirtualAlloc on Unix (#10939)Jan Vorlicek3-10/+88
2017-04-13Rename IGCHandleTable to IGCHandleManager.Aditya Mandaleeka13-81/+81
2017-04-13Merge pull request #10945 from OmarTawfik/update-runtimefeature-docsOmar Tawfik1-1/+3
2017-04-13Reenable incremental linking (#10943)Gaurav Khanna2-6/+1
2017-04-13Preserve VNs in fgMorphIntoHelperCall.Pat Gavlin3-1/+178
2017-04-13[Local GC] Handle table low-hanging interface violations (#10929)Sean Gillespie1-1/+1
2017-04-13Jit: fix unnecessary null checks in some field accessesAndy Ayers1-1/+25
2017-04-13Make a GCHandleStore class and interface for use by the VM.Aditya Mandaleeka10-112/+137
2017-04-13Merge pull request #10953 from wtgodbe/crossImageWilliam Godbe1-3/+3
2017-04-13Use updated Docker images for Crossbuildwtgodbe1-3/+3
2017-04-13Merge pull request #10927 from wtgodbe/PortableOSXWinWilliam Godbe10-117/+79
2017-04-13Merge pull request #10949 from wtgodbe/ImageVersionWilliam Godbe1-2/+2