summaryrefslogtreecommitdiff
path: root/src/vm
AgeCommit message (Expand)AuthorFilesLines
2020-03-23[Tizen] Add FEATURE_LARGEADDRESS_SUPPORTsubmit/tizen_5.5/20200323.035211submit/tizen/20200323.035150accepted/tizen/unified/20200323.172942accepted/tizen/5.5/unified/20200323.072150Sangwook Kim3-0/+13
2020-02-14modify integral tryparse to use memcpy (#2295)John Salem1-1/+1
2019-12-03Mark Relocation Section as NotNeeded (#25715)Dong-Heon Jung1-0/+3
2019-10-15[Tizen] Add coreclr_preload_assembly to CoreCLR host APItizen_5.5.m2_releasesubmit/tizen_5.5_mobile_hotfix/20201026.185106submit/tizen_5.5/20191031.000006submit/tizen/20191014.221258accepted/tizen/unified/20191015.012049accepted/tizen/5.5/unified/mobile/hotfix/20201027.061818accepted/tizen/5.5/unified/20191031.004944Konstantin Baladurin3-46/+99
2019-10-11[Tizen] Implement ASan wrapper for Linux AMD64Vyacheslav Cherkashin3-0/+157
2019-10-11[Tizen] Implement ASan wrapper for Linux ARM32Vyacheslav Cherkashin6-0/+278
2019-10-07Remove VolatileLoad from code already under lockFadi Hanna1-1/+1
2019-10-07Use VolaiteLoad to read counterFadi Hanna1-2/+2
2019-10-07Fix read ordering bug between buckets pointer and counterFadi Hanna1-1/+4
2019-10-07Prevent freeing of the profiler on process shutdown.David Mason1-11/+6
2019-10-07Revert "bail if profiler is terminated"David Mason1-24/+15
2019-10-07bail if profiler is terminatedDavid Mason1-15/+24
2019-10-07Build error fix on FEATURE_PREJIT=trueSwift Kim2-2/+2
2019-10-04[Linux/x86] Use ebp from current context during unwinding (#26789)Konstantin Baladurin2-12/+11
2019-09-26[Tizen] Disable IBC Logger as a defaultDongHeon Jung1-1/+1
2019-09-26Fix a build error when IBCLOGGER_ENABLED is not defined (#25691)Dong-Heon Jung1-13/+31
2019-09-24Fix EECodeManager::GetAmbientSP on x86/LinuxIgor Kulaychuk1-1/+2
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
2019-07-26fix gc config - need to read from both runtime config and env var (#25890)Maoni Stephens1-5/+9
2019-07-19Fixing Buffer::BlockCopy, JIT_MemCpy, and JIT_MemSet to just call the appropr...Tanner Gooding3-300/+90
2019-07-19Fix typo: `_TARGET_X86` -> `_TARGET_X86_` (#25788)Andy Hanson1-1/+1
2019-07-16Merge branch 'release/3.0' into merge/master-to-release/3.0William Godbe2-0/+16
2019-07-16Add missing Arm64 specific diagnostic code (#25695)Steve MacLean1-0/+15
2019-07-12Frkaya/gccfix07102019 (#25624)Sinan Kaya3-3/+3
2019-07-11PerfMap should output file offset instead of RVAs (#25638)Andrew Au2-8/+9
2019-07-11Fix GS cookie check on ARM in functions with stackalloc (#25628)Jan Vorlicek6-3/+22
2019-07-11System.GC.HeapHardLimit and .HeapHardLimitPercent in runtimeconfig.json (#25574)Andy Hanson3-0/+22
2019-07-11Fix handling of NullReferenceException in VSD on ARM (#25627)Jan Vorlicek6-40/+67
2019-07-09Let EventPipe threads sleep when no events are available (#25601)David Mason9-16/+100
2019-07-08Return HardLimitBytes from GCMemoryInfo.TotalAvailableMemoryBytes (#25437)Andy Hanson2-5/+5
2019-07-05many core (#25350)Maoni Stephens1-16/+78
2019-07-04Fix instantiation stub maker for case where no register is used by function p...Fadi Hanna1-20/+29
2019-07-03Fix getting rundown events during EventPipe::Shutdown (#25450)José Rivero2-32/+36
2019-07-03arm64singlestepper (#25512)Steve MacLean7-15/+841
2019-07-03Prevent EventPipe rundown from blocking on write (#25523)John Salem3-51/+32
2019-07-03Add check to prevent attaching a profiler when one is already present (#25520)David Mason3-85/+148
2019-07-03Fix GCStress modes that do code instrumentation to work with code versioning ...Koundinya Veluri10-48/+182
2019-07-03Cleanup IL linker heuristic usage (#25547)Jan Kotas2-1/+10
2019-07-02Add a new CompilationDiagnostic ETW Keyword (#25544)Brian Robbins1-1/+4
2019-07-02Merge ReadyToRunInfo::GenericMethodIterator in to ReadyToRunInfo::MethodItera...David Mason4-126/+122
2019-07-02Ensure YIELD_WHILE() in EventPipeBufferManager::SuspendWriteEvent() always te...Andrew Au2-6/+7
2019-07-02Add RundownRequested switch to EventPipe IPC protocol (#25495)Sung Yoon Whang7-18/+140
2019-07-01Delete dead code (#25513)Jan Kotas2-10/+0
2019-06-29Fix GCStress issue on x86 and Arm (#25445)Brian Sullivan6-60/+112
2019-06-28Use regular static variable for EEConfig storage (#25479)Jan Kotas3-32/+9
2019-06-27Fix SIGSEGV in GC when dealing with large double[] on ARM32 (#25403)Vladimir Sadov1-22/+31