summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-04-10Delete FEATURE_READYTORUN define for CoreLib build (#10840)Jan Kotas1-3/+0
2017-04-10[x86/Linux] Set ResumeEsp as Caller Sp when unwond to native frame (#10838)Jonghyun Park1-1/+3
2017-04-10[x86/Linux] 16-byte aligned ResolveWorkerChainLookupAsmStub (#10754)Jonghyun Park1-0/+8
2017-04-10* Fixed issue, when structures with many fields had wrong size in dwarf (#10797)Buyduck1-2/+2
2017-04-09Move files to shared CoreLib partition (#10837)Jan Kotas31-411/+323
2017-04-09[Local GC] Move knowledge of the free object method table outside of the GC (...Sean Gillespie9-11/+43
2017-04-09Move files to shared CoreLib partition (#10830)Jan Kotas63-823/+375
2017-04-08Merge pull request #10776 from sdmaclea/PR-ARM64-CpBlkUnrollBruce Forstall4-59/+112
2017-04-08Merge pull request #10736 from sdmaclea/PR-ARM64-GC-genLeaInstructionBruce Forstall1-4/+3
2017-04-08Fix corerun issue when loaded from PATH (#10745)Hadi Brais3-29/+7
2017-04-08Handle SIGTERM on OSX (#10723)Koundinya Veluri3-17/+34
2017-04-08Exit gracefully when running ildasm -nat against unsupported ni file. (#10821)Jim Ma1-0/+7
2017-04-08Merge pull request #10811 from BruceForstall/RemoveRELOC_SUPPORTBruce Forstall15-200/+20
2017-04-07[Local GC] Fix some interface violations (#10817)Sean Gillespie3-7/+4
2017-04-07Merge pull request dotnet/corert#3262 from dotnet/nmirrorJan Kotas4-5/+33
2017-04-07Find & replace Exception.SetErrorCode with Exception.HResult setter (#10810)Jan Kotas41-125/+125
2017-04-07Merge pull request #10757 from adityamandaleeka/handle_table_local_gc_initAditya Mandaleeka15-227/+229
2017-04-07Move OBJECTHANDLE definition to gcinterface.hAditya Mandaleeka3-27/+14
2017-04-07Add creation of special handle types to IGCHandleTable.Aditya Mandaleeka9-103/+109
2017-04-07Add System.Runtime.CompilerServices.ReadOnlyAttribute (#10777)Omar Tawfik2-0/+22
2017-04-07Remove RELOC_SUPPORT defineBruce Forstall15-200/+20
2017-04-07Strip out unused reg code. (#10741)Jeremy Kuhne11-861/+139
2017-04-07Delete moved fileJan Kotas2-115/+0
2017-04-07Merge pull request dotnet/corert#3247 from dotnet/nmirrorJan Kotas3-5/+120
2017-04-07Merge pull request #10799 from sdmaclea/PR-Fix-lvRegister-assertBruce Forstall1-5/+6
2017-04-07Move public ThreadAbortException back to CoreLib (#10801)Jan Kotas3-8/+5
2017-04-07Address #10799 commentsSteve MacLean, Qualcomm Datacenter Technologies, Inc1-5/+0
2017-04-07Merge pull request #10656 from hseok-oh/ryujit/fix_10654Bruce Forstall4-47/+31
2017-04-07Merge pull request #10781 from rartemev/ilasm_path_length_fixRoman Artemev1-6/+4
2017-04-07[Arm64] Use ldp/stp in CpBlkUnrollSteve MacLean, Qualcomm Datacenter Technologies, Inc3-10/+75
2017-04-07Delete duplicate files and fix build breaksJan Kotas5-402/+4
2017-04-07Merge pull request dotnet/corert#3243 from dotnet/nmirrorJan Kotas4-0/+398
2017-04-07Address review feedbackSteve MacLean, Qualcomm Datacenter Technologies, Inc1-3/+13
2017-04-07Correct assert w.r.t meaning of lvRegisterSteve MacLean, Qualcomm Datacenter Technologies, Inc1-3/+9
2017-04-07Handle unsupported varargs tests on Unix gracefully. (#10794)Jim Ma2-10/+12
2017-04-07Bring back DefaultDllImportSearchPathsAttribute (#10786)Yi Zhang (CLR)2-66/+15
2017-04-07Add reporting swap file size to GlobalMemoryStatusEx on Unix (#10700)Jan Vorlicek10-6/+190
2017-04-07Delete duplicate files and fix build breaksJan Kotas44-16570/+3
2017-04-07Merge pull request dotnet/corert#3226 from dotnet/nmirrorSimon Nattress42-0/+16609
2017-04-06Call custom parameterless constructor on structs through Activator (#10778)Koundinya Veluri4-71/+14
2017-04-06NS2.0 Prepare FileNotFoundException for move to shared partition. (#10775)Atsushi Kanamori3-82/+51
2017-04-06Merge pull request dotnet/corert#3216 from dotnet/nmirrorMichal Strehovský1-0/+1
2017-04-06Merge pull request #10784 from briansull/ibc-shutdown-fixBrian Sullivan2-3/+27
2017-04-06Devirtualizable default encoding (#10783)Ben Adams2-21/+6
2017-04-06don't switch to COOP GC when logging CCW ref count (#10756)Yi Zhang (CLR)1-33/+33
2017-04-07Use _TARGET_ARMARCH_Hyeongseok Oh3-3/+2
2017-04-06Fix shutdown A/V issue when IBC logging with the Music Store appBrian Sullivan2-3/+27
2017-04-06Correct fix for long ilasm paramsRoman Artemev1-6/+4
2017-04-06Fix formatingSteve MacLean, Qualcomm Datacenter Technologies, Inc2-3/+3
2017-04-06Merge pull request #10768 from mskvortsov/ryujit-arm32-leaBruce Forstall1-4/+12