summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-04-15Inliner: use time budget to avoid excessive inliningAndy Ayers4-6/+107
2016-04-15Merge pull request #4355 from dotnet-bot/from-tfsJan Kotas2-3/+3
2016-04-15Merge pull request #4260 from myungjoo/fix/4259Jan Vorlicek1-0/+3
2016-04-14Merge pull request #4340 from jkotas/equality-comparerJan Kotas2-16/+4
2016-04-14Merge pull request #4353 from myungjoo/fix/4107Jan Kotas1-0/+1
2016-04-15ARM/Linux: Mark r0-r3 SavedMyungJoo Ham1-0/+1
2016-04-14Merge pull request #4343 from pgavlin/SeparateBitPositionPat Gavlin3-47/+57
2016-04-14Fix razzle build breaks in bcl.winJan Kotas1-1/+1
2016-04-14Use beforefieldinit field for Comparer/EqualityComparer.DefaultJan Kotas2-16/+4
2016-04-14Merge pull request #4326 from dotnet-bot/from-tfsMatt Ellis4-34/+25
2016-04-14Merge pull request #4335 from AndyAyersMS/InlineStrategyAndy Ayers9-434/+570
2016-04-14Move `BitPosition` into its own file.Pat Gavlin3-47/+57
2016-04-14Inliner: introducing InlineStrategyAndy Ayers9-434/+570
2016-04-14Merge pull request #4330 from janvorli/fix-sigsegv-deadlockJan Vorlicek9-266/+181
2016-04-14Fix full framework build breakJan Kotas1-2/+2
2016-04-14Merge pull request #4322 from pgavlin/TlsLogEnvPat Gavlin16-126/+196
2016-04-14Merge pull request #4314 from pgavlin/GcInfoSListPat Gavlin4-76/+142
2016-04-14Fix potential deadlock when calling ExecutionManager::IsManagedCodeJan Vorlicek5-9/+24
2016-04-14Fix possibility of deadlock in the SIGSEGV handlerJan Vorlicek7-259/+159
2016-04-13Add back Path APIs needed by UWPJan Kotas4-34/+25
2016-04-13Collect the JIT's TLS variables in a single type.Pat Gavlin16-126/+196
2016-04-13Merge pull request #4068 from Lucrecious/masterBrian Robbins7-42/+200
2016-04-13Refactor `MemoryBlockDesc`.Pat Gavlin4-95/+137
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-13Replace `SList` in the GC info encoders.Pat Gavlin4-25/+49
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-12ARM: fix build warning for unw usageMyungJoo Ham1-0/+3
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