summaryrefslogtreecommitdiff
path: root/src/vm
AgeCommit message (Expand)AuthorFilesLines
2017-07-10Remove relocations for MethodTable's vtable-1st-level-indirectionGleb Balykov8-29/+49
2017-07-10Remove relocations for MethodTable::m_pParentMethodTable for Linux ARMGleb Balykov8-42/+83
2017-07-10Remove relocations for MethodTable::m_pPerInstInfo for Linux ARMGleb Balykov10-28/+108
2017-07-10Remove relocations for MethodTable::m_pWriteableData for Linux ARMGleb Balykov4-22/+31
2017-07-10Remove relocations for InterfaceInfo_t::m_pMethodTable for Linux ARMGleb Balykov3-12/+51
2017-07-10Additional fixes for RelativePointer, FixupPointer, RelativeFixupPointer, Pla...Gleb Balykov2-7/+7
2017-07-10Add FixupPlainOrRelativePointerField for MethodDesc fieldsGleb Balykov1-16/+2
2017-07-10Remove relocations from SECTION_Readonly for fields not accessed from jit cod...Gleb Balykov6-81/+191
2017-07-09Unify LazyInitializers with CoreRT (#12697)Jan Kotas2-2/+0
2017-07-08Ensure that ZeroMemoryInGCHeap writes in pointer-sized increments (#12689)Daniel Podder1-1/+2
2017-07-07Fix copying of FieldMarshaler structures in EEClassLayoutInfo::CollectLayoutF...Ruben Ayrapetyan1-4/+12
2017-07-06Pin GC threads to corresponding processors on Linux (#12486)Xiangyang (Mark) Guo1-2/+0
2017-07-06[x86/Linux] Enable thread-abort reraise loop prevention (#12646)Jonghyun Park1-2/+2
2017-07-04Support interprter build when INTERP_TRACING is not set (#12625)Jonghyun Park3-19/+21
2017-07-04Remove unused global variable (#12620)Jonghyun Park1-4/+0
2017-07-04Hide methods in IdDispenser (instead of using DacNotImpl) (#12624)Jonghyun Park1-14/+6
2017-07-04Delete unnecessary code (#12607)Jan Kotas1-18/+0
2017-07-03[x86/Linux] Restore PTR_MethodTable in FastPrimitiveArrayAllocator (#12569)Jonghyun Park1-2/+11
2017-06-30Reducing diffs with CoreRT (#12579)Jan Kotas1-1/+1
2017-06-30Fix an issue where g_ephemeral_low would never get bashed into the write (#12...Sean Gillespie1-2/+5
2017-06-29Fix license header on new file.Aditya Mandaleeka1-5/+3
2017-06-29Merge pull request #12535 from adityamandaleeka/dispatcher_queues_coreclrAditya Mandaleeka2-0/+144
2017-06-29Move JIT_TrialAlloc declaration into jitinterfacex86.cpp (#12562)Jonghyun Park2-35/+33
2017-06-29Implement a /verbose flag to show the verbose output from crossgenBrian Sullivan1-9/+13
2017-06-29Fix GC contract violation (#12542)Jan Kotas1-0/+1
2017-06-28Support DispatcherQueues when getting WinRT sync context.Aditya Mandaleeka2-0/+144
2017-06-28Use proper ifdef for EmitProfilerComCallXXX methods (#12502)Jonghyun Park2-2/+6
2017-06-27Partially remove relocations from Class section of NGEN-ed images (#11962)Ruben Ayrapetyan10-68/+236
2017-06-27Remove unused declaration (#12501)Jonghyun Park1-2/+0
2017-06-27Fix JIT_NewArr1 8-byte alignment for ELEMENT_TYPE_R8 on x86.Ruben Ayrapetyan1-1/+1
2017-06-27Implement JIT_NewArr1_R2R as R2R wrapper for JIT_NewArr1 to support both Meth...Ruben Ayrapetyan3-1/+21
2017-06-27[Linux][GDB-JIT] Fix memory leak (#12452)Konstantin Baladurin2-57/+57
2017-06-26Replace array type handle with method table in arguments of array allocation ...Ruben Ayrapetyan20-211/+245
2017-06-23[Local GC] Remove a number of inclusions of handle table private headers from...Sean Gillespie23-42/+13
2017-06-20[Local GC] Move handle creation/deletion profiler callbacks out of the GC (#1...Sean Gillespie4-179/+154
2017-06-15Merge pull request #12298 from dotnet/revert-12227-PR-12197Jarret Shook4-292/+75
2017-06-15[x86/Linux] Enable gcMarkFilterVarsPinned (WIN64EXCEPTIONS) (#11281)Hanjoung Lee1-1/+34
2017-06-15[Local GC] Fix a number of handle table interface violations (#12277)Sean Gillespie10-34/+35
2017-06-15Merge pull request #12287 from briansull/nowarn-SIMDBrian Sullivan1-1/+11
2017-06-15Revert "[Arm64] JIT_WriteBarrier optimization (#12227)"Jarret Shook4-292/+75
2017-06-14[Arm64] JIT_WriteBarrier optimization (#12227)Steve MacLean4-75/+292
2017-06-14Remove unused forward declaration (#12288)Jonghyun Park1-1/+0
2017-06-14Crossgen - Disable the Target-dependent SIMD vector types warningBrian Sullivan1-1/+11
2017-06-13[Arn64/Unix] Revise Volatile.T barriers (#12156)Steve MacLean1-4/+10
2017-06-13Partially remove relocations for ModuleSection (ZapVirtualSectionType). (#11853)Ruben Ayrapetyan17-211/+384
2017-06-12[Arm64/Unix] Add 64K page support (#10981)Steve MacLean28-113/+137
2017-06-12[x86/Linux] Port 'ThrowControlForThread' (#11641)Jonghyun Park2-6/+1
2017-06-10Disable IEnumerable.GetEnumerator on RCW through IDispatch (#11865)Yi Zhang (CLR)1-2/+3
2017-06-09[ARM/Linux] Validate memory using ldrb instead of ldr (#12191)Jonghyun Park1-2/+2
2017-06-08[Local GC] Add GetThread to the GC/EE interface (#12036)Sean Gillespie2-0/+8