summaryrefslogtreecommitdiff
path: root/src/vm
AgeCommit message (Expand)AuthorFilesLines
2016-08-19Expose missing members of System.Reflection in contract to prep for dotnet/co...Sepideh Khoshnood1-3/+1
2016-08-18Merge pull request #6797 from dotnet-bot/from-tfsPat Gavlin2-28/+36
2016-08-18Merge pull request #6774 from kouvel/ApisKoundinya Veluri5-11/+15
2016-08-18Expose some threading type membersKoundinya Veluri5-11/+15
2016-08-17Due to comdat folding some fcalls are pointing to same code. This fix ensures...Rahul Kumar2-0/+7
2016-08-17Fix CRWLock ID generation overflow bugKoundinya Veluri2-28/+36
2016-08-17Merge pull request #6748 from rahku/arm64ShadowHeapRahul Kumar2-0/+60
2016-08-16Makes FCallMemcpy unwindable (#6753)Jonghyun Park1-4/+7
2016-08-16Fix build break from new alignmentsKoundinya Veluri2-9/+18
2016-08-15update GC shadow heap as part of writebarrier jit helperRahul Kumar2-0/+60
2016-08-15Merge pull request #6423 from stephentoub/restore_serializationStephen Toub3-10/+0
2016-08-15Merge pull request #6516 from benaadams/WorkerThreadStartKoundinya Veluri5-153/+201
2016-08-14Port serialization implementation to Unix globalization typesStephen Toub1-2/+0
2016-08-14Restore most serialization implementations in coreclrStephen Toub3-8/+0
2016-08-13Fixup a few contractsJan Kotas2-17/+11
2016-08-12Issue: If two threads try to load the same type it can cause clr to hang if t...Rahul Kumar2-6/+26
2016-08-12Merge pull request #6712 from dotnet-bot/from-tfsJan Kotas4-12/+7
2016-08-12Enable FEATURE_STUBS_AS_IL for ARM/Linux (#6500)Jonghyun Park7-3/+74
2016-08-11Fix unreachable code warnings with MSVC++ 18.10Jan Kotas4-12/+7
2016-08-11Merge pull request #6691 from ramarag/ResolveWorkerChainLookupAsmStubFixRama krishnan Raghupathy2-7/+15
2016-08-10Preserving ResolveCacheElem in X9Rama Krishnan Raghupathy2-7/+15
2016-08-10Merge pull request #6671 from gkhanna79/FixLFANGaurav Khanna5-42/+83
2016-08-10Merge pull request #6606 from rahku/arm64todoRahul Kumar9-185/+105
2016-08-10ARM64: Fix for ARM64TODORahul Kumar9-185/+105
2016-08-10Fix MemoryBarrierBen Adams2-6/+6
2016-08-10Insert MemoryBarrier revert ComthreadpoolBen Adams3-7/+7
2016-08-09PR feedbackBen Adams3-27/+17
2016-08-09Align to reduce false sharingBen Adams4-132/+131
2016-08-09Adjust fences and add paddingBen Adams5-35/+55
2016-08-09Reduce false sharing in ManagedPerAppDomainTPCountBen Adams2-8/+24
2016-08-09GetCleanCounts to Volatile read on x64Ben Adams2-15/+25
2016-08-09WorkerThreadStart volatile read+cmpxchg loopBen Adams1-10/+23
2016-08-09Fix LoadFromAssemblyName to invoke fallback context (analogous to static asse...Gaurav Khanna5-42/+83
2016-08-09The call to LOG expects a pointer argument, but the actual argument was of cl...vinnyrom1-1/+1
2016-08-08Merge pull request #6662 from rahku/disabletransparencychecksRahul Kumar1-0/+6
2016-08-08Merge pull request #6660 from rahku/stackwalkerFixRahul Kumar1-0/+6
2016-08-08Disable few more transparency checks for .net coreRahul Kumar1-0/+6
2016-08-08Merge pull request #6656 from jashook/arm_link_fixJarret Shook2-15/+2
2016-08-08Merge pull request #6652 from JohnChen0/crossgen-createpdbJohn Chen1-5/+5
2016-08-08Port CS#1596330 from netfxdev1 (bug#119959)Rahul Kumar1-0/+6
2016-08-08Modify "crossgen -createpdb" to skip loading clrjit.dll (#6607)John Chen (CLR)1-5/+5
2016-08-08Fix for missing symbol OnHijackTripThreadjashoo2-15/+2
2016-08-08Merge pull request #6582 from alsemenn/fixrefregSasha Semennikov2-0/+11
2016-08-07Check PAL_VirtualUnwind failure during GC (#6598)Jonghyun Park3-3/+18
2016-08-07Fix compile error (#6641)Guo Xiao1-2/+2
2016-08-05Merge pull request #6522 from swaroop-sridhar/gcinfov2Swaroop Sridhar21-703/+334
2016-08-05Implement GcInfo v2Swaroop Sridhar21-703/+334
2016-08-05For helper method frame DAC doesn't read register pointers. So set them to NU...Sasha Semennikov2-0/+11
2016-08-05Merge pull request #6577 from lukasztomczyk/threadpool-spinwaitconfigKoundinya Veluri2-5/+7
2016-08-04Merge pull request #6608 from dotnet-bot/from-tfsAditya Mandaleeka1-1/+7