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
2018-02-21
Disable tiered compilation for collectible assemblies (#16437)
Koundinya Veluri
1
-0
/
+1
2018-02-21
Dial back aggressive checks in Path (#16447)
Jeremy Kuhne
7
-161
/
+92
2018-02-20
Moved extensions.cs to shared folder in coreclr (#16459)
Anirudh Agnihotry
3
-5
/
+40
2018-02-20
Revert TLS model change of the gCurrentThreadInfo
Jan Vorlicek
1
-1
/
+1
2018-02-20
Add TryGetOwnedMemory (#16455)
Ben Adams
1
-0
/
+24
2018-02-20
Merge pull request #16408 from fiigii/sse4load
Carol Eidt
1
-0
/
+1
2018-02-20
Prevent memory allocation in signal handler (#16384)
mlabiuk
3
-18
/
+54
2018-02-20
Replace ValueStringBuilder.set_Length with indexer (dotnet/corefx#27274)
Jan Kotas
2
-17
/
+20
2018-02-19
Merge pull request #16444 from mikedn/vec2load
Carol Eidt
1
-1
/
+1
2018-02-19
Handle TYP_SIMD8 correctly in genCodeForLclFld
Mike Danes
1
-1
/
+1
2018-02-18
Inline String->ReadOnlySpan (#16440)
Ben Adams
1
-0
/
+1
2018-02-18
Merge pull request #16422 from CarolEidt/Fix15037
Carol Eidt
3
-14
/
+28
2018-02-18
Delete workaround for #16197 (#16433)
Jan Kotas
1
-10
/
+1
2018-02-18
Delete some more dead code related to #16304 (#16432)
Jan Kotas
1
-61
/
+0
2018-02-17
Inlinable MulticastDelegate == (#16431)
Ben Adams
1
-8
/
+10
2018-02-17
delete unused mirror files (#16423)
Sergey Andreenko
164
-164
/
+0
2018-02-17
Fix #16402 (#16406)
Steve MacLean
2
-4
/
+13
2018-02-16
Merge pull request #16413 from briansull/more-vso-566984
Brian Sullivan
2
-16
/
+112
2018-02-16
Updating the JIT to take EnableSSE3_4 into account when setting the supported...
Tanner Gooding
2
-42
/
+35
2018-02-16
Code Review - Removed unnecessary assert.
Brian Sullivan
1
-1
/
+0
2018-02-16
Fix whitespace formatting
Brian Sullivan
1
-4
/
+3
2018-02-16
Added new tree walker helper optHasCSEdefWithSideeffect to determine up front...
Brian Sullivan
2
-22
/
+113
2018-02-16
Don't set delayRegFree if no target
Carol Eidt
3
-14
/
+28
2018-02-16
Merge pull request #16364 from CarolEidt/FixDD543057a
Carol Eidt
1
-15
/
+33
2018-02-16
Correctly handle check for busy double reg
Carol Eidt
1
-15
/
+33
2018-02-16
delete liveness workarond. (#16416)
Sergey Andreenko
1
-53
/
+1
2018-02-15
Fix regression & enable ClearInitLocals in System.Text.RegularExpressions (#2...
Viktor Hofer
1
-1
/
+1
2018-02-16
Fix impl of ReadOnlySpan StartsWith/EndsWith for Unix. (#16418)
Ahson Khan
1
-39
/
+101
2018-02-15
Add ReadOnlySpan string-like ToLower/ToUpper API with globalization support (...
Ahson Khan
6
-10
/
+185
2018-02-15
Fix for assert(sideEffList) in clr\src\jit\optcse.cpp, Line: 2151
Brian Sullivan
1
-3
/
+10
2018-02-15
Implement SSE4.1 LoadAlignedVector128NonTemporal
Fei Peng
1
-0
/
+1
2018-02-15
address GT_ADDR(GT_HWIntrinsic) nodes
Fei Peng
5
-29
/
+27
2018-02-15
Fix importer and morph with HWIntrinsic SIMD types
Fei Peng
4
-5
/
+44
2018-02-15
Fix typo in GC log (#16398)
Kevin Gosse
1
-1
/
+1
2018-02-15
Merge pull request #16160 from sdmaclea/PR-ARM64-SIMD-INSERT
Carol Eidt
4
-4
/
+160
2018-02-14
Implement RuntimeHelpers.PrepareMethod/PrepareDelegate for CoreCLR (#16382)
Jan Kotas
5
-7
/
+143
2018-02-14
Typos (dotnet/corert#5386)
John Doe
6
-10
/
+10
2018-02-14
StringComparer Create(culture, CompareOptions) overload (#16334)
Anirudh Agnihotry
1
-17
/
+50
2018-02-15
sigsegv_handler: handle case when it is called on original stack (#16276)
Konstantin Baladurin
3
-15
/
+29
2018-02-14
Adding Argument name to the Exception (#16372)
Anirudh Agnihotry
2
-4
/
+4
2018-02-14
[RyuJit] Stack level setter (#15597)
Sergey Andreenko
12
-46
/
+438
2018-02-14
[armel tizen] Fixed dynamic code allocation and code pitching for ARM (#16352)
sergey ignatov
3
-11
/
+8
2018-02-14
Merge pull request #16367 from briansull/vso-566984
Brian Sullivan
2
-56
/
+105
2018-02-14
Merge pull request #16380 from kbaladurin/fix-uaf
Bruce Forstall
4
-43
/
+23
2018-02-14
Fix the fired asset in CompareInfo.IndexOf (#16373)
Tarek Mahmoud Sayed
1
-2
/
+7
2018-02-14
Implement WaitHandle.SignalAndWait on Unix (#16383)
Koundinya Veluri
14
-31
/
+607
2018-02-14
Add VSD additional param for DIRECT calls. (#16267)
Sergey Andreenko
4
-105
/
+71
2018-02-14
[Arm64] Additional Insert comments
Steve MacLean
2
-2
/
+15
2018-02-14
Historam: doesn't allocate additional memory to store counts
Konstantin Baladurin
4
-43
/
+23
2018-02-14
Fix for issue #13153 - change SetGCConcurrent to TemporaryDisableConcurrentGC...
David Mason
1
-3
/
+9
[next]