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
/
eetwain.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-07
[x86/Linux] Fix incorrect FP values (#9975)
Hanjoung Lee
1
-16
/
+2
2017-03-01
[x86/Linux] Correct GetStackParameterSize on Funclet (#9849)
Jonghyun Park
1
-0
/
+8
2017-02-23
[x86/Linux] Initial patch for EH funclet (#9601)
Hanjoung Lee
1
-5
/
+26
2017-02-22
[x86/Linux] Fix framepointer while unwinding (#9678)
SaeHie Park
1
-1
/
+9
2017-02-17
[x86/Linux] Fix GetCallerSp (#9384)
Jonghyun Park
1
-1
/
+2
2017-02-08
Clean up GetAddrOfSecurityObject (#9423)
Jonghyun Park
1
-7
/
+5
2017-02-08
Clean up EECodeManager::GetInstance (#9424)
Jonghyun Park
1
-7
/
+5
2017-02-08
Clean up EECodeManager::GetGSCookieAddr (#9425)
Jonghyun Park
1
-7
/
+4
2017-02-08
Clean up EECodeManager::GetReturnKind (#9426)
Jonghyun Park
1
-6
/
+3
2017-02-08
Clean up EECodeManager::GetFunctionSize (#9427)
Jonghyun Park
1
-6
/
+3
2017-02-08
Clean up EECodeManager::GetParamContextType (#9428)
Jonghyun Park
1
-11
/
+8
2017-02-08
Clean up EECodeManager::GetExactGenericsToken (#9429)
Jonghyun Park
1
-7
/
+2
2017-02-08
Clean up EECodeManager::GetParamTypeArg (#9430)
Jonghyun Park
1
-6
/
+5
2017-02-08
Clean up EnumGcRefs (#9412)
Jonghyun Park
1
-22
/
+7
2017-02-07
Clean up methods for USE_GC_INFO_DECODER (#9394)
Jonghyun Park
1
-11
/
+3
2017-02-03
[x86/Linux] Clean up non-WIN64EXCEPTIONS code: (#9305)
Jonghyun Park
1
-13
/
+1
2017-02-02
[x86/Linux] Do NOT use QuickUnwindStackFrame (#9299)
Jonghyun Park
1
-1
/
+3
2017-02-02
Clean up GetAddrOfSecurityObjectFromCachedInfo (#9291)
Jonghyun Park
1
-5
/
+3
2017-02-02
[x86/Linux] Do NOT use GSCookie on Funclet (#9290)
Jonghyun Park
1
-5
/
+7
2017-02-02
[x86/Linux] Do NOT use pXXX fields (#9121)
Jonghyun Park
1
-42
/
+65
2017-02-01
[x86/Linux] Get Frame Pointer from CallerSp (#9235)
Jonghyun Park
1
-1
/
+9
2017-02-01
[x86/Linux] Update pCurrentContextPointers properly in EnsureCallerContextIsV...
Jonghyun Park
1
-6
/
+2
2017-01-31
Enable EECodeManager::GetGSCookieAddr when CROSSGEN_COMPILE is not defined (#...
Jonghyun Park
1
-1
/
+3
2017-01-27
Enable IsInPrologOrEpilog only if GC Info Decoder is not used (#9136)
Jonghyun Park
1
-5
/
+2
2017-01-26
Extract GetStackParameterSize from ESPIncrOnReturn (#9135)
Jonghyun Park
1
-3
/
+8
2017-01-24
Simplify #ifdef related with UnwindStackFrame (#9052)
Jonghyun Park
1
-14
/
+10
2017-01-24
Clean up #else in EECodeManager::FixContext (#9048)
Jonghyun Park
1
-6
/
+3
2017-01-24
Clean up LeaveFinally/LeaveCatch (#9050)
Jonghyun Park
1
-13
/
+2
2017-01-23
Rename Esp in x86 REGDISPLAY as SP (#9070)
Jonghyun Park
1
-25
/
+25
2017-01-23
Clean up #else in EECodeManager::GetAmbientSP (#9049)
Jonghyun Park
1
-6
/
+2
2017-01-19
[x86/Linux] Do NOT use Shadow SP (#8913)
Jonghyun Park
1
-1
/
+3
2017-01-18
[x86/Linux] Port RtlVirtualUnwind (#8911)
Jonghyun Park
1
-15
/
+28
2017-01-11
[x86/Linux] Fix WIN64EXCEPTIONS build error (#8629)
Jonghyun Park
1
-2
/
+7
2016-09-14
Implement GcInfo v2 for X86
Swaroop Sridhar
1
-84
/
+125
2016-08-13
Fixup a few contracts
Jan Kotas
1
-15
/
+9
2016-08-05
Implement GcInfo v2
Swaroop Sridhar
1
-15
/
+9
2016-07-20
GCInfo: Support versioning.
Swaroop Sridhar
1
-36
/
+27
2016-05-17
Encapsulate or replace references to CORINFO_PAGE_SIZE.
Pat Gavlin
1
-4
/
+4
2016-01-27
Update license headers
dotnet-bot
1
-4
/
+3
2015-11-19
Add casts to APIs that require LONG / DWORD parameters
Jan Vorlicek
1
-2
/
+2
2015-10-20
Implementation of System V ABI struct passing.
Lubomir Litchev
1
-1
/
+5
2015-05-07
Merge changes from parent branch
dotnet-bot
1
-10
/
+41
2015-03-17
Merge changes from parent branch
dotnet-bot
1
-1
/
+9
2015-01-30
Initial commit to populate CoreCLR repo
dotnet-bot
1
-0
/
+5871