summaryrefslogtreecommitdiff
path: root/src/vm
AgeCommit message (Expand)AuthorFilesLines
2017-05-05Add compact entry points for ARM (#11109)gbalykov10-15/+372
2017-05-05Fixed issue #11383 (#11385)sergey ignatov1-2/+2
2017-05-03[Arm64/Unix] Revise JIT_MemSet (#11217)Steve MacLean1-89/+157
2017-05-03Fix some static analysis warningsRuss Keldorph2-2/+2
2017-05-03Remove COMCoverage::nativeCoverBlock (#11364)Jan Vorlicek5-86/+0
2017-05-03Fix Binder NI to IL fallback (#11341)Steve MacLean1-2/+26
2017-05-01Fetch secondary handle only if primary is non-nullJan Kotas1-2/+8
2017-05-01Avoid unnecessary out arguments in DependentHandle FCallsJan Kotas2-17/+17
2017-05-01Merge pull request #11262 from pgavlin/NoCompatJitPat Gavlin5-136/+2
2017-04-28Correctly enumerate loaded assemblies in AppDomain (#11294)Gaurav Khanna3-38/+1
2017-04-28Enable interpreter build (#11252)Jonghyun Park1-0/+4
2017-04-28Fix R2R issue with virtual method resolving to non-generic base (#11289)Yi Zhang (CLR)1-0/+6
2017-04-27Fix issues exposed by building with MSVC and /permissive-. (#11269)Xiang Fan1-1/+1
2017-04-27Disallow conversions between Object* and Object in Array.CopyJan Kotas1-8/+12
2017-04-27Unify fetching LoadContext for Dynamic Assemblies (#11264)Gaurav Khanna4-30/+18
2017-04-27Remove support for the x86 compat JIT from .NET Core.Pat Gavlin5-136/+2
2017-04-27Turn on unwind information at informational level rather than Info level. (#1...Vance Morrison1-2/+2
2017-04-27[x86/Linux] Disable USE_CALLER_SP_IN_FUNCLET in EH (#11247)Jonghyun Park1-1/+5
2017-04-26[Arm64/Unix] Revise JIT_MemCpy (#11143)Steve MacLean1-90/+84
2017-04-26Fix filename display in exception messages (#11238)Gaurav Khanna3-13/+19
2017-04-26Fix timer callback time drift (#11220)Koundinya Veluri1-5/+20
2017-04-26Enable build with clang 4.0 (#11226)Jan Vorlicek1-3/+3
2017-04-26[x86/Linux] Stack alignment check in Hijack Helpers (#11221)Jonghyun Park1-0/+2
2017-04-26[x86/Linux] Use appropriate FCALL macro for DateMarshaler__ConvertToNative (#...Jonghyun Park2-2/+2
2017-04-26Comment explaining use of FlushProcessWriteBuffers in StompWriteBarrier. (#10...Alan Lawrence1-3/+11
2017-04-25Move DynamicHelperFrame::UpdateRegDisplay into cgenx86.cpp (#11193)Jonghyun Park2-5/+9
2017-04-25[x86/Linux] Do not report untracked from filters (#11195)Hanjoung Lee1-46/+54
2017-04-24Fix 11181Steve MacLean, Qualcomm Datacenter Technologies, Inc1-1/+1
2017-04-24Remove PAL FileAlignment restriction (#10959)Steve MacLean1-12/+14
2017-04-24[Local GC] Ensure that handle creation returns null on failure instead of thr...Sean Gillespie3-23/+155
2017-04-24[x86/Linux] Remove unnecessary ResumeEsp field (#11167)Jonghyun Park2-6/+4
2017-04-24[x86/Linux] Fix unmatched NESTED_END in CallEHFilterFunclet (#11163)Jonghyun Park1-1/+1
2017-04-22Remove destructor from GCEvent and instead rely on the OS to clean up (#11132)Sean Gillespie1-6/+0
2017-04-22Two improvments for LCG jump stubs (dynamic methods): (#9160)Brian Sullivan4-43/+86
2017-04-21Merge pull request #11117 from briansull/zapsig-fixBrian Sullivan1-1/+4
2017-04-21[x86/Linux] Correctly initialize nonVolRegPtrs in LazyMachState::unwindLazySt...Jonghyun Park1-4/+4
2017-04-21Add Marshal.GetExceptionPointers (#11125)Yi Zhang (CLR)1-0/+1
2017-04-20Fix R2R workaround for Diasymreader (#11116)Gaurav Khanna1-2/+2
2017-04-20When we have profile data we can have cross module references in our ZapSig's...Brian Sullivan1-1/+4
2017-04-20Merge pull request #11033 from adityamandaleeka/handle_table_local_gc_storeAditya Mandaleeka3-10/+61
2017-04-20Rename CompareAndSwap to InterlockedCompareExchange.Aditya Mandaleeka1-1/+1
2017-04-20[x86/Linux] Use CDECL as STDAPICALLTYPE (#10969)Jonghyun Park4-8/+18
2017-04-20[x86/Linux] fix a problem that stack was broken by changing stdcall to cdecl ...ragmani2-0/+55
2017-04-19Move ResetOBJECTHANDLE and the associated holder to the VM side.Aditya Mandaleeka1-0/+6
2017-04-19Add NUMA and thread affinity support for Unix (#10938)Jan Vorlicek1-4/+0
2017-04-19Merge pull request #10257 from jashook/reflection_invoke_arm64Jarret Shook3-10/+84
2017-04-19For Reflection invoke, use ArgLocDescjashook3-10/+84
2017-04-19[x86/Linux] Do NOT run GC on Transition (#11056)Jonghyun Park1-13/+12
2017-04-18fail fast on exceptions that indicate corrupted process state (#10957)Rahul Kumar2-0/+9
2017-04-18[x86/Linux] EH Support for Per-Frame P/Invoke Init (#10966)Jonghyun Park2-12/+31