[Tizen] Select ICU build time version
[platform/upstream/dotnet/runtime.git] / src /
2023-06-19 Woongsuk Cho[Tizen] Select ICU build time version
2023-06-14 Tom Deseyn.NET 6: enable building on platforms where strict-proto... accepted/tizen/7.0/unified/20230614.162021 accepted/tizen/unified/20230615.060058 accepted/tizen/unified/dev/20230726.115410
2023-06-14 Hyungju Lee[Tizen] built-in symbol check for __cpuid and __cpuidex
2023-06-14 Adeel MujahidRemove calling convention modifiers from cpuid sig
2023-06-11 Timur Mustafin[Tizen][ARM64] CompactedFixupPrecode fix assert and DAC accepted/tizen/7.0/unified/20230612.165255 accepted/tizen/unified/20230612.072231
2023-04-18 Gleb BalykovFix build with clang 15 (partial cherry-pick of https... accepted/tizen/7.0/unified/20230503.111419 accepted/tizen/unified/20230601.162928
2023-03-29 Timur Mustafin[Tizen] Add CompactedFixupPrecode chunks for aarch64
2023-03-21 Aleksandr Shaurtaev[Tizen] Disable AVX instruction set on GenericsTest
2023-03-02 j-h.choi[Tizen] Create mcj data in '/tmp/.dotnet/mcj/'
2023-01-20 Gleb Balykov[Tizen] Partially fix failing CoreFX tests
2023-01-20 Gleb Balykov[Tizen] Partially handle runtimeconfig.json in corerun
2022-12-08 Mateusz Moscicki[Tizen] Add printf_status functions to libdnetmemoryenumlib accepted/tizen/unified/20221209.124057
2022-10-17 Peter SollichFix heap corruption issue 68443. (#69106) accepted/tizen/unified/20221103.165808
2022-10-17 Gleb Balykov[Tizen] fix for dotnet specific arguments in corerun
2022-09-27 Hyungju LeeFree getline buffer after use (#74899)
2022-09-27 Gleb Balykov[Tizen] Fix module setup in mcj-edit for generic args...
2022-09-27 Hyungju LeeAsan alloc-dealloc-mismatch
2022-09-27 Mike McLaughlinFix ASAN violation under Samsung's netcoredbg (#69339)
2022-09-27 Gleb Balykov[Tizen] Add truncate command to mcj-edit
2022-09-27 Gleb Balykov[Tizen] Fix calculation of method count for modules
2022-09-27 Gleb Balykov[Tizen] Fix typo for size of longCounters
2022-09-27 Dong-Heon Jung[Tizen] More R2R Compilation
2022-09-27 Mikhail KurinnoiFix ICorDebugFunction2::GetVersionNumber for arm32.
2022-09-27 Gleb BalykovDo not use ExecutableMemoryAllocator on 64 bit platform...
2022-09-27 Gleb Balykov[Tizen] Add mcj-edit.py tool that can modify MultiCoreJ...
2022-09-27 Gleb Balykov[Tizen] Add missing copyright to tizen ASan related...
2022-09-27 Gleb BalykovCheck MultiCoreJit code cache before trying to jit...
2022-09-27 t-mustafincrossgen2: Add --imagebase option (#65567)
2022-09-27 Mikhail KurinnoiAdd Linux x86 createdump code.
2022-09-27 Mikhail Kurinnoi[Tizen] Enable Hot Reload debugger API.
2022-09-27 Hyungju LeeFix ReplaceModuleMapping for 32bit binary on 64bit...
2022-09-27 Bruce ForstallIncrease arm32/arm64 maximum instruction group size...
2022-09-27 Gleb Balykov[Tizen] Enable TC_QuickJitForLoops by default
2022-09-27 Gleb Balykov[Tizen] Enable Linq expressions interpreter instead...
2022-09-27 Gleb Balykov[Tizen] Enable Linq expressions interpreter instead...
2022-09-27 Gleb Balykov[Tizen] Allow marshalling IL_STUB compilation for ndire...
2022-09-27 Gleb Balykov[Tizen] Revert "Pass zero length array as null" https...
2022-09-27 John SalemProperly use result value for dump IPC cmd (#60726)
2022-09-27 Gleb Balykov[Tizen] Fix continuous unsuccessful pthread_setschedpar...
2022-09-27 Mateusz Moscicki[Tizen] Add method to write coredump of .NET process
2022-09-27 Mikhail Kurinnoi[x86/Linux] Fix SIGSEGV on Debugger.Break() during...
2022-09-27 Mikhail Filippov#58181 Fix NullReferenceException in crossgen2. (#58183)
2022-09-27 Gleb BalykovUse temporary ni.dll.tmp files with crossgen2 pipeline...
2022-09-27 Timur MustafinFix x86 linux tests build and run
2022-09-27 Hyungju Lee[Tizen] Disable FEATURE_DLG_INVOKE and FEATURE_FAST_CRE...
2022-09-27 Slava Barinov[Tizen] Disable staticfilehost for ASan build
2022-09-27 Andrey Kazmin[Tizen] Enable ASan annotation of passing to native...
2022-09-27 Vyacheslav Cherkashin[Tizen] Implement ASan wrapper for Linux AMD64
2022-09-27 Vyacheslav Cherkashin[Tizen] Implement ASan wrapper for Linux ARM32
2022-09-27 Andrey Drobyshev[Tizen] Implement detecting of sanitized libraries
2022-09-27 Gleb Balykov[Tizen] Use simple name without suffix in MulticoreJit
2022-09-27 JUNG DONG-HEON[Tizen] Reduce arm_phdr_cb call overhead
2022-09-27 Gleb Balykov[Tizen] Disable jithost arena cache
2022-09-27 Gleb Balykov[Tizen] Add coreclr_preload_assembly to CoreCLR host API
2022-09-27 Woongsuk Cho[Tizen] separate PIC and PIE to fix x86_64 build error
2022-09-27 Woongsuk Cho[Tizen] add pie linker option to createdump
2022-09-27 Swift Kim[Tizen] Add a config knob for importing ibc files
2022-09-27 Konstantin Baladurin[Tizen] skip dotnet specific arguments in corerun
2022-09-27 Yaroslav Yamshchikov[Tizen] add access(2) call before dlopening files
2022-09-27 DongHeon Jung[Tizen] Disable IBC Logger as a default
2022-09-27 Igor Kulaychuk[Tizen] Fix OOPStackUnwinderX86::Unwind crash when...
2022-09-27 Igor Kulaychuk[Tizen] Fix EECodeManager::GetAmbientSP on x86/Linux
2022-09-27 Hyungju Lee[Tizen] Add -pie to linker option
2022-09-27 Gleb Balykov[Tizen] Add support for gbs build for i586, x86_64...
2022-09-19 Gleb BalykovFix linux x86 build error (partial cherry-pick of https...
2022-08-18 dotnet-botMerge in 'release/6.0' changes
2022-08-18 Larry EwingDon't lookup the pack without an alias from the workloa...
2022-08-16 dotnet-botMerge in 'release/6.0' changes
2022-08-16 Carlos Sanchez[release/6.0] Reset OOB package authoring for System...
2022-08-15 dotnet-botMerge in 'release/6.0' changes
2022-08-15 CyrusNajmabadiPort the incremental source generator polyfill code...
2022-08-15 dotnet-botMerge in 'release/6.0' changes
2022-08-15 Andrew AuReset current_no_gc_region_info after leaving no gc...
2022-08-15 dotnet-botMerge in 'release/6.0' changes
2022-08-15 Larry EwingRework pack version update logic (#72147)
2022-08-14 dotnet-botMerge in 'release/6.0' changes
2022-08-14 Marc PaineFix runtime pack aliasing (#73885)
2022-08-13 dotnet-botMerge in 'release/6.0' changes
2022-08-12 Juan HoyosAdd ManifestMsiVersion to CreateVisualStudioWorkload...
2022-08-12 dotnet-botMerge in 'release/6.0' changes
2022-08-12 Marc PaineUpdate all of the net 6 packs to be labeled .net6 ...
2022-08-12 dotnet-botMerge in 'release/6.0' changes
2022-08-12 Miha Zupan[release/6.0] Respect the Keep-Alive response header...
2022-08-12 dotnet-botMerge in 'release/6.0' changes
2022-08-12 github-actions[bot]Fix hang caused by calling Environment.FailFast on...
2022-08-12 dotnet-botMerge in 'release/6.0' changes
2022-08-12 Jacques EloffWorkload promotion (#73798)
2022-08-12 dotnet-botMerge in 'release/6.0' changes
2022-08-12 Shay RojanskyRemove 1024 character limit on ODBC connection strings...
2022-08-11 dotnet-botMerge in 'release/6.0' changes
2022-08-11 dotnet-botMerge in 'release/6.0' changes
2022-08-11 Bruce Forstall[release/6.0] Fix #70391 (#73654)
2022-08-11 github-actions[bot][release/6.0] Backport edge case fixes to XxHash32...
2022-08-11 dotnet-botMerge in 'release/6.0' changes
2022-08-11 dotnet-botMerge in 'release/6.0' changes
2022-08-11 github-actions[bot][release/6.0] JIT: Avoid removing multi-use boxes ...
2022-08-11 Thays GraziaBackport 58806 (#73010)
2022-08-11 dotnet-botMerge in 'release/6.0' changes
2022-08-11 David CantĂșCreateSymbolicLink PInvoke retval must be marshalled...
2022-08-11 dotnet-botMerge in 'release/6.0' changes
next