summaryrefslogtreecommitdiff
path: root/src/vm/i386
AgeCommit message (Expand)AuthorFilesLines
2017-09-29[x86/Linux] Fix assert in HelperMethodFrame::UpdateRegDisplay (#14235)Konstantin Baladurin1-1/+24
2017-09-26Remove Monitor asm helpers (#14146)Koundinya Veluri3-1146/+0
2017-09-2016-byte Stack Aligned StubDispatchFixupStub (#14078)Jonghyun Park1-0/+3
2017-08-07Cleanup code access security from the unmanaged runtime (#13241)Jan Kotas2-2/+0
2017-07-31 Fill freed loader heap chunk with non-zero value (#12731)Jonghyun Park2-0/+8
2017-07-24Add the runtime code versioning featurenoahfalk1-2/+2
2017-07-04Delete unnecessary code (#12607)Jan Kotas1-18/+0
2017-07-03[x86/Linux] Restore PTR_MethodTable in FastPrimitiveArrayAllocator (#12569)Jonghyun Park1-2/+11
2017-06-29Move JIT_TrialAlloc declaration into jitinterfacex86.cpp (#12562)Jonghyun Park1-0/+33
2017-06-28Use proper ifdef for EmitProfilerComCallXXX methods (#12502)Jonghyun Park2-2/+6
2017-06-26Replace array type handle with method table in arguments of array allocation ...Ruben Ayrapetyan1-18/+6
2017-06-12[Arm64/Unix] Add 64K page support (#10981)Steve MacLean1-2/+2
2017-06-12[x86/Linux] Port 'ThrowControlForThread' (#11641)Jonghyun Park1-5/+0
2017-05-20Linux/x86: Fix clang 4.0 build (#11610)mskvortsov1-4/+5
2017-05-17[x86/Linux] Fix undefined references on SOS (#11701)Jonghyun Park1-12/+9
2017-05-17Finish deleting dead CAS code from CoreLib (#11436)Jan Kotas1-1/+0
2017-05-16[x86/Linux] Remove GetFrameFromRedirectedStubStackFrame stub (#11638)Jonghyun Park2-10/+0
2017-05-15Move PopSEHRecords into excepx86.cpp (#11626)Jonghyun Park2-24/+21
2017-05-15Remove unused code from excepx86.cpp (#11602)Jonghyun Park1-33/+0
2017-05-11Handle ADC in x86 unwindLazyState (#11527)Michelle McDaniel1-0/+2
2017-04-26[x86/Linux] Stack alignment check in Hijack Helpers (#11221)Jonghyun Park1-0/+2
2017-04-25Move DynamicHelperFrame::UpdateRegDisplay into cgenx86.cpp (#11193)Jonghyun Park1-0/+8
2017-04-24[x86/Linux] Remove unnecessary ResumeEsp field (#11167)Jonghyun Park1-5/+3
2017-04-24[x86/Linux] Fix unmatched NESTED_END in CallEHFilterFunclet (#11163)Jonghyun Park1-1/+1
2017-04-21[x86/Linux] Correctly initialize nonVolRegPtrs in LazyMachState::unwindLazySt...Jonghyun Park1-4/+4
2017-04-20[x86/Linux] fix a problem that stack was broken by changing stdcall to cdecl ...ragmani2-0/+55
2017-04-18fail fast on exceptions that indicate corrupted process state (#10957)Rahul Kumar1-0/+5
2017-04-18[x86/Linux] changed to the AT&T syntax to solve a problem related broken stac...ragmani1-4/+8
2017-04-13Merge pull request #10875 from rahku/fix_x86_gcstressRahul Kumar1-0/+7
2017-04-13[x86/Linux] 16-byte aligned BackPatchWorkerAsmStub (#10759)Jonghyun Park1-4/+20
2017-04-12[x86/Linux] 16-byte aligned DelayLoad_MethodCall (#10760)Jonghyun Park1-5/+8
2017-04-11modify lastAvAddress when adjusting context for StubRahul Kumar1-0/+7
2017-04-10[x86/Linux] 16-byte aligned ResolveWorkerChainLookupAsmStub (#10754)Jonghyun Park1-0/+8
2017-04-06[x86/Linux] 16-byte aligned HelperMethodFrameRestoreState (#10720)Jonghyun Park1-1/+19
2017-04-05[x86/Linux] 16-byte aligned ResolveWorkerAsmStub (#10655)Jonghyun Park1-9/+25
2017-03-30[x86/Linux] Use CDECL instead of STDCALL (#10410)Jonghyun Park2-5/+13
2017-03-29Tiered Compilation step 1noahfalk1-7/+21
2017-03-29[x86/Linux] Align frame before SetObjectAppDomain call (#10519)Jonghyun Park1-0/+12
2017-03-23[x86/Linux] fix broken stack in DelayLoad_Helper when converting to AT&T synt...ragmani1-1/+3
2017-03-22[x86/Linux] 16-byte aligned TheUMEntryPrestub (#10376)Jonghyun Park1-2/+6
2017-03-21[x86/Linux] Log UpdateRegDisplay calls (#10335)Jonghyun Park1-0/+10
2017-03-20[x86/Linux] Correct update on ResumableFrame (#10339)Jonghyun Park1-1/+1
2017-03-16[Local GC] Break EE dependency on GC's generation table and alloc lock in sin...Sean Gillespie1-15/+14
2017-03-15Reorder stack arguments on reverse P/Invoke (#10217)Jonghyun Park2-49/+24
2017-03-15[x86/Linux] Fix IL_STUB_PInvoke with RetBuf (#10144)Hanjoung Lee1-0/+5
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