summaryrefslogtreecommitdiff
path: root/src/inc
AgeCommit message (Expand)AuthorFilesLines
2017-10-09[GDBJIT] Make gdbjit thread-safe & bug fix (#14390)Konstantin Baladurin2-64/+72
2017-10-05JIT: More type equality opts (#14317)Andy Ayers1-6/+27
2017-10-05[x86/Linux][SOS] Fix clrstack command of lldb sosplugin on x86 (#13973)Konstantin Baladurin1-1/+1
2017-09-29Adding a patch to fix coreclr build for VS 15.5 (using older SDKs). (#14272)Ahson Ahmed Khan1-0/+1
2017-09-29Implement IsSuppoored for all ISA classesFei Peng2-6/+38
2017-09-27JIT: devirtualization support for EqualityComparer<T>.Default (#14125)Andy Ayers1-5/+11
2017-09-26Remove Monitor asm helpers (#14146)Koundinya Veluri1-7/+0
2017-09-22Improve thread pool worker thread's spinning for work (#13921)Koundinya Veluri1-1/+6
2017-09-18Change jit notifications so that they pass the native code address. (#14021)David Mason1-0/+14
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