summaryrefslogtreecommitdiff
path: root/src/vm
AgeCommit message (Expand)AuthorFilesLines
2016-12-09Remove sscanf and sprintf usage (#8508)Jan Vorlicek3-9/+10
2016-12-08[x86/Linux] Fix inconsistent GetCLRFunction definitions (#8472)Jonghyun Park2-2/+1
2016-12-07Refactor Span<T> to ease implementation of JIT intrinsics (#8497)Jan Kotas8-39/+29
2016-12-07Move JIT_EndCatch from asmhelpers.asm into jithelp.asm (#8492)Jonghyun Park2-28/+30
2016-12-06[x86/Linux] Port StubLinkerCPU::EmitSetup (#8494)Jonghyun Park1-5/+4
2016-12-06[x86/Linux] Port asmhelpers.asm (#8489)Jonghyun Park3-0/+1057
2016-12-06Extract ARRAYSTUBS_AS_IL code from STUBS_AS_IL region (#8443)Jonghyun Park2-4/+8
2016-12-05[x86/Linux] Fix exception handling routine (#8433)Jonghyun Park1-3/+3
2016-12-05[x86/Linux] Revise COMPlusThrowCallback (#8430)Jonghyun Park3-0/+8
2016-12-05[x86/Linux] Fix unknown pragma build error (#8427)Jonghyun Park1-0/+4
2016-12-05[x86/Linux] Port gmsasm.asm (#8456)Jonghyun Park2-0/+32
2016-12-06[x86/Linux] Mark several Windows-specific functions in excepx86.cpp as NYI (...Jonghyun Park1-0/+18
2016-12-06Add UnhandledExceptionHandlerUnix Stub (#8425)Jonghyun Park1-0/+13
2016-12-06[x86/Linux] Enclose ArrayOpStub Exceptions with FEATURE_ARRAYSTUB_AS_IL (#8445)Jonghyun Park1-2/+6
2016-12-06[x86/Linux] Fix no known conversion from 'void ()' to 'void *' (#8450)SaeHie Park1-3/+5
2016-12-06[x86/Linux] add a stub for THROW_CONTROL_FOR_THREAD_FUNCTION (#8455)Jonghyun Park1-1/+1
2016-12-05[x86/Linux] Re-enable FrameHandlerExRecord for x86/Linux (#8409)Jonghyun Park1-2/+3
2016-12-05Fix dangling StubLinkerCPU::EmitDelegateInvoke in x86/Linux (#8444)Jonghyun Park3-2/+12
2016-12-05[x86/Linux] Enclose stub-linking methods with FEATURE_STUBS_AS_IL (#8432)Jonghyun Park3-4/+14
2016-12-05[x86/Linux] Fix dangling CLR_ImpersonateLoggedOnUser reference (#8435)Jonghyun Park2-0/+9
2016-12-05[x86/Linux] Mark LeaveCatch as NYI (#8384)Jonghyun Park1-0/+5
2016-12-05[x86/Linux] Fix all paths through this function will call itself (#8451)SaeHie Park1-0/+9
2016-12-05[x86/Linux] Use Portable LMul JIT Helper (#8449)Jonghyun Park1-2/+2
2016-12-04[x86/Linux] Fix indirection of non-volatile null pointer will be deleted (#8452)SaeHie Park1-2/+2
2016-12-04Use Portable Floating-point Arithmetic Helpers (#8447)Jonghyun Park2-2/+4
2016-12-04Fix several misspellings of exception and "a exception". (#8442)Jon Hanna8-8/+8
2016-12-04[x86/Linux] Revert UMThkCallFrame-related changes (#8434)Jonghyun Park6-19/+21
2016-12-04[x86/Linux] Fix unused function warning (#8429)Jonghyun Park1-12/+0
2016-12-02[x86/Linux] fix several parentheses compile warnings (#8428)Jonghyun Park1-4/+4
2016-12-01[x86/Linux] Use portable JIT helpers (#8392)Jonghyun Park2-1/+4
2016-12-01[x86/Linux] Disable Watson-related code for non-Windows platforms (#8410)Jonghyun Park2-0/+10
2016-12-01[x86/Linux] Add Portable PopSEHRecords as NYI (#8412)Jonghyun Park2-0/+7
2016-12-01Resolve duplicated functions (#8413)Jonghyun Park1-0/+2
2016-12-01[x86/Linux] Adjust the definition of FnStaticBaseHelper for x86 (#8390)Jonghyun Park1-1/+1
2016-12-01fix permissive C++ code (MSVC /permissive-) (#8337)Phil Christensen8-60/+73
2016-12-01Re-enable UMThkCallFrame and fix compile errors (#8411)Jonghyun Park1-6/+6
2016-11-30Add printing managed assert message to console (#8399)Jan Vorlicek1-20/+23
2016-11-30Add parentheses aroung logical operations (#8406)Jonghyun Park1-2/+2
2016-11-30Merge pull request #8209 from stephentoub/arraypool_perfJan Kotas1-0/+1
2016-12-01Exclude jithelp.asm for x86/Linux (#8393)Jonghyun Park1-1/+0
2016-11-30Disable PrintSEHChain for non-Windows platforms (#8379)Jonghyun Park1-1/+1
2016-11-30Disable EHWatsonBucketTracker for non-window platforms (#8373)Jonghyun Park1-0/+2
2016-11-30Fix to avoid stalling the process when ETW is doing a rundown (#8357)Vance Morrison1-0/+10
2016-11-30[x86/Linux] Fix mismatch over LPOVERLAPPED_COMPLETION_ROUTINE (#8364)Jonghyun Park1-4/+4
2016-11-30Fix mismatch between signature and implementation of ActivationFunctions (#8394)Jonghyun Park2-3/+3
2016-11-30[x86/Linux] Fix prototype for GCThreadStub (#8397)SaeHie Park1-1/+1
2016-11-29Updates m_LastRedirectIP and m_SpinCount only for non-Unix platforms (#8386)Jonghyun Park1-0/+2
2016-11-29[x86/Linux] Add virtual dtor for ArrayStubCache class (#8339)Jonghyun Park1-1/+1
2016-11-29[x86/Linux] Disable WIN64EXECPTION and fix related changes (#8375)SaeHie Park1-2/+2
2016-11-29Disable CER feature as it is not used (#8218)John Chen22-13/+93