summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-04-13Merge pull request #4068 from Lucrecious/masterBrian Robbins7-42/+200
2016-04-13Merge pull request #4303 from CarolEidt/NoBarrierLclVarAddrCarol Eidt1-1/+1
2016-04-13Enable SOS gcInfo command. All it does basically is just enable the gcdecoder Zhicheng Zhu4-12/+16
2016-04-13No GC barrier needed for LclVar address expressionsCarol Eidt1-1/+1
2016-04-12Merge pull request #4074 from kouvel/SoftwareWriteWatchKoundinya Veluri24-498/+1798
2016-04-12Merge pull request #4273 from sivarv/multireg2Sivarv11-327/+416
2016-04-12Merge pull request #4255 from pgavlin/GcInfoArrayListPat Gavlin10-420/+232
2016-04-12Implement software write watch and make concurrent GC functional outside WindowsKoundinya Veluri24-498/+1798
2016-04-12Refactoring changes to use ReturnTypeDesc in codegenxarch.sivarv11-327/+416
2016-04-12Merge pull request #4279 from swaroop-sridhar/GCSwaroop Sridhar2-3/+9
2016-04-12Clean up StructArrayList for GC info.Pat Gavlin10-420/+232
2016-04-12Merge pull request #4292 from janvorli/hw-exceptions-changeJan Vorlicek10-72/+118
2016-04-12Merge pull request #4294 from kyulee1/fixspKyungwoo Lee1-1/+2
2016-04-12Merge pull request #4085 from LLITCHEV/Issue3618-1Lubomir Litchev2-2/+9
2016-04-12fix GCInfo build problem, tested a few simple "HelloWorld" program works good!Zhicheng Zhu4-12/+16
2016-04-12ARM64: Fix for recording SP for handler.Kyungwoo Lee1-1/+2
2016-04-12Merge pull request #4187 from stephentoub/lcts_dispose_cancel_raceStephen Toub1-12/+29
2016-04-12Fix hardware exception handling in native code on BSDJan Vorlicek10-72/+118
2016-04-12Merge pull request #4280 from krytarowski/netbsd-support-59Jan Vorlicek1-0/+3
2016-04-11Merge pull request #4274 from davmason/masterDavid Mason3-2/+7
2016-04-11Fix a bug in the code for inserting a tree in the linear order.Lubomir Litchev2-2/+9
2016-04-12Use _lwp_self() in THREADSilentGetCurrentThreadId() for NetBSDKamil Rytarowski1-0/+3
2016-04-11Merge pull request #4101 from sejongoh/detect_ldsfld_access_non_static_fieldSejong Oh1-0/+22
2016-04-11Unable to debug coreclr apps on Debian 8.2 (Issue #4263)Mike McLaughlin2-0/+2
2016-04-11Merge pull request #4218 from mikem8361/symbolsMike McLaughlin6-46/+108
2016-04-11GCInfo: Fix ARM64 GCInfo decodingSwaroop Sridhar2-3/+9
2016-04-11Buffer sending of large manifestsDavid Mason1-0/+5
2016-04-11Merge pull request #4157 from chuckries/masterAditya Mandaleeka1-1/+1
2016-04-11Merge pull request #4266 from janvorli/fix-brick-table-issueMaoni Stephens1-1/+1
2016-04-11Merge pull request #4261 from yizhang82/byvalarray_fixYi Zhang (CLR)1-2/+9
2016-04-11Add symbol packages for coreclr runtime.Mike McLaughlin6-46/+108
2016-04-11Fix bug where Tags weren't respected in tracelogging.David Mason1-1/+1
2016-04-11Increase max etw arguments to 64David Mason1-1/+1
2016-04-11Merge pull request #4269 from adiaaida/longSubMichelle McDaniel1-1/+1
2016-04-11Merge pull request #4206 from BruceForstall/RyujitX86Bruce Forstall2-18/+46
2016-04-11Merge pull request #4221 from BruceForstall/Cleanup1Bruce Forstall2-3/+3
2016-04-11Merge pull request #4239 from BruceForstall/Cleanup2Bruce Forstall2-6/+2
2016-04-11Merge pull request #4242 from BruceForstall/Cleanup3Bruce Forstall2-29/+53
2016-04-11Merge pull request #4243 from BruceForstall/Cleanup4Bruce Forstall2-4/+5
2016-04-11Fix JIT crash with static function accessing non-static fieldSejong Oh1-0/+22
2016-04-11Add support for x86 long subtract operatorMichelle McDaniel1-1/+1
2016-04-11ByValArray marshaling support is implemented in OleVariant.cpp (which actuall...Yi Zhang (CLR)1-2/+9
2016-04-11Merge pull request #4245 from AndyAyersMS/ModelPolicyAndy Ayers4-22/+216
2016-04-11Fix brick table issue on UnixJan Vorlicek1-1/+1
2016-04-10Merge pull request #3990 from myungjoo/testing/fix3856Jan Kotas1-3/+6
2016-04-10Fix race condition between CTS.Cancel and Disposestephentoub1-12/+29
2016-04-09Merge pull request #4253 from jamesqo/faulty-truesJan Kotas3-5/+5
2016-04-09Fix a couple of erroneous assert(trues)James Ko3-5/+5
2016-04-08Revert "ARM64 Work Item 3817, 3524 - Struct16 decomposition"Jan Kotas12-974/+507
2016-04-08Merge pull request #4162 from ramarag/ResolveWorkerChainLookupAsmStubRama krishnan Raghupathy1-4/+4