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
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-23
[Tizen] Add FEATURE_LARGEADDRESS_SUPPORT
submit/tizen_5.5/20200323.035211
submit/tizen/20200323.035150
accepted/tizen/unified/20200323.172942
accepted/tizen/5.5/unified/20200323.072150
Sangwook Kim
3
-0
/
+13
2020-03-16
[Tizen] Add "-pie" option to "ilasm, ildasm" to avoid ASLR violation
submit/tizen_5.5/20200316.065806
submit/tizen/20200316.065814
accepted/tizen/unified/20200317.063623
accepted/tizen/5.5/unified/20200317.160115
Woongsuk Cho
4
-0
/
+12
2020-02-14
modify integral tryparse to use memcpy (#2295)
John Salem
1
-1
/
+1
2020-02-14
Fix OverflowException from IntPtr casting (#14381)
Swift Kim
1
-1
/
+1
2020-01-21
[Tizen] Reduce arm_phdr_cb call overhead
submit/tizen_5.5/20200207.005700
accepted/tizen/5.5/unified/20200207.122745
JUNG DONG-HEON
3
-1
/
+48
2020-01-09
Fix GC heap corruption on ARM. (#1389)
submit/tizen_5.5/20200120.050447
accepted/tizen/5.5/unified/20200121.031421
Anton Lapounov
1
-1
/
+1
2019-12-24
Change bIsFree check in DacValidateMethodTable (#1086)
Dong-Heon Jung
1
-8
/
+1
2019-12-12
[Tizen] add pie linker option to createdump
Woongsuk Cho
1
-0
/
+1
2019-12-10
Handle glibc sys/sysctl.h deprecation (#27048)
Omair Majid
1
-2
/
+5
2019-12-03
Enable NGEN for methods marked with AggressiveOptimization (#27259)
Dong-Heon Jung
1
-1
/
+4
2019-12-03
Mark Relocation Section as NotNeeded (#25715)
Dong-Heon Jung
5
-0
/
+110
2019-11-21
[Tizen] Use PTRACE_GETREGSET for any arch when creating dump
submit/tizen/20191120.225954
accepted/tizen/unified/20191121.073401
Swift Kim
1
-13
/
+5
2019-10-15
[Tizen] Add coreclr_preload_assembly to CoreCLR host API
tizen_5.5.m2_release
submit/tizen_5.5_mobile_hotfix/20201026.185106
submit/tizen_5.5/20191031.000006
submit/tizen/20191014.221258
accepted/tizen/unified/20191015.012049
accepted/tizen/5.5/unified/mobile/hotfix/20201027.061818
accepted/tizen/5.5/unified/20191031.004944
Konstantin Baladurin
14
-162
/
+1064
2019-10-11
[Tizen] Implement ASan wrapper for Linux AMD64
Vyacheslav Cherkashin
3
-0
/
+157
2019-10-11
[Tizen] Implement ASan wrapper for Linux ARM32
Vyacheslav Cherkashin
6
-0
/
+278
2019-10-11
[Tizen] Implement detecting of sanitized libraries
Andrey Drobyshev
5
-0
/
+182
2019-10-07
Remove VolatileLoad from code already under lock
Fadi Hanna
1
-1
/
+1
2019-10-07
Use VolaiteLoad to read counter
Fadi Hanna
1
-2
/
+2
2019-10-07
Fix read ordering bug between buckets pointer and counter
Fadi Hanna
1
-1
/
+4
2019-10-07
Prevent freeing of the profiler on process shutdown.
David Mason
1
-11
/
+6
2019-10-07
Revert "bail if profiler is terminated"
David Mason
1
-24
/
+15
2019-10-07
bail if profiler is terminated
David Mason
1
-15
/
+24
2019-10-07
[Tizen] skip dotnet specific arguments in corerun
Konstantin Baladurin
1
-0
/
+13
2019-10-07
Build error fix on FEATURE_PREJIT=true
Swift Kim
2
-2
/
+2
2019-10-04
[Linux/x86] Use ebp from current context during unwinding (#26789)
Konstantin Baladurin
4
-15
/
+21
2019-09-26
[JIT/x86] Fix LinearScan::allocateRegisters (#26649)
Konstantin Baladurin
1
-1
/
+1
2019-09-26
Linux/x86: fix build (#26594)
Konstantin Baladurin
2
-0
/
+3
2019-09-26
[Tizen] Partially revert a6292a6.
Mikhail Kurinnoi
1
-0
/
+39
2019-09-26
add access(2) call before dlopening files
Yaroslav Yamshchikov
1
-0
/
+9
2019-09-26
[Tizen] Precompile frequently used generic methods.
Kirill Frolov
2
-0
/
+45
2019-09-26
corbbtprof: set byte alignment for CORBBTPROF structures (#25816)
Konstantin Baladurin
1
-0
/
+5
2019-09-26
Fail to explicitly tail call on x86 unix. (#25032)
Jarret Shook
1
-2
/
+6
2019-09-26
[Tizen] Disable jithost arena cache
Gleb Balykov
1
-1
/
+1
2019-09-26
[Tizen] Disable IBC Logger as a default
DongHeon Jung
1
-1
/
+1
2019-09-26
Fix a build error when IBCLOGGER_ENABLED is not defined (#25691)
Dong-Heon Jung
1
-13
/
+31
2019-09-24
[Tizen] seperate PIC and PIE to fix x86_64 build error
Woongsuk Cho
1
-3
/
+5
2019-09-24
[Tizen] Add a library to retrieve memory regions for a coredump
Mateusz Moscicki
8
-15
/
+339
2019-09-24
Fix OOPStackUnwinderX86::Unwind crash when Eip is invalid
Igor Kulaychuk
1
-1
/
+1
2019-09-24
Fix EECodeManager::GetAmbientSP on x86/Linux
Igor Kulaychuk
1
-1
/
+2
2019-09-24
[Tizen] Add -pie to linker option
Hyungju Lee
1
-0
/
+1
2019-09-12
Fix watson bucketing/broken triage dumps (#26670)
Mike McLaughlin
1
-0
/
+5
2019-08-29
Emit RVA Instead of File Offset by Default in Native Image PerfMap Files (#26...
Brian Robbins
4
-5
/
+32
2019-08-27
Fix Abbreviated Genitive Month Names Parsing (#26384)
Tarek Mahmoud Sayed
3
-10
/
+24
2019-08-26
Do not use `AllocateUninitializedArray` in private array pools. (#26338) (#26...
Stephen Toub
1
-3
/
+3
2019-08-26
[release/3.0] Fix BinaryReader.ReadChars for fragmented Streams (#26324) (#26...
Jan Kotas
2
-1
/
+23
2019-08-20
Port stage work for 3.0 (#26137)
Aaron Robinson
1
-73
/
+0
2019-08-19
Use function-local StackingAllocator for EnC added methods (#26256)
Juan Hoyos
1
-2
/
+6
2019-08-19
arm64 out of proc unwind for DAC (#26156)
Mike McLaughlin
2
-11
/
+74
2019-08-19
Account for quoted values in provider filter string (#26159) (#26195)
John Salem
1
-3
/
+19
2019-08-16
Clean up diagnosticserver socket on unexpected shutdown (#25976) (#26190)
Sung Yoon Whang
4
-12
/
+45
[next]