summaryrefslogtreecommitdiff
path: root/src/inc
AgeCommit message (Expand)AuthorFilesLines
2017-09-15Merge pull request #13852 from hqueue/jit/JitNoInlineBruce Forstall1-1/+1
2017-09-08Remove RETAIL for JitNoInlineHyung-Kyu Choi1-1/+1
2017-09-07Make dumpmd work with tiered jitting. Now displays previous code addresses (#...David Mason2-2/+29
2017-09-07New jit intrinsic support (#13815)Andy Ayers1-7/+15
2017-08-28Delete dead PAL functions (#13613)Justin Van Patten1-433/+0
2017-08-27Remove always defined FEATURE_RANDOMIZE_STRING_HASHING define (#13491)Dan Moseley2-4/+1
2017-08-22Introduce COMPlus_GDBJitEmitDebugFrame (#13515)Jonghyun Park1-0/+3
2017-08-22Delete some dead PAL code (#13469)Justin Van Patten1-6/+0
2017-08-18Introduce COMPlus_GDBJitElfDump (#13448)Jonghyun Park1-0/+7
2017-08-14Added SetThreadDescription to set the unmanaged thread name (#12593)Alois-xx1-0/+2
2017-08-11Changes that didn't make it to PR#12982 (#13055)Cyd Haselton1-1/+18
2017-08-08Merge pull request #12168 from gbalykov/remove-relocations-readonlyBruce Forstall3-27/+171
2017-08-07Cleanup code access security from the unmanaged runtime (#13241)Jan Kotas1-1/+0
2017-08-07Review fixesGleb Balykov1-1/+1
2017-07-31 Fill freed loader heap chunk with non-zero value (#12731)Jonghyun Park1-10/+13
2017-07-26Revert "Fixes for issue 12982 Android cross-build fails when compiling cee_wk...Jan Kotas1-3/+1
2017-07-25Ignore specified signal when using perf (#12436)Steve MacLean1-0/+1
2017-07-25Fixes for issue 12982 Android cross-build fails when compiling cee_wks (#12986)Cyd Haselton1-1/+3
2017-07-24Merge pull request #12193 from noahfalk/tiered_jitting_m2Noah Falk3-1/+8
2017-07-24Add the runtime code versioning featurenoahfalk3-1/+8
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-10Update GUIDGleb Balykov1-5/+5
2017-07-10Move ITEM_DICTIONARY and ITEM_VTABLE_CHUNK to separate subsection of SECTION_...Gleb Balykov1-0/+1
2017-07-10Remove relocations for MethodTable's vtable-1st-level-indirectionGleb Balykov1-1/+2
2017-07-10Remove relocations for MethodTable::m_pPerInstInfo for Linux ARMGleb Balykov1-0/+7
2017-07-10Additional fixes for RelativePointer, FixupPointer, RelativeFixupPointer, Pla...Gleb Balykov1-20/+135
2017-07-10Remove relocations from SECTION_Readonly for fields not accessed from jit cod...Gleb Balykov1-4/+24
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