summaryrefslogtreecommitdiff
path: root/src/vm
AgeCommit message (Expand)AuthorFilesLines
2019-10-31Fixed ARM single stepper: added "ADD Rn, PC" command emulation (#24271)submit/tizen_5.0_base/20191030.234851Kirill Frolov1-0/+15
2019-07-15Align the Contents of EventPipeBuffers (#19375)submit/tizen_5.0_base/20190715.050501submit/tizen_5.0_base/20190715.035802accepted/tizen/5.0/base/20190717.015232Brian Robbins3-9/+27
2019-03-07Fix hijacking for ARM/ARM64/x86 on Unix (#20042)submit/tizen_5.0_base/20190307.063951accepted/tizen/5.0/base/20190308.035751Jan Vorlicek3-16/+41
2018-12-19Add an error log to determine where to throw BadImageFormatExceptionsubmit/tizen_5.0_base/20181219.005417accepted/tizen/5.0/base/20181221.113757Woongsuk Cho8-0/+75
2018-09-18[Tizen] Fix call convension for profiler wrappers with clang 5 supportPetr Bred3-9/+9
2018-09-18i386: Refixed declaration in eetoprofinterfaceimpl.cpp with definitionSergey Ignatov3-9/+9
2018-09-18i386: Fixed declaration in eetoprofinterfaceimpl.cpp with definitionSergey Ignatov1-3/+3
2018-09-18PEImageLayout: flush instruction cache only for pages with relocs.Konstantin Baladurin1-17/+29
2018-09-18Fix unset ZapRelocationType for fixup (#18589)Gleb Balykov1-1/+1
2018-09-18Remove relocations for vtable chunks (#17147)Gleb Balykov11-58/+247
2018-09-18[x86/Linux] Fix marshalling struct with 64-bit types (#17455)Konstantin Baladurin2-0/+26
2018-09-18Fix EECodeManager::GetAmbientSP on x86/LinuxIgor Kulaychuk1-1/+2
2018-09-18Fix unwinding of funclet with no epilog on x86/LinuxIgor Kulaychuk1-14/+5
2018-06-27Optimize Array.Clear using SpanHelpers (#18101)Jan Kotas1-1/+1
2018-06-26Allow ILCodeVersion to fallback to default IL (#18502)Noah Falk1-8/+29
2018-05-31Update g_highest_address and g_lowest_address in StompWriteBarrier(WriteBarri...Egor Chesakov1-1/+8
2018-05-01Add runtimeconfig.json support for tiered compilation (#17839)Noah Falk1-1/+1
2018-05-01Disable GC Coop mode switching during fatal error handling during GC exceptio...Sung Yoon Whang3-5/+69
2018-04-30Add better portable PDB caching to System.Diagnostics.StackTrace. (#17804) (#...Mike McLaughlin2-2/+0
2018-04-14[Arm64/Linux] #17521 for linux (#17546)Steve MacLean1-0/+6
2018-04-13[Arm64/Linux] Use platform memset/memcpy (#17536)Steve MacLean2-330/+16
2018-04-13[Arm64/Windows] Simplify JIT_MemSet & JIT_MemCpy (#17537)Steve MacLean1-222/+37
2018-04-13Preserve VASigCookieReg across PInvokeStubWorker call (#17521)Aditya Mandaleeka1-2/+8
2018-04-12Fix for 17398. (#17501)Eugene Rozenfeld1-11/+31
2018-04-10Fix x86 steady state tiered compilation performance (#17476)Noah Falk6-7/+26
2018-04-09Fix trigger for tier 1 call counting delay (#17477)Koundinya Veluri1-1/+3
2018-04-06Add GetLoaderAllocatorObjectForGC to IGCToCLR (#17443)David Mason2-0/+14
2018-04-06Fix GC stress modes 4 and 8 on Linux ARM (#17456)Jan Vorlicek2-1/+3
2018-04-05Merge pull request #17363 from CarolEidt/Fix17242Carol Eidt1-7/+18
2018-04-05Rename conflicting definitions VER_MAJOR/MINORVERSION macros (#17364)Jan Kotas6-51/+20
2018-04-03Merge pull request #17372 from BruceForstall/ArmWriteBarrierTighten3Bruce Forstall1-6/+7
2018-04-03Increase crst level for ReadyToRunInfo's map lock (#17376)Koundinya Veluri1-1/+2
2018-04-02[local gc] gc spinning part 1 (#17341)David Mason1-0/+3
2018-04-02Added a new API to provide memory information that GC records. This (#17326)Maoni Stephens3-0/+14
2018-03-31Delete dead code to support OSes prior to Windows 7 (#17367)Jan Kotas11-2314/+65
2018-03-30Tighten arm32/arm64 write barrier kill reg setsBruce Forstall1-6/+7
2018-03-30PEImageLayout: clear instruction cache after relocationsKonstantin Baladurin1-0/+22
2018-03-30Only allow the rundown thread to write events during rundown to avoid corrupt...Brian Robbins3-1/+26
2018-03-30GC info fix: correctly adjust argCntCarol Eidt1-7/+18
2018-03-29Fix AssemblyLoadContext.Unloading and ProcessExit for Windows Docker containe...Daniel Harvey2-3/+7
2018-03-28Removing 'EXPERIMENTAL' from tiered compilation env var (#17283)Noah Falk2-14/+9
2018-03-28Fix some more unwinding in R2R ARM (#17292)Jan Vorlicek1-17/+17
2018-03-28Fix DelayLoad_MethodCall unwinding (#17275)Jan Vorlicek1-4/+4
2018-03-28Fix handling of FCalls in ExternalMethodFixupWorker (#17252)Jan Vorlicek1-1/+4
2018-03-27Failfast windows event log (#16875)Sung Yoon Whang7-129/+119
2018-03-27[Arm64] Fix forcerelocs (#17264)Steve MacLean1-0/+3
2018-03-27Enable reflection load ComImport assembly and Type.IsComObjectType (#16943)Luqun Lou8-107/+87
2018-03-27restrict memory limit by taking VM into consideration (#17177)Maoni Stephens2-20/+74
2018-03-27[Arm64] reserve for jump stubs (#17244)Steve MacLean3-31/+55
2018-03-27Vectorized SequenceCompareTo for Span<char> (#17237)Jan Kotas3-165/+0