summaryrefslogtreecommitdiff
path: root/src/vm
AgeCommit message (Expand)AuthorFilesLines
2021-01-15Fix memory leaked caused by Marshal.GetFunctionPointerForDelegate (#28074)submit/tizen_6.0/20210115.013248submit/tizen/20210115.013305accepted/tizen/unified/20210115.125752accepted/tizen/6.0/unified/20210115.041837tizen_6.0accepted/tizen_6.0_unifiedAaron Robinson2-16/+7
2020-10-05[Tizen] Add RelativeStubPrecode for arm64, which replaces StubPrecode in FNV ...Gleb Balykov6-13/+245
2020-09-21[Tizen] Add RelativeFixupPrecode for arm64, which replaces FixupPrecode in FN...submit/tizen/20200921.230336accepted/tizen/unified/20200922.034817Gleb Balykov10-44/+469
2020-08-25Build tests in gbs for x86/x64 (#307)submit/tizen/20200901.065247accepted/tizen/unified/20200907.144049Gleb Balykov/Platform Lab /SRR/Engineer/Samsung Electronics2-23/+23
2020-08-10Fix buffer overrun in JIT for Vector256<T> types on ARM64. (#35864) (#308)submit/tizen/20200811.004222accepted/tizen/unified/20200811.050456Timur Mustafin/Platform Lab /SRR/Engineer/Samsung Electronics1-4/+0
2020-07-27Implement genProfilingEnterCallback genProfilingLeaveCallback on Arm64 (dotne...submit/tizen/20200731.014213accepted/tizen/unified/20200731.145700Mikhail Kurinnoi8-78/+395
2020-07-13[Tizen] Update CreateDictionaryLookupHelper on arm64 to support relative indi...Gleb Balykov1-22/+75
2020-07-13[Tizen] Support relative indirection for 1st and 2nd levels of vtable on arm64Gleb Balykov2-52/+70
2020-06-26Fix a FNV error on arm64 (#286)정동헌/Common Platform Lab(SR)/Principal Engineer/삼성전자1-0/+2
2020-06-23[Tizen] Force Inline for Generic Methods (#224)submit/tizen/20200622.225420accepted/tizen/unified/20200623.124116정동헌/Common Platform Lab(SR)/Principal Engineer/삼성전자1-0/+11
2020-06-18Fix missing TransitionBlock methods (#33134)submit/tizen_5.5/20200623.003918accepted/tizen/5.5/unified/20200623.152349JUNG DONG-HEON1-3/+0
2020-06-18Implement instantiating and unboxing through portable stublinker code… (#106)JUNG DONG-HEON28-2365/+710
2020-06-18Fix GenerateShuffleArray to support cyclic shuffles (dotnet/coreclr#26169)JUNG DONG-HEON4-20/+182
2020-06-04[Tizen] Enable ASan annotation of passing to native code buffersAndrey Kazmin1-1/+2
2020-04-16Fix PIE options (#26323)submit/tizen/20200415.223728accepted/tizen/unified/20200416.080052Jan Vorlicek1-4/+0
2020-03-25[Tizen] Add FEATURE_LARGEADDRESS_SUPPORTSangwook Kim3-0/+13
2020-03-25modify integral tryparse to use memcpy (#2295)John Salem1-1/+1
2020-03-25Mark Relocation Section as NotNeeded (#25715)Dong-Heon Jung1-0/+3
2020-03-25[Tizen] Add coreclr_preload_assembly to CoreCLR host APIKonstantin Baladurin3-46/+99
2020-03-25[Tizen] Implement ASan wrapper for Linux AMD64Vyacheslav Cherkashin3-0/+157
2020-03-25[Tizen] Implement ASan wrapper for Linux ARM32Vyacheslav Cherkashin6-0/+278
2020-03-25Prevent freeing of the profiler on process shutdown.David Mason1-11/+6
2020-03-25Build error fix on FEATURE_PREJIT=trueSwift Kim2-2/+2
2020-03-25[Linux/x86] Use ebp from current context during unwinding (#26789)Konstantin Baladurin2-12/+11
2020-03-25[Tizen] Disable IBC Logger as a defaultDongHeon Jung1-1/+1
2020-03-25Fix a build error when IBCLOGGER_ENABLED is not defined (#25691)Dong-Heon Jung1-13/+31
2020-03-25Fix EECodeManager::GetAmbientSP on x86/LinuxIgor Kulaychuk1-1/+2
2020-02-18[3.1] Fail FuncEval if slot backpatching lock is held by any thread (#28006)Koundinya Veluri3-3/+80
2020-01-14Port to 3.1 - Fix out of range access in GetRecycleMemoryInfo (#27959)Jan Vorlicek1-1/+3
2020-01-14Port to 3.1 - Fix getting affinity set on MUSL on Jetson TX2 (#27957)Jan Vorlicek1-1/+1
2019-11-22Non virtual calls to instance methods non-virtual dispatch on instance interf...David Wrighton1-1/+1
2019-11-11[release/3.1] Reword comments for policheck (#27670)Jeremy Koritzinsky1-1/+1
2019-10-30Fix minidumps not loading in VS issue (#27553)Mike McLaughlin1-2/+2
2019-10-30[Release/3.1] Port profiler APIs to set and retrieve environment variables to...David Mason2-1/+105
2019-10-24[3.1] Protect against a rare invalid lock acquision attempt during etw proces...Koundinya Veluri2-5/+15
2019-10-21Fix LTTng build for build environments with older liblttng-ust-dev (#27273) ...Sung Yoon Whang1-0/+8
2019-10-21[Release/3.1] Fixes for profiler stack sampling (#27300)David Mason2-3/+17
2019-10-21[3.1] Backport fixes to ETW/EventPipe events to enable GCDumps (#27297)John Salem1-7/+9
2019-10-20Fix Segfault in PerfInfo Image Logging (#26910)Brian Robbins1-2/+15
2019-10-14Do not create diagnostics server thread and pipe if EnableDiagnostics is set ...Sung Yoon Whang1-0/+6
2019-10-14Enable optimized single-proc allocation helpers for single-proc x86/x64 syste...Jan Kotas1-4/+4
2019-10-04Handle AV caused by invalid IBC data (#27029) (#27034)Fadi Hanna1-1/+5
2019-10-03Fix read ordering bug between buckets pointer and counter (#26997) (#27009)Fadi Hanna1-1/+4
2019-09-27Port to Release/3.1 - enabling MHR support (#26803)Jan Vorlicek8-7/+148
2019-09-17[release/3.1] Fix marshalling a pinnable multi-dimensional arr… (#26664)Jeremy Koritzinsky3-3/+5
2019-09-12Fix watson bucketing/broken triage dumps (#26670)Mike McLaughlin1-0/+5
2019-08-29Emit RVA Instead of File Offset by Default in Native Image PerfMap Files (#26...Brian Robbins3-5/+31
2019-08-19Use function-local StackingAllocator for EnC added methods (#26256)Juan Hoyos1-2/+6
2019-08-19Account for quoted values in provider filter string (#26159) (#26195)John Salem1-3/+19
2019-08-16Clean up diagnosticserver socket on unexpected shutdown (#25976) (#26190)Sung Yoon Whang2-0/+33