summaryrefslogtreecommitdiff
path: root/src/vm/i386/cgenx86.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-01-11Patch vtable slots and similar when tiering is enabled (#21292)Koundinya Veluri1-4/+15
2018-11-09Delete dead/unreachable code related to remoting (#20880)Jan Kotas1-1/+1
2018-07-23Remove hosthook api (#19079)Aaron Robinson1-12/+2
2018-03-31Delete dead code to support OSes prior to Windows 7 (#17367)Jan Kotas1-67/+0
2018-01-29Perform PhysicalMemoryLimit check for workstation GC, refactor GetLargestOnDi...Tom Deseyn1-83/+0
2018-01-25[x86/Linux] Fix HelperMethodFrame::UpdateRegDisplay (#15993)Konstantin Baladurin1-3/+5
2018-01-12Improve UMEntryThunkCode::Poison method.Konstantin Baladurin1-1/+6
2017-10-12Fix Linux x86 break (#14461)Jan Kotas1-1/+1
2017-10-11Delete !FEATURE_IMPLICIT_TLS (#14398)Jan Kotas1-1/+1
2017-09-29[x86/Linux] Fix assert in HelperMethodFrame::UpdateRegDisplay (#14235)Konstantin Baladurin1-1/+24
2017-08-07Cleanup code access security from the unmanaged runtime (#13241)Jan Kotas1-1/+0
2017-07-31 Fill freed loader heap chunk with non-zero value (#12731)Jonghyun Park1-0/+7
2017-05-20Linux/x86: Fix clang 4.0 build (#11610)mskvortsov1-4/+5
2017-05-15Move PopSEHRecords into excepx86.cpp (#11626)Jonghyun Park1-24/+0
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-20[x86/Linux] fix a problem that stack was broken by changing stdcall to cdecl ...ragmani1-0/+46
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-08Fix wrong gcc inline assembly code. (#10024)ragmani1-2/+2
2017-03-04[x86/Linux] Clean up pContext access (#9933)Jonghyun Park1-5/+6
2017-02-17[x86/Linux] Fix GetCallerSp (#9384)Jonghyun Park1-5/+10
2017-02-14Remove never defined FEATURE_REMOTINGdanmosemsft1-3/+0
2017-02-14Remove never defined FEATURE_INCLUDE_ALL_INTERFACESdanmosemsft1-516/+0
2017-02-13[x86/Linux] Fix incorrect update in HijackFrame::UpdateRegDisplay (#9448)Jonghyun Park1-15/+14
2017-02-07[x86/Linux] Clean up EHContext-related code (#9395)Jonghyun Park1-12/+14
2017-02-06Fix a typo in TailCallFrame::UpdateRegDisplay log (#9381)Jonghyun Park1-1/+1
2017-02-02[x86/Linux] Do NOT use pXXX fields (#9121)Jonghyun Park1-86/+193
2017-01-23Rename Esp in x86 REGDISPLAY as SP (#9070)Jonghyun Park1-15/+15
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
2017-01-18[x86/Linux] Port RtlVirtualUnwind (#8911)Jonghyun Park1-0/+20
2017-01-11Rewrite CalleeSavedRegisters for x86 (#8871)Jonghyun Park1-13/+10
2017-01-11[x86/Linux] Fix WIN64EXCEPTIONS build error (#8629)Jonghyun Park1-1/+19
2016-12-13[x86/Linux] implement TheUMEntryPrestub (#8589)SaeHie Park1-5/+2
2016-12-09[x86/Linux] Fix getcpuid calling convention (#8552)SaeHie Park1-1/+46
2016-12-05[x86/Linux] Enclose stub-linking methods with FEATURE_STUBS_AS_IL (#8432)Jonghyun Park1-0/+5
2016-12-04[x86/Linux] Revert UMThkCallFrame-related changes (#8434)Jonghyun Park1-2/+0
2016-12-01[x86/Linux] Add Portable PopSEHRecords as NYI (#8412)Jonghyun Park1-0/+2
2016-12-01Resolve duplicated functions (#8413)Jonghyun Park1-0/+2
2016-12-01fix permissive C++ code (MSVC /permissive-) (#8337)Phil Christensen1-1/+2
2016-11-29[x86/Linux] Fix constructor missing in UnmanagedToManagedFrame (#8275)SaeHie Park1-0/+2
2016-10-27Introduce new CORJIT_FLAGS typeBruce Forstall1-2/+23
2016-08-05Implement GcInfo v2Swaroop Sridhar1-2/+1
2016-06-21Generic dictionary minor performance improvement and simplification for R2R (...Fadi Hanna1-7/+17
2016-05-18Porting the changes to support generic dictionaries lookups in R2R images to ...Fadi Hanna1-2/+83
2016-05-13Initial implementation of generic dictionary access for R2R. (#4519)Fadi Hanna1-2/+24
2016-01-27Update license headersdotnet-bot1-4/+3
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+2146