summaryrefslogtreecommitdiff
path: root/packaging/coreclr.spec
AgeCommit message (Collapse)AuthorFilesLines
2021-12-23[Tizen] Support armv7hl buildsubmit/tizen/20211223.031503accepted/tizen/unified/20211223.050247accepted/tizen_unifiedWoongsuk Cho1-8/+18
Patch to remove build errors that occur in armv7hl, a newly supported arch from Tizen 7.0. Runtime test in armv7hl is not performed (to be verified after platform stabilization)
2020-10-29Remove --arch option from runtest.shTimur1-1/+3
Signed-off-by: Timur <t-mustafin@partner.samsung.com>
2020-08-25Build tests in gbs for x86/x64 (#307)submit/tizen/20200901.065247accepted/tizen/unified/20200907.144049Gleb Balykov/Platform Lab /SRR/Engineer/Samsung Electronics1-3/+4
* Add -msse2 compile option Cherry-pick of https://github.com/dotnet/runtime/pull/33135 * Use prefixed hex format in asm Cherry-pick of https://github.com/dotnet/runtime/pull/33205 * [Tizen] Add CoreCLR tests build dependencies v3.1.3 for x86 * [Tizen] Add CoreCLR tests build dependencies v3.1.3 for x64 * [Tizen] Allow build of tests for x86/x64
2020-07-23[Tizen] Disable default build of testsGleb Balykov1-1/+1
To build tests for armel/arm64 add: --define 'skiptests 0'
2020-07-23[Tizen] Do not pack debug dllsGleb Balykov1-0/+2
This is required to workaround rpmbuild issue (rpmbuild tries to get debug symbols from these dlls)
2020-07-23[Tizen] Build CoreCLR tests in specGleb Balykov1-11/+75
2020-07-13[Tizen] Enable relocations optimizations for Tizen arm64submit/tizen/20200714.001703accepted/tizen/unified/20200714.065733Gleb Balykov1-1/+1
2020-06-24[Tizen] Pass compilation flags to asm files (#285)Gleb Balykov/AI Compiler Lab /SRR/Engineer/Samsung Electronics1-0/+1
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-2/+2
This patch enables more generic method inlining for methods which are not compiled by NI.
2020-06-18[Tizen] Enable aarch64 gbs buildGleb Balykov1-6/+2
2020-06-18[Tizen] Add tizen arm64 toolchain file. Explicitly pass non-portable build ↵Gleb Balykov1-3/+3
to fix arm64 build on tizen (on armel non-portable build is default, tizen rid in general is non-portable).
2020-05-27[Tizen] Cleanup confusing symlinkssubmit/tizen_5.5/20200529.025744submit/tizen/20200529.025703accepted/tizen/unified/20200601.051718accepted/tizen/5.5/unified/20200601.002556Hyungju Lee1-11/+0
Change-Id: I032c9ff1e0f43e39d0d05a38eb95dabe2f1b6b25
2020-05-25Update package version to 3.1.3Alexander Soldatov/AI Compiler Lab /SRR/Staff Engineer/Samsung Electronics1-2/+2
2020-04-22[Tizen] Enable Debug builds for i686Sangwook Kim1-5/+0
2020-03-25[Tizen] Add System.Private.CoreLib.pdb to coreclr-devel packageGleb Balykov1-1/+3
2020-03-25[Tizen] Move the executables(ilasm, ildasm) to use in dotnettool from devel rpmj-h.choi1-4/+4
2020-03-25[Tizen] RPM version of Tizen will be upgrade to 4.14.1.Woongsuk Cho1-5/+6
2020-03-25[Tizen] Use -mstackrealign to sync up with Tizen build changesMikhail Kashkarov1-4/+6
Tizen i586 now builds with -mstackrealign by default: "Realign the stack at entry. On the x86, the -mstackrealign option generates an alternate prologue and epilogue that realigns the run-time stack if necessary. This supports mixing legacy codes that keep 4-byte stack alignment with modern codes that keep 16-byte stack alignment for SSE compatibility. ..." Change-Id: I36afd18998829f897c6b2b48687c4ae1d172b84b Signed-off-by: Mikhail Kashkarov <m.kashkarov@partner.samsung.com>
2020-03-25[Tizen] Add createdump to build outputSangwook Kim1-20/+20
2020-03-25[Tizen] Enable Tizen ASan runtime supportVyacheslav Cherkashin1-1/+3
Enable libasansi.so support (libasan.so with switchable interceptors). Change-Id: I9ee9b47b7beab55f036ffc0697ffab2583e9701c Signed-off-by: Vyacheslav Cherkashin <v.cherkashin@samsung.com>
2020-03-25[Tizen] Pack test libs to coreclr-testGleb Balykov1-0/+1
2020-03-25[Tizen] Enable PGO for Linux/armKonstantin Baladurin1-2/+25
2020-03-25[Tizen] Add a library to retrieve memory regions for a coredumpMateusz Moscicki1-0/+1
This is needed to save a minicoredump of .NET applications to allows reconstruct managed stack by lldb and SOS plugin.
2020-03-25[Tizen] Add support for GBSjunghyuk.park1-0/+335