summaryrefslogtreecommitdiff
path: root/src/vm/i386
AgeCommit message (Expand)AuthorFilesLines
2019-01-19Cleanup: Remove MethodDesc::GetLoaderAllocatorForCode (#22067)Jan Vorlicek1-2/+2
2019-01-11Patch vtable slots and similar when tiering is enabled (#21292)Koundinya Veluri2-12/+31
2018-12-10Delete vm/context.* (#21459)Jan Kotas1-4/+0
2018-11-13Optimize vtable calls (#20696)Fadi Hanna1-3/+110
2018-11-09Delete dead/unreachable code related to remoting (#20880)Jan Kotas5-102/+4
2018-11-06Comments in JIT helperAndrew Au1-0/+2
2018-11-06Code review feedbackAndrew Au1-2/+0
2018-11-06Comment on jithelp.asmAndrew Au1-0/+2
2018-10-31Fix Windows x86 EH for exception from UMThunkPrestub (#20704)Jan Vorlicek1-0/+7
2018-10-07Remove mention of rotor from comments (#20297)Austin Wise1-1/+1
2018-10-04Remove AppDomain unload (#20250)Jan Vorlicek3-51/+4
2018-09-06Removing i386/fptext.asm in favor of using the shared implementation in numbe...Tanner Gooding1-277/+0
2018-09-01i386: Fixed definition with declaration in eetoprofinterfaceimpl.cpp (#18792)sergey ignatov2-22/+16
2018-08-23Enable unloading of AssemblyLoadContext (#18476)Jan Vorlicek2-1/+4
2018-08-06Port x86 unwinder fix from .NET Framework (#19311)Jan Kotas1-1/+2
2018-07-23Remove hosthook api (#19079)Aaron Robinson1-12/+2
2018-05-24Typo (#18122)John Doe2-2/+2
2018-05-04Fix System.String over-allocation (#17876)Jan Kotas1-5/+4
2018-04-28[Linux/x86] Fix 64 bit shift inconsistencies (#17826)Konstantin Baladurin1-0/+9
2018-04-19GCStress: try to reduce races and tolerate races better (#17330)Andy Ayers1-5/+4
2018-04-17Clean up FlushInstructionCache for precodes and interlocked target change ope...Koundinya Veluri2-2/+4
2018-03-31Delete dead code to support OSes prior to Windows 7 (#17367)Jan Kotas2-70/+1
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 Veluri2-8/+44
2018-03-13Fix shuffling thunk for Unix AMD64 (#16904)Jan Vorlicek1-15/+41
2018-02-17delete unused mirror files (#16423)Sergey Andreenko1-1/+0
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-29Perform PhysicalMemoryLimit check for workstation GC, refactor GetLargestOnDi...Tom Deseyn1-83/+0
2018-01-25Enable tiered jitting for R2R methods (#15967)Koundinya Veluri2-0/+59
2018-01-25[x86/Linux] Fix HelperMethodFrame::UpdateRegDisplay (#15993)Konstantin Baladurin1-3/+5
2018-01-23Merge pull request #15949 from mikedn/shift-inconsistencyBruce Forstall1-0/+4
2018-01-21Remove AppDomainLeaks configuration option (#15956)antofik1-112/+0
2018-01-20Fix 64 bit shift inconsistencies (on 32 bit targets)Mike Danes1-0/+4
2018-01-12Improve UMEntryThunkCode::Poison method.Konstantin Baladurin1-1/+6
2017-12-08Jit: fix long shift helper for overly long shift counts (#15443)Andy Ayers1-0/+2
2017-11-27Improve Monitor scaling (#14216)Koundinya Veluri1-14/+0
2017-11-18Delete unused Thread::YieldTask (#15091)Jan Kotas2-4/+0
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 Kotas4-8/+35
2017-10-11Delete !FEATURE_IMPLICIT_TLS (#14398)Jan Kotas8-378/+40
2017-09-29StompWriteBarrier initialization path refactoring (#14105)Sergey1-24/+21
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