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
2017-01-16
[x86/Linux] Port ''ExceptionTracker::UpdateNonvolatileRegisters' (#8915)
Jonghyun Park
1
-1
/
+8
2017-01-15
Remove unused mscoree files and code (#8956)
mikedn
12
-1591
/
+1
2017-01-15
Remove mscorpe cruft (#8957)
mikedn
15
-580
/
+9
2017-01-13
Remove invalid asserts in threads.cpp, DoAppropriateWaitWorker(int, ...)
Koundinya Veluri
1
-8
/
+0
2017-01-13
Enable thread interrupt in finally blocks
Koundinya Veluri
3
-17
/
+8
2017-01-14
Check if xsave is enabled by OS before calling xgetbv in XmmYmmStateSupport (...
Cesar Blum Silveira
1
-4
/
+12
2017-01-13
Fixes to make runtime work on ARM64 Linux (#8947)
Jan Vorlicek
7
-17
/
+110
2017-01-13
Merge pull request #8935 from AndyAyersMS/FixSmAssert
Andy Ayers
2
-8
/
+0
2017-01-13
Fix Mutex.ReleaseMutex exception type for compatibility (#8941)
Koundinya Veluri
1
-1
/
+1
2017-01-12
Remove #if false blocks (#8933)
Dan Moseley
9
-281
/
+0
2017-01-12
JIT: remove match accounting from inliner state machine
Andy Ayers
2
-8
/
+0
2017-01-12
Merge pull request #8928 from CarolEidt/Fix8898
Carol Eidt
4
-7
/
+7
2017-01-12
Merge pull request #8806 from sandreenko/array-bounds-check
sandreenko
12
-67
/
+70
2017-01-12
Prefer using Array.Length as upper for loop limit (#8923)
mikedn
7
-39
/
+32
2017-01-12
Fix putArgStk dstCount and ConsumeReg errors
Carol Eidt
4
-7
/
+7
2017-01-12
Merge pull request #8840 from CarolEidt/Fix8824
Carol Eidt
1
-7
/
+23
2017-01-12
[x86/Linux] Port 'ExceptionTracker::ProcessOSExceptionNotification' (#8912)
Jonghyun Park
1
-1
/
+1
2017-01-11
Merge pull request #8588 from litian2025/AVX_SSE
Sivarv
7
-21
/
+117
2017-01-11
fix format
Li Tian
2
-7
/
+7
2017-01-11
Add more comments to document remove AVX/SSE transition penalty logic
Li Tian
2
-3
/
+10
2017-01-11
Merge pull request #8905 from JosephTremoulet/OneMoreHeapUse
Joseph Tremoulet
1
-4
/
+1
2017-01-11
Merge pull request #8879 from russellhadley/span-intrinsics
Russell C Hadley
9
-25
/
+154
2017-01-11
Fix initialization of resolution sets
Carol Eidt
1
-7
/
+23
2017-01-11
Fix issue #8139 amd64 decoder bug. (#8901)
Mike McLaughlin
3
-6
/
+6
2017-01-12
Add clang 3.7 support and remove __FakePrologName to fix build (#8904)
Maarten Mensink
2
-16
/
+17
2017-01-11
Merge pull request #8897 from pgavlin/GH8860.1
Pat Gavlin
1
-17
/
+12
2017-01-11
Format code.
Pat Gavlin
1
-2
/
+2
2017-01-11
Merge pull request #8900 from adiaaida/fix8550
Michelle McDaniel
1
-0
/
+1
2017-01-11
use assert insteaf of if statement
Li Tian
1
-15
/
+13
2017-01-11
Rewrite CalleeSavedRegisters for x86 (#8871)
Jonghyun Park
3
-21
/
+22
2017-01-11
Initial implementation of two field span.
Jan Kotas
9
-25
/
+154
2017-01-11
Merge pull request #8551 from AndyAyersMS/FinallyCloning
Andy Ayers
9
-13
/
+1084
2017-01-11
Remove bogus fgCurHeapDef guard
Joseph Tremoulet
1
-4
/
+1
2017-01-11
Copy lvExactSize to shadowVar
Michelle McDaniel
1
-0
/
+1
2017-01-11
Fix #8860.
Pat Gavlin
1
-16
/
+11
2017-01-11
Merge pull request #8880 from JosephTremoulet/SimplifyHeapPhiArg
Joseph Tremoulet
2
-35
/
+16
2017-01-11
Add parameterless overloads of TrimStart/TrimEnd (#8834)
Thiago Camargos Lopes
3
-2
/
+13
2017-01-11
Merge pull request #8892 from stephentoub/enumeq_ser
Stephen Toub
1
-0
/
+3
2017-01-11
[ARM32/Linux] Fix cross-architecture build error: T_CONTEXT (#8888)
Hyeongseok Oh
4
-11
/
+11
2017-01-11
Fix deserialization of EnumEqualityComparer
Stephen Toub
1
-0
/
+3
2017-01-11
Merge pull request #8868 from stephentoub/linkedcts_array
Stephen Toub
1
-37
/
+63
2017-01-10
fix format error
Li Tian
1
-1
/
+1
2017-01-10
fix comments, assertion failure in crossgen mscorlib
Li Tian
2
-4
/
+4
2017-01-10
JIT: Finally Optimizations
Andy Ayers
9
-13
/
+1084
2017-01-10
Merge pull request #8862 from sandreenko/ReversePInvoke-encoding-in-gc
sandreenko
1
-0
/
+8
2017-01-10
Add Microsoft.NETCore.Native package (2nd attempt) (#8882)
Sedar Gokbulut
17
-0
/
+497
2017-01-10
rename, use getSIMDInstructionSet()
Li Tian
4
-17
/
+14
2017-01-11
[x86/Linux] Fix WIN64EXCEPTIONS build error (#8629)
Jonghyun Park
38
-260
/
+368
2017-01-10
Merge pull request #8881 from CarolEidt/FixPutArgStk
Carol Eidt
6
-83
/
+56
2017-01-11
[x86/Linux] Fix generic context(hidden arg) position (#8848)
SaeHie Park
1
-5
/
+23
[next]