summaryrefslogtreecommitdiff
path: root/src/vm/i386
AgeCommit message (Expand)AuthorFilesLines
2017-03-13Use GetDoubleArrayToLargeObjectHeapThreshold when FEATURE_DOUBLE_ALIGNMENT_HI...Jonghyun Park1-0/+2
2017-03-09[x86/Linux] 16-byte aligned UMThunkStubs (#9997)Jonghyun Park1-1/+8
2017-03-08Fix wrong gcc inline assembly code. (#10024)ragmani1-2/+2
2017-03-07Remove TRACK_CXX_EXCEPTION_CODE_HACK and related code. (#10018)Aditya Mandaleeka2-62/+1
2017-03-07[x86/Linux] Check Stack Alignment in StubRareEnable/StubRareDisableTHROW (#9925)Jonghyun Park1-0/+4
2017-03-04[x86/Linux] Clean up pContext access (#9933)Jonghyun Park1-5/+6
2017-03-04[x86/Linux] Revise VirtualMethodFixupStub (#9929)Jonghyun Park1-2/+8
2017-03-01Preallocate jump stubs for dynamic methods (#9883)Koundinya Veluri2-3/+35
2017-03-02[x86/Linux] Initial fix of arguments passing in FunctionPtrTest (WIP) (#9855)Evgeny Pavlov2-17/+56
2017-02-28[x86/linux] Implement BackPatchWorkerAsmStub (#9690)Yongseop Kim2-5/+23
2017-02-28[x86/Linux] Fix GetCurrentSP (#9838)Jonghyun Park1-0/+1
2017-02-27[x86/Linux] Clean up unused NakedThrowHelper stub (#9824)Jonghyun Park1-5/+0
2017-02-27[x86/Linux] 16-byte aligned Funclet Helpers (#9810)Jonghyun Park1-19/+24
2017-02-26Clean up PInvokeStubForHost and PInvokeStubForHostInner (#9815)Jonghyun Park1-10/+0
2017-02-26[x86/Linux] Clean up PopSEHRecords (#9812)Jonghyun Park1-5/+0
2017-02-26[x86/Linux] Clean up CallRtlUnwind (#9813)Jonghyun Park1-6/+0
2017-02-26[x86/Linux] Clean up ARRAY STUB(s) (#9811)Jonghyun Park1-40/+0
2017-02-23[x86/Linux] Initial patch for EH funclet (#9601)Hanjoung Lee1-0/+98
2017-02-17[x86/Linux] Fix GetCallerSp (#9384)Jonghyun Park1-5/+10
2017-02-16[x86/Linux] Emit proper frame for FastGetSharedStaticBase (#9618)Jonghyun Park1-8/+16
2017-02-16[x86/Linux] Fix IsIPInMarkedJitHelper to handle sigsegv (#9605)SaeHie Park3-42/+29
2017-02-14Remove never defined FEATURE_REMOTINGdanmosemsft9-563/+3
2017-02-14Remove never defined FEATURE_MIXEDMODEdanmosemsft2-112/+0
2017-02-14Remove never defined FEATURE_INCLUDE_ALL_INTERFACESdanmosemsft1-516/+0
2017-02-13Merge pull request #9551 from danmosemsft/dead2Dan Moseley2-226/+0
2017-02-13[x86/Linux] Fix incorrect update in HijackFrame::UpdateRegDisplay (#9448)Jonghyun Park1-15/+14
2017-02-12Remove dead remoting.cppdanmosemsft1-225/+0
2017-02-12Remove dead appdomainhelper* filesdanmosemsft1-1/+0
2017-02-12Merge pull request #9542 from danmosemsft/defines3Dan Moseley1-4/+0
2017-02-12Merge pull request #9446 from seanshpark/stkalign_helpersBruce Forstall1-0/+8
2017-02-12Remove always defined FEATURE_EXCEPTION_NOTIFICATIONSdanmosemsft1-4/+0
2017-02-11Revert "Remove always defined FEATURE_CORESYSTEM"danmosemsft2-0/+100
2017-02-10Revert "Remove always defined FEATURE_CORRUPTING_EXCEPTIONS"danmosemsft1-0/+10
2017-02-10Remove always defined FEATURE_CORRUPTING_EXCEPTIONSdanmosemsft1-10/+0
2017-02-10Remove always defined FEATURE_CORECLRdanmosemsft3-10/+0
2017-02-10Remove always defined FEATURE_CORESYSTEMdanmosemsft2-100/+0
2017-02-09[x86/Linux] Fix UMThunkStub stack alignment (#9365)SaeHie Park1-1/+4
2017-02-09[x86/Linux] Fix stack alignment in helper stubSaeHie Park1-0/+8
2017-02-07[x86/Linux] Clean up EHContext-related code (#9395)Jonghyun Park4-116/+18
2017-02-06Fix a typo in TailCallFrame::UpdateRegDisplay log (#9381)Jonghyun Park1-1/+1
2017-02-06CAS Security cleanup (#9355)Jan Kotas1-1/+0
2017-02-05[x86/Linux] Add Assertion on pvControlPc (#9356)Jonghyun Park1-0/+2
2017-02-03[x86/Linux] Clean Up JIT_EndCatch (#9302)Jonghyun Park1-31/+0
2017-02-02[x86/Linux] Do NOT use pXXX fields (#9121)Jonghyun Park2-86/+198
2017-01-24Delete unused files (#9082)mikedn1-5/+0
2017-01-23Rename Esp in x86 REGDISPLAY as SP (#9070)Jonghyun Park1-15/+15
2017-01-23[x86/Linux] Enable FEATURE_EH_FUNCLETS (#8889)Jonghyun Park1-10/+0
2017-01-20[x86/Linux] Port 'TransitionFrame::UpdateRegDisplay' (#8964)Jonghyun Park1-0/+27
2017-01-19[x86/Linux] Port 'FaultingExceptionFrame::UpdateRegDisplay' (#8993)Jonghyun Park1-12/+21
2017-01-19[x86/Linux] Port 'HelperMethodFrame::UpdateRegDisplay' (#8914)Jonghyun Park1-0/+25