summaryrefslogtreecommitdiff
path: root/src/dlls
AgeCommit message (Expand)AuthorFilesLines
2017-06-09Enable CPU Group on Linux AMD64 (#12140)Xiangyang (Mark) Guo1-0/+4
2017-06-05Inline YieldProcessor on Linux (#12058)Xiangyang (Mark) Guo1-1/+0
2017-06-01[Local GC] Scaffolding for loading a standalone GC (#11242)Sean Gillespie3-2/+8
2017-06-01gdbjit symbols exported (#11739)chunseoklee2-0/+8
2017-05-31Delete useless file (#12021)mikedn1-0/+0
2017-05-29Implement GetCurrentProcessCpuCount for Unix and merge NumberOfProcesors impl...Tom Deseyn2-0/+2
2017-05-09Fix static analysis issues (#11466)Koundinya Veluri1-1/+3
2017-05-08Make CoreCLR work properly under PaX's RANDMMAP (#11382)Koundinya Veluri1-0/+1
2017-05-06Log Events to EventPipe on Linux (#11433)Brian Robbins1-0/+6
2017-04-20[x86/Linux] Use CDECL as STDAPICALLTYPE (#10969)Jonghyun Park1-1/+1
2017-04-19Add NUMA and thread affinity support for Unix (#10938)Jan Vorlicek1-0/+1
2017-04-18Remove /RELEASE option required for device drivers (#11023)Gaurav Khanna1-0/+4
2017-04-13Ensure Environment.ExitCode works correctly after app domain unloaded. (#10842)Jim Ma3-5/+38
2017-04-13Create ELF core dump on coreclr exceptions and signals. (#10902)Mike McLaughlin1-0/+4
2017-03-29Fix dependency to coreclr and mscorrc in Linux (#10138)Hyeongseok Oh2-6/+6
2017-03-21Support Windows Minidumpnoahfalk3-1/+9
2017-03-09Fix incremental build of resources injected to coreclr.dll (#10045)Jan Vorlicek2-5/+11
2017-03-07Fix incremental build of mscordaccore (#9982)Jan Vorlicek1-9/+24
2017-03-01Cleanup (#9892)Jan Kotas1-0/+0
2017-03-02Fix incremental build on Unix (#9779)Jan Vorlicek1-8/+0
2017-02-12Remove never defined FEATURE_FUSIONdanmosemsft6-631/+0
2017-02-12Remove remainder of FEATURE_CORECLR (tool missed some files, also comments)danmosemsft1-3/+1
2017-02-12Remove always defined FEATURE_HOST_ASSEMBLY_RESOLVERdanmosemsft2-4/+0
2017-02-11Revert "Remove always defined FEATURE_CORESYSTEM"danmosemsft1-0/+12
2017-02-10Remove always undefined FEATURE_CAS_POLICYdanmosemsft1-4/+0
2017-02-10Remove always defined FEATURE_CORECLRdanmosemsft4-212/+0
2017-02-10Remove always undefined FEATURE_APTCAdanmosemsft1-4/+0
2017-02-10Remove always defined FEATURE_CORESYSTEMdanmosemsft1-12/+0
2017-01-24Delete unused files (#9082)mikedn4-144/+0
2017-01-23Disallow statics of spans and class instance members of span (#9061)Koundinya Veluri2-1/+5
2017-01-23[Local GC] Provide an implementation of GCToOSInterface for Unix-like platfor...Sean Gillespie1-0/+6
2017-01-20Fix debugger launch race hitting breakpoints in startup code. (#8951)Mike McLaughlin1-11/+52
2017-01-15Remove unused mscoree files and code (#8956)mikedn12-1591/+1
2017-01-15Remove mscorpe cruft (#8957)mikedn7-198/+0
2016-12-26Remove files related to legacy build system (#8723)Robert18-1263/+0
2016-12-23Remove all usage of vsnprintf (#8709)Jan Vorlicek1-2/+2
2016-12-18Remove Read/WriteProcessMemory from PAL. (#8655)Mike McLaughlin1-0/+1
2016-12-09Remove sscanf and sprintf usage (#8508)Jan Vorlicek1-0/+1
2016-12-08[x86/Linux] Fix inconsistent GetCLRFunction definitions (#8472)Jonghyun Park1-2/+0
2016-12-01fix permissive C++ code (MSVC /permissive-) (#8337)Phil Christensen1-5/+12
2016-11-21Remove unsafe banned functions (#8162)Jan Vorlicek1-4/+6
2016-11-09Fix missing exports in mscordaccore.so (#8058)Jan Vorlicek1-1/+7
2016-11-04Remove more PAL functions (#8009)Jan Vorlicek1-2/+2
2016-11-02Suppress SOS.NETCore.dll error msg in release mode (#6975)chunseoklee1-11/+12
2016-11-01Fix GitHub build break caused by change #1636179John Chen1-0/+6
2016-10-28C++ conformance. (building with /permissive-) (#7855)Phil Christensen1-1/+1
2016-10-25Merge pull request #7751 from ramarag/MemFailPointRama krishnan Raghupathy1-0/+1
2016-10-25Making MemoryFailPoint functional on xplatRama Krishnan Raghupathy1-0/+1
2016-10-24Fix performance problem introduced in previous change. (#7783)Mike McLaughlin1-1/+1
2016-10-04Add PGO GENPROFILE support to coreclr and clrjit (#7423)Daniel Podder1-0/+3