summaryrefslogtreecommitdiff
path: root/src/utilcode
AgeCommit message (Expand)AuthorFilesLines
2018-08-23Enable unloading of AssemblyLoadContext (#18476)Jan Vorlicek1-2/+5
2018-08-02Remove unused/nop/questionable code (#19239)Aaron Robinson1-114/+1
2018-07-31Delete FEATURE_IPCMAN (#19212)Jan Kotas2-4/+0
2018-07-19Fix opinfo: InlineR should only read 8 bytes (#18801)sunnycase1-1/+0
2018-07-17 Add pooling for JIT scratch memory (#18924)Jan Kotas2-79/+1
2018-07-16Apply tiering's call counting delay more broadly (#18610)Koundinya Veluri1-6/+19
2018-06-24Removed dead strings used in debug-only code (#18622)hsharber1-655/+0
2018-06-03Warnings cleanup (#18260)Robin Sue6-7/+2
2018-05-27Typo (#18141)John Doe2-2/+2
2018-05-24Typo (#18122)John Doe4-4/+4
2018-04-05Rename conflicting definitions VER_MAJOR/MINORVERSION macros (#17364)Jan Kotas1-11/+8
2018-03-31Delete dead code to support OSes prior to Windows 7 (#17367)Jan Kotas1-111/+1
2018-03-24Delete some unused functions (#17193)mikedn1-92/+0
2018-03-24Delete unused files from src/inc (#17186)Jan Kotas3-171/+0
2018-03-19Delete unused downlevel globalization support (#17022)Jan Kotas5-4144/+3
2018-03-13Revert "Revert "Fix handling of incorrect assemblies on Unix (#16747)" (#1679...Jan Kotas1-1/+2
2018-03-06Revert "Fix handling of incorrect assemblies on Unix (#16747)" (#16790)Jan Kotas1-2/+1
2018-03-05Fix handling of incorrect assemblies on Unix (#16747)Ruben Ayrapetyan1-1/+2
2018-02-17delete unused mirror files (#16423)Sergey Andreenko5-5/+0
2018-01-23Delete dead code (#15990)Jan Kotas1-15/+0
2018-01-19Revert "Change just-in-time debugging registry keys. (#15722)" (#15921)Mike McLaughlin1-5/+5
2018-01-12LoaderHeap: remove LHF_ZEROINIT option.Konstantin Baladurin1-15/+4
2018-01-05Change just-in-time debugging registry keys. (#15722)Mike McLaughlin1-5/+5
2017-12-02Delete sortversioning.cpp/h (#15345)Jan Kotas3-897/+0
2017-11-30Jumpstub fixes (#15296)Jan Kotas1-2/+2
2017-11-27Improve Monitor scaling (#14216)Koundinya Veluri1-1/+2
2017-11-07Delete dead code (#14901)Jan Kotas1-57/+0
2017-10-27Delete dead code (#14703)Jan Kotas1-1508/+0
2017-10-16Delete dead code (#14521)Jan Kotas1-343/+1
2017-10-11Delete !FEATURE_IMPLICIT_TLS (#14398)Jan Kotas2-284/+0
2017-09-14Fix crossgen memory mappings (#13972)Jan Vorlicek1-0/+4
2017-08-14Added SetThreadDescription to set the unmanaged thread name (#12593)Alois-xx1-0/+39
2017-08-09Fixed issue #13282. (#13291)Mike McLaughlin1-1/+1
2017-07-31 Fill freed loader heap chunk with non-zero value (#12731)Jonghyun Park1-9/+26
2017-07-26[Arm64] Enable CPUGroupInfo (#12766)Steve MacLean1-10/+10
2017-07-21Add CGroup CFS CPU limit support (#12797)Guillaume B1-17/+28
2017-07-17Fix alignment of reads in MD5Transform. (#12800)Ruben Ayrapetyan1-1/+13
2017-07-06Fix DumpLog to be compatible with CoreRT (#12636)Jan Kotas1-1/+1
2017-06-12[Arm64/Unix] Add 64K page support (#10981)Steve MacLean7-19/+52
2017-06-02Fix a bug in LoadNativeStringResource to honor the contract properly when the...Yi Zhang (CLR)2-3/+2
2017-05-29Implement GetCurrentProcessCpuCount for Unix and merge NumberOfProcesors impl...Tom Deseyn1-23/+4
2017-05-23Direct mapping of IL-assembly images that don't contain writeable sections.Ruben Ayrapetyan1-0/+31
2017-05-08Make CoreCLR work properly under PaX's RANDMMAP (#11382)Koundinya Veluri1-5/+20
2017-04-24Remove PAL FileAlignment restriction (#10959)Steve MacLean1-3/+0
2017-04-19Add NUMA and thread affinity support for Unix (#10938)Jan Vorlicek1-12/+22
2017-03-311. Remove disable of C4996Rahul Kumar1-4/+0
2017-03-28Removing Unnecessary CloseBuffer callsRama Krishnan Raghupathy1-4/+1
2017-03-25Typo correction (#10482)Ofer Zelig1-2/+2
2017-03-23[Unix] runtest.sh crossgen should exit on failure (#9907)Steve MacLean1-2/+2
2017-03-17Fix overflow when computing dwWeight in CPUGroupInfo::InitCPUGroupInfoArray (...Han Lee1-3/+26