summaryrefslogtreecommitdiff
path: root/src/inc
AgeCommit message (Expand)AuthorFilesLines
2019-04-01Enable R2R compilation/inlining of PInvoke stubs where no marshalling is requ...Fadi Hanna4-5/+16
2019-03-29Use char16_t for *_W macros in corhdr.h on Linux/MacOs (#23559)Ilia1-60/+60
2019-03-29if existsSinan Kaya2-3/+11
2019-03-27Extend WindowsEventLog test for EntryPointFilter (#23178)Steve MacLean1-0/+2
2019-03-25Replace Win32 resource reading logic with cross platform implementation (#23363)David Wrighton1-2/+4
2019-03-21[EventPipe] Fix linker warning on Debug/Checked build and unlink Unix Domain ...José Rivero1-1/+1
2019-03-18Add Utf8String skeleton (#23209)Levi Broderick1-0/+3
2019-03-18[EventPipe] Adding an IPC server to handle out of process communication. (#23...José Rivero1-1/+1
2019-03-16Fix typo (#23300)Nikita Potapenko2-2/+2
2019-03-15Use HKLM for CLSID lookup (#23258)Elinor Fung1-11/+0
2019-03-14Merge pull request #23203 from janvorli/fix-no-return-false-positivesJan Vorlicek3-3/+6
2019-03-13Move ANALYZER_NORETURN after function return type.Jan Vorlicek1-2/+1
2019-03-11Fix no-return false positives in static analyzer buildJan Vorlicek3-2/+6
2019-03-11Merge pull request #23093 from franksinankaya/gcc_warnings_9Jan Vorlicek1-3/+3
2019-03-07Cleanup unused hosting interfaces (#23091)Jan Kotas8-1520/+5
2019-03-07conversionSinan Kaya1-3/+3
2019-03-06Cleanup old code (#23053)Steve MacLean2-10/+0
2019-03-03Cleanup more GCC warnings (#22872)Sinan Kaya1-4/+1
2019-03-01Revert heapcount and enable CPU Groups to fix Ubuntu FPE (#22861)Varun Venkatesan1-49/+1
2019-02-27Remove legacy classfactory.cpp implementation for managed COM activation (#22...Aaron Robinson2-9/+0
2019-02-27added a lightweight GC profiling option (#22866)Maoni Stephens2-1/+19
2019-02-25Remove support for ICLRExecutionManager and pause/resume code for waits (#22834)Filip Navara2-36/+0
2019-02-22More GNUC Fixes (#22687)Sinan Kaya2-2/+6
2019-02-22Store information about partial ngen in R2R images (#22680)Michal Strehovský2-0/+3
2019-02-21Update ReJIT/MethodDescBackpatchInfoTracker lock relationship (#22741)David Mason2-1/+2
2019-02-21Remove unused perfcounter code (#22742)Sung Yoon Whang3-706/+0
2019-02-20Abstract deprecated and selectany for GCC and remove LLVM'ism where possible ...Sinan Kaya4-2/+14
2019-02-15JIT: modify how jit determines when to update a type (#22618)Andy Ayers1-6/+16
2019-02-15Disable arm64 contracts. (#22605)Sergey Andreenko2-3/+2
2019-02-14Replace multi-loaderallocator hash implementation in MethodDescBackpatchInfo ...David Wrighton2-155/+155
2019-02-14Gnuport cleanup 3 (#22581)Sinan Kaya7-26/+25
2019-02-13Remove some CAS cruft (#22576)Aaron Robinson1-255/+0
2019-02-10Cleanup DLL exports (#22500)Jan Kotas2-53/+4
2019-02-09Set visibility option to hidden (#21924)Adeel Mujahid1-5/+4
2019-02-07Add config option to disable tier 0 JIT (#22370)Koundinya Veluri1-0/+1
2019-02-07Cleanup LLVM assumption (#22456)Sinan Kaya1-3/+3
2019-02-03Throw the right exception when interface dispatch is ambiguous (#22295)Michal Strehovský1-0/+6
2019-02-01Coreclr gnuport (#22129)Sinan Kaya2-6/+20
2019-01-30Fix CorError header file generation (#22294)Michal Strehovský1-1/+12
2019-01-29To support container scenario, 2 HardLimit configs are added - (#22180)Maoni Stephens1-0/+3
2019-01-26Cleanup stackoverflow handling leftovers (#22228)Jan Kotas3-73/+3
2019-01-24Remove no-op holder stack validation. (#22182)Filip Navara3-65/+22
2019-01-23Remove all traces of FEATURE_STACK_PROBE. (#22149)Filip Navara26-1274/+39
2019-01-18Add comments on headers that gets parsed by Mono linker for whoever touches t...Sung Yoon Whang1-0/+8
2019-01-14Large version bubble Support (#21727)Andon Andonov4-2/+13
2019-01-11Patch vtable slots and similar when tiering is enabled (#21292)Koundinya Veluri4-225/+245
2019-01-10Normalize a few more spin-wait loops (#21586)Koundinya Veluri2-0/+223
2019-01-07Fix incorrect assignment of READYTORUN_HELPER_[Dbl|Flt][Rem/Round] (#21836)Tomáš Rylek1-4/+4
2018-12-26desktop port (#21523)Maoni Stephens2-2/+13
2018-12-21Improve removal of dead calls to allocator helpers.Eugene Rozenfeld1-6/+7