summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-03-25Fix OverflowException from IntPtr casting (#14381)Swift Kim1-1/+1
2020-03-25[Tizen] Reduce arm_phdr_cb call overheadJUNG DONG-HEON3-1/+48
2020-03-25[Tizen] RPM version of Tizen will be upgrade to 4.14.1.Woongsuk Cho1-5/+6
2020-03-25Change bIsFree check in DacValidateMethodTable (#1086)Dong-Heon Jung1-8/+1
2020-03-25[Tizen] add pie linker option to createdumpWoongsuk Cho1-0/+1
2020-03-25Handle glibc sys/sysctl.h deprecation (#27048)Omair Majid1-2/+5
2020-03-25[Tizen] Use -mstackrealign to sync up with Tizen build changesMikhail Kashkarov1-4/+6
2020-03-25Enable NGEN for methods marked with AggressiveOptimization (#27259)Dong-Heon Jung1-1/+4
2020-03-25Mark Relocation Section as NotNeeded (#25715)Dong-Heon Jung5-0/+110
2020-03-25[Tizen] Use PTRACE_GETREGSET for any arch when creating dumpSwift Kim1-13/+5
2020-03-25[Tizen] Add createdump to build outputSangwook Kim1-20/+20
2020-03-25[Tizen] Add coreclr_preload_assembly to CoreCLR host APIKonstantin Baladurin14-162/+1064
2020-03-25[Tizen] Enable Tizen ASan runtime supportVyacheslav Cherkashin2-1/+14
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-25[Tizen] Implement detecting of sanitized librariesAndrey Drobyshev5-0/+182
2020-03-25Prevent freeing of the profiler on process shutdown.David Mason1-11/+6
2020-03-25[Tizen] skip dotnet specific arguments in corerunKonstantin Baladurin1-0/+13
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 Baladurin4-15/+21
2020-03-25[JIT/x86] Fix LinearScan::allocateRegisters (#26649)Konstantin Baladurin1-1/+1
2020-03-25Linux/x86: fix build (#26594)Konstantin Baladurin2-0/+3
2020-03-25[Tizen] Pack test libs to coreclr-testGleb Balykov1-0/+1
2020-03-25[Tizen] Add unsupported testsGleb Balykov1-1/+14
2020-03-25[Tizen] Replace new runtest.sh, which calls dotnet internally, with old runte...Gleb Balykov1-256/+1071
2020-03-25[Tizen] Partially revert a6292a6.Mikhail Kurinnoi1-0/+39
2020-03-25add access(2) call before dlopening filesYaroslav Yamshchikov1-0/+9
2020-03-25corbbtprof: set byte alignment for CORBBTPROF structures (#25816)Konstantin Baladurin1-0/+5
2020-03-25Fail to explicitly tail call on x86 unix. (#25032)Jarret Shook3-2/+55
2020-03-25[Tizen] Disable jithost arena cacheGleb Balykov1-1/+1
2020-03-25[Tizen] Disable IBC Logger as a defaultDongHeon Jung2-1/+5
2020-03-25Fix a build error when IBCLOGGER_ENABLED is not defined (#25691)Dong-Heon Jung1-13/+31
2020-03-25[Tizen] Enable PGO for Linux/armKonstantin Baladurin4-4/+27
2020-03-25[Tizen] seperate PIC and PIE to fix x86_64 build errorWoongsuk Cho1-3/+5
2020-03-25[Tizen] Add a library to retrieve memory regions for a coredumpMateusz Moscicki9-15/+340
2020-03-25[Tizen] update cscope files to be ignoredHyungju Lee1-0/+4
2020-03-25Fix OOPStackUnwinderX86::Unwind crash when Eip is invalidIgor Kulaychuk1-1/+1
2020-03-25Fix EECodeManager::GetAmbientSP on x86/LinuxIgor Kulaychuk1-1/+2
2020-03-25[Tizen] Add -pie to linker optionHyungju Lee1-0/+1
2020-03-25[Tizen] Add support for GBSjunghyuk.park5-6/+354
2020-03-25[Tizen] Add prebuilt libicu-57.1 librariesjunghyuk.park24-0/+16
2020-03-25[Tizen] Add BuildTools v3.1.3Gleb Balykov4651-0/+1368388
2020-02-18[3.1] Fail FuncEval if slot backpatching lock is held by any thread (#28006)Koundinya Veluri4-3/+89
2020-02-18Port dotnet/runtime#31946 to release/3.1 branch (#28014)Levi Broderick1-1/+5
2020-02-18Fix AppDomain.SetPrincipalPolicy bug for new threads (#32104) (#28019)Eirik Tsarpalis1-3/+4
2020-02-18Fix build on systems with glibc >= 2.30 (#28012)Omair Majid1-0/+4
2020-02-18Port dotnet/runtime#31904 to release/3.1 (#28013)Levi Broderick3-156/+92
2020-02-14Update dependencies from https://github.com/dotnet/arcade build 20200213.5 (#...dotnet-maestro[bot]12-56/+200
2020-02-13Port of dotnet/runtime#1059 to 3.1 branch (#27986)Carol Eidt3-2/+102
2020-02-13Port fix for #1241 to 3.1 (#27983)Carol Eidt3-12/+123