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-23
Fix preventing memory allocation in signal handler (#16485)
Jan Vorlicek
1
-8
/
+5
2018-02-23
Fix build break with older VS versions (#16522)
Jan Kotas
1
-3
/
+3
2018-02-22
Adding a TODO-XArch to `Lowering::ContainCheckHWIntrinsic` to track https://g...
Tanner Gooding
2
-1
/
+7
2018-02-22
Adding the missing function header comments to hwintrinsiccodegenxarch.cpp
Tanner Gooding
1
-0
/
+100
2018-02-22
AsReadOnlySpan -> AsSpan rename to fix build breaks
Jan Kotas
18
-66
/
+71
2018-02-22
Rename string-slicing extension methods (dotnet/corefx#27328)
Atsushi Kanamori
1
-1
/
+1
2018-02-22
Merge pull request #16511 from CarolEidt/FixDD541653
Carol Eidt
1
-0
/
+6
2018-02-22
Handle a restored double Interval at block boundary
Carol Eidt
1
-0
/
+6
2018-02-22
Add ReadOnlySpan string-like Equals/CompareTo/IndexOf/Contains API with globa...
Ahson Khan
7
-38
/
+473
2018-02-22
Remove most preemptive checks from GetFullPath (#16478)
Jeremy Kuhne
8
-309
/
+49
2018-02-22
Merge pull request #16473 from CarolEidt/FixDD541648
Carol Eidt
2
-1
/
+7
2018-02-22
Add CoreLib helpers for MemoryExtensions.AsSpan/AsMemory(T[], int) (#16505)
Atsushi Kanamori
2
-0
/
+44
2018-02-22
Remove relocations for MethodTable::m_pParentMethodTable for Linux ARM (#15915)
gbalykov
7
-30
/
+299
2018-02-22
Fix impl of ReadOnlySpan ToLower/ToUpper for Unix. (#16496)
Ahson Khan
1
-4
/
+6
2018-02-21
Merge pull request #16475 from briansull/vso-569605
Brian Sullivan
1
-20
/
+21
2018-02-21
Remove OwnedFlagBit from TryGetOwnedMemory index
Ben Adams
1
-2
/
+3
2018-02-21
Fix Span Debugger Display String to correctly show the string contents (#27338)
Ahson Khan
4
-4
/
+4
2018-02-21
Adding support for the SSE3 and SSSE3 hardware intrinsics
Tanner Gooding
8
-97
/
+171
2018-02-21
Fix EventPipe Test Failures Under GCStress (#16494)
Brian Robbins
1
-0
/
+4
2018-02-21
Fix TryGetOwnedMemory xml docs
Ben Adams
1
-4
/
+16
2018-02-21
clang format
Brian Sullivan
1
-2
/
+2
2018-02-21
Codereview feedback
Brian Sullivan
1
-13
/
+17
2018-02-21
Show the expected stack trace from a rethrown exception. (#16464)
Alexandre Teoi
4
-63
/
+1
2018-02-21
whitespace fix
Brian Sullivan
1
-1
/
+1
2018-02-21
Fix for assert during CSE processing
Brian Sullivan
1
-10
/
+7
2018-02-21
Disable tiered compilation for collectible assemblies (#16437)
Koundinya Veluri
1
-0
/
+1
2018-02-21
LEA on rhs of block copy can't be contained
Carol Eidt
2
-1
/
+7
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
[next]