summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-04-17Do not throw an assertion on no mscorlibMichael Letterle1-3/+4
2017-04-17Merge pull request #11036 from brianrob/remove_eventcounterBrian Robbins2-437/+0
2017-04-17Rename attribute to IsReadOnlyAttribute (#11026)Omar Tawfik2-3/+3
2017-04-17Use isInternalRegDelayFree to avoid temp reg overallocation (#11025)Bruce Forstall4-47/+16
2017-04-17Remove EventCounter from System.Private.CoreLib.Brian Robbins2-437/+0
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 Ayers6-6/+114
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-17Support FEATURE_EVENT_TRACE override (#10961)Jonghyun Park1-12/+1
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-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 OOM exception thrown in case insensitive replace for an empty string (#11...Hugh Bellamy1-0/+2
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 Gavlin1-1/+2
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-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-13Preserve VNs in fgMorphIntoHelperCall.Pat Gavlin1-1/+2
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-13Update comment to reflect how RuntimeFeatures should be definedOmar Tawfik1-1/+3
2017-04-13[x86/Linux] Use appropriate FCALL macro for SafeBuffer methods (#10935)Jonghyun Park2-4/+4
2017-04-13Remove distro specific RIDs from SOS.NETCore's project.json. (#10925)Mike McLaughlin1-9/+0
2017-04-13Ensure Environment.ExitCode works correctly after app domain unloaded. (#10842)Jim Ma9-21/+106
2017-04-13Merge pull request #10875 from rahku/fix_x86_gcstressRahul Kumar1-0/+7
2017-04-13[ARM32/Linux] Build libcoreclrtraceptprovider.so (#10406)Hyeongseok Oh2-4/+9
2017-04-13Create ELF core dump on coreclr exceptions and signals. (#10902)Mike McLaughlin28-172/+2444
2017-04-12Add platform (x64 & arm64) specific optimized jit helpers for statics access ...Rahul Kumar8-1/+267