summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-06-16ARM64: Fix WriteBarrierKyungwoo Lee1-1/+2
2016-06-16Remove end labels from regular asm procs on Unix (#5777)Jan Vorlicek5-13/+22
2016-06-15Fixes for two JIT helpers that should not use the x8 RetBuf argument on ARM64Brian Sullivan3-19/+84
2016-06-15Merge pull request #5815 from BruceForstall/RemoveAmd64LegacyBruce Forstall1-70/+13
2016-06-15Fix exception stacktrace when ulimit is hit OSX. (#5802)Mike McLaughlin1-3/+9
2016-06-15Remove AMD64 code from legacy code pathBruce Forstall1-70/+13
2016-06-15Update SpecializeComparer for enums (#5805)James Ko1-0/+29
2016-06-15Fix sos.DumpIL on LP64 systems with s/long/LONG/g (#5810)Ivan Baravy1-19/+19
2016-06-15Merge pull request #5807 from Maoni0/obj_addrMaoni Stephens1-0/+8
2016-06-15Merge pull request #5682 from lemmaa/fix-error-index-must-be-an-integer-in-rangeRahul Kumar1-8/+7
2016-06-15Initial support of breakpoint setting by source file + line on Linux using po...Evgeny Pavlov5-28/+179
2016-06-15[ARM64/Linux] Fix `error: index must be an integer in range.`Sung-Jae Lee1-8/+7
2016-06-14Need to filter addresses not in the heap range in the NextObj verification fu...Maoni01-0/+8
2016-06-14Merge pull request #5773 from Maoni0/grow_card_2Maoni Stephens3-6/+6
2016-06-14My last fix of checking whether the runtime was suspended was incomplete.Maoni03-6/+6
2016-06-14Fix full framework build breakJan Kotas1-4/+9
2016-06-14Add missing inttypes header for musl-libc (#5729)Peter Jas7-6/+10
2016-06-14Fix incorrect buffer limits in Module.FullyQualifiedName QCall (#5753)Jan Kotas1-25/+10
2016-06-14Merge pull request #5695 from AlexGhiondea/DefaultToLatestWes Haggard1-16/+12
2016-06-14Merge pull request #5789 from kyulee1/fixgcholeKyungwoo Lee3-15/+7
2016-06-14ARM64: Fix a GC hole for Indirect BranchKyungwoo Lee3-15/+7
2016-06-14Link libintl in case of Alpine (#5731)Peter Jas1-0/+15
2016-06-13Refactor MethodTable::ContainsStackPtr (#5754)Jan Kotas23-87/+70
2016-06-14Fix PAL executable allocator locking (#5770)Jan Vorlicek3-14/+8
2016-06-13Delete bad assert (#5757)Jan Kotas1-2/+0
2016-06-13Delete unnecessary cruft from internal mscorlib reference assembly (#5756)Jan Kotas1-515/+0
2016-06-12Specialize Comparer<T> for enums to avoid boxing (#5503)James Ko1-27/+188
2016-06-12Partial revert "Fix problem with virtual memory commit in OOM scenario on Lin...Jan Kotas1-0/+10
2016-06-11Undo StompWriteBarrierResize reordering (#5740)Jan Kotas1-11/+11
2016-06-11Add check for gnu/lib-names.h (#5727)Peter Jas3-2/+14
2016-06-11Check for unavailable cache-size macro (#5728)Peter Jas1-2/+7
2016-06-11Correct comment (#5738)Jan Kotas1-2/+7
2016-06-11Merge pull request #5544 from vancem/EtwSessionFixVance Morrison1-1/+9
2016-06-11Typedef __ptrace_request for musl-libc (#5730)Peter Jas1-0/+4
2016-06-11Add check for sys/sysctl.h (#5726)Peter Jas3-0/+4
2016-06-11Do not use fragile native image content when generating R2R images (#5715)Jan Kotas2-3/+10
2016-06-11JapaneseCalendar: Use Registry.LocalMachine instead of RegistryKey.GetBaseKey...Justin Van Patten1-1/+1
2016-06-11Remove obsolete Registry.DynData field from System.Private.CoreLib (#5724)Justin Van Patten2-0/+10
2016-06-10Remove non-generic Stack from System.Private.CoreLib (#5703)Justin Van Patten1-5/+6
2016-06-10Merge pull request #5707 from kouvel/BgMarkFreeObjectAdvanceFixKoundinya Veluri1-1/+15
2016-06-10Fix rethrow of managed exception from native code (#5697)Jan Vorlicek2-7/+27
2016-06-10Fix for GC hole when using software write watchKoundinya Veluri1-1/+15
2016-06-10Default to latest behavior when a TFM is not specifiedAlex Ghiondea1-16/+12
2016-06-10Merge pull request #5694 from rahku/sosFixRahul Kumar1-1/+1
2016-06-10Fixes AV in sos for arm64Rahul Kumar1-1/+1
2016-06-10mscorlib/System.Private.CoreLib cleanupJan Kotas6-12298/+22
2016-06-09Merge pull request #5670 from AndyAyersMS/ObserveCallSiteBlockWeightAndy Ayers4-3/+28
2016-06-09Merge pull request #5666 from swaroop-sridhar/LRSwaroop Sridhar3-11/+9
2016-06-09Merge pull request #5658 from pgavlin/PhaseInterfacePat Gavlin1-2/+4
2016-06-09Inliner: observe block weight, update schema and dataAndy Ayers4-3/+28