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
2017-03-13
Use VSD_STUB_CAN_THROW_AV instead of explicit _TARGET_XXX_ (#10143)
Jonghyun Park
1
-6
/
+10
2017-03-13
Use GetDoubleArrayToLargeObjectHeapThreshold when FEATURE_DOUBLE_ALIGNMENT_HI...
Jonghyun Park
1
-0
/
+2
2017-03-10
Fix incorrect assert condition
Jan Kotas
1
-1
/
+4
2017-03-10
[x86/Linux][GDB-JIT] Fix crash after changing default calling convention in P...
Evgeny Pavlov
1
-1
/
+1
2017-03-09
Merge pull request #9728 from rahku/fixIssue8683
Rahul Kumar
1
-1
/
+8
2017-03-09
Improve span copy of pointers and structs containing pointers (#9999)
Koundinya Veluri
5
-88
/
+132
2017-03-09
Ignore binder context for corelib when performing binding cache lookup
Rahul Kumar
1
-1
/
+8
2017-03-09
[x86/Linux] 16-byte aligned UMThunkStubs (#9997)
Jonghyun Park
1
-1
/
+8
2017-03-08
Remove CORECLR_GDBJIT length check in gdbjit (#10016)
chunseoklee
1
-1
/
+1
2017-03-08
Fix wrong gcc inline assembly code. (#10024)
ragmani
1
-2
/
+2
2017-03-07
Remove TRACK_CXX_EXCEPTION_CODE_HACK and related code. (#10018)
Aditya Mandaleeka
5
-142
/
+2
2017-03-07
[x86/Linux] CDECL as default P/Invoke Calling Convetion (#9977)
Jonghyun Park
11
-41
/
+51
2017-03-07
[x86/Linux] Fix incorrect FP values (#9975)
Hanjoung Lee
2
-16
/
+10
2017-03-06
Harden resolveVirtualMethod against invalid types (#9989)
Andy Ayers
1
-45
/
+71
2017-03-07
[x86/Linux] Check Stack Alignment in StubRareEnable/StubRareDisableTHROW (#9925)
Jonghyun Park
1
-0
/
+4
2017-03-05
Delete a few more unused hosting methods (#9973)
Jan Kotas
1
-5
/
+0
2017-03-05
Remove hosting methods that always return false (#9930)
Austin Wise
43
-1641
/
+177
2017-03-05
Delete IsNonW8PFrameworkAPI checks (#9964)
Jan Kotas
6
-49
/
+1
2017-03-03
Fixing the FCALL 'common gotchas' comment to clarify that it applies to all t...
Tanner Gooding
1
-4
/
+7
2017-03-04
[x86/Linux] Clean up pContext access (#9933)
Jonghyun Park
1
-5
/
+6
2017-03-04
[x86/Linux] Revise VirtualMethodFixupStub (#9929)
Jonghyun Park
1
-2
/
+8
2017-03-03
Clean up Normalization code (#9941)
Tarek Mahmoud Sayed
1
-11
/
+0
2017-03-02
Fix AsmConstants.inc to be incrementally rebuilt as necessary
Bruce Forstall
1
-2
/
+12
2017-03-02
[x86/Linux] Add STDCALL for reverse P/Invoke delegates (#9909)
Evgeny Pavlov
1
-1
/
+1
2017-03-02
[Linux][GDB-JIT] Fix lldb type displaying issues (#9906)
Igor Kulaychuk
2
-44
/
+137
2017-03-02
Jit interface support for devirtualization
Andy Ayers
2
-0
/
+79
2017-03-02
[x86/Linux] Fix clang 3.9 build error (#9900)
Jonghyun Park
1
-1
/
+1
2017-03-02
[x86/Linux] Initial filter support (#9820)
Jonghyun Park
1
-2
/
+39
2017-03-02
Remove CLRThreadpoolHosted as it always returns false. (#9899)
Austin Wise
4
-40
/
+13
2017-03-01
[x86/Linux] Clean up EXCEPTION_REGISTRATION_RECORD (#9895)
Jonghyun Park
1
-2
/
+2
2017-03-01
Update links to point to valid BotR pages - One extra link that was missed ou...
Matt Warren
1
-1
/
+1
2017-03-01
Preallocate jump stubs for dynamic methods (#9883)
Koundinya Veluri
7
-13
/
+125
2017-03-01
Cleanup the native globalization code (#9887)
Tarek Mahmoud Sayed
4
-110
/
+0
2017-03-02
[x86/Linux] Initial fix of arguments passing in FunctionPtrTest (WIP) (#9855)
Evgeny Pavlov
4
-22
/
+111
2017-03-01
[Arm64/Unix] Fix stack unwinding (#9877)
Steve MacLean
1
-1
/
+7
2017-03-01
Merge pull request #9770 from adityamandaleeka/card_bundles_unix_2
Aditya Mandaleeka
9
-37
/
+424
2017-03-01
Update links to point to valid BotR pages (#9874)
Matt Warren
1
-29
/
+15
2017-03-01
Streamlined MinOpts GC ref tracking. (#9869)
Peter Kukol
1
-27
/
+33
2017-03-01
[x86/linux] Add IsIPinVirtualStub() on x86/linux (#9844)
Yongseop Kim
3
-35
/
+35
2017-03-01
[x86/Linux] Use ESTABLISHER_FRAME_POINTER_IS_CALLER_SP (#9814)
Jonghyun Park
1
-27
/
+25
2017-03-01
[x86/Linux] Correct GetStackParameterSize on Funclet (#9849)
Jonghyun Park
1
-0
/
+8
2017-02-28
Globalization merge (#9835)
Tarek Mahmoud Sayed
3
-232
/
+19
2017-02-28
Add 6 byte NOP instruction.
Aditya Mandaleeka
2
-8
/
+4
2017-02-28
Implement card bundles for non-Windows platforms.
Aditya Mandaleeka
9
-37
/
+428
2017-02-28
Merge pull request #9729 from rahku/hijackfix
Rahul Kumar
1
-0
/
+10
2017-02-28
Use BIT64 instead of _WIN64 for LONG helpers (#9845)
Jonghyun Park
2
-9
/
+11
2017-02-28
[x86/linux] Implement BackPatchWorkerAsmStub (#9690)
Yongseop Kim
4
-5
/
+37
2017-02-28
Use flags in exceptionhandling.cpp (#9823)
Jonghyun Park
1
-17
/
+19
2017-02-28
[x86/Linux] Fix GetCurrentSP (#9838)
Jonghyun Park
1
-0
/
+1
2017-02-27
Add Unsafe.ReadUnaligned/WriteUnaligned (#9808)
mikedn
3
-0
/
+55
[next]