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
/
jitinterface.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-06
Remove relocations for vtable chunks (#17147)
Gleb Balykov
1
-3
/
+13
2018-03-27
[Arm64] Fix forcerelocs (#17264)
Steve MacLean
1
-0
/
+3
2018-03-27
[Arm64] reserve for jump stubs (#17244)
Steve MacLean
1
-22
/
+40
2018-03-24
Delete unused files from src/inc (#17186)
Jan Kotas
1
-1
/
+0
2018-03-12
Run ILLInk on System.Private.CoreLib.dll to remove dead code. (#16876)
Eugene Rozenfeld
1
-7
/
+0
2018-02-26
Replace sizeof(void*)-like expressions with TARGET_POINTER_SIZE macro
Egor Chesakov
1
-15
/
+15
2018-02-12
Define type initialization semantics for interface instance methods (#16340)
Michal Strehovský
1
-2
/
+3
2018-02-10
Allow jit internal errors to propagate to user visible exception (#16320)
Andy Ayers
1
-7
/
+0
2018-01-31
Merge with latest code and PR feedback.
Eric Erhardt
1
-1
/
+1
2018-01-31
Add Vector<T> to CoreLib.
Eric Erhardt
1
-1
/
+15
2018-01-30
Fix contract violation in new method CEEInfo::getTypeForPrimitiveNumericClass
Brian Sullivan
1
-17
/
+36
2018-01-23
Delete dead code (#15990)
Jan Kotas
1
-89
/
+0
2018-01-23
Add Unsafe.IsAddressGreaterThan / IsAddressLessThan (#15988)
Levi Broderick
1
-0
/
+22
2018-01-23
Catch ambiguous interface method resolution exceptions (#15978)
Michal Strehovský
1
-3
/
+22
2018-01-23
Do not devirtualize shared default interface methods (#15979)
Michal Strehovský
1
-0
/
+8
2018-01-21
Remove AppDomainLeaks configuration option (#15956)
antofik
1
-18
/
+0
2018-01-19
Stop treating all calls to instance interface methods as callvirt (#15925)
Michal Strehovský
1
-1
/
+8
2018-01-05
Detect ByRefLike types using attribute (#15745)
Jan Kotas
1
-8
/
+1
2017-12-15
Merge pull request #15370 from MichalStrehovsky/defaultintf-merge
Michal Strehovský
1
-5
/
+13
2017-12-14
Adding Unsafe API Add nuint that is used by SpanHelpers (#15527)
Ahson Khan
1
-0
/
+23
2017-12-13
Merge pull request #15244 from fiigii/vector
Carol Eidt
1
-0
/
+43
2017-12-13
Adding Unsafe APIs that are used by System.Memory (#15497)
Ahson Khan
1
-1
/
+19
2017-12-12
Enable Vector128/256<T> and Add intrinsics
Fei Peng
1
-0
/
+43
2017-12-06
new intrinsic type support (#15340)
Fei Peng
1
-0
/
+58
2017-12-04
Merge branch 'master' into master-merge
Michal Strehovský
1
-3
/
+16
2017-11-30
Jumpstub fixes (#15296)
Jan Kotas
1
-3
/
+16
2017-11-02
Merge branch 'master' into master-merge
Michal Strehovský
1
-57
/
+201
2017-10-30
JIT: optimize calls on boxed objects
Andy Ayers
1
-0
/
+39
2017-10-30
Simplify Comparer/EqualityComparers (#14737)
Jan Kotas
1
-10
/
+0
2017-10-16
Delete dead code (#14521)
Jan Kotas
1
-10
/
+1
2017-10-13
Optimize type casts (#14420)
Andy Ayers
1
-2
/
+83
2017-10-11
Merge pull request #14424 from noahfalk/fix_14423
Noah Falk
1
-16
/
+3
2017-10-11
Delete !FEATURE_IMPLICIT_TLS (#14398)
Jan Kotas
1
-13
/
+0
2017-10-11
Fix #14423
noahfalk
1
-16
/
+3
2017-10-06
Reorder checks in CEEInfo::getClassLayout (#14356)
Jan Kotas
1
-8
/
+8
2017-10-05
JIT: More type equality opts (#14317)
Andy Ayers
1
-0
/
+69
2017-09-29
Merge branch 'master' into merge_master
David Wrighton
1
-0
/
+117
2017-09-27
JIT: devirtualization support for EqualityComparer<T>.Default (#14125)
Andy Ayers
1
-0
/
+117
2017-09-14
Merge more changes from master
David Wrighton
1
-12
/
+1
2017-09-13
Delete JitHelpers.UnsafeCast
Jan Kotas
1
-12
/
+1
2017-09-13
Merge branch 'master' into update_from_master
David Wrighton
1
-370
/
+135
2017-09-12
[RyuJIT/ARM32] Implement CreateDictionaryLookupHelper only via helper (#13733)
Sujin Kim
1
-3
/
+0
2017-09-07
New jit intrinsic support (#13815)
Andy Ayers
1
-0
/
+44
2017-09-01
Clear the init-locals bit for CoreLib to workaround #1279 (#13728)
Jan Kotas
1
-19
/
+29
2017-08-31
Merge pull request #13215 from CarolEidt/CrossHFA
Carol Eidt
1
-2
/
+0
2017-08-31
Adding {ReadOnly}Memory, OwnedMemory, MemoryHandle, and IRetainable (#13583)
Ahson Ahmed Khan
1
-2
/
+4
2017-08-30
Support checking for HFA types in altjit
Carol Eidt
1
-2
/
+0
2017-08-08
Merge pull request #12168 from gbalykov/remove-relocations-readonly
Bruce Forstall
1
-2
/
+17
2017-08-07
Cleanup code access security from the unmanaged runtime (#13241)
Jan Kotas
1
-280
/
+11
2017-08-07
Review fixes
Gleb Balykov
1
-1
/
+1
[next]