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
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
2019-08-16
Allow for interface implementations in EventSource.WriteEventVarArgs (#25844)...
Sung Yoon Whang
1
-5
/
+6
2019-08-16
Fix a potential division by 0 in post GC counter computation (#26085) (#26089)
Sung Yoon Whang
1
-1
/
+4
2019-08-12
Use Arcade's internal tool restore project for restoring IBCMerge (#26133)
Elinor Fung
1
-13
/
+3
2019-08-07
[release/3.0] Updating Math.Round and MathF.Round to be IEEE compliant so tha...
Tanner Gooding
5
-40
/
+282
2019-08-07
Fixes Issue #20262 for CoreCLR 5.0 (#25926) (#25988)
Brian Sullivan
2
-38
/
+47
2019-08-07
Ensure that we check for implicit ivals for single argument intrinsics before...
Tanner Gooding
1
-5
/
+5
2019-08-07
Port to 3.0 - Fix WSL alternate stack check (#25980)
Jan Vorlicek
2
-5
/
+27
2019-08-07
Make counters use dedicated thread instead of timer (#25864) (#25978)
Sung Yoon Whang
2
-73
/
+89
2019-07-28
Fix use of AddTo/RemoveFromActiveTasks in async methods (#25915)
Stephen Toub
1
-20
/
+15
[next]