summaryrefslogtreecommitdiff
path: root/src/vm
AgeCommit message (Expand)AuthorFilesLines
2017-01-11[x86/Linux] Fix WIN64EXCEPTIONS build error (#8629)Jonghyun Park22-154/+214
2017-01-11[x86/Linux] Fix generic context(hidden arg) position (#8848)SaeHie Park1-5/+23
2017-01-09Add two missing #ifdef related with FEATURE_CORRUPTING_EXCEPTIONS (#8850)Jonghyun Park2-1/+5
2017-01-06[Local GC] Move Software Write Watch's write barrier updates to GCToEEInterfa...Sean Gillespie7-33/+232
2017-01-06Merge pull request #8808 from rahku/cleanupRahul Kumar2-0/+8
2017-01-06Hide types implemented in corefxRahul Kumar2-0/+8
2017-01-06Delete unused InteropServices types (#8765)James Ko1-0/+2
2017-01-04[x86/Linux] Implement ResolveWorkerChainLookupAsmStub (#8780)SaeHie Park3-5/+102
2017-01-04[x86/Linux] Implement SinglecastDelegateInvokeStub (#8799)SaeHie Park3-5/+39
2017-01-03Fix a typo that caused AVX2 flag to be unsetJohn Chen (CLR)1-1/+1
2017-01-02[x86/Linux] Fix UMThunkStub calling convension (#8714)SaeHie Park1-28/+21
2016-12-26Remove files related to legacy build system (#8723)Robert9-955/+0
2016-12-23Remove all usage of vsnprintf (#8709)Jan Vorlicek1-1/+1
2016-12-21Delete FEATURE_LEGACYSURFACE (#8704)Jan Kotas11-158/+4
2016-12-20Change wrong indentations in GetSecureInvoke() codes (#8688)Sujin Kim1-16/+16
2016-12-20[x86/Linux] Implement libunwind-based unwindLazyStack (#8686)Jonghyun Park1-0/+111
2016-12-19Fix the bug that Secure Delegate Stubs are compiled every time. (#8592)Sujin Kim3-48/+76
2016-12-19[Linux][GDB-JIT] Fix bugs in gdbjit that break lldb stepping (#8637)Igor Kulaychuk2-13/+33
2016-12-19[x86/Linux] Add UMThunkStub (#8627)SaeHie Park4-5/+168
2016-12-18Remove Read/WriteProcessMemory from PAL. (#8655)Mike McLaughlin1-2/+9
2016-12-16Avoid Unsafe.AsRef in Span<T> implementation (#8657)Jan Kotas2-4/+1
2016-12-16[Linux][GDB-JIT] Add try/catch blocks to methods in DWARF (#8650)Igor Kulaychuk2-3/+163
2016-12-15Remove API Set dependency (#8624)John Chen2-60/+8
2016-12-14[Linux][GDB-JIT] Add simple C++ mangling of method names in GDBJIT DWARF (#8638)Igor Kulaychuk2-3/+85
2016-12-14[x86/Linux] Adds Dummy Exception Handler (#8613)Jonghyun Park3-7/+59
2016-12-13[ARM32/Linux] Initial bring up of FEATURE_INTERPRETER (#8594)mskvortsov2-4/+17
2016-12-13[x86/Linux] Enforce 16-byte stack alignment (#8587)Jonghyun Park1-0/+23
2016-12-13[x86/Linux] Fix "Bad opcode" assert in unwindLazyState (#8609)Jonghyun Park1-0/+8
2016-12-14[x86/Linux] Port jithelp.asm (#8491)Jonghyun Park3-0/+770
2016-12-13[x86/Linux] implement TheUMEntryPrestub (#8589)SaeHie Park7-30/+60
2016-12-10Local GC: Decouple write barrier operations between the GC and EE (#8568)Sean Gillespie4-0/+78
2016-12-10Improve ConditionalWeakTable.Remove (#8580)Jan Kotas3-1/+14
2016-12-09Adding API ConditionalWeakTable.AddOrUpdate (#8490)Santiago Fernandez Madero3-0/+12
2016-12-09[x86/Linux] Port ResolveWorkerAsmStub (#8557)Jonghyun Park2-5/+49
2016-12-09[x86/Linux] Use Portable FastGetDomain (#8556)Jonghyun Park1-3/+3
2016-12-09[x86/Linux] Fix getcpuid calling convention (#8552)SaeHie Park4-46/+47
2016-12-08[x86/Linux] Revise asmhelper.S using macro (#8523)Jonghyun Park1-21/+39
2016-12-09[x86/Linux] Port Several Stubs as NYI (#8515)Jonghyun Park1-0/+20
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