summaryrefslogtreecommitdiff
path: root/src/vm/i386
AgeCommit message (Expand)AuthorFilesLines
2019-05-08Remove more MDA support code (#24457)Steve MacLean5-300/+0
2019-05-02System.GC.AllocateUninitializedArray (#24096)Vladimir Sadov1-113/+5
2019-05-01Adjust some terms (#24351)Dan Moseley1-1/+1
2019-04-25Fixing 23941 (#24199)Fadi Hanna1-0/+15
2019-04-18Move R2R-specific code to be outside FEATURE_PREJIT (#24075)Jan Kotas1-0/+4
2019-04-05Replacing some calls to GetThread with an inlined version (#23771)Fadi Hanna1-2/+4
2019-04-03Remove ADID and ADIndex from CoreCLR (#23588)David Wrighton3-33/+2
2019-04-01Enable R2R compilation/inlining of PInvoke stubs where no marshalling is requ...Fadi Hanna4-0/+182
2019-03-07Fix signed compare warningsSinan Kaya1-1/+1
2019-03-07conversionSinan Kaya1-1/+1
2019-02-21Add exception counter (#22734)Sung Yoon Whang1-1/+3
2019-02-21Remove unused perfcounter code (#22742)Sung Yoon Whang1-13/+0
2019-01-23Remove all traces of FEATURE_STACK_PROBE. (#22149)Filip Navara4-61/+2
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