index
:
platform/upstream/coreclr
accepted/tizen_4.0_base
accepted/tizen_4.0_unified
accepted/tizen_5.0_base
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_base
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
asoldatov
backup/release/2.0.0_tizen/20170828
backup/release/2.0.0_tizen/20170906
backup/tizen_5.5/20190304
backup/tizen_base_2.0.0
backup/tizen_base_2.1.1-upd2
master
origin/backup/release/2.0.0_tizen_4.0/20170908
sandbox/adrob/asan
sandbox/adrob/asan.old
sandbox/akazmin/asan_annotate_buff
sandbox/ches01/asan
sandbox/ches01/asan_ARM
sandbox/ches01/asan_ARM_v2
sandbox/ches01/asan_amd64
sandbox/ches01/asan_amd64_intel_syntax
sandbox/ches01/asan_amd64_v2
sandbox/ches01/integrate-libasansi
sandbox/ches01/integrate-libasansi_debug
sandbox/ches01/integrate-libasansi_debug_v2
sandbox/denis13/gcc6x
sandbox/dkson95/clang
sandbox/dkson95/gcc_6_2_1
sandbox/dkson95/hardfp
sandbox/dkson95/hardfp_rebase
sandbox/dkson95/integrate-libasansi
sandbox/dkson95/tizen
sandbox/giuliana/fix_llvm_path
sandbox/giuliana/gcc_6_2_1
sandbox/giuliana/x86_baselibs
sandbox/jaehun77/hardfp
sandbox/mkashkarov/debug_build
sandbox/mkashkarov/test
sandbox/mkashkarov/tizen_6.0_build
sandbox/nmerinov/llvm
sandbox/vbarinov/clean-clang
sandbox/wangbiao/rpm_upgrade
tc
tizen
tizen_4.0
tizen_4.0_base
tizen_4.0_tv
tizen_5.0_base
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_base
Domain: Dotnet / Core; Licenses: MIT;
Alexander Soldatov <soldatov.a@samsung.com>, Dmitri Botcharnikov <dmitry.b@samsung.com>, Igor Kulaychuk <i.kulaychuk@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2021-09-23
[x86/Linux] Fix SIGSEGV on Debugger.Break() during debugging.
submit/tizen_5.5_wearable_hotfix/20210923.022411
tizen_5.5_wearable_hotfix
Mikhail Kurinnoi
1
-1
/
+1
2020-10-07
fix dwarf-based unwinding to the end of stack
submit/tizen_5.5_wearable_hotfix/20201030.060217
accepted/tizen/5.5/unified/wearable/hotfix/20201103.003343
tizen_5.5
accepted/tizen_5.5_unified_wearable_hotfix
Yaroslav Yamshchikov
1
-1
/
+1
2020-10-07
Revert "[Tizen] Fix crash on accessing 0x0 while unwinding (#287)"
Yaroslav Yamshchikov
1
-3
/
+1
2020-07-03
[Tizen] Unify dnetmemoryenumlib terms to match the codebase (#291)
submit/tizen_5.5_wearable_hotfix/20201026.184306
submit/tizen_5.5/20200729.021615
submit/tizen_5.5/20200629.221218
submit/tizen/20200703.012556
accepted/tizen/unified/20200703.155115
accepted/tizen/5.5/unified/wearable/hotfix/20201027.101953
accepted/tizen/5.5/unified/20200729.230651
accepted/tizen_5.5_unified
Mateusz Moscicki/System (PLT) /SRPOL/Engineer/Samsung Electronics
2
-20
/
+40
2020-06-30
[Tizen] Fix cross build arm64 rootfs creation (#284)
submit/tizen/20200629.221257
accepted/tizen/unified/20200630.131323
Gleb Balykov/AI Compiler Lab /SRR/Engineer/Samsung Electronics
4
-4
/
+6
2020-06-30
[Tizen] Fix crash on accessing 0x0 while unwinding (#287)
이형주/Common Platform Lab(SR)/Staff Engineer/삼성전자
1
-1
/
+3
2020-06-26
Fix a FNV error on arm64 (#286)
정동헌/Common Platform Lab(SR)/Principal Engineer/삼성전자
1
-0
/
+2
2020-06-26
Fix TPA map hash calculation. (#288)
Mikhail Kurinnoi/AI Compiler Lab /SRR/Staff Engineer/Samsung Electronics
3
-2
/
+57
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.225420
accepted/tizen/unified/20200623.124116
정동헌/Common Platform Lab(SR)/Principal Engineer/삼성전자
3
-2
/
+17
2020-06-18
Fix missing TransitionBlock methods (#33134)
submit/tizen_5.5/20200623.003918
accepted/tizen/5.5/unified/20200623.152349
JUNG DONG-HEON
1
-3
/
+0
2020-06-18
[Tizen] Add arm64 rootfs build script
Gleb Balykov
8
-4
/
+444
2020-06-18
[Tizen] Enable aarch64 gbs build
Gleb Balykov
2
-6
/
+8
2020-06-18
[Tizen] Add tizen arm64 toolchain file. Explicitly pass non-portable build to...
Gleb Balykov
3
-15
/
+57
2020-06-18
Add JIT/Stress/ABI Tests
JUNG DONG-HEON
16
-0
/
+1832
2020-06-18
Implement instantiating and unboxing through portable stublinker code… (#106)
JUNG DONG-HEON
43
-2407
/
+761
2020-06-18
Fix GenerateShuffleArray to support cyclic shuffles (dotnet/coreclr#26169)
JUNG DONG-HEON
4
-20
/
+182
2020-06-05
[x86/Linux] Fix SIGSEGV during evaluation abort routine.
submit/tizen_5.5/20200607.233848
submit/tizen/20200607.233857
accepted/tizen/unified/20200608.144754
accepted/tizen/5.5/unified/20200608.142150
Mikhail Kurinnoi
1
-1
/
+16
2020-06-04
[Tizen] Enable ASan annotation of passing to native code buffers
Andrey Kazmin
2
-3
/
+47
2020-05-27
[Tizen] Cleanup confusing symlinks
submit/tizen_5.5/20200529.025744
submit/tizen/20200529.025703
accepted/tizen/unified/20200601.051718
accepted/tizen/5.5/unified/20200601.002556
Hyungju Lee
1
-11
/
+0
2020-05-25
Update package version to 3.1.3
Alexander Soldatov/AI Compiler Lab /SRR/Staff Engineer/Samsung Electronics
1
-2
/
+2
2020-05-14
Set vtable offset as contained
JUNG DONG-HEON
1
-0
/
+1
2020-05-13
[Tizen] Change the visibility of symbols for dnetmemoryenumlib
submit/tizen_5.5/20200512.212247
submit/tizen/20200528.065414
accepted/tizen/unified/20200529.124257
accepted/tizen/5.5/unified/20200522.160111
Mateusz Moscicki
2
-6
/
+6
2020-04-22
[Tizen] Skip tests, which throw System.OutOfMemoryException on TW3
submit/tizen_5.5/20200422.104039
submit/tizen/20200422.104050
accepted/tizen/unified/20200423.054553
accepted/tizen/5.5/unified/20200423.150450
Gleb Balykov
1
-0
/
+2
2020-04-22
[Tizen] Enable Debug builds for i686
Sangwook Kim
1
-5
/
+0
2020-04-22
[Tizen] Add a config knob for importing ibc files
Swift Kim
3
-2
/
+16
2020-04-16
Fix PIE options (#26323)
submit/tizen/20200415.223728
accepted/tizen/unified/20200416.080052
Jan Vorlicek
45
-128
/
+10
2020-03-25
[Tizen] Fix build of Runtime_1241 test
submit/tizen/20200402.013218
accepted/tizen/unified/20200402.155517
Gleb Balykov
1
-3
/
+23
2020-03-25
[Tizen] Add FEATURE_LARGEADDRESS_SUPPORT
Sangwook Kim
3
-0
/
+13
2020-03-25
[Tizen] Fix usage of ni.exe in readytorun test
Gleb Balykov
1
-1
/
+1
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
modify integral tryparse to use memcpy (#2295)
John Salem
1
-1
/
+1
2020-03-25
Fix OverflowException from IntPtr casting (#14381)
Swift Kim
1
-1
/
+1
2020-03-25
[Tizen] Reduce arm_phdr_cb call overhead
JUNG DONG-HEON
3
-1
/
+48
2020-03-25
[Tizen] RPM version of Tizen will be upgrade to 4.14.1.
Woongsuk Cho
1
-5
/
+6
2020-03-25
Change bIsFree check in DacValidateMethodTable (#1086)
Dong-Heon Jung
1
-8
/
+1
2020-03-25
[Tizen] add pie linker option to createdump
Woongsuk Cho
1
-0
/
+1
2020-03-25
Handle glibc sys/sysctl.h deprecation (#27048)
Omair Majid
1
-2
/
+5
2020-03-25
[Tizen] Use -mstackrealign to sync up with Tizen build changes
Mikhail Kashkarov
1
-4
/
+6
2020-03-25
Enable NGEN for methods marked with AggressiveOptimization (#27259)
Dong-Heon Jung
1
-1
/
+4
2020-03-25
Mark Relocation Section as NotNeeded (#25715)
Dong-Heon Jung
5
-0
/
+110
2020-03-25
[Tizen] Use PTRACE_GETREGSET for any arch when creating dump
Swift Kim
1
-13
/
+5
2020-03-25
[Tizen] Add createdump to build output
Sangwook Kim
1
-20
/
+20
2020-03-25
[Tizen] Add coreclr_preload_assembly to CoreCLR host API
Konstantin Baladurin
14
-162
/
+1064
2020-03-25
[Tizen] Enable Tizen ASan runtime support
Vyacheslav Cherkashin
2
-1
/
+14
2020-03-25
[Tizen] Implement ASan wrapper for Linux AMD64
Vyacheslav Cherkashin
3
-0
/
+157
2020-03-25
[Tizen] Implement ASan wrapper for Linux ARM32
Vyacheslav Cherkashin
6
-0
/
+278
2020-03-25
[Tizen] Implement detecting of sanitized libraries
Andrey Drobyshev
5
-0
/
+182
2020-03-25
Prevent freeing of the profiler on process shutdown.
David Mason
1
-11
/
+6
[next]