summaryrefslogtreecommitdiff
path: root/src/vm/amd64
AgeCommit message (Expand)AuthorFilesLines
2020-06-18Implement instantiating and unboxing through portable stublinker code… (#106)JUNG DONG-HEON3-154/+3
2020-03-25[Tizen] Implement ASan wrapper for Linux AMD64Vyacheslav Cherkashin2-0/+152
2019-09-27Port to Release/3.1 - enabling MHR support (#26803)Jan Vorlicek2-5/+31
2019-07-19Fixing Buffer::BlockCopy, JIT_MemCpy, and JIT_MemSet to just call the appropr...Tanner Gooding2-296/+90
2019-06-17Fix GetFunctionEnter3Info on linux (#25147)David Mason2-12/+128
2019-06-06PInvoke stubs for Unix platforms (#24834)Fadi Hanna3-11/+72
2019-05-22Stop compiling fragile NGen support into the runtime (#24625)Jan Kotas3-0/+9
2019-04-24More multi-appdomain support removal (#23921)David Wrighton1-4/+0
2019-04-18Move R2R-specific code to be outside FEATURE_PREJIT (#24075)Jan Kotas1-0/+4
2019-04-03Remove ADID and ADIndex from CoreCLR (#23588)David Wrighton3-32/+0
2019-04-01Enable R2R compilation/inlining of PInvoke stubs where no marshalling is requ...Fadi Hanna3-0/+124
2019-03-07Fix signed compare warningsSinan Kaya1-1/+1
2019-02-26GCC compatibility fixes #7 (#22810)Sinan Kaya5-67/+67
2019-02-21Remove unused perfcounter code (#22742)Sung Yoon Whang1-1/+0
2019-01-24Work around build failure (#22138)Koundinya Veluri1-1/+3
2019-01-23Remove all traces of FEATURE_STACK_PROBE. (#22149)Filip Navara4-18/+0
2019-01-19Cleanup: Remove MethodDesc::GetLoaderAllocatorForCode (#22067)Jan Vorlicek1-1/+1
2019-01-11Patch vtable slots and similar when tiering is enabled (#21292)Koundinya Veluri2-35/+73
2018-11-13Optimize vtable calls (#20696)Fadi Hanna1-1/+112
2018-11-09Delete dead/unreachable code related to remoting (#20880)Jan Kotas2-2/+1
2018-10-31Remove superfluous 'const' qualifier from trivial return types (#20652)Michał Janiszewski1-1/+1
2018-10-04Remove AppDomain unload (#20250)Jan Vorlicek3-156/+5
2018-09-01i386: Fixed definition with declaration in eetoprofinterfaceimpl.cpp (#18792)sergey ignatov1-2/+2
2018-08-31Fix callKillSet for CORINFO_HELP_ASSIGN_BYREF on x64. (#19780)Sergey Andreenko1-2/+4
2018-08-21Handle null byref in helper (#19571)Carol Eidt2-2/+2
2018-07-23Remove hosthook api (#19079)Aaron Robinson1-1/+0
2018-05-04Fix System.String over-allocation (#17876)Jan Kotas3-6/+5
2018-04-23GenericPInvokeCalli shift left then or 1 (#17734)Steve MacLean2-0/+16
2018-04-19[Arm64/Linux] Fix GenericPInvokeCalliHelper (#17659)Steve MacLean2-16/+0
2018-04-17Unix/x64 ABI cleanupCarol Eidt2-5/+5
2018-04-13[Arm64/Linux] Use platform memset/memcpy (#17536)Steve MacLean1-1/+1
2018-03-15Fix to not reuse preallocated jump stubs for dynamic methods (#16941)Koundinya Veluri2-3/+10
2018-02-17delete unused mirror files (#16423)Sergey Andreenko1-1/+0
2018-01-29Perform PhysicalMemoryLimit check for workstation GC, refactor GetLargestOnDi...Tom Deseyn1-83/+0
2018-01-21Remove AppDomainLeaks configuration option (#15956)antofik2-32/+0
2018-01-12Improve UMEntryThunkCode::Poison method.Konstantin Baladurin1-1/+12
2017-11-30Jumpstub fixes (#15296)Jan Kotas2-3/+25
2017-11-27Improve Monitor scaling (#14216)Koundinya Veluri1-16/+0
2017-11-18Delete unused Thread::YieldTask (#15091)Jan Kotas2-3/+0
2017-10-11Delete !FEATURE_IMPLICIT_TLS (#14398)Jan Kotas11-882/+35
2017-09-29StompWriteBarrier initialization path refactoring (#14105)Sergey1-49/+43
2017-09-26Remove Monitor asm helpers (#14146)Koundinya Veluri4-1936/+0
2017-09-05implementing profiler ELT callbacks for AMD64 Linux (#12603)sergey ignatov3-15/+333
2017-07-31 Fill freed loader heap chunk with non-zero value (#12731)Jonghyun Park2-0/+14
2017-06-26Replace array type handle with method table in arguments of array allocation ...Ruben Ayrapetyan3-85/+27
2017-06-01[x64/Linux] Use correct argument registers in InterpreterStub (#12002)Jonghyun Park1-0/+6
2017-04-26Enable build with clang 4.0 (#11226)Jan Vorlicek1-3/+3
2017-04-12Add platform (x64 & arm64) specific optimized jit helpers for statics access ...Rahul Kumar2-0/+113
2017-03-16[Local GC] Break EE dependency on GC's generation table and alloc lock in sin...Sean Gillespie2-36/+38
2017-03-05Remove hosting methods that always return false (#9930)Austin Wise1-2/+0