summaryrefslogtreecommitdiff
path: root/src/vm
AgeCommit message (Expand)AuthorFilesLines
2019-05-08Return the required padding size instead of the current position to avoid int...Andrew Au3-17/+9
2019-05-08Remove premature throw (#24450)Steve MacLean1-16/+25
2019-05-08Fix ETL event rejit IDs and sending of the IL to native map event when code v...Koundinya Veluri3-101/+102
2019-05-08Merge pull request #24366 from sandreenko/fixLogPrintingSergey Andreenko1-6/+12
2019-05-08Send UTF16 dump file name (#24475)Mike McLaughlin1-5/+13
2019-05-08Fix 23317. (#24383)Fadi Hanna1-13/+22
2019-05-08Remove more MDA support code (#24457)Steve MacLean59-8179/+21
2019-05-08Add a check to prevent mixed-mode assemblies from being compiled into R2R (#2...Fadi Hanna1-0/+6
2019-05-08Handle the case when the SamplingProfiler thread is terminated prematurelyAndrew Au1-8/+15
2019-05-08Add generate crash dump command to diagnostics server (#24460)Mike McLaughlin5-3/+123
2019-05-07Save OBJECTREF_TO_UNCHECKED_OBJECTREF and use auto.Sergey Andreenko1-6/+9
2019-05-06Add option to only notify profiler of LOH allocations (#24291)Mukul Sabharwal4-7/+71
2019-05-06Replace E_FAIL with E_NOTIMPL for an unsupported R2R encoding (Future work) (...Fadi Hanna1-1/+3
2019-05-06Launch DiagnosticServer after EEStartupAndrew Au1-1/+5
2019-05-06Handle E_NOTIMPL return from CoInitializeEx. (#24387)Jeremy Koritzinsky1-0/+4
2019-05-06Fixes AV when accessing LoaderModule for some objects (#24406)Mukul Sabharwal1-2/+5
2019-05-04Minor tweaks for gcc (#24391)Adeel Mujahid1-1/+1
2019-05-04Revert "Fix GCStress for multireg returns. "Sergey Andreenko1-27/+9
2019-05-03Fix incorrect tier reported by SOS (#24374)Koundinya Veluri7-68/+67
2019-05-03Fix EventPipe initialization orderAndrew Au1-1/+1
2019-05-03fix nitsSergey Andreenko1-3/+3
2019-05-03Implement String.IsAscii in shared CoreLib and use it for [Is]Normalize[d] fo...Filip Navara1-1/+0
2019-05-03Merge pull request #24363 from sandreenko/GitHub_23199Sergey Andreenko1-9/+27
2019-05-03Update the comment.Sergey Andreenko1-1/+1
2019-05-02System.GC.AllocateUninitializedArray (#24096)Vladimir Sadov16-490/+288
2019-05-02Merge pull request #24339 from briansull/linux-creation-timeBrian Sullivan1-3/+3
2019-05-02Fix some small issues with stress logging.Sergey Andreenko1-5/+8
2019-05-02Make sure we check the second buffer's creation date before we returnAndrew Au1-8/+15
2019-05-02Make sure the thread running EventPipe::Disable is registered with the thread...Andrew Au1-5/+3
2019-05-02Fix DoGcStress for multireg return with GC pointers.Sergey Andreenko1-9/+27
2019-05-02In the PAL GetProcessTimes implement lpCreationTime using the current time re...Brian Sullivan1-3/+3
2019-05-02When QuickJit is enabled, disable it for methods that contain loops by defaul...Koundinya Veluri7-41/+73
2019-05-02Merge pull request #24332 from janvorli/fix-module-overrideJan Vorlicek1-3/+33
2019-05-01Adjust some terms (#24351)Dan Moseley9-10/+10
2019-05-01Addressing code review feedbacksAndrew Au3-5/+7
2019-05-01Simplifying Pop() logicAndrew Au4-95/+9
2019-05-01Remove the RundownThread filterAndrew Au3-24/+3
2019-05-01Avoid nested spin lock in WriteAllBuffersToFile and GetNextEventAndrew Au2-62/+166
2019-05-01Pulling in Noah's fix in event_pipe_lock_fix branchSung Yoon Whang6-280/+544
2019-05-01Fix module override effect on method instantiating signatureJan Vorlicek1-3/+33
2019-04-30Changing comments/names that refers to file switching to flushing insteadAndrew Au2-8/+8
2019-04-30Compute sizeof array instead of pointer (#24288)Adeel Mujahid2-10/+14
2019-04-30Add more asserts for the EventPipeBufferManager consumersAndrew Au2-0/+3
2019-04-29Move DefaultBinder.CanConvert.cs to shared (#23931)Egor Bogatov3-45/+1
2019-04-29Fix GetObjectReferences API when caller doesn't zero the param (#24299)Mukul Sabharwal1-0/+1
2019-04-29Workaround memset alignment sensitivity (#24302)Jan Kotas1-0/+22
2019-04-29Merge pull request #24283 from briansull/ibc-linux-newBrian Sullivan6-69/+108
2019-04-29Fix Satellite Assembly loading (#24191)Steve MacLean4-8/+42
2019-04-29Removed method ReleaseManagedCommandLine()Brian Sullivan3-19/+0
2019-04-26Typos (#24280)John Doe6-9/+9