summaryrefslogtreecommitdiff
path: root/src/vm/i386/stublinkerx86.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-05-22Stop compiling fragile NGen support into the runtime (#24625)Jan Kotas1-2/+2
2019-05-08Remove more MDA support code (#24457)Steve MacLean1-31/+0
2019-05-01Adjust some terms (#24351)Dan Moseley1-1/+1
2019-03-07Fix signed compare warningsSinan Kaya1-1/+1
2019-03-07conversionSinan Kaya1-1/+1
2019-01-19Cleanup: Remove MethodDesc::GetLoaderAllocatorForCode (#22067)Jan Vorlicek1-2/+2
2018-11-09Delete dead/unreachable code related to remoting (#20880)Jan Kotas1-25/+0
2018-08-23Enable unloading of AssemblyLoadContext (#18476)Jan Vorlicek1-1/+3
2018-04-17Clean up FlushInstructionCache for precodes and interlocked target change ope...Koundinya Veluri1-1/+3
2018-03-24Delete unused files from src/inc (#17186)Jan Kotas1-1/+0
2018-03-15Fix to not reuse preallocated jump stubs for dynamic methods (#16941)Koundinya Veluri1-8/+43
2018-03-13Fix shuffling thunk for Unix AMD64 (#16904)Jan Vorlicek1-15/+41
2018-02-09Fix GC reporting for slow tail calls with by-ref-like args (#16264)Koundinya Veluri1-3/+27
2018-02-06Fix GC reproting for by-ref-like structs (#16231)Koundinya Veluri1-3/+20
2018-01-25Enable tiered jitting for R2R methods (#15967)Koundinya Veluri1-0/+42
2017-11-06Fix GC reporting for slow tail call arguments of type `Span<T>` (#14826)Koundinya Veluri1-0/+11
2017-10-12Fix Linux x86 break (#14461)Jan Kotas1-5/+32
2017-10-11Delete !FEATURE_IMPLICIT_TLS (#14398)Jan Kotas1-212/+17
2017-08-07Cleanup code access security from the unmanaged runtime (#13241)Jan Kotas1-1/+0
2017-07-24Add the runtime code versioning featurenoahfalk1-2/+2
2017-06-28Use proper ifdef for EmitProfilerComCallXXX methods (#12502)Jonghyun Park1-2/+2
2017-05-17Finish deleting dead CAS code from CoreLib (#11436)Jan Kotas1-1/+0
2017-03-30[x86/Linux] Use CDECL instead of STDCALL (#10410)Jonghyun Park1-2/+10
2017-03-29Tiered Compilation step 1noahfalk1-7/+21
2017-03-01Preallocate jump stubs for dynamic methods (#9883)Koundinya Veluri1-3/+31
2017-02-14Remove never defined FEATURE_REMOTINGdanmosemsft1-3/+0
2016-12-06[x86/Linux] Port StubLinkerCPU::EmitSetup (#8494)Jonghyun Park1-5/+4
2016-12-06Extract ARRAYSTUBS_AS_IL code from STUBS_AS_IL region (#8443)Jonghyun Park1-4/+6
2016-12-06[x86/Linux] Enclose ArrayOpStub Exceptions with FEATURE_ARRAYSTUB_AS_IL (#8445)Jonghyun Park1-2/+6
2016-12-05[x86/Linux] Enclose stub-linking methods with FEATURE_STUBS_AS_IL (#8432)Jonghyun Park1-0/+2
2016-12-04[x86/Linux] Revert UMThkCallFrame-related changes (#8434)Jonghyun Park1-2/+6
2016-11-29[x86/Linux] Fix constructor missing in UnmanagedToManagedFrame (#8275)SaeHie Park1-2/+2
2016-06-06Fix GC references reporting in tailcalls with helpers on Windows (#5538)Jan Vorlicek1-4/+4
2016-03-30Getting SOS to work on ARm64:Rama Krishnan Raghupathy1-1/+1
2016-01-27Update license headersdotnet-bot1-4/+3
2015-10-29Port .NET Framework 4.6.1 changesJan Kotas1-5/+38
2015-10-20Implementation of System V ABI struct passing.Lubomir Litchev1-3/+36
2015-05-07Merge changes from parent branchdotnet-bot1-4/+4
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+6741