summaryrefslogtreecommitdiff
path: root/src/vm/amd64
AgeCommit message (Expand)AuthorFilesLines
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
2016-06-01Remove duplicate avoid in comments from a few files (#5363)James Singleton1-2/+2
2016-06-01Comment typo fix: removed double word (#5359)Kurt Aadnoy1-1/+1
2016-05-17Implementing the Unix calling convention for the generic dictionary access st...Fadi Hanna1-17/+44
2016-05-13Initial implementation of generic dictionary access for R2R. (#4519)Fadi Hanna1-2/+107
2016-05-03NetBSD: Fix build with LLVM-3.9Kamil Rytarowski3-10/+9
2016-04-12Merge pull request #4074 from kouvel/SoftwareWriteWatchKoundinya Veluri7-390/+817
2016-04-12Implement software write watch and make concurrent GC functional outside WindowsKoundinya Veluri7-390/+817
2016-04-12Fix hardware exception handling in native code on BSDJan Vorlicek1-40/+0
2016-03-30Getting SOS to work on ARm64:Rama Krishnan Raghupathy4-7/+7
2016-03-10Fix a GC hole in a Ready-to-Run helperJohn Chen (CLR)1-2/+1
2016-02-16Fix INVALIDGCVALUE on UnixJan Vorlicek2-2/+2
2016-02-01Fix ReadyToRun on UnixJan Vorlicek1-2/+2
2016-01-31Merge pull request #2520 from sperling/profilerJan Kotas1-0/+15
2016-01-31Enabling profiling on Unix/OS X.Andreas Strid1-0/+15
2016-01-27Update license headersdotnet-bot49-202/+152
2016-01-15Add support for GCStress 0xC.Aditya Mandaleeka1-0/+2
2015-11-20Merge pull request #2114 from sergiy-k/byrefraxJan Kotas1-12/+9
2015-11-19Do not preserve volatile registers in JIT_ByRefWriteBarrierSergiy Kuryata1-12/+9
2015-11-19Some formatting cleanupJan Vorlicek1-1/+1