Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-02-17 | [Tizen] Support armv7hl build | Woongsuk Cho | 1 | -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-29 | Remove --arch option from runtest.sh | Timur | 1 | -1/+3 | |
Signed-off-by: Timur <t-mustafin@partner.samsung.com> | |||||
2020-08-25 | Build tests in gbs for x86/x64 (#307)submit/tizen/20200901.065247accepted/tizen/unified/20200907.144049 | Gleb Balykov/Platform Lab /SRR/Engineer/Samsung Electronics | 1 | -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 tests | Gleb Balykov | 1 | -1/+1 | |
To build tests for armel/arm64 add: --define 'skiptests 0' | |||||
2020-07-23 | [Tizen] Do not pack debug dlls | Gleb Balykov | 1 | -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 spec | Gleb Balykov | 1 | -11/+75 | |
2020-07-13 | [Tizen] Enable relocations optimizations for Tizen arm64submit/tizen/20200714.001703accepted/tizen/unified/20200714.065733 | Gleb Balykov | 1 | -1/+1 | |
2020-06-24 | [Tizen] Pass compilation flags to asm files (#285) | Gleb Balykov/AI Compiler Lab /SRR/Engineer/Samsung Electronics | 1 | -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 build | Gleb Balykov | 1 | -6/+2 | |
2020-06-18 | [Tizen] Add tizen arm64 toolchain file. Explicitly pass non-portable build ↵ | Gleb Balykov | 1 | -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.002556 | Hyungju Lee | 1 | -11/+0 | |
Change-Id: I032c9ff1e0f43e39d0d05a38eb95dabe2f1b6b25 | |||||
2020-05-25 | Update package version to 3.1.3 | Alexander Soldatov/AI Compiler Lab /SRR/Staff Engineer/Samsung Electronics | 1 | -2/+2 | |
2020-04-22 | [Tizen] Enable Debug builds for i686 | Sangwook Kim | 1 | -5/+0 | |
2020-03-25 | [Tizen] Add System.Private.CoreLib.pdb to coreclr-devel package | Gleb Balykov | 1 | -1/+3 | |
2020-03-25 | [Tizen] Move the executables(ilasm, ildasm) to use in dotnettool from devel rpm | j-h.choi | 1 | -4/+4 | |
2020-03-25 | [Tizen] RPM version of Tizen will be upgrade to 4.14.1. | Woongsuk Cho | 1 | -5/+6 | |
2020-03-25 | [Tizen] Use -mstackrealign to sync up with Tizen build changes | Mikhail Kashkarov | 1 | -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 output | Sangwook Kim | 1 | -20/+20 | |
2020-03-25 | [Tizen] Enable Tizen ASan runtime support | Vyacheslav Cherkashin | 1 | -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-test | Gleb Balykov | 1 | -0/+1 | |
2020-03-25 | [Tizen] Enable PGO for Linux/arm | Konstantin Baladurin | 1 | -2/+25 | |
2020-03-25 | [Tizen] Add a library to retrieve memory regions for a coredump | Mateusz Moscicki | 1 | -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 GBS | junghyuk.park | 3 | -0/+342 | |