summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-10-30Fix AppDomain.SetPrincipalPolicy bug for new threads (#32104) (#28019)Eirik Tsarpalis1-3/+4
2020-10-30Port dotnet/runtime#31946 to release/3.1 branch (#28014)Levi Broderick1-1/+5
2020-10-30[3.1] Fail FuncEval if slot backpatching lock is held by any thread (#28006)Koundinya Veluri4-3/+89
2020-10-30Handle glibc sys/sysctl.h deprecation (#27048)Omair Majid1-2/+5
2020-10-30Fix OverflowException from IntPtr casting (#14381)Swift Kim1-1/+1
2020-10-30Fix PIE options (#26323)Jan Vorlicek43-121/+0
2020-10-30Set vtable offset as containedJUNG DONG-HEON1-0/+1
2020-10-30Change bIsFree check in DacValidateMethodTable (#1086)Dong-Heon Jung1-8/+1
2020-10-30modify integral tryparse to use memcpy (#2295)John Salem1-1/+1
2020-10-30Abort FuncEval on unaligned SP (for 3.1) (#26607)Steve MacLean1-0/+14
2020-10-07[x86/Linux] Fix SIGSEGV during evaluation abort routine.Mikhail Kurinnoi1-1/+16
2020-10-07Fix TPA map hash calculation. (#288)Mikhail Kurinnoi/AI Compiler Lab /SRR/Staff Engineer/Samsung Electronics3-2/+57
2020-10-07fix dwarf-based unwinding to the end of stackYaroslav Yamshchikov1-1/+1
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 Baladurin14-162/+1064
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-11[Tizen] Implement detecting of sanitized librariesAndrey Drobyshev5-0/+182
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-07[Tizen] skip dotnet specific arguments in corerunKonstantin Baladurin1-0/+13
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 Baladurin4-15/+21
2019-09-26[JIT/x86] Fix LinearScan::allocateRegisters (#26649)Konstantin Baladurin1-1/+1
2019-09-26Linux/x86: fix build (#26594)Konstantin Baladurin2-0/+3
2019-09-26[Tizen] Partially revert a6292a6.Mikhail Kurinnoi1-0/+39
2019-09-26add access(2) call before dlopening filesYaroslav Yamshchikov1-0/+9
2019-09-26[Tizen] Precompile frequently used generic methods.Kirill Frolov2-0/+45
2019-09-26corbbtprof: set byte alignment for CORBBTPROF structures (#25816)Konstantin Baladurin1-0/+5
2019-09-26Fail to explicitly tail call on x86 unix. (#25032)Jarret Shook1-2/+6
2019-09-26[Tizen] Disable jithost arena cacheGleb Balykov1-1/+1
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-24[Tizen] seperate PIC and PIE to fix x86_64 build errorWoongsuk Cho1-3/+5
2019-09-24[Tizen] Add a library to retrieve memory regions for a coredumpMateusz Moscicki8-15/+339
2019-09-24Fix OOPStackUnwinderX86::Unwind crash when Eip is invalidIgor Kulaychuk1-1/+1
2019-09-24Fix EECodeManager::GetAmbientSP on x86/LinuxIgor Kulaychuk1-1/+2
2019-09-24[Tizen] Add -pie to linker optionHyungju Lee1-0/+1
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 Robbins4-5/+32
2019-08-27Fix Abbreviated Genitive Month Names Parsing (#26384)Tarek Mahmoud Sayed3-10/+24
2019-08-26Do not use `AllocateUninitializedArray` in private array pools. (#26338) (#26...Stephen Toub1-3/+3
2019-08-26[release/3.0] Fix BinaryReader.ReadChars for fragmented Streams (#26324) (#26...Jan Kotas2-1/+23
2019-08-20Port stage work for 3.0 (#26137)Aaron Robinson1-73/+0
2019-08-19Use function-local StackingAllocator for EnC added methods (#26256)Juan Hoyos1-2/+6
2019-08-19arm64 out of proc unwind for DAC (#26156)Mike McLaughlin2-11/+74
2019-08-19Account for quoted values in provider filter string (#26159) (#26195)John Salem1-3/+19