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
/
vm
Age
Commit message (
Expand
)
Author
Files
Lines
2016-12-09
[x86/Linux] Port ResolveWorkerAsmStub (#8557)
Jonghyun Park
2
-5
/
+49
2016-12-09
[x86/Linux] Use Portable FastGetDomain (#8556)
Jonghyun Park
1
-3
/
+3
2016-12-09
[x86/Linux] Fix getcpuid calling convention (#8552)
SaeHie Park
4
-46
/
+47
2016-12-08
[x86/Linux] Revise asmhelper.S using macro (#8523)
Jonghyun Park
1
-21
/
+39
2016-12-09
[x86/Linux] Port Several Stubs as NYI (#8515)
Jonghyun Park
1
-0
/
+20
2016-12-09
Remove sscanf and sprintf usage (#8508)
Jan Vorlicek
3
-9
/
+10
2016-12-08
[x86/Linux] Fix inconsistent GetCLRFunction definitions (#8472)
Jonghyun Park
2
-2
/
+1
2016-12-07
Refactor Span<T> to ease implementation of JIT intrinsics (#8497)
Jan Kotas
8
-39
/
+29
2016-12-07
Move JIT_EndCatch from asmhelpers.asm into jithelp.asm (#8492)
Jonghyun Park
2
-28
/
+30
2016-12-06
[x86/Linux] Port StubLinkerCPU::EmitSetup (#8494)
Jonghyun Park
1
-5
/
+4
2016-12-06
[x86/Linux] Port asmhelpers.asm (#8489)
Jonghyun Park
3
-0
/
+1057
2016-12-06
Extract ARRAYSTUBS_AS_IL code from STUBS_AS_IL region (#8443)
Jonghyun Park
2
-4
/
+8
2016-12-05
[x86/Linux] Fix exception handling routine (#8433)
Jonghyun Park
1
-3
/
+3
2016-12-05
[x86/Linux] Revise COMPlusThrowCallback (#8430)
Jonghyun Park
3
-0
/
+8
2016-12-05
[x86/Linux] Fix unknown pragma build error (#8427)
Jonghyun Park
1
-0
/
+4
2016-12-05
[x86/Linux] Port gmsasm.asm (#8456)
Jonghyun Park
2
-0
/
+32
2016-12-06
[x86/Linux] Mark several Windows-specific functions in excepx86.cpp as NYI (...
Jonghyun Park
1
-0
/
+18
2016-12-06
Add UnhandledExceptionHandlerUnix Stub (#8425)
Jonghyun Park
1
-0
/
+13
2016-12-06
[x86/Linux] Enclose ArrayOpStub Exceptions with FEATURE_ARRAYSTUB_AS_IL (#8445)
Jonghyun Park
1
-2
/
+6
2016-12-06
[x86/Linux] Fix no known conversion from 'void ()' to 'void *' (#8450)
SaeHie Park
1
-3
/
+5
2016-12-06
[x86/Linux] add a stub for THROW_CONTROL_FOR_THREAD_FUNCTION (#8455)
Jonghyun Park
1
-1
/
+1
2016-12-05
[x86/Linux] Re-enable FrameHandlerExRecord for x86/Linux (#8409)
Jonghyun Park
1
-2
/
+3
2016-12-05
Fix dangling StubLinkerCPU::EmitDelegateInvoke in x86/Linux (#8444)
Jonghyun Park
3
-2
/
+12
2016-12-05
[x86/Linux] Enclose stub-linking methods with FEATURE_STUBS_AS_IL (#8432)
Jonghyun Park
3
-4
/
+14
2016-12-05
[x86/Linux] Fix dangling CLR_ImpersonateLoggedOnUser reference (#8435)
Jonghyun Park
2
-0
/
+9
2016-12-05
[x86/Linux] Mark LeaveCatch as NYI (#8384)
Jonghyun Park
1
-0
/
+5
2016-12-05
[x86/Linux] Fix all paths through this function will call itself (#8451)
SaeHie Park
1
-0
/
+9
2016-12-05
[x86/Linux] Use Portable LMul JIT Helper (#8449)
Jonghyun Park
1
-2
/
+2
2016-12-04
[x86/Linux] Fix indirection of non-volatile null pointer will be deleted (#8452)
SaeHie Park
1
-2
/
+2
2016-12-04
Use Portable Floating-point Arithmetic Helpers (#8447)
Jonghyun Park
2
-2
/
+4
2016-12-04
Fix several misspellings of exception and "a exception". (#8442)
Jon Hanna
8
-8
/
+8
2016-12-04
[x86/Linux] Revert UMThkCallFrame-related changes (#8434)
Jonghyun Park
6
-19
/
+21
2016-12-04
[x86/Linux] Fix unused function warning (#8429)
Jonghyun Park
1
-12
/
+0
2016-12-02
[x86/Linux] fix several parentheses compile warnings (#8428)
Jonghyun Park
1
-4
/
+4
2016-12-01
[x86/Linux] Use portable JIT helpers (#8392)
Jonghyun Park
2
-1
/
+4
2016-12-01
[x86/Linux] Disable Watson-related code for non-Windows platforms (#8410)
Jonghyun Park
2
-0
/
+10
2016-12-01
[x86/Linux] Add Portable PopSEHRecords as NYI (#8412)
Jonghyun Park
2
-0
/
+7
2016-12-01
Resolve duplicated functions (#8413)
Jonghyun Park
1
-0
/
+2
2016-12-01
[x86/Linux] Adjust the definition of FnStaticBaseHelper for x86 (#8390)
Jonghyun Park
1
-1
/
+1
2016-12-01
fix permissive C++ code (MSVC /permissive-) (#8337)
Phil Christensen
8
-60
/
+73
2016-12-01
Re-enable UMThkCallFrame and fix compile errors (#8411)
Jonghyun Park
1
-6
/
+6
2016-11-30
Add printing managed assert message to console (#8399)
Jan Vorlicek
1
-20
/
+23
2016-11-30
Add parentheses aroung logical operations (#8406)
Jonghyun Park
1
-2
/
+2
2016-11-30
Merge pull request #8209 from stephentoub/arraypool_perf
Jan Kotas
1
-0
/
+1
2016-12-01
Exclude jithelp.asm for x86/Linux (#8393)
Jonghyun Park
1
-1
/
+0
2016-11-30
Disable PrintSEHChain for non-Windows platforms (#8379)
Jonghyun Park
1
-1
/
+1
2016-11-30
Disable EHWatsonBucketTracker for non-window platforms (#8373)
Jonghyun Park
1
-0
/
+2
2016-11-30
Fix to avoid stalling the process when ETW is doing a rundown (#8357)
Vance Morrison
1
-0
/
+10
2016-11-30
[x86/Linux] Fix mismatch over LPOVERLAPPED_COMPLETION_ROUTINE (#8364)
Jonghyun Park
1
-4
/
+4
2016-11-30
Fix mismatch between signature and implementation of ActivationFunctions (#8394)
Jonghyun Park
2
-3
/
+3
[next]