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
2019-07-11
Fix GS cookie check on ARM in functions with stackalloc (#25628)
Jan Vorlicek
1
-0
/
+3
2019-07-03
Fix GCStress modes that do code instrumentation to work with code versioning ...
Koundinya Veluri
1
-0
/
+24
2019-06-24
Throw platform unsupported error for windows arm32 varargs (#25320)
Jarret Shook
1
-2
/
+2
2019-06-20
Fix eventpipe filtering (#25221)
Sung Yoon Whang
1
-2
/
+2
2019-06-14
Optimize Activator.CreateInstance (#25145)
Jan Kotas
1
-25
/
+53
2019-05-24
Remove dependency on IEEMemoryManager (#24755)
Jan Kotas
1
-15
/
+2
2019-05-23
Add some perf events/data for tiered compilation (#24607)
Koundinya Veluri
1
-5
/
+19
2019-05-22
Track debug info for DynamicMethods for Profiler API (#24139)
Mukul Sabharwal
1
-2
/
+2
2019-05-13
Profiler API to request ReJIT with inliners (#24461)
David Mason
1
-2
/
+46
2019-05-09
Merge pull request #24456 from briansull/ibc-work
Brian Sullivan
1
-18
/
+18
2019-05-08
Fix 23317. (#24383)
Fadi Hanna
1
-13
/
+22
2019-05-08
Remove more MDA support code (#24457)
Steve MacLean
1
-2
/
+0
2019-05-08
Prefer UINT32 over DWORD in the IBC BlockCount API's
Brian Sullivan
1
-6
/
+6
2019-05-07
Rename struct ICorJitInfo::ProfileBuffer to ICorJitInfo::BlockCounts
Brian Sullivan
1
-18
/
+18
2019-05-03
Fix incorrect tier reported by SOS (#24374)
Koundinya Veluri
1
-1
/
+1
2019-05-02
When QuickJit is enabled, disable it for methods that contain loops by defaul...
Koundinya Veluri
1
-0
/
+15
2019-04-18
Move R2R-specific code to be outside FEATURE_PREJIT (#24075)
Jan Kotas
1
-1
/
+1
2019-04-02
Fix arm altjit asm diffs
Bruce Forstall
1
-2
/
+1
2019-04-01
Enable R2R compilation/inlining of PInvoke stubs where no marshalling is requ...
Fadi Hanna
1
-3
/
+19
2019-04-01
Enable negative type-check results in CoreLib version bubble (#23549)
Jan Kotas
1
-2
/
+4
2019-03-18
Add Utf8String skeleton (#23209)
Levi Broderick
1
-0
/
+3
2019-03-17
Make more types eligible for vectorized code paths in MemoryExtensions (#20855)
Levi Broderick
1
-0
/
+47
2019-03-07
Fix signed compare warnings
Sinan Kaya
1
-1
/
+1
2019-03-06
Remove legacy behavior around non-virtual interface calls (#23032)
Michal Strehovský
1
-9
/
+11
2019-02-21
Remove unused perfcounter code (#22742)
Sung Yoon Whang
1
-32
/
+0
2019-02-18
Fix constrained call corner cases (#22464)
Michal Strehovský
1
-1
/
+5
2019-02-15
JIT: modify how jit determines when to update a type (#22618)
Andy Ayers
1
-1
/
+63
2019-01-23
Remove all traces of FEATURE_STACK_PROBE. (#22149)
Filip Navara
1
-183
/
+0
2019-01-19
Cleanup: Remove MethodDesc::GetLoaderAllocatorForCode (#22067)
Jan Vorlicek
1
-1
/
+1
2019-01-14
Large version bubble Support (#21727)
Andon Andonov
1
-1
/
+1
2019-01-11
Flowing the nativeCodeVersion to DebuggerJitInfo (#21925)
Andrew Au
1
-4
/
+8
2018-12-23
Fix warning causing error in warning as error (Windows) (#21656)
Ben Adams
1
-3
/
+3
2018-12-21
Improve removal of dead calls to allocator helpers.
Eugene Rozenfeld
1
-5
/
+25
2018-12-21
Streamline default EqualityComparer and Comparer for Enums (#21604)
Jan Kotas
1
-18
/
+43
2018-12-20
Replace more of JitHelpers with S.R.CS.Unsafe (#21598)
Jan Kotas
1
-17
/
+6
2018-12-10
Add support for RVA fields to crossgen/R2R (#21463)
Jan Kotas
1
-3
/
+27
2018-12-03
Merge pull request #21264 from fiigii/x64only
Carol Eidt
1
-4
/
+16
2018-12-03
Remove IsNeutralDomain() (#21318)
Steve MacLean
1
-5
/
+4
2018-11-29
Update JIT/EE getMethodNameFromMetadata to get enclosing class name
Fei Peng
1
-4
/
+16
2018-11-28
Delete code related to LoaderOptimization and SharedDomain (#21031)
Jan Kotas
1
-17
/
+1
2018-11-19
Make type comparisons more general purpose (#20940)
Michal Strehovský
1
-1
/
+37
2018-11-15
Allow supressing exceptions in diamond inheritance cases (#20458)
Michal Strehovský
1
-20
/
+2
2018-11-13
Optimize vtable calls (#20696)
Fadi Hanna
1
-6
/
+11
2018-11-12
Allow jit to examine type of initonly static ref typed fields (#20886)
Andy Ayers
1
-0
/
+98
2018-11-09
Delete dead/unreachable code related to remoting (#20880)
Jan Kotas
1
-72
/
+1
2018-11-08
Make getClassGClayout work with with class types.
Eugene Rozenfeld
1
-3
/
+15
2018-10-11
JitEE interface additions to support object stack allocation. (#20283)
Eugene Rozenfeld
1
-0
/
+66
2018-10-07
Remove some dead remoting and context static things (#20277)
Austin Wise
1
-20
/
+3
2018-10-05
Report instantiation argument in non-virtual interface calls (#20257)
Michal Strehovský
1
-5
/
+10
2018-10-05
Remove context statics stuff (#20256)
Jan Vorlicek
1
-8
/
+0
[next]