summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2017-04-12Merge pull request #10930 from rahku/marshalfixRahul Kumar1-8/+10
2017-04-12HelperMethodFrame missing at certain places in method MarshalNative::PtrToStr...Rahul Kumar1-8/+10
2017-04-12Merge pull request #10914 from hqueue/jit/remove_unused_fuctionBruce Forstall1-1/+0
2017-04-12Merge changes from TFS (#10926)dotnet bot2-2/+8
2017-04-13[x86/Linux] Fix ResumeEsp before resume (#10749)Jonghyun Park3-1/+73
2017-04-13[x86/Linux] 16-byte aligned BackPatchWorkerAsmStub (#10759)Jonghyun Park1-4/+20
2017-04-12Merge pull request #10905 from pgavlin/VSO406158Pat Gavlin1-47/+115
2017-04-12[x86/Linux] 16-byte aligned DelayLoad_MethodCall (#10760)Jonghyun Park1-5/+8
2017-04-12Merge pull request #10706 from sdmaclea/PR-ARM64-GC-EmitInsLdStOpJarret Shook1-3/+5
2017-04-12Merge pull request #10911 from adityamandaleeka/handle_table_local_gc_hide_in...Aditya Mandaleeka12-125/+154
2017-04-12Fix closed delegate deserialization to account for extension methods (#10901)Koundinya Veluri1-7/+15
2017-04-12Merge pull request #10243 from sdmaclea/PR-CALLI-LOWERING-ALLOWEDBruce Forstall1-1/+5
2017-04-12NS2.0 AssemblyName.ReferenceMatchesDefinition() (#10919)Atsushi Kanamori4-55/+16
2017-04-12Merge pull request #10904 from BruceForstall/ArmMergeCodegenFuncsBruce Forstall3-1144/+141
2017-04-12[x86/Linux] Funclet-based synchronization (#10791)Jonghyun Park5-13/+21
2017-04-12Merge pull request #10852 from mskvortsov/ryujit-arm32-ldst-offsetBruce Forstall3-13/+36
2017-04-12Format code.Pat Gavlin1-8/+8
2017-04-12Fix resource string nameJan Kotas1-1/+1
2017-04-12Delete moved filesJan Kotas1-1/+1
2017-04-12Change default clang version to clang3.9 in cross build (#10889)Jiyoung Giuliana Yun1-3/+7
2017-04-12RyuJIT/ARM32: encodable offsets for ld/stMikhail Skvortcov3-13/+36
2017-04-12Remove unused function in BasicBlockHyung-Kyu Choi1-1/+0
2017-04-11Rename overloaded "table" to "store" for VM side concept.Aditya Mandaleeka7-67/+72
2017-04-11modify lastAvAddress when adjusting context for StubRahul Kumar1-0/+7
2017-04-11Hide knowledge of handle table buckets and home heaps from VM side.Aditya Mandaleeka8-72/+112
2017-04-11Delete Ref_ContainHandle and ContainsOBJECTHANDLE.Aditya Mandaleeka4-32/+0
2017-04-11Add GetNewHandleTable and GetGlobalHandleTable to interface.Aditya Mandaleeka3-0/+18
2017-04-11Remove GetHandleTableForHandle and add CreateDuplicateHandle.Aditya Mandaleeka4-11/+10
2017-04-11Replace GetHandleTableContext with GetHandleContext.Aditya Mandaleeka4-6/+5
2017-04-11Merge pull request #10882 from adityamandaleeka/double_init_appdomain_creationAditya Mandaleeka1-6/+1
2017-04-11Merge pull request #10877 from adityamandaleeka/handle_table_local_gc_nullchecksAditya Mandaleeka3-14/+15
2017-04-11Move files to shared CoreLib partition (#10885)Jan Kotas38-643/+432
2017-04-11Merge pull request #10816 from adityamandaleeka/handle_table_local_gc_initAditya Mandaleeka7-272/+202
2017-04-11Fix a number of reordering issues in shift decomposition.Pat Gavlin1-47/+115
2017-04-11Merge similar arm32/arm64 codegen functionsBruce Forstall3-1144/+141
2017-04-11Merge pull request #10867 from AndyAyersMS/FixSingleDefBugAndy Ayers1-1/+5
2017-04-11CoreFx #15622 Dictionary<TKey, TValue>.Remove(TKey, out TValue) (#10203)Mandar Sahasrabuddhe1-0/+48
2017-04-11Merge pull request #10880 from BruceForstall/ArmCommonBruce Forstall10-4706/+3935
2017-04-11Merge pull request #10876 from pgavlin/VSO406156Pat Gavlin1-6/+5
2017-04-11Move a few more types from CoreFX to CoreLib (#10893)Jan Kotas8-0/+1667
2017-04-11Merge pull request dotnet/corert#3288 from dotnet/nmirrorJan Kotas9-28/+0
2017-04-11Create common files for ARM32 and ARM64 common codeBruce Forstall10-4706/+3935
2017-04-11Merge pull request dotnet/corert#3285 from dotnet/nmirrorJan Kotas3-9/+0