summaryrefslogtreecommitdiff
path: root/src/vm
AgeCommit message (Expand)AuthorFilesLines
2017-03-13Use VSD_STUB_CAN_THROW_AV instead of explicit _TARGET_XXX_ (#10143)Jonghyun Park1-6/+10
2017-03-13Use GetDoubleArrayToLargeObjectHeapThreshold when FEATURE_DOUBLE_ALIGNMENT_HI...Jonghyun Park1-0/+2
2017-03-10Fix incorrect assert conditionJan Kotas1-1/+4
2017-03-10[x86/Linux][GDB-JIT] Fix crash after changing default calling convention in P...Evgeny Pavlov1-1/+1
2017-03-09Merge pull request #9728 from rahku/fixIssue8683Rahul Kumar1-1/+8
2017-03-09Improve span copy of pointers and structs containing pointers (#9999)Koundinya Veluri5-88/+132
2017-03-09Ignore binder context for corelib when performing binding cache lookupRahul Kumar1-1/+8
2017-03-09[x86/Linux] 16-byte aligned UMThunkStubs (#9997)Jonghyun Park1-1/+8
2017-03-08Remove CORECLR_GDBJIT length check in gdbjit (#10016)chunseoklee1-1/+1
2017-03-08Fix wrong gcc inline assembly code. (#10024)ragmani1-2/+2
2017-03-07Remove TRACK_CXX_EXCEPTION_CODE_HACK and related code. (#10018)Aditya Mandaleeka5-142/+2
2017-03-07[x86/Linux] CDECL as default P/Invoke Calling Convetion (#9977)Jonghyun Park11-41/+51
2017-03-07[x86/Linux] Fix incorrect FP values (#9975)Hanjoung Lee2-16/+10
2017-03-06Harden resolveVirtualMethod against invalid types (#9989)Andy Ayers1-45/+71
2017-03-07[x86/Linux] Check Stack Alignment in StubRareEnable/StubRareDisableTHROW (#9925)Jonghyun Park1-0/+4
2017-03-05Delete a few more unused hosting methods (#9973)Jan Kotas1-5/+0
2017-03-05Remove hosting methods that always return false (#9930)Austin Wise43-1641/+177
2017-03-05Delete IsNonW8PFrameworkAPI checks (#9964)Jan Kotas6-49/+1
2017-03-03Fixing the FCALL 'common gotchas' comment to clarify that it applies to all t...Tanner Gooding1-4/+7
2017-03-04[x86/Linux] Clean up pContext access (#9933)Jonghyun Park1-5/+6
2017-03-04[x86/Linux] Revise VirtualMethodFixupStub (#9929)Jonghyun Park1-2/+8
2017-03-03Clean up Normalization code (#9941)Tarek Mahmoud Sayed1-11/+0
2017-03-02Fix AsmConstants.inc to be incrementally rebuilt as necessaryBruce Forstall1-2/+12
2017-03-02[x86/Linux] Add STDCALL for reverse P/Invoke delegates (#9909)Evgeny Pavlov1-1/+1
2017-03-02[Linux][GDB-JIT] Fix lldb type displaying issues (#9906)Igor Kulaychuk2-44/+137
2017-03-02Jit interface support for devirtualizationAndy Ayers2-0/+79
2017-03-02[x86/Linux] Fix clang 3.9 build error (#9900)Jonghyun Park1-1/+1
2017-03-02[x86/Linux] Initial filter support (#9820)Jonghyun Park1-2/+39
2017-03-02Remove CLRThreadpoolHosted as it always returns false. (#9899)Austin Wise4-40/+13
2017-03-01[x86/Linux] Clean up EXCEPTION_REGISTRATION_RECORD (#9895)Jonghyun Park1-2/+2
2017-03-01Update links to point to valid BotR pages - One extra link that was missed ou...Matt Warren1-1/+1
2017-03-01Preallocate jump stubs for dynamic methods (#9883)Koundinya Veluri7-13/+125
2017-03-01Cleanup the native globalization code (#9887)Tarek Mahmoud Sayed4-110/+0
2017-03-02[x86/Linux] Initial fix of arguments passing in FunctionPtrTest (WIP) (#9855)Evgeny Pavlov4-22/+111
2017-03-01[Arm64/Unix] Fix stack unwinding (#9877)Steve MacLean1-1/+7
2017-03-01Merge pull request #9770 from adityamandaleeka/card_bundles_unix_2Aditya Mandaleeka9-37/+424
2017-03-01Update links to point to valid BotR pages (#9874)Matt Warren1-29/+15
2017-03-01Streamlined MinOpts GC ref tracking. (#9869)Peter Kukol1-27/+33
2017-03-01[x86/linux] Add IsIPinVirtualStub() on x86/linux (#9844)Yongseop Kim3-35/+35
2017-03-01[x86/Linux] Use ESTABLISHER_FRAME_POINTER_IS_CALLER_SP (#9814)Jonghyun Park1-27/+25
2017-03-01[x86/Linux] Correct GetStackParameterSize on Funclet (#9849)Jonghyun Park1-0/+8
2017-02-28Globalization merge (#9835)Tarek Mahmoud Sayed3-232/+19
2017-02-28Add 6 byte NOP instruction.Aditya Mandaleeka2-8/+4
2017-02-28Implement card bundles for non-Windows platforms.Aditya Mandaleeka9-37/+428
2017-02-28Merge pull request #9729 from rahku/hijackfixRahul Kumar1-0/+10
2017-02-28Use BIT64 instead of _WIN64 for LONG helpers (#9845)Jonghyun Park2-9/+11
2017-02-28[x86/linux] Implement BackPatchWorkerAsmStub (#9690)Yongseop Kim4-5/+37
2017-02-28Use flags in exceptionhandling.cpp (#9823)Jonghyun Park1-17/+19
2017-02-28[x86/Linux] Fix GetCurrentSP (#9838)Jonghyun Park1-0/+1
2017-02-27Add Unsafe.ReadUnaligned/WriteUnaligned (#9808)mikedn3-0/+55