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-03-05
Implement LoadHigh, LoadLow, and SetScalarVector128 SSE2 HW intrinsics
Jacek Blaszczynski
7
-14
/
+45
2018-03-05
Simplify SSE/SSE4.1 intrinsics
Fei Peng
4
-119
/
+10
2018-03-06
Remove libuuid usage (#16643)
Jan Vorlicek
20
-163
/
+143
2018-03-05
Merge pull request #16727 from CarolEidt/NoIndirByte
Carol Eidt
1
-1
/
+3
2018-03-05
[ARM32] RyuJIT support for profiler ELT callbacks (#16728)
Sergey Andreenko
2
-14
/
+23
2018-03-05
Updating the CompareEqual{Ordered|Unordered}Scalar intrinsics to have slightl...
Tanner Gooding
1
-8
/
+4
2018-03-05
Scrub error messages for missing arguments(throw new) (#16753)
Marco Rossignoli
12
-16
/
+13
2018-03-05
Merge pull request #16731 from tannergooding/hwintrin-avx
Carol Eidt
1
-0
/
+7
2018-03-05
Delete dead code in PAL related to file locks (#16754)
Jan Kotas
6
-1495
/
+0
2018-03-05
Remove flock usage from InternalCreateFile in PAL (#16752)
Jan Vorlicek
1
-24
/
+0
2018-03-04
Fix encoding methods for Span.Empty (#16748)
Jan Kotas
4
-20
/
+34
2018-03-04
Delete stale TryFormat and {Try}Parse overloads (#16746)
Stephen Toub
3
-50
/
+0
2018-03-04
fix legacy backend (#16741)
Sergey Andreenko
1
-0
/
+2
2018-03-03
Clear executable bit on several .cs files
Jan Kotas
5
-0
/
+0
2018-03-03
Update TraceLogging to use NULL-terminated strings instead of counted strings...
Brian Robbins
7
-31
/
+84
2018-03-03
Fix use of EventPipeConfiguration after it has been freed on shutdown. (#16704)
Brian Robbins
1
-11
/
+17
2018-03-03
Fix MemoryDebugView and override Memory.ToString similar to Span (#16732)
Ahson Khan
3
-34
/
+29
2018-03-03
Remove StringSpanHelpers and start using MemoryExtensions (#16718)
Ahson Khan
18
-292
/
+175
2018-03-03
Implementing some more of the AVX intrinsics
Tanner Gooding
1
-0
/
+7
2018-03-03
Implement AVX/AVX BroadcastScalarToVector*
Fei Peng
3
-2
/
+6
2018-03-03
Merge pull request #15777 from dotnetrt/sse2part2
Carol Eidt
8
-19
/
+80
2018-03-02
Use TARGET_POINTER_SIZE macro (#16640)
Egor Chesakov
3
-86
/
+90
2018-03-02
Don't force byte regs for indir address
Carol Eidt
1
-1
/
+3
2018-03-02
Fix netstandard build references to UnsafeTask
Stephen Toub
1
-4
/
+4
2018-03-02
Implement Shuffle* SSE2 hardware intrinsics
Jacek Blaszczynski
8
-20
/
+81
2018-03-02
Merge pull request #16715 from fiigii/fixmovemask
Carol Eidt
1
-1
/
+1
2018-03-02
[RyuJit] fix clang switch warning (#16693)
Sergey Andreenko
1
-3
/
+7
2018-03-02
fix a bad marge
Fei Peng
1
-1
/
+1
2018-03-02
Fix !threads -special spurious error message (#16701)
Mike McLaughlin
2
-7
/
+12
2018-03-02
Merge pull request #16646 from fiigii/insertextract
Carol Eidt
8
-245
/
+254
2018-03-02
Work around MCG bug around `ref char` marshalling (dotnet/corert#5481)
Michal Strehovský
2
-0
/
+22
2018-03-01
Merge pull request #16617 from echesakovMSFT/UseCodeTTypedefArm
Egor Chesakov
3
-32
/
+34
2018-03-02
Merge pull request #16669 from tannergooding/hwintrin-sse2-maskmove
Carol Eidt
4
-0
/
+22
2018-03-01
Fixing GetFullPath (#16670)
Anirudh Agnihotry
2
-3
/
+7
2018-03-01
Vectorize String.IndexOf(char) and String.LastIndexOf(char) (#16392)
Eric Erhardt
1
-6
/
+158
2018-03-01
Fix Adar month name in Hebrew calendar (#16697)
Tarek Mahmoud Sayed
1
-0
/
+7
2018-03-01
Merge pull request #16668 from briansull/simd-ins-opt
Brian Sullivan
3
-79
/
+50
2018-03-01
1-base Dictionary buckets to reduce initalization
Ben Adams
1
-29
/
+29
2018-03-01
Use EqualityComparer<TKey>.Default Intrinsic
Ben Adams
1
-47
/
+113
2018-03-01
Improve Dictionary TryInsert CQ
Ben Adams
1
-22
/
+49
2018-03-01
Improve Dictionary FindEntry CQ
Ben Adams
1
-6
/
+19
2018-03-01
Change several ValueTask properties to methods (#16691)
Stephen Toub
3
-74
/
+62
2018-03-01
Implement SSE4.1 insert and extract
Fei Peng
7
-24
/
+136
2018-03-01
Move MemoryExtensions.TryGetString to MemoryMarshal and remove TryGetArray (...
Ahson Khan
8
-64
/
+31
2018-03-01
Remove Span.NonGenerics and update leftover AsRoS -> AsSpan changes (#16689)
Ahson Khan
3
-44
/
+2
2018-03-01
Update 64-bit intrinsics and simplify SSE/SSE2 intrinsic
Fei Peng
5
-229
/
+126
2018-03-01
Merge pull request #16660 from echesakovMSFT/UseTarget64BitMacro
Egor Chesakov
22
-74
/
+62
2018-03-01
Define emitter::code_t for _TARGET_ARM_ and use this type rather than ssize_t...
Egor Chesakov
3
-32
/
+34
2018-03-01
Adding support for additional AVX hardware intrinsics
Tanner Gooding
4
-23
/
+69
2018-03-01
Adjust System.Threading.Tasks.Extensions for IValueTaskSource
Stephen Toub
4
-24
/
+15
[next]