summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-08-05Null check folding.Eugene Rozenfeld5-50/+356
2016-08-03Adding Support for FieldDescSlot generic dictionary entries for R2R generic c...Fadi Hanna11-82/+131
2016-08-02Optimize bounds checks with correct assertion setJoseph Tremoulet2-30/+19
2016-08-02Swallow exception in gc_heap::fire_etw_allocation_event (#6571)Jan Vorlicek1-6/+13
2016-08-02Slightly increase throughput of string.Concat(object[]) (#6547)James Ko2-17/+45
2016-08-01Change int return values to BOOL for coreclr delegates (#6551)Evgeny Pavlov4-28/+31
2016-08-01Merge pull request #6560 from dotnet-bot/from-tfsJan Kotas1-0/+2
2016-08-01Rename ZeroFreeMemoryUTF8 to ZeroFreeCoTaskMemUTF8 in ref (#6561)tijoytom1-1/+1
2016-08-01Merge pull request #6533 from pgavlin/LSRAPat Gavlin8-63/+1746
2016-08-01Add function headers for new liveness methods.Pat Gavlin1-0/+27
2016-08-01Replace the LSRA stack with a hash table.Pat Gavlin8-63/+1746
2016-08-01Initialize `doAgain`.Pat Gavlin1-2/+2
2016-08-01Refactor fgComputeLife.Pat Gavlin2-287/+374
2016-08-01Merge pull request #6491 from adiaaida/formatting2Michelle McDaniel98-1265/+1888
2016-07-29Merge pull request #6493 from rahku/crossgenRahul Kumar53-123/+386
2016-07-29adds testhost packageRahul Kumar53-123/+386
2016-07-29Merge pull request #6521 from adityamandaleeka/remove_internal_freeAditya Mandaleeka22-153/+139
2016-07-29Merge pull request #6281 from papaslavik/cse_sort_szBrian Sullivan1-3/+3
2016-07-29Merge pull request #6515 from kyulee1/fixcontractKyungwoo Lee1-1/+0
2016-07-29Fix a build break.Pat Gavlin1-0/+2
2016-07-29Merge pull request #6506 from gkhanna79/FixReflectionLoadContextGaurav Khanna9-36/+200
2016-07-29Massage code for clang-formatMichelle McDaniel98-1265/+1888
2016-07-29Merge pull request #6499 from ramarag/unc_cwdRama krishnan Raghupathy1-7/+22
2016-07-28Merge pull request #6394 from adityamandaleeka/ymm_save_restoreAditya Mandaleeka9-38/+153
2016-07-28Expose missing members of Array in contract to prep for dotnet/corefx#9998. (...Sepideh Khoshnood1-6/+32
2016-07-28Merge pull request #6509 from dotnet-bot/from-tfsJan Kotas1-0/+1
2016-07-28Remove CorUnix::InternalFree.Aditya Mandaleeka22-153/+139
2016-07-28Merge pull request #6496 from adityamandaleeka/virtual_cleanupAditya Mandaleeka2-62/+195
2016-07-28Also clear CONTEXT_XSTATE if fpregs aren't available.Aditya Mandaleeka1-8/+11
2016-07-28Merge pull request #6480 from davmason/masterDavid Mason6-26/+30
2016-07-28Add extended state to RtlRestoreContextAditya Mandaleeka2-3/+35
2016-07-28Remove useless contract in EventListenerKyungwoo Lee1-1/+0
2016-07-28Fxing the paths that are resolved relative to a network shareRama Krishnan Raghupathy1-7/+22
2016-07-28Skip dummy null argument for string constructors under CoreRT ABI (#6498)Jan Kotas1-5/+13
2016-07-28Fix for build issue #807024, assemble debug helpers for ARM64.Joel Hendrix1-0/+1
2016-07-28Enable RefEmitted assemblies to have Fallback LoadContext notionGaurav Khanna9-36/+200
2016-07-28Merge pull request #6502 from russellhadley/errnoFixRussell C Hadley1-0/+1
2016-07-28Merge pull request #6278 from Dmitri-Botcharnikov/feature-gdbjitnoahfalk7-2/+1194
2016-07-27Fix a couple of paths related to exception codes. (#6497)Aditya Mandaleeka2-2/+2
2016-07-27Add in-memory logging for virtual memory operations.Aditya Mandaleeka1-2/+141
2016-07-27Add errno.hrhadley1-0/+1
2016-07-27Merge pull request #6490 from KrzysztofCwalina/ConvertAllStephen Toub1-0/+1
2016-07-27Rename PCMI->pLast and other cleanup of virtual memory code.Aditya Mandaleeka2-60/+54
2016-07-27Merge pull request #6484 from CarolEidt/AssertionPropAssertsCarol Eidt3-42/+100
2016-07-27Exposed List<T>.ConvertAllKrzysztofCwalina1-0/+1
2016-07-27GC update from CoreRT (#6487)Jan Kotas3-17/+18
2016-07-27porting changes from .net native to CoreCLRDavid Mason5-25/+29
2016-07-27Do not propagate bad assertions from unreachable blocksCarol Eidt3-42/+100
2016-07-27Add IObjectReference to mscorlib ref assemblyStephen Toub1-0/+5
2016-07-27[SOS][ARM/Linux] Enable clru SOS command (#6477)Evgeny Pavlov1-6/+8