summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-11-09Fix typos in comments (#20908)Li Shengqiu3-3/+3
2018-11-09Optimize Char.GetUnicodeCategory and related checks (#20864)Pent Ploompuu1-81/+28
2018-11-09Moving the Utf8Parser/Utf8Formatter to be shared (dotnet/corefx#33348)Tanner Gooding50-0/+7699
2018-11-08Implement escape analysis and stack allocation of non-box objects without gc ...Eugene Rozenfeld9-52/+643
2018-11-08Make getClassGClayout work with with class types.Eugene Rozenfeld1-3/+15
2018-11-08Allow creation of variables of TYP_STRUCT with non-value class handles.Eugene Rozenfeld1-24/+49
2018-11-08Add JitObjectStackAllocation config option.Eugene Rozenfeld2-0/+7
2018-11-08Remove cached invariant globalization mode flagJan Kotas6-77/+70
2018-11-08Revert "Passing the CONTEXT in ICorDebugManagedCallback4::DataBreakpoint"Jan Kotas10-36/+34
2018-11-08Remove System.Memory reference from several libraries (#33343)Stephen Toub1-1/+1
2018-11-08Changing Number.NumberBuffer to carry a `Span<byte>` rather than a `Span<char...Tanner Gooding6-220/+319
2018-11-08Passing the CONTEXT in ICorDebugManagedCallback4::DataBreakpointAndrew Au10-34/+36
2018-11-08EventPipe support for "Parameters" (#20796)José Rivero14-90/+216
2018-11-08Enlighten ValueNumStore::EvalOpSpecialized about bswap nodes (#20883)Levi Broderick1-0/+32
2018-11-08Merge pull request #20838 from briansull/issue_18259Brian Sullivan2-61/+120
2018-11-08Replace reflection in an assert with ==Michal Strehovský1-2/+3
2018-11-08Add work item dumping support to SOS' ThreadPool command (#20872)Stephen Toub4-14/+165
2018-11-08Fix "LTTng-UST: Error (-17) while registering..." error when debugging (20874)Mike McLaughlin2-1/+6
2018-11-08Fixes issue 18259Brian Sullivan2-61/+120
2018-11-08Add azure-pipelines build and test definitions (#20840)Sven Boemer3-1/+54
2018-11-07Add string.GetHashCode(ROS<char>) and related APIs (#20422)Levi Broderick5-57/+133
2018-11-07Fixing up the Double/Single parsing code to be correct (#20707)Tanner Gooding11-574/+1320
2018-11-07Handle 64-bit only intrinisc by nested classes (#20146)Fei Peng16-2/+522
2018-11-07Move the various helper intrinsics to be implemented on the S.R.Intrinsics.Ve...Tanner Gooding10-100/+3067
2018-11-08Remove need for full GC for unloadable stuff (#20384)Jan Vorlicek7-48/+0
2018-11-07Fix string error handling for failed DNS lookup (dotnet/corefx#32351)Tomas Weinfurt1-0/+3
2018-11-07Improve DumpAsync SOS command (#20845)Stephen Toub7-296/+497
2018-11-07Delete dead code from IdnMapping (#20857)Stephen Toub1-9/+0
2018-11-07Merge pull request #20787 from CarolEidt/Arm64IntrinsicsWindowsCarol Eidt4-10/+117
2018-11-06exclude freebsd symbols from publishing (#20854)Tomas Weinfurt1-1/+2
2018-11-06Pull out GetContainingObjectAndrew Au11-360/+47
2018-11-06NITsAndrew Au1-4/+5
2018-11-06Comments in JIT helperAndrew Au1-0/+2
2018-11-06More code review feedbackAndrew Au6-47/+76
2018-11-06GetContainingObject should be a method of ICorDebugValueAndrew Au5-100/+235
2018-11-06Change GetContainingObject APIAndrew Au5-15/+84
2018-11-06FEATURE_DATABREAKPOINTAndrew Au4-29/+29
2018-11-06Code review feedbackAndrew Au10-90/+87
2018-11-06Comment on jithelp.asmAndrew Au2-1/+2
2018-11-06Ensure BeforeGC and AfterGC events are always sent in pairsChuck Ries2-3/+9
2018-11-06Stepping out of the write barrierAndrew Au2-2/+47
2018-11-06Complete the work for AMD64 unwind out of write barrier workAndrew Au2-67/+47
2018-11-06Bringing up the AMD64 support for unwinding away from JIT WriteBarrierAndrew Au2-8/+32
2018-11-06Make the write barrier unwinding fix works for coreclr release buildAndrew Au3-1/+20
2018-11-06x86 only stackwalk fixAndrew Au2-11/+39
2018-11-06Allocating the DebuggerDataBreakpoint object in the right heapAndrew Au1-1/+1
2018-11-06Avoid unused event typesAndrew Au1-4/+2
2018-11-06Avoiding triggering data breakpoint in LinuxAndrew Au1-0/+2
2018-11-06Linux fixAndrew Au1-0/+9
2018-11-06Fix ARM compilation issueAndrew Au3-2/+35