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-10-15
Enable building with older SDKs
Bruce Forstall
1
-0
/
+5
2018-10-15
Add ARM64 support to ilasm/ilasm
Bruce Forstall
10
-111
/
+112
2018-10-15
Fix code comments in Utf16Utility (#20425)
Levi Broderick
1
-4
/
+4
2018-10-15
Null out CancellationTokenSource._timer on Dispose/Cancel (#20410)
Stephen Toub
1
-8
/
+26
2018-10-15
Merge pull request #19914 from CarolEidt/AltJitTailCall
Carol Eidt
1
-1
/
+9
2018-10-15
Upgrade symuploader to version 1.0.0-beta-63412-03 (#20394)
Mike McLaughlin
1
-1
/
+0
2018-10-13
Print target arch on arm64 and target OS during in JIT_Disasm (#20327)
Egor Chesakov
3
-3
/
+19
2018-10-13
Corrected misspelled comment (#20408)
Joakim Skoglund
1
-1
/
+1
2018-10-12
JIT: add some devirtualization info to the inline context (#20395)
Andy Ayers
5
-43
/
+87
2018-10-12
Move ObjectAllocator phase to run right after inlining. (#20377)
Eugene Rozenfeld
7
-14
/
+27
2018-10-12
Fix "Non-static method requires a target" caused by trying to access the HasV...
jbhensley
2
-4
/
+13
2018-10-12
Fix MacOS launch bug when spaces in module names. (#20385)
Mike McLaughlin
1
-1
/
+4
2018-10-11
Implement LeadingSignCount and LeadingZeroCount ARM64 Base Intrinsics (#20306)
Egor Chesakov
3
-2
/
+7
2018-10-11
Improve performance of OrdinalIgnoreCase hash code calculation (#20309)
Levi Broderick
6
-42
/
+116
2018-10-11
Changing Number.BigInteger and Number.NumberBuffer to directly use fixed-size...
Tanner Gooding
7
-68
/
+46
2018-10-11
Merge pull request #20368 from sergign60/unwind_fix
Bruce Forstall
1
-0
/
+8
2018-10-11
JitEE interface additions to support object stack allocation. (#20283)
Eugene Rozenfeld
15
-6
/
+230
2018-10-11
Enable BSTR Field Marshaller for x-plat (#20264)
Luqun Lou
5
-16
/
+11
2018-10-11
Merge pull request #20343 from stephentoub/timerevent
Vance Morrison
2
-8
/
+15
2018-10-11
fix enc issue where dav has an av because it tries to use the handlemanager, ...
David Mason
1
-0
/
+8
2018-10-11
add handle tracking for profiler (#20361)
David Mason
2
-31
/
+17
2018-10-11
fix issue where we wouldn't throw OOM after failing to allocate more space fo...
David Mason
1
-1
/
+4
2018-10-11
Fix for CoreRT issue Assertion slot != NO_REVERSE_PINVOKE_FRAME' failed #6253
Sergey Ignatov
1
-0
/
+8
2018-10-11
Fix build breaks
Jan Kotas
1
-3
/
+3
2018-10-10
Minor dump improvements in R2RDump (#20344)
Tomáš Rylek
4
-23
/
+22
2018-10-10
Add CancellationToken.UnsafeRegister (#20342)
Stephen Toub
7
-14
/
+31
2018-10-10
Remove obslete DBG_printf_gcc, all compilers now support DBG_printf_c99 (#20338)
Jonathan Marler
2
-233
/
+32
2018-10-10
Fix unwind on ARM64 Linux (#20345)
Jan Vorlicek
1
-7
/
+6
2018-10-10
Throw an exception when we try to marshal a non-blittable fixed buffer. (#20263)
Jeremy Koritzinsky
2
-2
/
+18
2018-10-10
Merge pull request #20310 from fiigii/nogeneric
Carol Eidt
4
-91
/
+847
2018-10-10
Add Timer duration/period to ThreadTransferSendObj
Stephen Toub
2
-8
/
+15
2018-10-09
Fix issue 20261: infinite recursion for non PAL threads (#20267)
Jonathan Marler
1
-6
/
+4
2018-10-09
Reduce CPU consumption by Timer's FireNextTimers (#20302)
Stephen Toub
1
-209
/
+267
2018-10-09
Do not promote struct field with type mistmatch. (#20085)
Sergey Andreenko
1
-4
/
+23
2018-10-09
Merge pull request #20129 from briansull/vn-add-exception-sets
Brian Sullivan
5
-496
/
+1430
2018-10-09
Explode generic Intel hardware intrinsic on all the supported types
Fei Peng
4
-91
/
+847
2018-10-09
Improve performance of String.ToUpper and friends (#20304)
Levi Broderick
2
-176
/
+169
2018-10-09
Cleanup MSDN URL's (dotnet/corefx#32663)
Sam Neirinck
8
-17
/
+17
2018-10-09
Avoid building DebugFinalizableAsyncStateMachineBox unless necessary (#20318)
Stephen Toub
1
-2
/
+8
2018-10-09
[arm64] Fix GitHub 20211 Issue (#20240)
Egor Chesakov
1
-2
/
+22
2018-10-09
Clear unnecessary state from completed Tasks (#20294)
Stephen Toub
2
-7
/
+24
2018-10-09
Merge pull request #20078 from CarolEidt/Fix20063
Carol Eidt
3
-15
/
+28
2018-10-08
Remove mentions of Rotor from codebase (#20298)
Austin Wise
22
-398
/
+44
2018-10-08
Merge pull request #20289 from echesakovMSFT/FixBitOperationsInstructionEncod...
Egor Chesakov
1
-1
/
+1
2018-10-08
JIT: retrieve element class for arrays of ref types (#20292)
Andy Ayers
2
-3
/
+65
2018-10-08
Merge pull request #20210 from fiigii/lastavx2
Carol Eidt
6
-16
/
+47
2018-10-08
Fix SegmentInitialize for OS_PAGE_SIZE > 4k (#20280)
Jan Vorlicek
1
-4
/
+1
2018-10-07
Remove mention of rotor from comments (#20297)
Austin Wise
33
-87
/
+50
2018-10-07
Remove some dead remoting and context static things (#20277)
Austin Wise
24
-294
/
+33
2018-10-06
Typos (dotnet/corefx#32625)
John Doe
1
-1
/
+1
[next]