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-12-03
Make RyuJIT tolerate null CLASSID_RUNTIME_TYPE (#21331)
Michal Strehovský
1
-4
/
+8
2018-12-02
Store CurrentThread in ThreadStatic (#21328)
Ben Adams
1
-11
/
+8
2018-12-02
Revert [publish symbols on FreeBSD (#21179)] (#21329)
Russ Keldorph
1
-1
/
+1
2018-12-01
Rename CorElementType enum members to match the others definitions (#21324)
Jan Kotas
8
-234
/
+234
2018-12-01
Don't struct-promote opaque vectors
Carol Eidt
2
-1
/
+27
2018-12-01
Fix lclvar "cloning" in const division lowering
Mike Danes
2
-31
/
+25
2018-12-01
Enable COM interop for collectible classes (#20919)
Jan Vorlicek
17
-407
/
+381
2018-11-30
Address PR feedback
Stephen Toub
1
-0
/
+3
2018-11-30
Migrate FormattingHelpers.CountDigits to using Lzcnt.X64
Fei Peng
1
-2
/
+2
2018-11-30
Implement 64-bit-only intrinsic
Fei Peng
12
-130
/
+289
2018-11-30
Fix crossgen segfault
Steve MacLean
1
-2
/
+43
2018-11-30
Address PR feedback
Steve MacLean
3
-55
/
+5
2018-11-30
Remove dead code
Steve MacLean
8
-317
/
+17
2018-11-30
Merge pull request #21311 from CarolEidt/FixLvaUpdateClassDump
Carol Eidt
1
-4
/
+4
2018-11-30
Remove legacy 64-bit intrinsic APIs
Fei Peng
16
-306
/
+10
2018-11-30
Add AsyncIteratorStateMachineAttribute
Stephen Toub
2
-0
/
+16
2018-11-30
Eliminate the requirement that abort requires no lock held on the current thr...
Andrew Au
1
-6
/
+0
2018-11-30
Fix dump in LvaUpdateClass
Carol Eidt
1
-4
/
+4
2018-11-30
Update how CoreDisTools is discovered (#21261)
Aaron Robinson
3
-86
/
+104
2018-11-30
A few more Enum perf improvements (#21284)
Stephen Toub
6
-231
/
+226
2018-11-30
Fix perf issues with GetCurrentThreadHomeHeapNumber (#21150)
David Mason
3
-12
/
+12
2018-11-29
Undo accidental change
Jan Kotas
1
-54
/
+0
2018-11-29
Add EnumerateRunes() ref APIs and unit tests (dotnet/corefx#33504)
Levi Broderick
1
-0
/
+54
2018-11-29
Delete CORECLR ifdef (dotnet/corert#6610)
Jan Kotas
1
-7
/
+1
2018-11-29
Typos (dotnet/corert#6605)
John Doe
6
-7
/
+7
2018-11-29
Properly report intrinsic fields (dotnet/corert#6602)
Michal Strehovský
1
-0
/
+2
2018-11-29
Merge pull request #21287 from hoyosjs/fix-tls-daccast
Juan Hoyos
1
-1
/
+1
2018-11-29
Added TryParse to StandardFormat (#21216)
Alexej Liebenthal
1
-11
/
+32
2018-11-29
Defer Initialization of FrameworkEventSource During EventPipeController Initi...
Brian Robbins
2
-1
/
+16
2018-11-29
Properly DACize TLB access for thread local statics
Juan Sebastian Hoyos Ayala
1
-1
/
+1
2018-11-29
Add SuperPMI code for the new getMethodNameFromMetadata
Fei Peng
8
-51
/
+88
2018-11-29
Update JIT/EE getMethodNameFromMetadata to get enclosing class name
Fei Peng
7
-22
/
+38
2018-11-29
Consolidate validation code in Enum.ToObject overloads (#21280)
Stephen Toub
1
-103
/
+24
2018-11-29
Improve performance of Enum.{Try}Parse (#21214)
Stephen Toub
3
-190
/
+386
2018-11-29
Enable type equivalence (#21265)
Aaron Robinson
13
-132
/
+113
2018-11-29
Implement the Count property, the IEquatable and IFormattable interfaces, and...
Tanner Gooding
3
-45
/
+321
2018-11-29
Add more advanced SafeArray tests (#21063)
Jeremy Koritzinsky
1
-0
/
+4
2018-11-29
Don't treat the Vector64/128/256<T> helper methods as intrinsic if featureSIM...
Tanner Gooding
1
-1
/
+7
2018-11-29
publish symbols on FreeBSD (#21179)
Tomas Weinfurt
1
-1
/
+1
2018-11-29
Updating genSIMDZero to only use `xorps` (#21249)
Tanner Gooding
1
-3
/
+5
2018-11-29
Track single def locals in importer (#21251)
Andy Ayers
4
-63
/
+142
2018-11-28
Add IsCollectible property to Memberinfo and MethodInfo (#21155)
John Salem
9
-3
/
+27
2018-11-28
Improve Enum.ToString perf for [Flags] enums (#21254)
Stephen Toub
1
-34
/
+70
2018-11-28
Remove obsolete assert (#21260)
Andrew Au
1
-2
/
+0
2018-11-28
Delete code related to LoaderOptimization and SharedDomain (#21031)
Jan Kotas
46
-2892
/
+261
2018-11-28
Queue ValueTaskAwaiter IAsyncStateMachineBox directly to ThreadPool (#21159)
Ben Adams
3
-16
/
+36
2018-11-28
Merge pull request #21217 from AndyAyersMS/Fix21051
Andy Ayers
2
-6
/
+13
2018-11-28
Merge pull request #21226 from AndyAyersMS/HandleMoreGeneralIndirInJmpAddr
Andy Ayers
1
-7
/
+7
2018-11-28
Switch to preemptive mode before calling COM (#21238)
Jan Kotas
1
-72
/
+81
2018-11-28
Merge pull request #21204 from briansull/issue_20185
Brian Sullivan
2
-26
/
+26
[prev]
[next]