summaryrefslogtreecommitdiff
path: root/src/vm
AgeCommit message (Expand)AuthorFilesLines
2018-07-09i386: Refixed declaration in eetoprofinterfaceimpl.cpp with definitionSergey Ignatov3-9/+9
2018-07-09i386: Fixed declaration in eetoprofinterfaceimpl.cpp with definitionSergey Ignatov1-3/+3
2018-07-06PEImageLayout: flush instruction cache only for pages with relocs.Konstantin Baladurin1-17/+29
2018-07-06Fix unset ZapRelocationType for fixup (#18589)Gleb Balykov1-1/+1
2018-07-06Remove relocations for vtable chunks (#17147)Gleb Balykov11-58/+247
2018-07-06[x86/Linux] Fix marshalling struct with 64-bit types (#17455)Konstantin Baladurin2-0/+26
2018-07-06Fix EECodeManager::GetAmbientSP on x86/LinuxIgor Kulaychuk1-1/+2
2018-07-06Fix unwinding of funclet with no epilog on x86/LinuxIgor Kulaychuk1-14/+5
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
2018-03-26Only use FEATURE_PERFTRACING and FEATURE_EVENT_TRACE features when turned on ...Adam Stark1-0/+4
2018-03-26Fix funclet unwinding on x86 Linux (#17144)Igor Kulaychuk1-1/+20
2018-03-26[Arm64] Remove C++ stubs obscurring assembly versions (#17172)Steve MacLean1-15/+0
2018-03-24Delete unused files from src/inc (#17186)Jan Kotas13-31/+0
2018-03-22[ARM64] Fix UMEntryThunkCode::Poison method (#17122)Konstantin Baladurin1-1/+1
2018-03-21Add More Process Information to EventPipe Traces (#17080)Brian Robbins9-17/+410
2018-03-21null terminate the converted LPStr at the right index (#17079)Jeff Schwartz1-2/+3