summaryrefslogtreecommitdiff
path: root/src/vm/amd64
AgeCommit message (Expand)AuthorFilesLines
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
2016-09-08Introduce an interface separating the GC and the VM,Sean Gillespie3-4/+4
2016-09-02LTO build: fix perf regression from strict alias violation and incorrect inli...kchoi1-2/+2
2016-08-29Monitor.TryEnter asm timeout != 0 before spin (#6951)Ben Adams2-32/+40
2016-08-10Merge pull request #6606 from rahku/arm64todoRahul Kumar1-4/+5
2016-08-10ARM64: Fix for ARM64TODORahul Kumar1-4/+5
2016-08-08Merge pull request #6656 from jashook/arm_link_fixJarret Shook1-1/+1
2016-08-08Fix for missing symbol OnHijackTripThreadjashoo1-1/+1
2016-08-08Merge pull request #6582 from alsemenn/fixrefregSasha Semennikov2-0/+11
2016-08-07Check PAL_VirtualUnwind failure during GC (#6598)Jonghyun Park1-1/+6
2016-08-05Implement GcInfo v2Swaroop Sridhar4-165/+12
2016-08-05For helper method frame DAC doesn't read register pointers. So set them to NU...Sasha Semennikov2-0/+11
2016-06-21Generic dictionary minor performance improvement and simplification for R2R (...Fadi Hanna1-7/+17
2016-06-03Added JIT_Stelem_Ref helper function for Linux (#5390)Xiangyang (Mark) Guo3-1/+146
2016-06-02Improvements to System.Math InternalCall code. (#4847)Tanner Gooding1-34/+0