summaryrefslogtreecommitdiff
path: root/src/vm/amd64
AgeCommit message (Expand)AuthorFilesLines
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
2017-03-01Preallocate jump stubs for dynamic methods (#9883)Koundinya Veluri2-0/+33
2017-03-01Merge pull request #9770 from adityamandaleeka/card_bundles_unix_2Aditya Mandaleeka4-30/+341
2017-02-28Add 6 byte NOP instruction.Aditya Mandaleeka2-8/+4
2017-02-28Implement card bundles for non-Windows platforms.Aditya Mandaleeka4-30/+345
2017-02-26Clean up PInvokeStubForHost and PInvokeStubForHostInner (#9815)Jonghyun Park1-10/+0
2017-02-24Remove NakedThrowHelper and ifdef-out its callers (#9771)Jan Vorlicek1-5/+0
2017-02-14Remove never defined FEATURE_REMOTINGdanmosemsft3-407/+1
2017-02-14Remove never defined FEATURE_MIXEDMODEdanmosemsft1-43/+0
2017-02-14Remove never defined FEATURE_INCLUDE_ALL_INTERFACESdanmosemsft3-262/+0
2017-02-12Remove dead remoting.cppdanmosemsft1-672/+0
2017-01-24Delete unused files (#9082)mikedn1-5/+0
2017-01-06[Local GC] Move Software Write Watch's write barrier updates to GCToEEInterfa...Sean Gillespie1-3/+2
2016-12-19[x86/Linux] Add UMThunkStub (#8627)SaeHie Park1-1/+1
2016-09-23update JIT_MemSet/MemCpy, Buffer::BlockCopy and Buffer::InternalBlock… (#7198)Xiangyang (Mark) Guo1-466/+268
2016-09-09Fix enregistered max size constants on Unix AMD64 (#7117)Jan Vorlicek1-2/+4
2016-09-08Merge pull request #6764 from swgillespie/gc-interface-3Sean Gillespie3-4/+4