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-15
[Arm64] Fix EmitShuffleThunk reg allocation (#16947)
Steve MacLean
1
-7
/
+7
2018-03-14
Merge pull request #16928 from briansull/fix-16892
Brian Sullivan
4
-5
/
+11
2018-03-14
Fix GetTempPath (#16921)
Jeremy Kuhne
6
-39
/
+121
2018-03-14
Add EventSource TraceLogging Support for EventPipe (#16861)
Brian Robbins
10
-98
/
+517
2018-03-14
Include Linux/cross-arch components into NuGet packages (#16859)
Egor Chesakov
2
-0
/
+2
2018-03-14
Merge pull request #16895 from echesakovMSFT/DoNotFragileNGenSystemPrivateCor...
Egor Chesakov
1
-0
/
+3
2018-03-14
Merge pull request #16923 from brianrob/eventlistener_activityid
Vance Morrison
2
-14
/
+32
2018-03-14
Fix GH Issue 16892 - GC hole due to GT_INDEX_ADDR
Brian Sullivan
4
-5
/
+11
2018-03-14
Add TaskCanceledException ctor that takes CancellationToken (#16939)
Stephen Toub
1
-0
/
+12
2018-03-14
Merge pull request #16832 from dotnetrt/StoreNonTemporal
Carol Eidt
5
-7
/
+40
2018-03-14
DIfferent Directory Separator for linux (#16936)
Anirudh Agnihotry
1
-1
/
+1
2018-03-14
Merge pull request #16797 from dotnetrt/SetAllVector128_Managed
Carol Eidt
5
-76
/
+167
2018-03-14
Merge pull request #16853 from dotnetrt/CnvertScInt64
Carol Eidt
2
-3
/
+1
2018-03-14
Convert implementation of SetAllVector128 SSE HW intrinsic to managed
Jacek Blaszczynski
3
-21
/
+20
2018-03-14
Managed implementation of SSE2 SetAllVector128 helper HW intrinsic
Jacek Blaszczynski
3
-55
/
+147
2018-03-13
Fix GetHashCode with invariant mode
Tarek Mahmoud Sayed
1
-0
/
+5
2018-03-13
Revert "Revert "Fix handling of incorrect assemblies on Unix (#16747)" (#1679...
Jan Kotas
5
-7
/
+9
2018-03-13
Plumb the activity ID through to EventListener.
Brian Robbins
2
-14
/
+32
2018-03-13
Implement SSE2 StoreNonTemporal HW intrinsic - complete SSE2 ISA
Jacek Blaszczynski
5
-7
/
+40
2018-03-13
Merge pull request #16872 from fiigii/avxpermute
Carol Eidt
2
-0
/
+5
2018-03-13
change bool to bool (#16914)
David Mason
1
-2
/
+2
2018-03-13
Fix shuffling thunk for Unix AMD64 (#16904)
Jan Vorlicek
2
-73
/
+131
2018-03-13
Merge pull request #16390 from sdmaclea/PR-16176
Carol Eidt
1
-9
/
+11
2018-03-13
Merge pull request #16822 from sdmaclea/PR-ARM64-BASE-INTRINSICS
Carol Eidt
3
-2
/
+70
2018-03-13
[local gc] refactor apis for threading and suspension to avoid redundant call...
David Mason
15
-241
/
+195
2018-03-12
Implement AVX Shuffle and Permute intrinsics
Fei
2
-0
/
+5
2018-03-12
Fix short path expansion (#16901)
Jeremy Kuhne
1
-5
/
+5
2018-03-12
Missing Case In Remove Relative Segments (#16869)
Anirudh Agnihotry
3
-10
/
+17
2018-03-12
Use a cached canceled task in ValueTask (dotnet/corefx#27967)
Stephen Toub
1
-17
/
+27
2018-03-12
Merge pull request #16884 from mikedn/lclvar-dead
Carol Eidt
2
-18
/
+18
2018-03-12
Run ILLInk on System.Private.CoreLib.dll to remove dead code. (#16876)
Eugene Rozenfeld
5
-8
/
+164
2018-03-12
[Arm64] Mark removed compare zero nodes unused
Steve MacLean
1
-9
/
+11
2018-03-12
Optimize MemoryExtensions SequenceEqual for more T's (dotnet/corefx#27859)
Atsushi Kanamori
2
-4
/
+50
2018-03-12
Disable fragile NGen when compiling SPC.dll for _TARGET_ARM_
Egor Chesakov
1
-0
/
+3
2018-03-12
Merge pull request #16877 from CarolEidt/Fix16578
Carol Eidt
1
-1
/
+15
2018-03-12
Merge pull request #16879 from tannergooding/hwintrin-encode
Carol Eidt
1
-22
/
+14
2018-03-11
Remove unused LclVarDsc members
Mike Danes
2
-18
/
+18
2018-03-10
Set IsGeneratingNgenPDB flag early (#16882)
Jan Kotas
3
-3
/
+7
2018-03-10
Convert SSE SetVector128 implementation to managed
Jacek Blaszczynski
3
-20
/
+16
2018-03-10
Implement SSE2 SetVector128 HW intrinsics - managed
Jacek Blaszczynski
1
-9
/
+154
2018-03-10
crossgen plumbing cleanup (#16883)
Jan Kotas
10
-1225
/
+8
2018-03-10
Adding support for the Extend, GetLowerHalf, and StaticCast AVX intrinsics
Tanner Gooding
4
-13
/
+34
2018-03-10
fix r2r relative indirection for arm. (#16171)
Sergey Andreenko
4
-19
/
+42
2018-03-10
Ensure that `id->idReg2()` is properly encoded for 4-Byte SIMD instructions
Tanner Gooding
1
-22
/
+14
2018-03-09
Fix LSRA enregisterLocalVars
Carol Eidt
1
-1
/
+15
2018-03-09
Use ValueStringBuilder instead of StringBuilderCache
Jan Kotas
1
-9
/
+9
2018-03-09
Fix the RMW delay handling for hwintrinsic nodes with RMW semantics and more ...
Tanner Gooding
2
-4
/
+17
2018-03-09
Update isRMWHWIntrinsic to explicitly cover intrinsics that are always RMW
Tanner Gooding
1
-1
/
+10
2018-03-09
Updating the hwintrinsic codegen to handle the case where `op2Reg == targetReg`
Tanner Gooding
1
-2
/
+56
2018-03-09
Log inner exceptions for Environment.Failfast (#16622)
Sung Yoon Whang
4
-11
/
+27
[next]