summaryrefslogtreecommitdiff
path: root/src/utilcode
AgeCommit message (Expand)AuthorFilesLines
2020-04-16Fix PIE options (#26323)submit/tizen/20200415.223728accepted/tizen/unified/20200416.080052Jan Vorlicek1-4/+0
2020-01-14Revert CPU clipping in the presence of CPU quota to 3.0, 2.x behavior.Vladimir Sadov1-0/+4
2019-09-22Do not clip CPU count when CPU quota is used. (#26153) (#26806)Jan Kotas1-4/+0
2019-07-06fix merge error (#25573)Maoni Stephens1-2/+3
2019-07-05many core (#25350)Maoni Stephens1-0/+50
2019-06-17Allow PEImageLayout to be loadable for R2R images loaded from streams. (#25159)Fadi Hanna1-1/+7
2019-06-10Fix field offset computation for large version bubble (#25029)Jan Vorlicek1-1/+15
2019-06-07Reduce indirect function calls (#24980)David Wrighton1-49/+0
2019-05-24Delete FEATURE_USE_LCID (#24767)Jan Kotas4-94/+1
2019-05-22Stop compiling fragile NGen support into the runtime (#24625)Jan Kotas1-4/+0
2019-05-21Delete Unsafe redefinitions of Windows APIs (#24688)Jan Kotas3-19/+16
2019-05-17Delete unnecessary locale arguments (#24624)Jan Kotas2-245/+36
2019-05-16Add support for invariant casing in PAL (#24597)Michal Strehovský1-2/+12
2019-05-13RemoveThrowMessage (#24563)Steve MacLean1-20/+0
2019-05-10Move EventProvider native layout to be driven by CMake configure (#24478)Jeremy Koritzinsky5-0/+10
2019-05-08Remove more MDA support code (#24457)Steve MacLean1-13/+0
2019-05-04Minor tweaks for gcc (#24391)Adeel Mujahid1-1/+1
2019-05-01Copy all win32 resources (#24308)David Wrighton1-28/+298
2019-04-18Move R2R-specific code to be outside FEATURE_PREJIT (#24075)Jan Kotas1-6/+10
2019-04-13Delete COMPlus_FinalizeOnShutdown (#23595)Jan Kotas1-10/+0
2019-04-12Fix OSX debugging (#23924)Jan Vorlicek1-3/+0
2019-04-09Remove Unix CPU groups emulationJan Vorlicek1-13/+19
2019-04-08Merge pull request #23605 from franksinankaya/gcc_cleanup_17Jan Vorlicek1-1/+1
2019-04-06Normalize directory separators before calling LoadLibrary (#23776)Jeremy Koritzinsky1-0/+16
2019-04-05Fix conversion warningSinan Kaya1-1/+1
2019-04-05Merge pull request #23537 from janvorli/remove-gc-cpu-group-knowledgeJan Vorlicek1-0/+14
2019-04-04Modify affinity range config format for WindowsJan Vorlicek1-0/+14
2019-04-03Fix resource loading (#23714)David Wrighton1-6/+0
2019-03-25Replace Win32 resource reading logic with cross platform implementation (#23363)David Wrighton1-15/+130
2019-03-16Fix typo (#23300)Nikita Potapenko1-2/+2
2019-03-15Use HKLM for CLSID lookup (#23258)Elinor Fung1-154/+200
2019-03-11Merge pull request #23093 from franksinankaya/gcc_warnings_9Jan Vorlicek1-1/+1
2019-03-07Fix signed compare warningsSinan Kaya1-1/+1
2019-03-07Cleanup unused hosting interfaces (#23091)Jan Kotas1-15/+0
2019-03-01Revert heapcount and enable CPU Groups to fix Ubuntu FPE (#22861)Varun Venkatesan2-80/+18
2019-02-22Remove 'from HRESULT' (#22782)Dan Moseley1-6/+0
2019-02-21Remove unused perfcounter code (#22742)Sung Yoon Whang1-1/+0
2019-02-09Set visibility option to hidden (#21924)Adeel Mujahid1-1/+1
2019-01-26Cleanup stackoverflow handling leftovers (#22228)Jan Kotas2-8/+1
2019-01-23Remove all traces of FEATURE_STACK_PROBE. (#22149)Filip Navara22-774/+10
2019-01-14Large version bubble Support (#21727)Andon Andonov1-2/+22
2019-01-10Normalize a few more spin-wait loops (#21586)Koundinya Veluri3-38/+15
2019-01-02Delete lstrlen from Unix PAL (#21745)Jan Kotas1-1/+1
2018-12-26desktop port (#21523)Maoni Stephens1-0/+11
2018-11-20Delete CORCOMPILE_IMPORT_TABLE_ENTRY (#21109)Jan Kotas1-50/+0
2018-11-15Fixed signatures of ref readonly methods in JIT ETW events (#20981)szehetner1-42/+81
2018-11-06Code review feedbackAndrew Au1-60/+59
2018-11-06Removing unnecessary hacksAndrew Au1-60/+60
2018-11-06Initial data breakpoint changesCagri (Charlie) Aslan1-1/+2
2018-10-31Clean up string literal implicit const casting and some two-phase lookup nits...Jeremy Koritzinsky2-2/+2