summaryrefslogtreecommitdiff
path: root/src/inc
AgeCommit message (Expand)AuthorFilesLines
2017-07-20[Local GC] Refactor usage of GC-internal functions in the DAC (#12458)Sean Gillespie1-1/+0
2017-07-20Merge pull request #10496 from sergign60/jitdropNoah Falk2-0/+15
2017-07-12Improvements in the Zapper to VM interface, no longer throw exceptions across...Brian Sullivan1-3/+3
2017-07-06Fix DumpLog to be compatible with CoreRT (#12636)Jan Kotas1-13/+13
2017-07-05Jitted Code Pitching Feature implementedsergey ignatov2-0/+15
2017-06-29Implement a /verbose flag to show the verbose output from crossgenBrian Sullivan1-0/+1
2017-06-27Partially remove relocations from Class section of NGEN-ed images (#11962)Ruben Ayrapetyan1-2/+29
2017-06-27Implement JIT_NewArr1_R2R as R2R wrapper for JIT_NewArr1 to support both Meth...Ruben Ayrapetyan3-6/+8
2017-06-21Fix event, semaphore, mutex create/open to request the maximum allowe… (#12...Koundinya Veluri1-1/+1
2017-06-15[x86/Linux] Enable gcMarkFilterVarsPinned (WIN64EXCEPTIONS) (#11281)Hanjoung Lee1-0/+2
2017-06-14Crossgen - Disable the Target-dependent SIMD vector types warningBrian Sullivan1-3/+6
2017-06-13Rewrite of OpCodeGen.pl script to generate correctly IL OpCodes (#12040)Jacek Blaszczynski1-239/+221
2017-06-13[Arn64/Unix] Revise Volatile.T barriers (#12156)Steve MacLean1-1/+28
2017-06-12[Arm64/Unix] Add 64K page support (#10981)Steve MacLean3-10/+7
2017-06-09[Local GC] No longer need to initialize SVR dacvars separately (#12173)Sean Gillespie2-10/+0
2017-06-07Define `__cdecl` if necessary in coredistools.h.Pat Gavlin1-0/+7
2017-06-06new JitEE interface method: expandRawHandleIntrinsic (#12071)Sergey Andreenko1-14/+15
2017-06-02Remove relocations from SECTION_MethodDesc for ngened images for fields acces...gbalykov2-2/+104
2017-06-02Merge pull request #11699 from swgillespie/local-gc-branch-mergeSean Gillespie1-4/+2
2017-06-02Add support for flat vtables in RyuJIT (#12041)Michal Strehovský1-1/+2
2017-06-01[Local GC] Obtaining configuration information (#11379)Sean Gillespie1-4/+0
2017-06-01[Local GC] Scaffolding for loading a standalone GC (#11242)Sean Gillespie1-0/+2
2017-05-26Fix compile with disabled FEATURE_READYTORUN option (#11875)Petr Bred1-0/+2
2017-05-24Remove g_fEEManagedEXEStartup and g_fEEIJWStartup. (#11907)Aditya Mandaleeka1-2/+0
2017-05-24Fix Issue 11861 (#11886)Xiang Fan1-0/+8
2017-05-24Allow RelativePointer::SetValue usage for non-DAC builds only (#11891)gbalykov1-60/+16
2017-05-23Delete special handling of IJW RVA fields at NGen time (#11818)Jan Kotas1-9/+0
2017-05-23Merge pull request #11366 from ruben-ayrapetyan/remove-zap-code-relocs-for-li...Bruce Forstall3-0/+23
2017-05-23Direct mapping of IL-assembly images that don't contain writeable sections.Ruben Ayrapetyan1-0/+2
2017-05-22Merge pull request #11776 from parjong/fix/x86_STDMETHODCALLTYPE_as_cdeclBruce Forstall1-4/+4
2017-05-22Delete default copy/move constructors and assignment operators of RelativePoi...Ruben Ayrapetyan1-0/+31
2017-05-22[x86/Linux] Use CDECL (instead of STDCALL) as STDMETHODCALLTYPEJonghyun Park1-4/+4
2017-05-17[x86/Linux] Port 'DacUnwindStackFrame' (#11666)Jonghyun Park1-24/+32
2017-05-17Finish deleting dead CAS code from CoreLib (#11436)Jan Kotas2-21/+0
2017-05-15Change relocations in ngen-ed code with PC-relative constants for Linux ARM32.Ruben Ayrapetyan3-0/+23
2017-05-12Enable Symbolic Rundown for EventPipe (#11582)Brian Robbins1-1/+20
2017-05-10Merge pull request #11437 from mjsabby/eventpipetoprofilerapiNoah Falk2-1/+32
2017-05-10Remove EventPipeProfiler due to time constraintsMukul Sabharwal2-30/+2
2017-05-10Re-Factor EventSource to Support Writing to EventPipe (#11435)Brian Robbins2-3/+2
2017-05-09Fix static analysis issues (#11466)Koundinya Veluri1-0/+7
2017-05-08Add an event pipe that pipes to the profiler apisMukul Sabharwal2-1/+60
2017-05-05Add compact entry points for ARM (#11109)gbalykov1-0/+6
2017-05-01Merge pull request #11262 from pgavlin/NoCompatJitPat Gavlin1-14/+0
2017-04-28Enable interpreter build (#11252)Jonghyun Park1-0/+3
2017-04-27Remove support for the x86 compat JIT from .NET Core.Pat Gavlin1-14/+0
2017-04-24Add "createdump" command to SOS. (#11161)Mike McLaughlin1-0/+77
2017-04-20[x86/Linux] Use CDECL as STDAPICALLTYPE (#10969)Jonghyun Park1-4/+4
2017-04-19Add NUMA and thread affinity support for Unix (#10938)Jan Vorlicek1-2/+2
2017-04-19Change ICLRRuntimeHost2 to ICLRRuntimeHost4 for Windows corerun. (#10967)Jim Ma1-0/+18
2017-04-17Jit intrinsics for Span<T>.get_Item and ReadOnlySpan<T>.get_Item. (#10910)Andy Ayers1-1/+2