summaryrefslogtreecommitdiff
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-03-16[Tizen] Add "-pie" option to "ilasm, ildasm" to avoid ASLR violationsubmit/tizen_5.5/20200316.065806submit/tizen/20200316.065814accepted/tizen/unified/20200317.063623accepted/tizen/5.5/unified/20200317.160115Woongsuk Cho4-0/+12
2020-02-18[Tizen] Move the executables(ilasm, ildasm) to use in dotnettool from devel rpmsubmit/tizen_5.5/20200303.021843submit/tizen/20200303.022301accepted/tizen/unified/20200304.010508accepted/tizen/5.5/unified/20200304.123842j-h.choi1-4/+4
2020-02-14modify integral tryparse to use memcpy (#2295)John Salem1-1/+1
2020-02-14Fix OverflowException from IntPtr casting (#14381)Swift Kim1-1/+1
2020-01-21[Tizen] Reduce arm_phdr_cb call overheadsubmit/tizen_5.5/20200207.005700accepted/tizen/5.5/unified/20200207.122745JUNG DONG-HEON3-1/+48
2020-01-09Fix GC heap corruption on ARM. (#1389)submit/tizen_5.5/20200120.050447accepted/tizen/5.5/unified/20200121.031421Anton Lapounov1-1/+1
2020-01-09[Tizen] RPM version of Tizen will be upgrade to 4.14.1.Woongsuk Cho1-4/+5
2019-12-24Change bIsFree check in DacValidateMethodTable (#1086)Dong-Heon Jung1-8/+1
2019-12-12[Tizen] add pie linker option to createdumpWoongsuk Cho1-0/+1
2019-12-10Handle glibc sys/sysctl.h deprecation (#27048)Omair Majid1-2/+5
2019-12-09[Tizen] Use -mstackrealign to sync up with Tizen build changessubmit/tizen_5.5/20191209.000009submit/tizen/20191208.235929accepted/tizen/unified/20191209.033621accepted/tizen/5.5/unified/20191209.050154Mikhail Kashkarov1-4/+6
2019-12-03Enable NGEN for methods marked with AggressiveOptimization (#27259)Dong-Heon Jung1-1/+4
2019-12-03Mark Relocation Section as NotNeeded (#25715)Dong-Heon Jung5-0/+110
2019-11-21[Tizen] Use PTRACE_GETREGSET for any arch when creating dumpsubmit/tizen/20191120.225954accepted/tizen/unified/20191121.073401Swift Kim1-13/+5
2019-11-19[Tizen] Add createdump to build outputsubmit/tizen/20191119.101028accepted/tizen/unified/20191120.034525Sangwook Kim1-20/+20
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] mscorlib postscript to remove System.Private.CoreLib.dll.Backupsubmit/tizen/20191010.235421accepted/tizen/unified/20191011.080124Hyungju Lee1-0/+4
2019-10-11[Tizen] Enable Tizen ASan runtime supportVyacheslav Cherkashin2-1/+14
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-10-04[Tizen] Add unsupported tests for armKonstantin Baladurin1-0/+1
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] Pack test libs to coreclr-testGleb Balykov1-0/+1
2019-09-26[Tizen] PrecompileCommonGenerics to falseHyungju Lee1-1/+1
2019-09-26[Tizen] Disable missing test, which requires libhostpolicy.so to be missingGleb Balykov1-0/+1
2019-09-26[Tizen] Add unsupported tests: see tests/issues.targetsGleb Balykov1-0/+6
2019-09-26[Tizen] Replace new runtest.sh, which calls dotnet internally, with old runte...Gleb Balykov1-256/+1071
2019-09-26[Tizen] Partially revert a6292a6.Mikhail Kurinnoi1-0/+39
2019-09-26[Tizen] Update openssl-64bit version to 1.1Hyungju Lee1-1/+1
2019-09-26[Tizen] Enable IBCLoggerHyungju Lee1-1/+1
2019-09-26add access(2) call before dlopening filesYaroslav Yamshchikov1-0/+9
2019-09-26[Tizen] Precompile frequently used generic methods.Kirill Frolov3-0/+48
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 Shook3-2/+55
2019-09-26[Tizen] Disable jithost arena cacheGleb Balykov1-1/+1
2019-09-26[Tizen] Disable IBC Logger as a defaultDongHeon Jung2-1/+5
2019-09-26Fix a build error when IBCLOGGER_ENABLED is not defined (#25691)Dong-Heon Jung1-13/+31
2019-09-26[Tizen] Define -DHAS_ADDRESS_SANITIZER for ASan buildSlava Barinov1-3/+6